From e92262c09505987c0de5d64eddfb34b149fd9d60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Oct 2020 02:09:13 +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 ccb97d22b24..ce503dc21a1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "anymatch": "1.3.0", "async": "2.1.4", "chokidar": "1.6.1", - "decompress-zip": "0.3.0", + "decompress-zip": "0.3.2", "fs-extra": "2.0.0", "lodash": "4.17.15", "npm": "3.10.10",