From e957a5444212eaf516a965502b60355a4b021855 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Oct 2024 02:16:41 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-table from 8.11.3 to 8.20.5 Snyk has created this PR to upgrade @tanstack/react-table from 8.11.3 to 8.20.5. See this package in npm: @tanstack/react-table See this project in Snyk: https://app.snyk.io/org/hellotech69/project/a9794d91-9bef-473f-9bc8-15c9c9fa35c9?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package-lock.json | 22 ++++++++++++---------- client/package.json | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ecc07e8..3d791bb 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -14,7 +14,7 @@ "@emotion/styled": "^11.11.0", "@faker-js/faker": "^8.3.1", "@react-oauth/google": "^0.12.1", - "@tanstack/react-table": "^8.11.3", + "@tanstack/react-table": "^8.20.5", "@tanstack/table-core": "^8.11.2", "apexcharts": "^3.45.1", "axios": "^1.6.4", @@ -3916,11 +3916,12 @@ } }, "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.20.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.20.5.tgz", + "integrity": "sha512-WEHopKw3znbUZ61s9i0+i9g8drmDo6asTWbrQh8Us63DAk/M0FkmIqERew6P71HI75ksZ2Pxyuf4vvKh9rAkiA==", + "license": "MIT", "dependencies": { - "@tanstack/table-core": "8.11.3" + "@tanstack/table-core": "8.20.5" }, "engines": { "node": ">=12" @@ -3930,14 +3931,15 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": ">=16", - "react-dom": ">=16" + "react": ">=16.8", + "react-dom": ">=16.8" } }, "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.20.5", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.20.5.tgz", + "integrity": "sha512-P9dF7XbibHph2PFRz8gfBKEXEY/HJPOhym8CHmjF8y3q5mWpKx9xtZapXQUWCgkqvsK0R46Azuz+VaxD4Xl+Tg==", + "license": "MIT", "engines": { "node": ">=12" }, diff --git a/client/package.json b/client/package.json index 26ea28d..674e42b 100644 --- a/client/package.json +++ b/client/package.json @@ -17,7 +17,7 @@ "@emotion/styled": "^11.11.0", "@faker-js/faker": "^8.3.1", "@react-oauth/google": "^0.12.1", - "@tanstack/react-table": "^8.11.3", + "@tanstack/react-table": "^8.20.5", "@tanstack/table-core": "^8.11.2", "apexcharts": "^3.45.1", "axios": "^1.6.4",