From 9392c87e505924245b535abae9652c933ad42aaf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Feb 2024 20:25:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c32b8f6..6db15e4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "license": "MIT", "dependencies": { "adm-zip": "^0.4.7", - "archiver": "^1.0.1", + "archiver": "^7.0.0", "bluebird": "^3.4.1", "debug": "^2.2.0", "fs-extra": "^0.30.0",