From 5ba768b3a784cf77480debdc6c79582a4ff0b2ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Dec 2019 09:05:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:adm-zip:20180415 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9631c29a9d07c..c542ee5939853 100644 --- a/package.json +++ b/package.json @@ -107,6 +107,6 @@ "path": false }, "dependencies": { - "adm-zip": "0.4.7" + "adm-zip": "0.4.11" } }