Bump electron from 10.1.3 to 10.1.5

Bumps [electron](https://github.com/electron/electron) from 10.1.3 to 10.1.5.
- [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.1.5)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-26 04:14:54 +00:00 committed by GitHub
parent 4d975bfa1d
commit f0b99c4808
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

@ -9587,9 +9587,9 @@
}
},
"electron": {
"version": "10.1.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-10.1.3.tgz",
"integrity": "sha512-CR8LrlG47MdAp317SQ3vGYa2o2cIMdMSMPYH46OVitFLk35dwE9fn3VqvhUIXhCHYcNWIAPzMhkVHpkoFdKWuw==",
"version": "10.1.5",
"resolved": "https://registry.npmjs.org/electron/-/electron-10.1.5.tgz",
"integrity": "sha512-fys/KnEfJq05TtMij+lFvLuKkuVH030CHYx03iZrW5DNNLwjE6cW3pysJ420lB0FRSfPjTHBMu2eVCf5TG71zQ==",
"requires": {
"@electron/get": "^1.0.1",
"@types/node": "^12.0.12",

View File

@ -28,7 +28,7 @@
"@coingecko/cryptoformat": "^0.4.2",
"@oceanprotocol/contracts": "^0.5.6",
"axios": "^0.20.0",
"electron": "^10.1.3",
"electron": "^10.1.5",
"electron-store": "^6.0.1",
"ethereum-address": "^0.0.4",
"ethereum-blockies": "github:MyEtherWallet/blockies",