From c1bf21b33e849f34327df4d676fa6843a072137d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Feb 2021 21:41:00 +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 9631c29a9d07c..d426e1e29e557 100644 --- a/package.json +++ b/package.json @@ -107,6 +107,6 @@ "path": false }, "dependencies": { - "adm-zip": "0.4.7" + "adm-zip": "0.5.2" } }