From 78de60bb447373081585fc8a810ebe2dcb699c9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jun 2024 16:09:48 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 5.29.2 to 5.36.2 Snyk has created this PR to upgrade @tanstack/react-query from 5.29.2 to 5.36.2. See this package in npm: @tanstack/react-query See this project in Snyk: https://app.snyk.io/org/thearyadev/project/4aa52f56-198f-47b0-bf69-ec8c3e129087?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 427b71f..92a4798 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tooltip": "^1.0.7", "@t3-oss/env-nextjs": "^0.9.2", - "@tanstack/react-query": "^5.25.0", + "@tanstack/react-query": "^5.36.2", "@trpc/client": "next", "@trpc/next": "next", "@trpc/react-query": "next", @@ -2129,20 +2129,22 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.29.0.tgz", - "integrity": "sha512-WgPTRs58hm9CMzEr5jpISe8HXa3qKQ8CxewdYZeVnA54JrPY9B1CZiwsCoLpLkf0dGRZq+LcX5OiJb0bEsOFww==", + "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", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.29.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.29.2.tgz", - "integrity": "sha512-nyuWILR4u7H5moLGSiifLh8kIqQDLNOHGuSz0rcp+J75fNc8aQLyr5+I2JCHU3n+nJrTTW1ssgAD8HiKD7IFBQ==", + "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.29.0" + "@tanstack/query-core": "5.36.1" }, "funding": { "type": "github", diff --git a/package.json b/package.json index a74c486..e8a9ad2 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tooltip": "^1.0.7", "@t3-oss/env-nextjs": "^0.9.2", - "@tanstack/react-query": "^5.25.0", + "@tanstack/react-query": "^5.36.2", "@trpc/client": "next", "@trpc/next": "next", "@trpc/react-query": "next",