diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index 23a4f6bd0e..ba3247395c 100644 --- a/src/Exceptionless.Web/ClientApp/package-lock.json +++ b/src/Exceptionless.Web/ClientApp/package-lock.json @@ -15,7 +15,7 @@ "@shikijs/themes": "^4.4.3", "@stripe/stripe-js": "^9.14.0", "@tanstack/svelte-form": "^1.33.5", - "@tanstack/svelte-query": "^6.1.43", + "@tanstack/svelte-query": "^6.1.47", "@tanstack/svelte-query-devtools": "^6.1.43", "@tanstack/svelte-table": "^9.1.2", "@types/d3-scale": "^4.0.9", @@ -3500,9 +3500,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.102.3", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.102.3.tgz", - "integrity": "sha512-5O2VEceonqC4uaTLUGglb0hgPouWCJ4K1ykVWyeV8aThhdNCzwpwu01bYoaRNJ9mgFUXS7Kf9utJ46ysT8m+bw==", + "version": "5.102.7", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.102.7.tgz", + "integrity": "sha512-4TH8KQrCLoNs9Zvl1LW1iaZ9cZx3dGTgfZ1BnLrcRxMNnX/toe/dGbfvF/DkvbzRyfLfpMKZkembz3o0rnugtw==", "license": "MIT", "funding": { "type": "github", @@ -3543,12 +3543,12 @@ } }, "node_modules/@tanstack/svelte-query": { - "version": "6.1.43", - "resolved": "https://registry.npmjs.org/@tanstack/svelte-query/-/svelte-query-6.1.43.tgz", - "integrity": "sha512-EpYdLoIUJ8PCb3StUV8NUiPDvu1VfrETN8t7kpvYCJ2xhbwZfxJu6Kqtf/octjF2dERbYF7bPvlrnGeO8aFUFw==", + "version": "6.1.47", + "resolved": "https://registry.npmjs.org/@tanstack/svelte-query/-/svelte-query-6.1.47.tgz", + "integrity": "sha512-uoxwqDcQ13ZNO0pU6RHimDYwEu1SMM1kYB7Pji9E2pJfCejLrfEoGkMheE8j1maZ96fkrIPDluslXWbSh6oAUQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.102.3" + "@tanstack/query-core": "5.102.7" }, "funding": { "type": "github", diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index f3fc1b0a20..25e5863114 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -85,7 +85,7 @@ "@shikijs/themes": "^4.4.3", "@stripe/stripe-js": "^9.14.0", "@tanstack/svelte-form": "^1.33.5", - "@tanstack/svelte-query": "^6.1.43", + "@tanstack/svelte-query": "^6.1.47", "@tanstack/svelte-query-devtools": "^6.1.43", "@tanstack/svelte-table": "^9.1.2", "@types/d3-scale": "^4.0.9",