Update electron to 39.2.0

This commit is contained in:
Fedor Indutny
2025-11-14 05:55:20 -08:00
committed by GitHub
parent 0c65bc5284
commit 8fde5d75e6
3 changed files with 9 additions and 9 deletions

View File

@@ -310,7 +310,7 @@
"csv-parse": "5.5.6",
"danger": "12.3.3",
"debug": "4.3.7",
"electron": "39.1.1",
"electron": "39.2.0",
"electron-builder": "26.0.14",
"electron-mocha": "13.0.1",
"endanger": "7.0.4",
@@ -422,7 +422,7 @@
]
},
"engines": {
"node": "22.20.0"
"node": "22.21.1"
},
"build": {
"appId": "org.whispersystems.signal-desktop",
@@ -698,6 +698,6 @@
]
},
"volta": {
"node": "22.20.0"
"node": "22.21.1"
}
}