Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeepak1556 <hop2deep@gmail.com>2021-05-25 07:41:03 +0300
committerdeepak1556 <hop2deep@gmail.com>2021-05-25 07:41:03 +0300
commit286b643ecd231f66f3f2e67e1456f3c601838b46 (patch)
treedb10fdb2715003fcfd2c13113a343bd47bdf9225
parentfe41fcc58d6ee4e6aa5a8ce0efe7dd4b7701ff7e (diff)
chore: bump electron@12.0.9
Fixes https://github.com/microsoft/vscode/issues/122352
-rw-r--r--.yarnrc2
-rw-r--r--cgmanifest.json4
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
4 files changed, 8 insertions, 8 deletions
diff --git a/.yarnrc b/.yarnrc
index 0b7e2206650..ba290809667 100644
--- a/.yarnrc
+++ b/.yarnrc
@@ -1,3 +1,3 @@
disturl "https://electronjs.org/headers"
-target "12.0.7"
+target "12.0.9"
runtime "electron"
diff --git a/cgmanifest.json b/cgmanifest.json
index 474d6191ba5..22cbc50562c 100644
--- a/cgmanifest.json
+++ b/cgmanifest.json
@@ -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": {
diff --git a/package.json b/package.json
index 79c624acda1..3a2019dfa29 100644
--- a/package.json
+++ b/package.json
@@ -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",
diff --git a/yarn.lock b/yarn.lock
index 8359b7fa542..43237c320ab 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -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"