Update electron to v9.4.0

Changelog-entry: Update electron to v9.4.0
Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-12-11 18:23:06 +01:00
parent 3987078c11
commit b1e4e681d1
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -5864,9 +5864,9 @@
}
},
"electron": {
"version": "9.3.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.3.3.tgz",
"integrity": "sha512-xghKeUY1qgnEcJ5w2rXo/toH+8NT2Dktx2aAxBNPV7CIJr3mejJJAPwLbycwtddzr37tgKxHeHlc8ivfKtMkJQ==",
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.4.0.tgz",
"integrity": "sha512-hOC4q0jkb+UDYZRy8vrZ1IANnq+jznZnbkD62OEo06nU+hIbp2IrwDRBNuSLmQ3cwZMVir0WSIA1qEVK0PkzGA==",
"dev": true,
"requires": {
"@electron/get": "^1.0.1",

View File

@ -71,7 +71,7 @@
"css-loader": "^4.2.1",
"d3": "^4.13.0",
"debug": "^4.2.0",
"electron": "9.3.3",
"electron": "9.4.0",
"electron-builder": "^22.9.1",
"electron-mocha": "^9.3.2",
"electron-notarize": "^1.0.0",