From 0477f4743a69adf1f748f67c828ee61184b559a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Nov 2025 05:28:37 +0000 Subject: [PATCH] fix: upgrade @supabase/supabase-js from 2.0.0 to 2.76.0 Snyk has created this PR to upgrade @supabase/supabase-js from 2.0.0 to 2.76.0. See this package in npm: @supabase/supabase-js See this project in Snyk: https://app.snyk.io/org/nerds-github/project/8ca415fc-0ce2-4cf3-bdf4-729fc34ac63a?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-cloudflare-workers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-cloudflare-workers/package.json b/examples/with-cloudflare-workers/package.json index bed77e972c173..5f42a03c1351a 100644 --- a/examples/with-cloudflare-workers/package.json +++ b/examples/with-cloudflare-workers/package.json @@ -10,6 +10,6 @@ "deploy": "wrangler publish" }, "dependencies": { - "@supabase/supabase-js": "^2.49.8" + "@supabase/supabase-js": "^2.76.0" } }