chore: bump electron@7.2.2 (#95517)

This commit is contained in:
Robo 2020-04-20 01:05:00 -07:00 committed by GitHub
parent f622c438e4
commit 123fb2528b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -1,3 +1,3 @@
disturl "https://atom.io/download/electron"
target "7.2.1"
target "7.2.2"
runtime "electron"

View file

@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "456c9f09a28ef59c82e43fe0602eddddeb211c77"
"commitHash": "959e80cc53cbebf8eb1d62eb2d14fa8fd86b0394"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "7.2.1"
"version": "7.2.2"
},
{
"component": {

View file

@ -101,7 +101,7 @@
"css-loader": "^3.2.0",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
"electron": "7.2.1",
"electron": "7.2.2",
"eslint": "6.8.0",
"eslint-plugin-jsdoc": "^19.1.0",
"event-stream": "3.3.4",

View file

@ -2715,10 +2715,10 @@ electron-to-chromium@^1.2.7:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.27.tgz#78ecb8a399066187bb374eede35d9c70565a803d"
integrity sha1-eOy4o5kGYYe7N07t412ccFZagD0=
electron@7.2.1:
version "7.2.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-7.2.1.tgz#e32a034b299ecee5343b3a3b98487f4f0242d86d"
integrity sha512-Y8ehT8NMR7oltzJ/j5+PD9YU8qbJsYAqiPslwPrZV+e+vl76tiIkRZy78UaJq9gin3ddzpS2Yt0rACsfgYr85w==
electron@7.2.2:
version "7.2.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-7.2.2.tgz#92b159fa6e6c31dfcfe0c2818c7baacb81fa1c5f"
integrity sha512-8ppCjch2LRbi5JJ9D+gn+Q9erShNLDcN5ODRAPr/MAHqhTTlGBqCcvNMlCzRCEVV75PouKxVm7NjSKXBYlD9QA==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^12.0.12"