Skip to content

Commit 286b643

Browse files
committed
chore: bump electron@12.0.9
Fixes microsoft#122352
1 parent fe41fcc commit 286b643

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
disturl "https://electronjs.org/headers"
2-
target "12.0.7"
2+
target "12.0.9"
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": "8d55658bfa8b5983e1a90ad079c2e2ac91ee7af0"
63+
"commitHash": "30f82dd1cb8140ccb5c6a4960eef8e3b8c15eeba"
6464
}
6565
},
6666
"isOnlyProductionDependency": true,
6767
"license": "MIT",
68-
"version": "12.0.7"
68+
"version": "12.0.9"
6969
},
7070
{
7171
"component": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"cssnano": "^4.1.11",
126126
"debounce": "^1.0.0",
127127
"deemon": "^1.4.0",
128-
"electron": "12.0.7",
128+
"electron": "12.0.9",
129129
"eslint": "6.8.0",
130130
"eslint-plugin-jsdoc": "^19.1.0",
131131
"event-stream": "3.3.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3001,10 +3001,10 @@ electron-to-chromium@^1.3.634:
30013001
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.642.tgz#8b884f50296c2ae2a9997f024d0e3e57facc2b94"
30023002
integrity sha512-cev+jOrz/Zm1i+Yh334Hed6lQVOkkemk2wRozfMF4MtTR7pxf3r3L5Rbd7uX1zMcEqVJ7alJBnJL7+JffkC6FQ==
30033003

3004-
electron@12.0.7:
3005-
version "12.0.7"
3006-
resolved "https://registry.yarnpkg.com/electron/-/electron-12.0.7.tgz#e0fca2c8be34cb7da48c4d15cfb1d2ad666d2718"
3007-
integrity sha512-722TZNKDuLpEmj96AzTYFKHaJEH98xgOBH0aldStaPXI1xDFfb9SJQQuirvwFlkwG5OqQdz6Ne3OwwJ7Dbs5nQ==
3004+
electron@12.0.9:
3005+
version "12.0.9"
3006+
resolved "https://registry.yarnpkg.com/electron/-/electron-12.0.9.tgz#d582afa8f6fc0c429606f0961a4c89b376994823"
3007+
integrity sha512-p5aEt1tIh/PYjwN+6MHTc5HtW529XR9r4Qlj9PPcSb5ubkotSsS0BtWJoRPhDenSAN8sgHk3sbZLxXPJtdnRYA==
30083008
dependencies:
30093009
"@electron/get" "^1.0.1"
30103010
"@types/node" "^14.6.2"

0 commit comments

Comments
 (0)