From 3707148ea7218585a56b79107ee8beae2316f969 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jun 2024 01:00:45 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 5.35.5 to 5.36.2 Snyk has created this PR to upgrade @tanstack/react-query from 5.35.5 to 5.36.2. 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 | 16 ++++++++-------- next-app/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/next-app/package-lock.json b/next-app/package-lock.json index 40e9c82..607018c 100644 --- a/next-app/package-lock.json +++ b/next-app/package-lock.json @@ -14,7 +14,7 @@ "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-slot": "^1.0.2", "@rainbow-me/rainbowkit": "^2.0.7", - "@tanstack/react-query": "^5.35.5", + "@tanstack/react-query": "^5.36.2", "@tanstack/react-table": "^8.16.0", "axios": "^1.6.8", "class-variance-authority": "^0.7.0", @@ -5558,9 +5558,9 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/@tanstack/query-core": { - "version": "5.35.5", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.35.5.tgz", - "integrity": "sha512-OMWvlEqG01RfGj+XZb/piDzPp0eZkkHWSDHt2LvE/fd1zWburP/xwm0ghk6Iv8cuPlP+ACFkZviKXK0OVt6lhg==", + "version": "5.36.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.36.1.tgz", + "integrity": "sha512-BteWYEPUcucEu3NBcDAgKuI4U25R9aPrHSP6YSf2NvaD2pSlIQTdqOfLRsxH9WdRYg7k0Uom35Uacb6nvbIMJg==", "license": "MIT", "funding": { "type": "github", @@ -5568,12 +5568,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.35.5", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.35.5.tgz", - "integrity": "sha512-sppX7L+PVn5GBV3In6zzj0zcKfnZRKhXbX1MfIfKo1OjIq2GMaopvAFOP0x1bRYTUk2ikrdYcQYOozX7PWkb8A==", + "version": "5.36.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.36.2.tgz", + "integrity": "sha512-bHNa+5dead+j6SA8WVlEOPxcGfteVFgdyFTCFcxBgjnPf0fFpHUc7aNZBCnvmPXqy/BeQa9zTuU9ectb7i8ZXA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.35.5" + "@tanstack/query-core": "5.36.1" }, "funding": { "type": "github", diff --git a/next-app/package.json b/next-app/package.json index eee9f21..c3ca675 100644 --- a/next-app/package.json +++ b/next-app/package.json @@ -15,7 +15,7 @@ "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-slot": "^1.0.2", "@rainbow-me/rainbowkit": "^2.0.7", - "@tanstack/react-query": "^5.35.5", + "@tanstack/react-query": "^5.36.2", "@tanstack/react-table": "^8.16.0", "axios": "^1.6.8", "class-variance-authority": "^0.7.0",