From 7b884a0aa4e8de992ab4bfe3b4fedeb93a296475 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Apr 2025 04:02:05 +0000 Subject: [PATCH] fix: upgrade @supabase/ssr from 0.3.0 to 0.6.1 Snyk has created this PR to upgrade @supabase/ssr from 0.3.0 to 0.6.1. See this package in npm: @supabase/ssr See this project in Snyk: https://app.snyk.io/org/nerds-github/project/36c574b4-9499-43e0-a902-92e11fa4f81e?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/realtime/nextjs-authorization-demo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/realtime/nextjs-authorization-demo/package.json b/examples/realtime/nextjs-authorization-demo/package.json index 904c35f4b46a5..c4c010bf6e3df 100644 --- a/examples/realtime/nextjs-authorization-demo/package.json +++ b/examples/realtime/nextjs-authorization-demo/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@supabase/auth-helpers-nextjs": "^0.9.0", - "@supabase/ssr": "latest", + "@supabase/ssr": "0.6.1", "@supabase/supabase-js": "2.44.0", "autoprefixer": "10.4.17", "geist": "^1.2.1",