diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 94d2336..1ad91f9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@tanstack/react-query": "^5.53.1", + "@tanstack/react-query": "^5.59.13", "@tanstack/react-table": "^8.20.5", "dotenv": "^16.4.5", "embla-carousel-react": "^8.5.2", @@ -726,9 +726,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.53.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.53.1.tgz", - "integrity": "sha512-mvLG7s4Zy3Yvc2LsKm8BVafbmPrsReKgqwhmp4XKVmRW9us3KbWRqu3qBBfhVavcUUEHfNK7PvpTchvQpVdFpw==", + "version": "5.59.13", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.13.tgz", + "integrity": "sha512-Oou0bBu/P8+oYjXsJQ11j+gcpLAMpqW42UlokQYEz4dE7+hOtVO9rVuolJKgEccqzvyFzqX4/zZWY+R/v1wVsQ==", "license": "MIT", "funding": { "type": "github", @@ -736,12 +736,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.53.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.53.1.tgz", - "integrity": "sha512-35HU4836Ey1/W74BxmS8p9KHXcDRGPdkw6w3VX0Tc5S9v5acFl80oi/yc6nsmoLhu68wQkWMyX0h7y7cOtY5OA==", + "version": "5.59.13", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.13.tgz", + "integrity": "sha512-GB2ELtiH8tL0rcFiM4sWvnXhazt1xRXX/LolMEV12kfEKu58aNA4lQoieslP61PO4vZO9JJMwm+6lqyS0E1HOA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.53.1" + "@tanstack/query-core": "5.59.13" }, "funding": { "type": "github", diff --git a/frontend/package.json b/frontend/package.json index 4c65600..014ff96 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,7 +42,7 @@ "typescript-eslint": "^8.2.0" }, "dependencies": { - "@tanstack/react-query": "^5.53.1", + "@tanstack/react-query": "^5.59.13", "@tanstack/react-table": "^8.20.5", "dotenv": "^16.4.5", "embla-carousel-react": "^8.5.2",