From ec840c66a2b24340d1314089459142a9ad1a1f11 Mon Sep 17 00:00:00 2001 From: Lakshan Perera Date: Mon, 15 Apr 2024 11:30:05 +1000 Subject: [PATCH] fix: bump functions-js --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e8f7da0..54716f99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@supabase/auth-js": "2.63.0", - "@supabase/functions-js": "2.2.2", + "@supabase/functions-js": "2.3.0", "@supabase/node-fetch": "2.6.15", "@supabase/postgrest-js": "1.15.2", "@supabase/realtime-js": "2.9.4", @@ -1170,9 +1170,9 @@ } }, "node_modules/@supabase/functions-js": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.2.2.tgz", - "integrity": "sha512-sJGq1nludmi7pY/fdtCpyY/pYonx7MfHdN408bqb736guWcVI1AChYVbI4kUM978EuOE4Ci6l7bUudfGg07QRw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.3.0.tgz", + "integrity": "sha512-GPXzSl4MXdc0P7q+TvE8XgaPdvGBeAJ0p6AN0tbKcezpkp32mpsDf58JXaWOJGyiWSVJn6z1W73eKxf6NZNaFA==", "dependencies": { "@supabase/node-fetch": "^2.6.14" } diff --git a/package.json b/package.json index 44580cb5..156c9dc2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@supabase/auth-js": "2.63.0", - "@supabase/functions-js": "2.2.2", + "@supabase/functions-js": "2.3.0", "@supabase/node-fetch": "2.6.15", "@supabase/postgrest-js": "1.15.2", "@supabase/realtime-js": "2.9.4",