From 740a6bdcd4a3afb3fbce8dd49fc5a561844f692b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Apr 2025 03:08:31 +0000 Subject: [PATCH] feat: upgrade @supabase/supabase-js from 1.35.4 to 2.49.3 Snyk has created this PR to upgrade @supabase/supabase-js from 1.35.4 to 2.49.3. 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..baba8cc0cfc45 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.49.3", "itty-router": "^2.6.1", "itty-router-extras": "^0.4.2" }