From 371549c1a94c6baca4b5971b846efd9ca8297fee Mon Sep 17 00:00:00 2001 From: PalmerAL Date: Sat, 25 Nov 2023 12:12:02 -0600 Subject: [PATCH] upgrade electron --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2cd9a8705..887fe615c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "PalmerAL", "version": "1.29.0", "description": "A fast, minimal browser that protects your privacy", - "electronVersion": "26.2.1", + "electronVersion": "27.1.2", "main": "main.build.js", "standard": { "globals": [ @@ -46,7 +46,7 @@ "chokidar": "^3.4.0", "concurrently": "^5.2.0", "decomment": "^0.9.0", - "electron": "26.2.1", + "electron": "27.1.2", "electron-builder": "^22.14.13", "electron-installer-windows": "^3.0.0", "electron-packager": "^15.1.0",