From 4fdd0c201e101514a3be875864a1913bd2701d02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Nov 2024 22:48:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-8381010 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8381013 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 561a0457..4443941e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "tap": "^14.10.6" }, "dependencies": { - "electron": "^15.5.5", + "electron": "^31.7.5", "electron-log": "^2.2.14", "electron-settings": "^3.0.7", "electron-shortcut-normalizer": "^1.0.0",