Update Electron to 9.0.5

This commit is contained in:
Saúl Ibarra Corretgé 2020-07-02 09:34:17 +02:00
parent aa6f76f2be
commit 46bcc6fcf0
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7529,9 +7529,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

@ -146,7 +146,7 @@
"concurrently": "5.1.0",
"css-loader": "3.5.0",
"devtron": "1.4.0",
"electron": "9.0.4",
"electron": "9.0.5",
"electron-builder": "22.7.0",
"electron-react-devtools": "0.5.3",
"eslint": "6.5.1",