Bump electron from 10.1.3 to 10.2.0

Bumps [electron](https://github.com/electron/electron) from 10.1.3 to 10.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/v10.1.3...v10.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-01 09:38:09 +00:00 committed by GitHub
parent 9a729ff1e0
commit c65423094a
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

@ -11507,9 +11507,9 @@
}
},
"electron": {
"version": "10.1.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-10.1.3.tgz",
"integrity": "sha512-CR8LrlG47MdAp317SQ3vGYa2o2cIMdMSMPYH46OVitFLk35dwE9fn3VqvhUIXhCHYcNWIAPzMhkVHpkoFdKWuw==",
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-10.2.0.tgz",
"integrity": "sha512-GBUyq8dwUqXPkCTkoID+eZ5Pm9GFlLUd2eSoGe8UOaHeW68SgCf5t75/uGHraQ1OIz/0qniyH5M4ebWEHGppyQ==",
"dev": true,
"requires": {
"@electron/get": "^1.0.1",

View File

@ -52,7 +52,7 @@
"babel-jest": "^26.6.3",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"electron": "10.1.3",
"electron": "10.2.0",
"electron-builder": "^22.9.1",
"electron-serve": "^1.1.0",
"electron-store": "^7.0.0",