diff --git a/examples/with-cloudflare-workers/package.json b/examples/with-cloudflare-workers/package.json index bed77e972c173..5f42a03c1351a 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.76.0" } }