Update electron to 9.2.0

Changelog-entry: Update electron to 9.2.0
Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-08-06 17:32:34 +02:00
parent fbacb8187d
commit 1f44f3944f
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -5862,9 +5862,9 @@
}
},
"electron": {
"version": "9.1.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.1.1.tgz",
"integrity": "sha512-BYvroBLV9x7G4iN33P/IxeZqwjl62/9VuBAF1CoM0m6OeheaiLog1ZMKLlCqVXycJvvrAvLHc454DDEmwnqqhA==",
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.2.0.tgz",
"integrity": "sha512-4ecZ3rcGg//Gk4fAK3Jo61T+uh36JhU6HHR/PTujQqQiBw1g4tNPd4R2hGGth2d+7FkRIs5GdRNef7h64fQEMw==",
"dev": true,
"requires": {
"@electron/get": "^1.0.1",

View File

@ -73,7 +73,7 @@
"css-loader": "^3.5.3",
"d3": "^4.13.0",
"debug": "^4.2.0",
"electron": "9.1.1",
"electron": "9.2.0",
"electron-builder": "^22.7.0",
"electron-mocha": "^8.2.0",
"electron-notarize": "^1.0.0",