Skip to content

Commit 123fb25

Browse files
authored
chore: bump electron@7.2.2 (microsoft#95517)
1 parent f622c43 commit 123fb25

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
disturl "https://atom.io/download/electron"
2-
target "7.2.1"
2+
target "7.2.2"
33
runtime "electron"

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
"git": {
6161
"name": "electron",
6262
"repositoryUrl": "https://github.com/electron/electron",
63-
"commitHash": "456c9f09a28ef59c82e43fe0602eddddeb211c77"
63+
"commitHash": "959e80cc53cbebf8eb1d62eb2d14fa8fd86b0394"
6464
}
6565
},
6666
"isOnlyProductionDependency": true,
6767
"license": "MIT",
68-
"version": "7.2.1"
68+
"version": "7.2.2"
6969
},
7070
{
7171
"component": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"css-loader": "^3.2.0",
102102
"debounce": "^1.0.0",
103103
"deemon": "^1.4.0",
104-
"electron": "7.2.1",
104+
"electron": "7.2.2",
105105
"eslint": "6.8.0",
106106
"eslint-plugin-jsdoc": "^19.1.0",
107107
"event-stream": "3.3.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2715,10 +2715,10 @@ electron-to-chromium@^1.2.7:
27152715
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.27.tgz#78ecb8a399066187bb374eede35d9c70565a803d"
27162716
integrity sha1-eOy4o5kGYYe7N07t412ccFZagD0=
27172717

2718-
electron@7.2.1:
2719-
version "7.2.1"
2720-
resolved "https://registry.yarnpkg.com/electron/-/electron-7.2.1.tgz#e32a034b299ecee5343b3a3b98487f4f0242d86d"
2721-
integrity sha512-Y8ehT8NMR7oltzJ/j5+PD9YU8qbJsYAqiPslwPrZV+e+vl76tiIkRZy78UaJq9gin3ddzpS2Yt0rACsfgYr85w==
2718+
electron@7.2.2:
2719+
version "7.2.2"
2720+
resolved "https://registry.yarnpkg.com/electron/-/electron-7.2.2.tgz#92b159fa6e6c31dfcfe0c2818c7baacb81fa1c5f"
2721+
integrity sha512-8ppCjch2LRbi5JJ9D+gn+Q9erShNLDcN5ODRAPr/MAHqhTTlGBqCcvNMlCzRCEVV75PouKxVm7NjSKXBYlD9QA==
27222722
dependencies:
27232723
"@electron/get" "^1.0.1"
27242724
"@types/node" "^12.0.12"

0 commit comments

Comments
 (0)