From 2c88f2d2959f27006ba0e465426ae12f273ecf2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Feb 2021 08:28:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ADMZIP-1065796 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c32b8f6..c48cc19 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "author": "capasky ", "license": "MIT", "dependencies": { - "adm-zip": "^0.4.7", + "adm-zip": "^0.5.2", "archiver": "^1.0.1", "bluebird": "^3.4.1", "debug": "^2.2.0",