Bump electron from 9.0.2 to 9.0.4

Bumps [electron](https://github.com/electron/electron) from 9.0.2 to 9.0.4.
- [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.2...v9.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-15 04:19:39 +00:00 committed by GitHub
parent fd408e986e
commit 6793e10210
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

@ -9245,9 +9245,9 @@
}
},
"electron": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.0.2.tgz",
"integrity": "sha512-+a3KegLvQXVjC3b6yBWwZmtWp3tHf9ut27yORAWHO9JRFtKfNf88fi1UvTPJSW8R0sUH7ZEdzN6A95T22KGtlA==",
"version": "9.0.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.0.4.tgz",
"integrity": "sha512-QzkeZNAiNB7KxcdoQKSoaiVT/GQdB4Vt0/ZZOuU8tIKABAsni2I7ztiAbUzxcsnQsqEBSfChuPuDQ5A4VbbzPg==",
"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.2",
"electron": "^9.0.4",
"electron-builder": "^22.7.0",
"electron-devtools-installer": "^3.0.0",
"eslint": "^7.2.0",