From d537d2a39b0e896122827ee5ed4dfdabdf6e8991 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Aug 2025 04:05:58 +0000 Subject: [PATCH] fix: upgrade @supabase/supabase-js from 2.0.0 to 2.53.0 Snyk has created this PR to upgrade @supabase/supabase-js from 2.0.0 to 2.53.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..31f195e053037 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.53.0" } }