Update electron from 9.4.1 to 11.2.3

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2021-02-10 17:51:56 +01:00
parent cd462818da
commit a4659f038e
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -6172,9 +6172,9 @@
}
},
"electron": {
"version": "9.4.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.4.1.tgz",
"integrity": "sha512-r4CxoVG9Ja7tBtkilWMnBsBGup8G8Z+v7icZmwysHa8/OSr0OrLjrcOF/30BAP7yPE5fz/XTxygnltzW4OTZdw==",
"version": "11.2.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-11.2.3.tgz",
"integrity": "sha512-6yxOc42nDAptHKNlUG/vcOh2GI9x2fqp2nQbZO0/3sz2CrwsJkwR3i3oMN9XhVJaqI7GK1vSCJz0verOkWlXcQ==",
"dev": true,
"requires": {
"@electron/get": "^1.0.1",

View File

@ -71,7 +71,7 @@
"css-loader": "^5.0.1",
"d3": "^4.13.0",
"debug": "^4.2.0",
"electron": "9.4.1",
"electron": "11.2.3",
"electron-builder": "^22.9.1",
"electron-mocha": "^9.3.2",
"electron-notarize": "^1.0.0",