mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(Supabase Vector Store Node): Upgrade supabase SDK to address CVE-2025-48370 (#15934)
This commit is contained in:
committed by
GitHub
parent
702eafaf8e
commit
21141b441f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user