diff --git a/frontend/package-lock.json b/frontend/package-lock.json index dcaa22d..28c2114 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@tanstack/react-query": "^5.40.1", - "@tanstack/react-table": "^8.17.3", + "@tanstack/react-table": "^8.19.1", "dotenv": "^16.4.5", "moment": "^2.30.1", "react": "^18.3.1", @@ -201,11 +201,12 @@ } }, "node_modules/@tanstack/react-table": { - "version": "8.17.3", - "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.17.3.tgz", - "integrity": "sha512-5gwg5SvPD3lNAXPuJJz1fOCEZYk9/GeBFH3w/hCgnfyszOIzwkwgp5I7Q4MJtn0WECp84b5STQUDdmvGi8m3nA==", + "version": "8.19.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.19.1.tgz", + "integrity": "sha512-2jWJ2mhaXtBZ2h4k6azADFFrAPOGHw/fy/obIXwfCMFf63BKW/tHLp87oWDotFN/aKUo5Vj2cGBDRXfwTgiYPg==", + "license": "MIT", "dependencies": { - "@tanstack/table-core": "8.17.3" + "@tanstack/table-core": "8.19.1" }, "engines": { "node": ">=12" @@ -220,9 +221,10 @@ } }, "node_modules/@tanstack/table-core": { - "version": "8.17.3", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.17.3.tgz", - "integrity": "sha512-mPBodDGVL+fl6d90wUREepHa/7lhsghg2A3vFpakEhrhtbIlgNAZiMr7ccTgak5qbHqF14Fwy+W1yFWQt+WmYQ==", + "version": "8.19.1", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.19.1.tgz", + "integrity": "sha512-HePba/tRC6MCSHi8o9LktxpOfkV8u2hjGHllHNl5E6+/8mgtSuOSRr5VempH33qsYeIfgk42SiiayP777LZ9kQ==", + "license": "MIT", "engines": { "node": ">=12" }, diff --git a/frontend/package.json b/frontend/package.json index 0f5c9be..2344f55 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@tanstack/react-query": "^5.40.1", - "@tanstack/react-table": "^8.17.3", + "@tanstack/react-table": "^8.19.1", "dotenv": "^16.4.5", "moment": "^2.30.1", "react": "^18.3.1",