bump electron

This commit is contained in:
antelle 2020-11-19 16:52:27 +01:00
parent 207ff77778
commit 5d29b79dab
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View File

@ -2365,8 +2365,8 @@
}
},
"@keeweb/keeweb-native-modules": {
"version": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.3.6/keeweb-native-modules.tgz",
"integrity": "sha512-1nCgKTU/esky1rFexCSs7U87A/sCEC6T/RNF5FO89dwzKMU9yVM/U7OuBspLuWnwxjCoaicTZr/WuYeoM1UATQ=="
"version": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.4.1/keeweb-native-modules.tgz",
"integrity": "sha512-3cGNjwdSxGGf50DEXHJIOm6/9lBrEh5al+hBwe25nTlWGAnWo4S92vLspGairUI1jew9ewuDgTDfB7+l5t0pFA=="
},
"@npmcli/move-file": {
"version": "1.0.1",
@ -6042,9 +6042,9 @@
}
},
"electron": {
"version": "9.0.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.0.4.tgz",
"integrity": "sha512-QzkeZNAiNB7KxcdoQKSoaiVT/GQdB4Vt0/ZZOuU8tIKABAsni2I7ztiAbUzxcsnQsqEBSfChuPuDQ5A4VbbzPg==",
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-11.0.1.tgz",
"integrity": "sha512-UefDvxeyTREL1FpC0BcXwzLjcYiQICFSZONbwarpoqTXQU5rzEguIegHPqg5AqwYH4FVYfEuigj/Vm94rtZOzg==",
"requires": {
"@electron/get": "^1.0.1",
"@types/node": "^12.0.12",

View File

@ -15,7 +15,7 @@
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.3.6/keeweb-native-modules.tgz",
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.4.1/keeweb-native-modules.tgz",
"adm-zip": "^0.4.14",
"argon2-browser": "1.13.0",
"autoprefixer": "^9.8.0",
@ -29,7 +29,7 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dompurify": "^2.0.15",
"electron": "^9.0.4",
"electron": "^11.0.1",
"electron-builder": "^22.7.0",
"electron-notarize": "^1.0.0",
"electron-osx-sign": "^0.4.17",