From 5657f19d6cc35c33bd9fccfe67ebadea8705bedd Mon Sep 17 00:00:00 2001 From: Salah Benmoussati <51402489+sbenmoussati@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:57:21 +0100 Subject: [PATCH] Upgrade electron@29.1.5 (#2119) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 00b0b0a9..e2f7dc67 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": "^28.2.0", + "electron": "29.1.5", "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