Update electron to 39.1.2

This commit is contained in:
Fedor Indutny
2025-11-11 08:03:44 -08:00
committed by GitHub
parent 2b99aed14d
commit 5260600efa
3 changed files with 9 additions and 9 deletions

View File

@@ -311,7 +311,7 @@
"csv-parse": "5.5.6",
"danger": "12.3.3",
"debug": "4.3.7",
"electron": "39.0.0",
"electron": "39.1.2",
"electron-builder": "26.0.14",
"electron-mocha": "13.0.1",
"endanger": "7.0.4",
@@ -426,7 +426,7 @@
]
},
"engines": {
"node": "22.20.0"
"node": "22.21.1"
},
"build": {
"appId": "org.whispersystems.signal-desktop",
@@ -702,6 +702,6 @@
]
},
"volta": {
"node": "22.20.0"
"node": "22.21.1"
}
}