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:
authorRobo <hop2deep@gmail.com>2022-05-12 06:41:51 +0300
committerGitHub <noreply@github.com>2022-05-12 06:41:51 +0300
commit624bbc4fb966bfa34e9486e320a64a138ac337fd (patch)
tree53fecb93cf8ddcbc4b96b4ae410979580f97b936
parentfbd5e15934278f6b1d0f98789e6c438185f5aedf (diff)
chore: update electron@17.4.3 (#149315)
-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 6b1a011a28a..95494af5201 100644
--- a/.yarnrc
+++ b/.yarnrc
@@ -1,4 +1,4 @@
disturl "https://electronjs.org/headers"
-target "17.4.1"
+target "17.4.3"
runtime "electron"
build_from_source "true"
diff --git a/cgmanifest.json b/cgmanifest.json
index 1d2e0f72b7b..a4a8dc1be73 100644
--- a/cgmanifest.json
+++ b/cgmanifest.json
@@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
- "commitHash": "73c87bcfc6e18428c21676d68f829364e6a7b15d"
+ "commitHash": "322f1c3f8907f2592eef5b5e03a97045e30df9e3"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
- "version": "17.4.1"
+ "version": "17.4.3"
},
{
"component": {
diff --git a/package.json b/package.json
index 8ed71297b27..affa8ac0cdc 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.4.1",
+ "electron": "17.4.3",
"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 ea57ba28f6d..13805339355 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4296,10 +4296,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.4.1:
- version "17.4.1"
- resolved "https://registry.yarnpkg.com/electron/-/electron-17.4.1.tgz#203961ca7551553d6497a1ec61d5f85d64d7e2ef"
- integrity sha512-0qX+DbiNXlVSUxXq4lWVTis8QYqC4Q7R/Xkk3YZQbHMXZ90bWilypC3gBZAcN4MQD4AYUIebphBOpRPxlXY3nQ==
+electron@17.4.3:
+ version "17.4.3"
+ resolved "https://registry.yarnpkg.com/electron/-/electron-17.4.3.tgz#5f3c26cb211f9267d2becee717f34e3ce564a6bf"
+ integrity sha512-WQggyCgNUOzoOn+wJKe+xFhYy56gyrn/jIa/l7dyD3TxPb8lddSc86OAqPnP5EugcNXQ0yIu8b+SIE8duKozSw==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^14.6.2"