chore: bump electron@12.0.9

Fixes https://github.com/microsoft/vscode/issues/122352
This commit is contained in:
deepak1556 2021-05-25 13:41:03 +09:00
parent fe41fcc58d
commit 286b643ecd
4 changed files with 8 additions and 8 deletions

View file

@ -1,3 +1,3 @@
disturl "https://electronjs.org/headers"
target "12.0.7"
target "12.0.9"
runtime "electron"

View file

@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "8d55658bfa8b5983e1a90ad079c2e2ac91ee7af0"
"commitHash": "30f82dd1cb8140ccb5c6a4960eef8e3b8c15eeba"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "12.0.7"
"version": "12.0.9"
},
{
"component": {

View file

@ -125,7 +125,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
"electron": "12.0.7",
"electron": "12.0.9",
"eslint": "6.8.0",
"eslint-plugin-jsdoc": "^19.1.0",
"event-stream": "3.3.4",

View file

@ -3001,10 +3001,10 @@ electron-to-chromium@^1.3.634:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.642.tgz#8b884f50296c2ae2a9997f024d0e3e57facc2b94"
integrity sha512-cev+jOrz/Zm1i+Yh334Hed6lQVOkkemk2wRozfMF4MtTR7pxf3r3L5Rbd7uX1zMcEqVJ7alJBnJL7+JffkC6FQ==
electron@12.0.7:
version "12.0.7"
resolved "https://registry.yarnpkg.com/electron/-/electron-12.0.7.tgz#e0fca2c8be34cb7da48c4d15cfb1d2ad666d2718"
integrity sha512-722TZNKDuLpEmj96AzTYFKHaJEH98xgOBH0aldStaPXI1xDFfb9SJQQuirvwFlkwG5OqQdz6Ne3OwwJ7Dbs5nQ==
electron@12.0.9:
version "12.0.9"
resolved "https://registry.yarnpkg.com/electron/-/electron-12.0.9.tgz#d582afa8f6fc0c429606f0961a4c89b376994823"
integrity sha512-p5aEt1tIh/PYjwN+6MHTc5HtW529XR9r4Qlj9PPcSb5ubkotSsS0BtWJoRPhDenSAN8sgHk3sbZLxXPJtdnRYA==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^14.6.2"