From 6dd9c453c494572c201154a7adabb28df4466b8a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Jul 2026 08:16:19 +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-17954277 --- binary/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary/package.json b/binary/package.json index 167450f42c4..f58f2efb182 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.5.18", "commander": "^12.0.0", "core": "file:../core", "follow-redirects": "^1.15.5",