Downgrade Electron from 26.2.1 to 25.8.1 to avoid renderer crash.

https://github.com/electron/electron/issues/39775

Fixes #1327.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-09-14 10:22:57 -07:00
parent e90f3732c5
commit ae642bc7ba
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"adm-zip": "^0.5.5",
"auto-launch": "^5.0.5",
"backoff": "^2.5.0",
"electron": "^26.2.1",
"electron": "^25.8.1",
"electron-builder": "^24.6.4",
"electron-log": "^4.3.5",
"electron-updater": "^6.1.4",
@@ -3899,9 +3899,9 @@
}
},
"node_modules/electron": {
"version": "26.2.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-26.2.1.tgz",
"integrity": "sha512-SNT24Cf/wRvfcFZQoERXjzswUlg5ouqhIuA2t9x2L7VdTn+2Jbs0QXRtOfzcnOV/raVMz3e8ICyaU2GGeciKLg==",
"version": "25.8.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-25.8.1.tgz",
"integrity": "sha512-GtcP1nMrROZfFg0+mhyj1hamrHvukfF6of2B/pcWxmWkd5FVY1NJib0tlhiorFZRzQN5Z+APLPr7aMolt7i2AQ==",
"dev": true,
"hasInstallScript": true,
"dependencies": {

View File

@@ -159,7 +159,7 @@
"adm-zip": "^0.5.5",
"auto-launch": "^5.0.5",
"backoff": "^2.5.0",
"electron": "^26.2.1",
"electron": "^25.8.1",
"electron-builder": "^24.6.4",
"electron-log": "^4.3.5",
"electron-updater": "^6.1.4",