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>2022-04-04 19:10:22 +0300
committerdeepak1556 <hop2deep@gmail.com>2022-04-04 19:10:22 +0300
commit648b352b480c51d2a62092230348b54a1c830ec9 (patch)
tree4be4a82617471e2a4ecbfbd0ef463acb3e1b2ea7
parent3c3c149648322d13bfd1d305943f4e7520319581 (diff)
chore: bump electron@17.3.1
Fixes https://github.com/microsoft/vscode/issues/109176 Fixes https://github.com/microsoft/vscode/issues/141964 Fixes https://github.com/microsoft/vscode/issues/134255 Fixes https://github.com/microsoft/vscode/issues/129280 Fixes https://github.com/microsoft/vscode/issues/124202
-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 9cbcfebdd18..0ef74229647 100644
--- a/.yarnrc
+++ b/.yarnrc
@@ -1,4 +1,4 @@
disturl "https://electronjs.org/headers"
-target "17.3.0"
+target "17.3.1"
runtime "electron"
build_from_source "true"
diff --git a/cgmanifest.json b/cgmanifest.json
index ca83f087f7a..cb20604a3a4 100644
--- a/cgmanifest.json
+++ b/cgmanifest.json
@@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
- "commitHash": "1401284b44c37853072d502b86f30009c9901d00"
+ "commitHash": "9ace5b3491881cb4230a921bb4809edeb393858c"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
- "version": "17.3.0"
+ "version": "17.3.1"
},
{
"component": {
diff --git a/package.json b/package.json
index 1bc8ed75957..ac66dcc4321 100644
--- a/package.json
+++ b/package.json
@@ -135,7 +135,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
- "electron": "17.3.0",
+ "electron": "17.3.1",
"eslint": "8.7.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^19.1.0",
diff --git a/yarn.lock b/yarn.lock
index 3da0fb20b3c..c730b6ada49 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4315,10 +4315,10 @@ electron-to-chromium@^1.4.17:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.45.tgz#cf1144091d6683cbd45a231954a745f02fb24598"
integrity sha512-czF9eYVuOmlY/vxyMQz2rGlNSjZpxNQYBe1gmQv7al171qOIhgyO9k7D5AKlgeTCSPKk+LHhj5ZyIdmEub9oNg==
-electron@17.3.0:
- version "17.3.0"
- resolved "https://registry.yarnpkg.com/electron/-/electron-17.3.0.tgz#cdcc46a7a3cd0b6f2a1757fbeb807f6b2fce847e"
- integrity sha512-KuYHCOw1a+CE9thZlWRqTScf6M81KLd6n5qpdBGb0rl62+50RUuau9CnYpBb3EJxrjsXLaiQCBBSdPsozf/XUg==
+electron@17.3.1:
+ version "17.3.1"
+ resolved "https://registry.yarnpkg.com/electron/-/electron-17.3.1.tgz#083b6bd034eb1ee7d75378316d6460348eb62605"
+ integrity sha512-C5E3uvXo1cmI+xYtbiMCW8AAGhBL0HbLA6cqD7FJmBoPtY88W/3A/km5z8oPGORyBNgSe7tSoHx4a6jWJIR+og==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^14.6.2"