From 8049d53db81113aa2637023351f20bd2351d99d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Aug 2024 09:38:59 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 5.51.9 to 5.51.11 Snyk has created this PR to upgrade @tanstack/react-query from 5.51.9 to 5.51.11. See this package in npm: @tanstack/react-query See this project in Snyk: https://app.snyk.io/org/mtthoas/project/b51bbbf1-962e-4f24-8a14-61d1af84ef3e?utm_source=github&utm_medium=referral&page=upgrade-pr --- next-app/package-lock.json | 9 +++++---- next-app/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/next-app/package-lock.json b/next-app/package-lock.json index 37c2e61..85dd57f 100644 --- a/next-app/package-lock.json +++ b/next-app/package-lock.json @@ -23,7 +23,7 @@ "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-tooltip": "^1.1.2", "@rainbow-me/rainbowkit": "^2.0.5", - "@tanstack/react-query": "^5.32.0", + "@tanstack/react-query": "^5.51.11", "@tanstack/react-table": "^8.16.0", "axios": "^1.6.8", "class-variance-authority": "^0.7.0", @@ -6350,9 +6350,10 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.51.9", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.9.tgz", - "integrity": "sha512-F8j6i42wfKvFrRcxfOyFyYME+bPfNthAGOSkjdv4UwZZXJjnBnBs/yRQGT0bD23LVCTuBzlIfZ0GKSIyclZ9rQ==", + "version": "5.51.11", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.11.tgz", + "integrity": "sha512-4Kq2x0XpDlpvSnaLG+8pHNH60zEc3mBvb3B2tOMDjcPCi/o+Du3p/9qpPLwJOTliVxxPJAP27fuIhLrsRdCr7A==", + "license": "MIT", "dependencies": { "@tanstack/query-core": "5.51.9" }, diff --git a/next-app/package.json b/next-app/package.json index 1cf57d6..d54279b 100644 --- a/next-app/package.json +++ b/next-app/package.json @@ -24,7 +24,7 @@ "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-tooltip": "^1.1.2", "@rainbow-me/rainbowkit": "^2.0.5", - "@tanstack/react-query": "^5.32.0", + "@tanstack/react-query": "^5.51.11", "@tanstack/react-table": "^8.16.0", "axios": "^1.6.8", "class-variance-authority": "^0.7.0",