Update Electron to 40.4.1

This commit is contained in:
Fedor Indutny
2026-02-18 09:50:12 -08:00
committed by GitHub
parent c9786c4d31
commit 55ffb28481
3 changed files with 16 additions and 15 deletions

View File

@@ -310,7 +310,7 @@
"csv-parse": "5.5.6",
"danger": "12.3.3",
"debug": "4.3.7",
"electron": "40.1.0",
"electron": "40.4.1",
"electron-builder": "26.0.14",
"electron-mocha": "13.0.1",
"endanger": "7.0.4",
@@ -422,7 +422,7 @@
]
},
"engines": {
"node": "24.11.1"
"node": "24.13.0"
},
"build": {
"appId": "org.whispersystems.signal-desktop",
@@ -705,6 +705,6 @@
]
},
"volta": {
"node": "24.11.1"
"node": "24.13.0"
}
}