diff --git a/package-lock.json b/package-lock.json index bb951331..0295ef07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@supabase/functions-js": "^2.0.0", - "@supabase/gotrue-js": "^2.5.0", + "@supabase/gotrue-js": "^2.6.1", "@supabase/postgrest-js": "^1.1.1", "@supabase/realtime-js": "^2.1.0", "@supabase/storage-js": "^2.1.0", @@ -883,9 +883,9 @@ } }, "node_modules/@supabase/gotrue-js": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@supabase/gotrue-js/-/gotrue-js-2.5.0.tgz", - "integrity": "sha512-Aw5/WL0+JVjQjX2ZOQvOzoquMg1IMa4l1cA0eHVseAjujgUPpztjdhDwy3xP/c7OQsF+RK0ARxjsmIm2iaILlg==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@supabase/gotrue-js/-/gotrue-js-2.6.1.tgz", + "integrity": "sha512-ez40a1TORJIlF6xlA8oALx8W8vneyInz77+Hmlt2qJvKGF4LhhbBN/YI7FYmxJ8KMUaDZeWJzUwTNNOIQhE6Vg==", "dependencies": { "cross-fetch": "^3.1.5" } @@ -8301,9 +8301,9 @@ } }, "@supabase/gotrue-js": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@supabase/gotrue-js/-/gotrue-js-2.5.0.tgz", - "integrity": "sha512-Aw5/WL0+JVjQjX2ZOQvOzoquMg1IMa4l1cA0eHVseAjujgUPpztjdhDwy3xP/c7OQsF+RK0ARxjsmIm2iaILlg==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@supabase/gotrue-js/-/gotrue-js-2.6.1.tgz", + "integrity": "sha512-ez40a1TORJIlF6xlA8oALx8W8vneyInz77+Hmlt2qJvKGF4LhhbBN/YI7FYmxJ8KMUaDZeWJzUwTNNOIQhE6Vg==", "requires": { "cross-fetch": "^3.1.5" } diff --git a/package.json b/package.json index 0600b24e..db89490a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "@supabase/functions-js": "^2.0.0", - "@supabase/gotrue-js": "^2.5.0", + "@supabase/gotrue-js": "^2.6.1", "@supabase/postgrest-js": "^1.1.1", "@supabase/realtime-js": "^2.1.0", "@supabase/storage-js": "^2.1.0",