Bump electron from 9.0.5 to 9.1.2

Bumps [electron](https://github.com/electron/electron) from 9.0.5 to 9.1.2.
- [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.0.5...v9.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-08-03 04:40:21 +00:00 committed by GitHub
parent 2c52ee25ae
commit f5e4577901
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

@ -9304,9 +9304,9 @@
}
},
"electron": {
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.0.5.tgz",
"integrity": "sha512-bnL9H48LuQ250DML8xUscsKiuSu+xv5umXbpBXYJ0BfvYVmFfNbG3jCfhrsH7aP6UcQKVxOG1R/oQExd0EFneQ==",
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.1.2.tgz",
"integrity": "sha512-xEYadr3XqIqJ4ktBPo0lhzPdovv4jLCpiUUGc2M1frUhFhwqXokwhPaTUcE+zfu5+uf/ONDnQApwjzznBsRrgQ==",
"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.0.5",
"electron": "^9.1.2",
"electron-builder": "^22.7.0",
"electron-devtools-installer": "^3.1.0",
"eslint": "^7.4.0",