From 57d80317e6e7de875fccd5e75a9155aeab4dd993 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Oct 2024 11:31:25 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 5.55.2 to 5.55.4 Snyk has created this PR to upgrade @tanstack/react-query from 5.55.2 to 5.55.4. See this package in npm: @tanstack/react-query See this project in Snyk: https://app.snyk.io/org/zntb/project/3f7a23d2-a22c-4487-8442-502155814573?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 657537a..3a4e6ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,13 +21,13 @@ "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-toast": "^1.1.5", "@radix-ui/react-tooltip": "^1.0.7", - "@tanstack/react-query": "5.55.2", + "@tanstack/react-query": "^5.55.4", "blo": "^1.2.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "ethers": "^6.13.2", "lucide-react": "^0.438.0", - "next": "^14.2.10", + "next": "14.2.10", "next-themes": "^0.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -6405,9 +6405,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.55.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.55.2.tgz", - "integrity": "sha512-WfuUx06sw/V3R2tRRQf4KZj0g4Q5EHrTdwJmCUovMFuHWVzDvLd5U+B7d5Pk8ni5w5SGpUuzGuQv3nN8xo1QbQ==", + "version": "5.55.4", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.55.4.tgz", + "integrity": "sha512-uoRqNnRfzOH4OMIoxj8E2+Us89UIGXfau981qYJWsNMkFS1GXR4UIyzUTVGq4N7SDLHgFPpo6IOazqUV5gkMZA==", "license": "MIT", "funding": { "type": "github", @@ -6433,12 +6433,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.55.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.55.2.tgz", - "integrity": "sha512-PkbEmO64nphWPhufkE9aJ+iEScg8tNNCykYlH7vDwb2R6G8uJC+HTJgXc2n8cRaJe6ETVIeQLFFESVd+2N/tww==", + "version": "5.55.4", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.55.4.tgz", + "integrity": "sha512-e3uX5XkLD9oTV66/VsVpkYz3Ds/ps/Yk+V5d89xthAbtNIKKBEm4FdNb9yISFzGEGezUzVO68qmfmiSrtScvsg==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.55.2" + "@tanstack/query-core": "5.55.4" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 071e021..19db7a2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-toast": "^1.1.5", "@radix-ui/react-tooltip": "^1.0.7", - "@tanstack/react-query": "5.55.2", + "@tanstack/react-query": "5.55.4", "blo": "^1.2.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1",