From 4c06151aaa50c3270b77271f87b46db830544eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:18:32 +0000 Subject: [PATCH] build(deps): bump @tanstack/react-table from 8.11.3 to 8.11.6 Bumps [@tanstack/react-table](https://github.com/tanstack/table) from 8.11.3 to 8.11.6. - [Release notes](https://github.com/tanstack/table/releases) - [Commits](https://github.com/tanstack/table/compare/v8.11.3...v8.11.6) --- updated-dependencies: - dependency-name: "@tanstack/react-table" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95a4c17..2af157d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@radix-ui/react-tooltip": "^1.0.7", "@tanstack/react-query": "^5.17.1", "@tanstack/react-query-devtools": "^5.17.9", - "@tanstack/react-table": "^8.11.3", + "@tanstack/react-table": "^8.11.6", "axios": "^1.6.5", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", @@ -1955,11 +1955,11 @@ } }, "node_modules/@tanstack/react-table": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.11.3.tgz", - "integrity": "sha512-Gwwm7po1MaObBguw69L+UiACkaj+eOtThQEArj/3fmUwMPiWaJcXvNG2X5Te5z2hg0HMx8h0T0Q7p5YmQlTUfw==", + "version": "8.11.6", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.11.6.tgz", + "integrity": "sha512-i0heTVZtuHF9VPMwcYoZ21hbzGDmLjxHYemDMvbGpjk5fUZ8nLF3S8qjVRU79XfPW8KK9o7iTU2fGFVQQmxMSQ==", "dependencies": { - "@tanstack/table-core": "8.11.3" + "@tanstack/table-core": "8.11.6" }, "engines": { "node": ">=12" @@ -1974,9 +1974,9 @@ } }, "node_modules/@tanstack/table-core": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.11.3.tgz", - "integrity": "sha512-nkcFIL696wTf1QMvhGR7dEg60OIRwEZm1OqFTYYDTRc4JOWspgrsJO3IennsOJ7ptumHWLDjV8e5BjPkZcSZAQ==", + "version": "8.11.6", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.11.6.tgz", + "integrity": "sha512-69WEY1PaZROaGYUrseng4/4sMYnRGhDe1vM6888CnWekGz/wuCnvqwOoOuKGYivnaiI4BVmZq4WKWhvahyj3/g==", "engines": { "node": ">=12" }, diff --git a/package.json b/package.json index cef0d8c..ad55bc6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@radix-ui/react-tooltip": "^1.0.7", "@tanstack/react-query": "^5.17.1", "@tanstack/react-query-devtools": "^5.17.9", - "@tanstack/react-table": "^8.11.3", + "@tanstack/react-table": "^8.11.6", "axios": "^1.6.5", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0",