From a95a5aaf11e8d511424f83467654daa02a3e2070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 05:55:23 +0000 Subject: [PATCH] Bump @tanstack/react-table from 8.7.0 to 8.7.6 in /dashboard Bumps [@tanstack/react-table](https://github.com/tanstack/table) from 8.7.0 to 8.7.6. - [Release notes](https://github.com/tanstack/table/releases) - [Commits](https://github.com/tanstack/table/compare/v8.7.0...v8.7.6) --- updated-dependencies: - dependency-name: "@tanstack/react-table" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dashboard/package.json | 2 +- dashboard/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index 155c449b69e..2b05eff308a 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -34,7 +34,7 @@ "@improbable-eng/grpc-web": "^0.15.0", "@paciolan/remote-component": "^2.12.1", "@tanstack/match-sorter-utils": "^8.7.2", - "@tanstack/react-table": "^8.7.0", + "@tanstack/react-table": "^8.7.6", "@types/react": "^17.0.39", "ajv": "^8.11.2", "axios": "^1.2.1", diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index a098744a62c..2253b4f010c 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -2074,17 +2074,17 @@ dependencies: remove-accents "0.4.2" -"@tanstack/react-table@^8.7.0": - version "8.7.0" - resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.7.0.tgz#853fae74db6bf49738d0f18e4d507b00262fc09c" - integrity sha512-VJ+9rsymDLaSU35rWOfX0bwNXnpW1i+T14wi+sHx8lxwAsfg6IY1Yw7FPfGADvUFP5eQn2t4nlohAJd+IoEj/Q== +"@tanstack/react-table@^8.7.6": + version "8.7.6" + resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.7.6.tgz#1420d69da458fe13c08af73b6f3c98d5e49e63f6" + integrity sha512-/QijmMFeP7wDLBnr0MQ/5MlbXePbIL/1nOtkxBC9zvmBu4gDKJEDBqipUyM7Wc/iBpSd0IFyqBlvZvTPD9FYDA== dependencies: - "@tanstack/table-core" "8.7.0" + "@tanstack/table-core" "8.7.6" -"@tanstack/table-core@8.7.0": - version "8.7.0" - resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.7.0.tgz#046e376cd536cd53727a91a880345f92d3ec5859" - integrity sha512-DRiRbOAmDHapzUBd4/C4Yy+FTug4fdGp5sdZWWfCq4wxRoaXQraQgbzmK23a3QcbwLFtLeNezPkZrqbJWuX+VA== +"@tanstack/table-core@8.7.6": + version "8.7.6" + resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.7.6.tgz#5ad8a67ef6312c56c4a075326afcb2813c030a22" + integrity sha512-sqiNTMzB6cpyL8DFH6/VqW48SwiflLqxQqYpo2wNock7rdVGvlm0BLNI8vZUJbr1+fmmWmHwBvi5OMgZw8n1DA== "@testing-library/dom@^8.0.0": version "8.19.0"