fix(Supabase Vector Store Node): Upgrade supabase SDK to address CVE-2025-48370 (#15934)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-06-03 13:24:27 +02:00
committed by GitHub
parent 702eafaf8e
commit 21141b441f
5 changed files with 63 additions and 70 deletions

View File

@@ -1,8 +1,8 @@
diff --git a/index.d.ts b/index.d.ts
index 7a8182a94289524851cb08a3b24897f2b6bce747..f5bfb61bdacbae81ca274cc4b5a61e6e7322b7cd 100755
index 6d08adc155873e948d2ffebf40622fe405159bc0..b90773f2777a68408d9d1536412f80bb3c5325a0 100644
--- a/index.d.ts
+++ b/index.d.ts
@@ -72,6 +72,9 @@ declare class WebSocket extends EventEmitter {
@@ -62,6 +62,9 @@ declare class WebSocket extends EventEmitter {
| typeof WebSocket.CLOSED;
readonly url: string;