From 17a4dbbe605a3eb9c8da08e250c6b0ab7e60fd77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Oct 2025 08:32:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SUPABASEAUTHJS-10255365 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2adeb05..5b310af 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,6 @@ "types": "./dist/index.d.ts", "type": "module", "dependencies": { - "@supabase/supabase-js": "^2.45.1" + "@supabase/supabase-js": "^2.50.0" } }