From e3af31d7cfd81fab0b5d742466b5517c25472a06 Mon Sep 17 00:00:00 2001
From: Salah Benmoussati <51402489+sbenmoussati@users.noreply.github.com>
Date: Thu, 30 May 2024 13:45:26 +0200
Subject: [PATCH] Upgrade electron@29.4.2 (#2156)

---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index e6e0eb11d..598259f9e 100644
--- a/package.json
+++ b/package.json
@@ -178,7 +178,7 @@
     "builder-util-runtime": "^9.0.3",
     "cross-env": "7.0.3",
     "del": "3.0.0",
-    "electron": "29.1.5",
+    "electron": "29.4.2",
     "electron-builder": "^24.13.2",
     "electron-icon-maker": "0.0.5",
     "electron-osx-sign": "^0.6.0",
@@ -251,4 +251,4 @@
       "pre-commit": "pretty-quick --staged && npm run lint"
     }
   }
-}
\ No newline at end of file
+}