From f3799201ca6a0b1897c615ebe86e92d5e85624a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Apr 2021 22:25:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DECOMPRESSZIP-73598 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8984e8f92..78cfa9930 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "archiver": "^0.13.0", "bluebird": "~1.2.2", - "decompress-zip": "0.0.8", + "decompress-zip": "0.2.2", "inherits": "~2.0.1", "lodash": "~2.4.1", "optimist": "^0.6.1",