From 0e91ac59895df0410195c445d4c675a8dc658cd0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Apr 2019 03:09:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-174045 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e13e3b5..fc61513 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "bluebird": "^3.5.0", "bower": "^1.8.0", "debug": "^2.6.3", - "electron": "^1.6.2", + "electron": "^2.0.18", "ip": "^1.1.5", "netmask": "^1.0.6", "node-cleanup": "^2.1.2",