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:
-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 c6a9765f61f..be7ab934758 100644
--- a/.yarnrc
+++ b/.yarnrc
@@ -1,4 +1,4 @@
disturl "https://electronjs.org/headers"
-target "18.3.2"
+target "18.3.3"
runtime "electron"
build_from_source "true"
diff --git a/cgmanifest.json b/cgmanifest.json
index 59dc01361ce..5d239f2547d 100644
--- a/cgmanifest.json
+++ b/cgmanifest.json
@@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
- "commitHash": "6839dd92b84057e79ddce06f8291cc56a0a51ff6"
+ "commitHash": "15f3c45fe9292fb80c5b5c4d26a218e825287d07"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
- "version": "18.3.2"
+ "version": "18.3.3"
},
{
"component": {
diff --git a/package.json b/package.json
index 96316bdfb26..6db4d010819 100644
--- a/package.json
+++ b/package.json
@@ -138,7 +138,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
- "electron": "18.3.2",
+ "electron": "18.3.3",
"eslint": "8.7.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^39.3.2",
diff --git a/yarn.lock b/yarn.lock
index 1e613966025..31a0f3d05df 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4335,10 +4335,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@18.3.2:
- version "18.3.2"
- resolved "https://registry.yarnpkg.com/electron/-/electron-18.3.2.tgz#015a8f4c92c62855d7f33206f2166d3e33b053b7"
- integrity sha512-Q1ciZ1M90L71WvyLbkD8Iwaq4YCwo8NUpBiLQUsd6M4E7i5vrzsA4g5Ylfzyela8DgRCNVknDVDfj6s+7YVWpA==
+electron@18.3.3:
+ version "18.3.3"
+ resolved "https://registry.yarnpkg.com/electron/-/electron-18.3.3.tgz#1c48273c1ad1522b8c18f19575e862c7ccd9f409"
+ integrity sha512-LYxf3uCDc/r0klu7LL0eZLxkseoGIY/vrCfS0Qj4YTU3M7LLjOaIqrajI7icKwaI2dgxiuJJH3n4eqALFpJAFg==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^16.11.26"