Bump electron from 10.1.2 to 10.1.3

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-05 04:09:36 +00:00 committed by GitHub
parent 50938e40ba
commit 81c9cc0b0d
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

@ -10620,9 +10620,9 @@
}
},
"electron": {
"version": "10.1.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-10.1.2.tgz",
"integrity": "sha512-SvN8DcKCmPZ0UcQSNAJBfaUu+LGACqtRhUn1rW0UBLHgdbbDM76L0GU5/XGQEllH5pu5bwlCZwax3srzIl+Aeg==",
"version": "10.1.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-10.1.3.tgz",
"integrity": "sha512-CR8LrlG47MdAp317SQ3vGYa2o2cIMdMSMPYH46OVitFLk35dwE9fn3VqvhUIXhCHYcNWIAPzMhkVHpkoFdKWuw==",
"dev": true,
"requires": {
"@electron/get": "^1.0.1",

View File

@ -56,7 +56,7 @@
"copy": "^0.3.2",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"electron": "^10.1.2",
"electron": "^10.1.3",
"electron-builder": "^22.8.1",
"electron-devtools-installer": "^3.1.1",
"eslint": "^7.10.0",