From 91af05b8e79ce48d887b1a6a454d205ba882a24d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 May 2024 05:22:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-6815427 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1100c3f4..4da588c8 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@babel/eslint-parser": "7.24.1", "electron-builder": "23.6.0", - "electron": "18.3.15", + "electron": "29.3.3", "eslint": "8.57.0" }, "build": {