From d4f661142839f61eab8bdd817f66c5be35e0a304 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 20:33:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-6579648 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8131018..b617ac0 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "alt": "^0.18.6", "alt-utils": "^1.0.0", - "electron": "^1.7.8", + "electron": "^29.3.0", "immutable": "^3.8.1", "moment": "^2.18.1", "react": "^15.4.2",