From 05861ba1e7a5263b747e0a2e2d363ea94e6fbf47 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Sep 2024 06:01:51 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @tanstack/react-query from 5.51.21 to 5.53.1. See this package in npm: https://www.npmjs.com/package/@tanstack/react-query - @tanstack/react-table from 8.20.1 to 8.20.5. See this package in npm: https://www.npmjs.com/package/@tanstack/react-table 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 | 34 +++++++++++++++++----------------- frontend/package.json | 4 ++-- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3581e6a..8d36a64 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,8 +9,8 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-table": "^8.20.1", + "@tanstack/react-query": "^5.53.1", + "@tanstack/react-table": "^8.20.5", "dotenv": "^16.4.5", "embla-carousel-react": "^8.2.1", "lodash": "^4.17.21", @@ -726,9 +726,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.51.21", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.21.tgz", - "integrity": "sha512-POQxm42IUp6n89kKWF4IZi18v3fxQWFRolvBA6phNVmA8psdfB1MvDnGacCJdS+EOX12w/CyHM62z//rHmYmvw==", + "version": "5.53.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.53.1.tgz", + "integrity": "sha512-mvLG7s4Zy3Yvc2LsKm8BVafbmPrsReKgqwhmp4XKVmRW9us3KbWRqu3qBBfhVavcUUEHfNK7PvpTchvQpVdFpw==", "license": "MIT", "funding": { "type": "github", @@ -736,28 +736,28 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.51.21", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.21.tgz", - "integrity": "sha512-Q/V81x3sAYgCsxjwOkfLXfrmoG+FmDhLeHH5okC/Bp8Aaw2c33lbEo/mMcMnkxUPVtB2FLpzHT0tq3c+OlZEbw==", + "version": "5.53.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.53.1.tgz", + "integrity": "sha512-35HU4836Ey1/W74BxmS8p9KHXcDRGPdkw6w3VX0Tc5S9v5acFl80oi/yc6nsmoLhu68wQkWMyX0h7y7cOtY5OA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.51.21" + "@tanstack/query-core": "5.53.1" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": "^18.0.0" + "react": "^18 || ^19" } }, "node_modules/@tanstack/react-table": { - "version": "8.20.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.20.1.tgz", - "integrity": "sha512-PJK+07qbengObe5l7c8vCdtefXm8cyR4i078acWrHbdm8JKw1ES7YpmOtVt9ALUVEEFAHscdVpGRhRgikgFMbQ==", + "version": "8.20.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.20.5.tgz", + "integrity": "sha512-WEHopKw3znbUZ61s9i0+i9g8drmDo6asTWbrQh8Us63DAk/M0FkmIqERew6P71HI75ksZ2Pxyuf4vvKh9rAkiA==", "license": "MIT", "dependencies": { - "@tanstack/table-core": "8.20.1" + "@tanstack/table-core": "8.20.5" }, "engines": { "node": ">=12" @@ -772,9 +772,9 @@ } }, "node_modules/@tanstack/table-core": { - "version": "8.20.1", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.20.1.tgz", - "integrity": "sha512-5Ly5TIRHnWH7vSDell9B/OVyV380qqIJVg7H7R7jU4fPEmOD4smqAX7VRflpYI09srWR8aj5OLD2Ccs1pI5mTg==", + "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/frontend/package.json b/frontend/package.json index 2af6727..561b83a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,8 +42,8 @@ "typescript-eslint": "^8.2.0" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-table": "^8.20.1", + "@tanstack/react-query": "^5.53.1", + "@tanstack/react-table": "^8.20.5", "dotenv": "^16.4.5", "embla-carousel-react": "^8.2.1", "lodash": "^4.17.21",