From b25dda8a293905a9edad98754a652a34efebf8c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Aug 2020 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-DOTPROP-543489 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73bf47c..f70975c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "adm-zip": "^0.4.7", - "electron-config": "^0.2.1", + "electron-config": "^1.0.0", "fs": "0.0.1-security", "http": "0.0.0", "mkdirp": "^0.5.1",