From 6b1748c5415b7183d49281dd3a992bc0a3e37c5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 21:39: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-2338684 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af1567be6..820242ad9 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "chokidar": "^3.4.0", "concurrently": "^5.2.0", "decomment": "^0.9.0", - "electron": "^11.0.0-beta.22", + "electron": "^13.6.6", "electron-installer-windows": "^3.0.0", "electron-packager": "^15.1.0", "electron-rebuild": "^2.3.2",