From a9ab0c0577ed3c7dd4307a126b8cd1965284e72b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Nov 2025 02:47:00 +0000 Subject: [PATCH] feat: upgrade @supabase/supabase-js from 1.35.4 to 2.78.0 Snyk has created this PR to upgrade @supabase/supabase-js from 1.35.4 to 2.78.0. See this package in npm: @supabase/supabase-js See this project in Snyk: https://app.snyk.io/org/nerds-github/project/a1d3fb15-0a43-4e34-810f-30f7ff0cca39?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/caching/with-cloudflare-workers-kv/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/caching/with-cloudflare-workers-kv/package.json b/examples/caching/with-cloudflare-workers-kv/package.json index 3e3866d82d1b6..d836bc33301fc 100644 --- a/examples/caching/with-cloudflare-workers-kv/package.json +++ b/examples/caching/with-cloudflare-workers-kv/package.json @@ -10,7 +10,7 @@ "deploy": "wrangler publish" }, "dependencies": { - "@supabase/supabase-js": "^1.35.4", + "@supabase/supabase-js": "^2.78.0", "itty-router": "^2.6.1", "itty-router-extras": "^0.4.2" }