From 057e544f6d9ea382af4990afc82444faf77f3d3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Mar 2021 04:37:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-1086693 - https://snyk.io/vuln/SNYK-JS-ELECTRON-1086694 - https://snyk.io/vuln/SNYK-JS-ELECTRON-1086695 - https://snyk.io/vuln/SNYK-JS-ELECTRON-1087442 - https://snyk.io/vuln/SNYK-JS-ELECTRON-1088600 - https://snyk.io/vuln/SNYK-JS-ELECTRON-1088602 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db53cf7..dd53e2e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "bfj": "^1.1.0", "clone": "^1.0.2", "colors": "^1.1.0", - "electron": "^0.4.1", + "electron": "^11.4.1", "hiredis": "^0.4.0", "mandrill-api": "^1.0.41", "microtime-nodejs": "^1.0.0",