Update electron to v9.0.4

Changelog-entry: Update electron to v9.0.4
Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-06-17 20:21:34 +02:00
parent 92cd3d688d
commit a360370c4e
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -7346,9 +7346,9 @@
}
},
"electron": {
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.0.3.tgz",
"integrity": "sha512-rY59wy50z0oWp/q69zq0UIzvtcM5j2BJbLAwEoLfVNS3DLt9wDZqRqSIBvLEBl+xWbafCnRA9haEqi7ssM94GA==",
"version": "9.0.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.0.4.tgz",
"integrity": "sha512-QzkeZNAiNB7KxcdoQKSoaiVT/GQdB4Vt0/ZZOuU8tIKABAsni2I7ztiAbUzxcsnQsqEBSfChuPuDQ5A4VbbzPg==",
"dev": true,
"requires": {
"@electron/get": "^1.0.1",

View File

@ -72,7 +72,7 @@
"css-loader": "^3.5.3",
"d3": "^4.13.0",
"debug": "^4.2.0",
"electron": "9.0.3",
"electron": "9.0.4",
"electron-builder": "^22.7.0",
"electron-mocha": "^8.2.0",
"electron-notarize": "^0.3.0",