Bump electron from 9.1.2 to 9.2.0

Bumps [electron](https://github.com/electron/electron) from 9.1.2 to 9.2.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v9.1.2...v9.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-08-10 04:29:13 +00:00 committed by GitHub
parent ca6e81c2ff
commit 7712a8a4d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -10576,9 +10576,9 @@
}
},
"electron": {
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.1.2.tgz",
"integrity": "sha512-xEYadr3XqIqJ4ktBPo0lhzPdovv4jLCpiUUGc2M1frUhFhwqXokwhPaTUcE+zfu5+uf/ONDnQApwjzznBsRrgQ==",
"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

@ -55,7 +55,7 @@
"copy": "^0.3.2",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"electron": "^9.1.2",
"electron": "^9.2.0",
"electron-builder": "^22.8.0",
"electron-devtools-installer": "^3.1.1",
"eslint": "^7.6.0",