From 1001e3d279a8679cd7bc3da5d8fd4e3886074f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:38:12 +0000 Subject: [PATCH] Bump @tanstack/react-table from 8.11.2 to 8.11.3 in /dashboard Bumps [@tanstack/react-table](https://github.com/tanstack/table) from 8.11.2 to 8.11.3. - [Release notes](https://github.com/tanstack/table/releases) - [Commits](https://github.com/tanstack/table/compare/v8.11.2...v8.11.3) --- 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 3760221c329..faf80416ea8 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -37,7 +37,7 @@ "@paciolan/remote-component": "^2.13.0", "@redux-devtools/extension": "^3.3.0", "@tanstack/match-sorter-utils": "^8.11.3", - "@tanstack/react-table": "^8.11.2", + "@tanstack/react-table": "^8.11.3", "ajv": "^8.12.0", "axios": "^1.6.5", "fast-json-patch": "^3.1.1", diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index dfe1be3ede1..ab06b548e77 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -2709,17 +2709,17 @@ dependencies: remove-accents "0.4.2" -"@tanstack/react-table@^8.11.2": - version "8.11.2" - resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.11.2.tgz#e584dbac8eb3ccce1facfe383863ac35c0ff1bb5" - integrity sha512-ztLg2OpM3HZIWzkQYjQER1inZuhbt79fBwZxc9bPXzsvqY+7RYI3dCZLw3CynYd9s4YltdrTbmSyh4xQSHexDQ== +"@tanstack/react-table@^8.11.3": + version "8.11.3" + resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.11.3.tgz#0af6f7d074a319920f5149eba0a64a5b71125368" + integrity sha512-Gwwm7po1MaObBguw69L+UiACkaj+eOtThQEArj/3fmUwMPiWaJcXvNG2X5Te5z2hg0HMx8h0T0Q7p5YmQlTUfw== dependencies: - "@tanstack/table-core" "8.11.2" + "@tanstack/table-core" "8.11.3" -"@tanstack/table-core@8.11.2": - version "8.11.2" - resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.11.2.tgz#34c00547dca178a1409b7f5385704f8b435e23ab" - integrity sha512-rR0VEQOtr0ARLvaNLaSQnt2BVwOp0OavOUA0LcZ3N45tLYXc4sXruNv8kJ7R7+5W1CrzGha217tzjBG83CpoMQ== +"@tanstack/table-core@8.11.3": + version "8.11.3" + resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.11.3.tgz#89b2914b2bc6f1aaffd31582e268a52273c49179" + integrity sha512-nkcFIL696wTf1QMvhGR7dEg60OIRwEZm1OqFTYYDTRc4JOWspgrsJO3IennsOJ7ptumHWLDjV8e5BjPkZcSZAQ== "@testing-library/dom@^8.0.0": version "8.20.1"