From 4d16c33f7322c20290ea962d7558318fe9a5c37c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Nov 2024 04:28:15 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 5.53.1 to 5.59.13 Snyk has created this PR to upgrade @tanstack/react-query from 5.53.1 to 5.59.13. See this package in npm: @tanstack/react-query See this project in Snyk: https://app.snyk.io/org/calpinsw/project/3f278374-a2a0-407c-ac26-8fd2a108c950?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package-lock.json | 16 ++++++++-------- frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 29352e9..26769e6 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.2.1", @@ -725,9 +725,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", @@ -735,12 +735,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 8294558..c3900b8 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.2.1",