From 70f80849f1fb1ff4b455a3f7af14a3ce39fb362a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Dec 2022 19:53:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-3097694 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6fa74c045..f6d78a9b6 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "delay": "^4.3.0", "dirty-chai": "^2.0.1", "dotenv": "^8.2.0", - "electron": "^8.2.5", + "electron": "^19.1.5", "electron-builder": "^22.6.0", "electron-notarize": "^0.3.0", "electron-notarize-dmg": "1.0.0",