From 41e0fff9bae4bc53a4202a2e78fd70864f5537c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Nov 2025 04:47:48 +0000 Subject: [PATCH] fix: upgrade @supabase/supabase-js from 2.39.0 to 2.75.1 Snyk has created this PR to upgrade @supabase/supabase-js from 2.39.0 to 2.75.1. See this package in npm: @supabase/supabase-js 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..6975e344f3194 100644 --- a/examples/caching/with-react-query-nextjs-14/package.json +++ b/examples/caching/with-react-query-nextjs-14/package.json @@ -11,7 +11,7 @@ "dependencies": { "@supabase-cache-helpers/postgrest-react-query": "^1.3.0", "@supabase/ssr": "^0.0.10", - "@supabase/supabase-js": "^2.39.0", + "@supabase/supabase-js": "^2.75.1", "@tanstack/react-query": "^5.12.2", "next": "14.2.10", "react": "^18",