From bddd94d36f67f805234c11411e22f9f2b28b14b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Apr 2025 02:58:20 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 5.12.2 to 5.70.0 Snyk has created this PR to upgrade @tanstack/react-query from 5.12.2 to 5.70.0. See this package in npm: @tanstack/react-query See this project in Snyk: https://app.snyk.io/org/nerds-github/project/ee36eb20-a1af-42a9-95ba-e0bf3ed8d1c7?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/caching/with-react-query-nextjs-14/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/caching/with-react-query-nextjs-14/package.json b/examples/caching/with-react-query-nextjs-14/package.json index f3f0bfc140979..0a831ad81a5cd 100644 --- a/examples/caching/with-react-query-nextjs-14/package.json +++ b/examples/caching/with-react-query-nextjs-14/package.json @@ -12,7 +12,7 @@ "@supabase-cache-helpers/postgrest-react-query": "^1.3.0", "@supabase/ssr": "^0.0.10", "@supabase/supabase-js": "^2.39.0", - "@tanstack/react-query": "^5.12.2", + "@tanstack/react-query": "^5.70.0", "next": "14.2.10", "react": "^18", "react-dom": "^18"