From 3fa3d02ad98afd8ed79c49f9833e40065784207b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:03:35 +0000 Subject: [PATCH] build(deps): bump @tanstack/react-table from 8.11.2 to 8.11.3 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] --- 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 df9a6c1..ac4f7ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@radix-ui/react-slot": "^1.0.2", "@tanstack/react-query": "^5.17.1", "@tanstack/react-query-devtools": "^5.17.0", - "@tanstack/react-table": "^8.11.2", + "@tanstack/react-table": "^8.11.3", "axios": "^1.6.3", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", @@ -1920,11 +1920,11 @@ } }, "node_modules/@tanstack/react-table": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.11.2.tgz", - "integrity": "sha512-ztLg2OpM3HZIWzkQYjQER1inZuhbt79fBwZxc9bPXzsvqY+7RYI3dCZLw3CynYd9s4YltdrTbmSyh4xQSHexDQ==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.11.3.tgz", + "integrity": "sha512-Gwwm7po1MaObBguw69L+UiACkaj+eOtThQEArj/3fmUwMPiWaJcXvNG2X5Te5z2hg0HMx8h0T0Q7p5YmQlTUfw==", "dependencies": { - "@tanstack/table-core": "8.11.2" + "@tanstack/table-core": "8.11.3" }, "engines": { "node": ">=12" @@ -1939,9 +1939,9 @@ } }, "node_modules/@tanstack/table-core": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.11.2.tgz", - "integrity": "sha512-rR0VEQOtr0ARLvaNLaSQnt2BVwOp0OavOUA0LcZ3N45tLYXc4sXruNv8kJ7R7+5W1CrzGha217tzjBG83CpoMQ==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.11.3.tgz", + "integrity": "sha512-nkcFIL696wTf1QMvhGR7dEg60OIRwEZm1OqFTYYDTRc4JOWspgrsJO3IennsOJ7ptumHWLDjV8e5BjPkZcSZAQ==", "engines": { "node": ">=12" }, diff --git a/package.json b/package.json index 9468cc0..9cfe696 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@radix-ui/react-slot": "^1.0.2", "@tanstack/react-query": "^5.17.1", "@tanstack/react-query-devtools": "^5.17.0", - "@tanstack/react-table": "^8.11.2", + "@tanstack/react-table": "^8.11.3", "axios": "^1.6.3", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0",