From 91f7da8782e0eba0c2c17bb14a2723e7c52c0bdf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Aug 2025 04:24:41 +0000 Subject: [PATCH] feat: upgrade @supabase/supabase-js from 1.35.4 to 2.50.5 Snyk has created this PR to upgrade @supabase/supabase-js from 1.35.4 to 2.50.5. 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..43ff9c5a13873 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.50.5", "itty-router": "^2.6.1", "itty-router-extras": "^0.4.2" }