Update electron to 9.0.5

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-06-29 12:42:28 +02:00
parent 692274691e
commit ba29d76a00
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -7290,9 +7290,9 @@
}
},
"electron": {
"version": "9.0.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.0.4.tgz",
"integrity": "sha512-QzkeZNAiNB7KxcdoQKSoaiVT/GQdB4Vt0/ZZOuU8tIKABAsni2I7ztiAbUzxcsnQsqEBSfChuPuDQ5A4VbbzPg==",
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.0.5.tgz",
"integrity": "sha512-bnL9H48LuQ250DML8xUscsKiuSu+xv5umXbpBXYJ0BfvYVmFfNbG3jCfhrsH7aP6UcQKVxOG1R/oQExd0EFneQ==",
"dev": true,
"requires": {
"@electron/get": "^1.0.1",

View File

@ -74,7 +74,7 @@
"css-loader": "^3.5.3",
"d3": "^4.13.0",
"debug": "^4.2.0",
"electron": "9.0.4",
"electron": "9.0.5",
"electron-builder": "^22.7.0",
"electron-mocha": "^8.2.0",
"electron-notarize": "^1.0.0",