Update electron to 31.3.1

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2024-07-29 18:23:03 -05:00 committed by GitHub
parent 28d56a85f1
commit b2ea4e37a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 8 deletions

2
.nvmrc
View file

@ -1 +1 @@
20.15.0
20.15.1

11
package-lock.json generated
View file

@ -208,7 +208,7 @@
"csv-parse": "5.5.2",
"danger": "11.3.1",
"debug": "4.3.3",
"electron": "31.2.0",
"electron": "31.3.1",
"electron-builder": "24.13.3",
"electron-mocha": "12.2.0",
"endanger": "7.0.4",
@ -261,7 +261,7 @@
"webpack-dev-server": "4.11.1"
},
"engines": {
"node": "20.15.0"
"node": "20.15.1"
},
"optionalDependencies": {
"fs-xattr": "0.3.0"
@ -17940,11 +17940,12 @@
}
},
"node_modules/electron": {
"version": "31.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-31.2.0.tgz",
"integrity": "sha512-5w+kjOsGiTXytPSErBPNp/3znnuEMKc42RD41MqRoQkiYaR8x/Le2+qWk1cL60UwE/67oeKnOHnnol8xEuldGg==",
"version": "31.3.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-31.3.1.tgz",
"integrity": "sha512-9fiuWlRhBfygtcT+auRd/WdBK/f8LZZcrpx0RjpXhH2DPTP/PfnkC4JB1PW55qCbGbh4wAgkYbf4ExIag8oGCA==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@electron/get": "^2.0.0",
"@types/node": "^20.9.0",

View file

@ -290,7 +290,7 @@
"csv-parse": "5.5.2",
"danger": "11.3.1",
"debug": "4.3.3",
"electron": "31.2.0",
"electron": "31.3.1",
"electron-builder": "24.13.3",
"electron-mocha": "12.2.0",
"endanger": "7.0.4",
@ -369,7 +369,7 @@
}
},
"engines": {
"node": "20.15.0"
"node": "20.15.1"
},
"build": {
"appId": "org.whispersystems.signal-desktop",