From 23ea2fdca9c87b5ba2d985d48351033e72908a8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 May 2024 23:16:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-6854260 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 561a0457..52125b34 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "tap": "^14.10.6" }, "dependencies": { - "electron": "^15.5.5", + "electron": "^29.4.0", "electron-log": "^2.2.14", "electron-settings": "^3.0.7", "electron-shortcut-normalizer": "^1.0.0",