From 0a1f30c59402c555702b5d4e740ff5a8e28ea806 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Sep 2026 10:24: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-ADMZIP-19276676 --- binary/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary/package.json b/binary/package.json index 167450f42c4..4ac2f8fb28e 100644 --- a/binary/package.json +++ b/binary/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@octokit/rest": "^20.1.2", - "adm-zip": "^0.5.16", + "adm-zip": "^0.6.1", "commander": "^12.0.0", "core": "file:../core", "follow-redirects": "^1.15.5",