diff --git a/client/package-lock.json b/client/package-lock.json index ecc07e8..1dd454b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^8.3.1", "@react-oauth/google": "^0.12.1", "@tanstack/react-table": "^8.11.3", - "@tanstack/table-core": "^8.11.2", + "@tanstack/table-core": "^8.20.5", "apexcharts": "^3.45.1", "axios": "^1.6.4", "date-fns": "^3.1.0", @@ -3934,10 +3934,24 @@ "react-dom": ">=16" } }, - "node_modules/@tanstack/table-core": { + "node_modules/@tanstack/react-table/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==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + } + }, + "node_modules/@tanstack/table-core": { + "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..061cfa3 100644 --- a/client/package.json +++ b/client/package.json @@ -18,7 +18,7 @@ "@faker-js/faker": "^8.3.1", "@react-oauth/google": "^0.12.1", "@tanstack/react-table": "^8.11.3", - "@tanstack/table-core": "^8.11.2", + "@tanstack/table-core": "^8.20.5", "apexcharts": "^3.45.1", "axios": "^1.6.4", "date-fns": "^3.1.0",