From d1f709e335a6d9c417d1af63e46aeebfba7a5d15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Apr 2024 06:20:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-6515649 - https://snyk.io/vuln/SNYK-JS-ELECTRON-6515650 - https://snyk.io/vuln/SNYK-JS-ELECTRON-6515651 - https://snyk.io/vuln/SNYK-JS-ELECTRON-6515652 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 561a0457..03f1673b 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "tap": "^14.10.6" }, "dependencies": { - "electron": "^15.5.5", + "electron": "^27.3.9", "electron-log": "^2.2.14", "electron-settings": "^3.0.7", "electron-shortcut-normalizer": "^1.0.0",