diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c81568b..cd817f2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,8 +9,8 @@ "version": "1.0.0", "license": "MIT", "dependencies": { + "@tanstack/react-table": "^8.17.3", "@tanstack/react-query": "^5.36.2", - "@tanstack/react-table": "^8.16.0", "dotenv": "^16.4.5", "live-server": "^1.2.2", "moment": "^2.30.1", @@ -556,12 +556,12 @@ } }, "node_modules/@tanstack/react-table": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.16.0.tgz", - "integrity": "sha512-rKRjnt8ostqN2fercRVOIH/dq7MAmOENCMvVlKx6P9Iokhh6woBGnIZEkqsY/vEJf1jN3TqLOb34xQGLVRuhAg==", + "version": "8.17.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.17.3.tgz", + "integrity": "sha512-5gwg5SvPD3lNAXPuJJz1fOCEZYk9/GeBFH3w/hCgnfyszOIzwkwgp5I7Q4MJtn0WECp84b5STQUDdmvGi8m3nA==", "license": "MIT", "dependencies": { - "@tanstack/table-core": "8.16.0" + "@tanstack/table-core": "8.17.3" }, "engines": { "node": ">=12" @@ -576,9 +576,9 @@ } }, "node_modules/@tanstack/table-core": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.16.0.tgz", - "integrity": "sha512-dCG8vQGk4js5v88/k83tTedWOwjGnIyONrKpHpfmSJB8jwFHl8GSu1sBBxbtACVAPtAQgwNxl0rw1d3RqRM1Tg==", + "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==", "license": "MIT", "engines": { "node": ">=12" @@ -5698,17 +5698,17 @@ } }, "@tanstack/react-table": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.16.0.tgz", - "integrity": "sha512-rKRjnt8ostqN2fercRVOIH/dq7MAmOENCMvVlKx6P9Iokhh6woBGnIZEkqsY/vEJf1jN3TqLOb34xQGLVRuhAg==", + "version": "8.17.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.17.3.tgz", + "integrity": "sha512-5gwg5SvPD3lNAXPuJJz1fOCEZYk9/GeBFH3w/hCgnfyszOIzwkwgp5I7Q4MJtn0WECp84b5STQUDdmvGi8m3nA==", "requires": { - "@tanstack/table-core": "8.16.0" + "@tanstack/table-core": "8.17.3" } }, "@tanstack/table-core": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.16.0.tgz", - "integrity": "sha512-dCG8vQGk4js5v88/k83tTedWOwjGnIyONrKpHpfmSJB8jwFHl8GSu1sBBxbtACVAPtAQgwNxl0rw1d3RqRM1Tg==" + "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==" }, "@types/node": { "version": "20.12.7", diff --git a/frontend/package.json b/frontend/package.json index a5d57e1..06a1d73 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,8 +34,8 @@ "typescript": "^5.3.3" }, "dependencies": { + "@tanstack/react-table": "^8.17.3", "@tanstack/react-query": "^5.36.2", - "@tanstack/react-table": "^8.16.0", "dotenv": "^16.4.5", "live-server": "^1.2.2", "moment": "^2.30.1",