From 91d7ad22e67db975d8bbc2ed63c30bb874e45444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:11:51 +0000 Subject: [PATCH] Bump @tanstack/table-core from 8.17.3 to 8.19.2 in /stencil-workspace Bumps [@tanstack/table-core](https://github.com/TanStack/table/tree/HEAD/packages/table-core) from 8.17.3 to 8.19.2. - [Release notes](https://github.com/TanStack/table/releases) - [Commits](https://github.com/TanStack/table/commits/v8.19.2/packages/table-core) --- updated-dependencies: - dependency-name: "@tanstack/table-core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- stencil-workspace/package-lock.json | 8 ++++---- stencil-workspace/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stencil-workspace/package-lock.json b/stencil-workspace/package-lock.json index 7d6143352..fc1a37095 100644 --- a/stencil-workspace/package-lock.json +++ b/stencil-workspace/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@popperjs/core": "^2.11.8", "@stencil/core": "^4.12.4", - "@tanstack/table-core": "^8.17.3" + "@tanstack/table-core": "^8.19.2" }, "devDependencies": { "@stencil/angular-output-target": "^0.8.4", @@ -1503,9 +1503,9 @@ } }, "node_modules/@tanstack/table-core": { - "version": "8.17.3", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.17.3.tgz", - "integrity": "sha512-mPBodDGVL+fl6d90wUREepHa/7lhsghg2A3vFpakEhrhtbIlgNAZiMr7ccTgak5qbHqF14Fwy+W1yFWQt+WmYQ==", + "version": "8.19.2", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.19.2.tgz", + "integrity": "sha512-KpRjhgehIhbfH78ARm/GJDXGnpdw4bCg3qas6yjWSi7czJhI/J6pWln7NHtmBkGE9ZbohiiNtLqwGzKmBfixig==", "engines": { "node": ">=12" }, diff --git a/stencil-workspace/package.json b/stencil-workspace/package.json index 0b5b3ba1c..798b974b7 100644 --- a/stencil-workspace/package.json +++ b/stencil-workspace/package.json @@ -43,7 +43,7 @@ "dependencies": { "@popperjs/core": "^2.11.8", "@stencil/core": "^4.12.4", - "@tanstack/table-core": "^8.17.3" + "@tanstack/table-core": "^8.19.2" }, "devDependencies": { "@stencil/angular-output-target": "^0.8.4",