From 2e4cf0582734ce1e386afd5b50935af668549271 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2026 07:43:30 +0000 Subject: [PATCH] fix: binary/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-17909068 - https://snyk.io/vuln/SNYK-JS-TAR-17909152 --- binary/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary/package.json b/binary/package.json index 167450f42c4..615419fc0f4 100644 --- a/binary/package.json +++ b/binary/package.json @@ -51,7 +51,7 @@ "ncp": "^2.0.0", "node-fetch": "^3.3.2", "system-ca": "^1.0.2", - "tar": "^7.5.13", + "tar": "^7.5.19", "undici": "^7.24.0", "uuid": "^9.0.1", "vectordb": "0.4.20",