diff --git a/client/package-lock.json b/client/package-lock.json index ecc07e8..e7082e6 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.16.0", "@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.16.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.16.0.tgz", + "integrity": "sha512-rKRjnt8ostqN2fercRVOIH/dq7MAmOENCMvVlKx6P9Iokhh6woBGnIZEkqsY/vEJf1jN3TqLOb34xQGLVRuhAg==", + "license": "MIT", "dependencies": { - "@tanstack/table-core": "8.11.3" + "@tanstack/table-core": "8.16.0" }, "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.16.0", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.16.0.tgz", + "integrity": "sha512-dCG8vQGk4js5v88/k83tTedWOwjGnIyONrKpHpfmSJB8jwFHl8GSu1sBBxbtACVAPtAQgwNxl0rw1d3RqRM1Tg==", + "license": "MIT", "engines": { "node": ">=12" }, diff --git a/client/package.json b/client/package.json index 26ea28d..4218715 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.16.0", "@tanstack/table-core": "^8.11.2", "apexcharts": "^3.45.1", "axios": "^1.6.4",