From 5ce53e37ee4916c71c2d20a7f2d074d6230e4d4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Jul 2026 08:57:09 +0000 Subject: [PATCH] fix: binary/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-18426521 - https://snyk.io/vuln/SNYK-JS-UNDICI-18426065 --- binary/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary/package.json b/binary/package.json index 167450f42c4..43e42afe74f 100644 --- a/binary/package.json +++ b/binary/package.json @@ -52,7 +52,7 @@ "node-fetch": "^3.3.2", "system-ca": "^1.0.2", "tar": "^7.5.13", - "undici": "^7.24.0", + "undici": "^7.29.0", "uuid": "^9.0.1", "vectordb": "0.4.20", "win-ca": "^3.5.1"