From ba2f34df0fc1e23125f70f6a0a79fb208a34c7ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Feb 2021 22:12:24 +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 73bf47c..156b1a6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "electron-prebuilt": "^1.4.13" }, "dependencies": { - "adm-zip": "^0.4.7", + "adm-zip": "^0.5.2", "electron-config": "^0.2.1", "fs": "0.0.1-security", "http": "0.0.0",