From e1ddaa97f9cebd3d61fefd6cb55ac672b091e9de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 09:53:54 +0000 Subject: [PATCH] Bump @tanstack/svelte-table in /src/Exceptionless.Web/ClientApp Bumps [@tanstack/svelte-table](https://github.com/TanStack/table/tree/HEAD/packages/svelte-table) from 9.1.2 to 9.2.3. - [Release notes](https://github.com/TanStack/table/releases) - [Changelog](https://github.com/TanStack/table/blob/main/packages/svelte-table/CHANGELOG.md) - [Commits](https://github.com/TanStack/table/commits/@tanstack/svelte-table@9.2.3/packages/svelte-table) --- updated-dependencies: - dependency-name: "@tanstack/svelte-table" dependency-version: 9.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../ClientApp/package-lock.json | 34 +++++++++---------- src/Exceptionless.Web/ClientApp/package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index 23a4f6bd0e..42df87f3ae 100644 --- a/src/Exceptionless.Web/ClientApp/package-lock.json +++ b/src/Exceptionless.Web/ClientApp/package-lock.json @@ -17,7 +17,7 @@ "@tanstack/svelte-form": "^1.33.5", "@tanstack/svelte-query": "^6.1.43", "@tanstack/svelte-query-devtools": "^6.1.43", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@types/d3-scale": "^4.0.9", "@types/d3-shape": "^3.2.0", "bits-ui": "^2.19.0", @@ -3520,9 +3520,9 @@ } }, "node_modules/@tanstack/store": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@tanstack/store/-/store-0.11.0.tgz", - "integrity": "sha512-WlzzCt3xi0G6pCAJu1U+2jiECwabETDpQDi3hfkFZvJii9AuZqEKbOiVarX1/bWhTNjU486yQtJCCasi/0q+Cw==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@tanstack/store/-/store-0.11.1.tgz", + "integrity": "sha512-mzTOBhypOuDJAy/D8n2MfUZ1HFkXnmSETviRyhqEC8LUE7/IZQExOTxMANj3KjTofYTkFNpBY67qaVrT41YccA==", "license": "MIT", "funding": { "type": "github", @@ -3577,12 +3577,12 @@ } }, "node_modules/@tanstack/svelte-store": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/@tanstack/svelte-store/-/svelte-store-0.12.0.tgz", - "integrity": "sha512-XhXlU3jIO/WxikfeVczRdsAvRWzsLBh8Ic6sC7nzfzvMbPut7ZSdCbE7/usfm0bMjVGMmZmyzZy2xRu73QYWAA==", + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/@tanstack/svelte-store/-/svelte-store-0.12.1.tgz", + "integrity": "sha512-ZFj8gyIWHZRYLv8RHp5jhnMhvw15g86KinotrUp9RfY7ygjkU3CcaMUytIdMJ4Xzq/9GqVlAphV9gFIGKRXWSw==", "license": "MIT", "dependencies": { - "@tanstack/store": "0.11.0" + "@tanstack/store": "0.11.1" }, "funding": { "type": "github", @@ -3593,13 +3593,13 @@ } }, "node_modules/@tanstack/svelte-table": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@tanstack/svelte-table/-/svelte-table-9.1.2.tgz", - "integrity": "sha512-0tDbl4PAu7Z4+VKaGnJlsfrMTVrnbgsxEQwpVRxnot30psP1GcqbVGOTwA5tf45hX3NYbW3e/9KZerKBrlHO0A==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@tanstack/svelte-table/-/svelte-table-9.2.3.tgz", + "integrity": "sha512-uZLU4Pr2q2OMLutXO8aog4muSD1ILqLC0uxaPxYZoHemSyOMX3Qhz8kkXAK44k1BPl0LCSYciJnAufwMmZD5Iw==", "license": "MIT", "dependencies": { - "@tanstack/svelte-store": "^0.12.0", - "@tanstack/table-core": "9.1.2" + "@tanstack/svelte-store": "^0.12.1", + "@tanstack/table-core": "9.2.3" }, "engines": { "node": ">=20" @@ -3613,12 +3613,12 @@ } }, "node_modules/@tanstack/table-core": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-9.1.2.tgz", - "integrity": "sha512-ONpWQeass1sfg80CWF1NSwQ8r3GiqxA2lT/EdqIcrDEPZ0Z+0mM94eQoFYLPN0Kztzj8TQVb2+PrSZSItqA61g==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-9.2.3.tgz", + "integrity": "sha512-3HvxpgBXu5wp8/yNQ0L/7jw6EOu2d7vbdxQlp/Ox2Noqj8MNft0S5lkkicRZxrK5/aV1twtKUCGJUI3io9fBcQ==", "license": "MIT", "dependencies": { - "@tanstack/store": "^0.11.0" + "@tanstack/store": "^0.11.1" }, "engines": { "node": ">=20" diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index f3fc1b0a20..accefa3685 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -87,7 +87,7 @@ "@tanstack/svelte-form": "^1.33.5", "@tanstack/svelte-query": "^6.1.43", "@tanstack/svelte-query-devtools": "^6.1.43", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@types/d3-scale": "^4.0.9", "@types/d3-shape": "^3.2.0", "bits-ui": "^2.19.0",