From c0d0006204dfc13c57965e878559c0e2eeb8b4de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Oct 2025 01:06:25 +0000 Subject: [PATCH] feat: upgrade @supabase/supabase-js from 1.35.4 to 2.57.4 Snyk has created this PR to upgrade @supabase/supabase-js from 1.35.4 to 2.57.4. 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..0f88d2806e7f0 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.57.4", "itty-router": "^2.6.1", "itty-router-extras": "^0.4.2" }