From f1189d395ab2b337c0b15a1dca2b98422c21a87c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Apr 2022 16:25:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c32b8f6..67aba82 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "license": "MIT", "dependencies": { "adm-zip": "^0.4.7", - "archiver": "^1.0.1", + "archiver": "^4.0.2", "bluebird": "^3.4.1", "debug": "^2.2.0", "fs-extra": "^0.30.0",