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.json8
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
4 files changed, 10 insertions, 10 deletions
diff --git a/.yarnrc b/.yarnrc
index 8a679354e6c..cf97f238243 100644
--- a/.yarnrc
+++ b/.yarnrc
@@ -1,4 +1,4 @@
disturl "https://electronjs.org/headers"
-target "16.0.8"
+target "16.0.9"
runtime "electron"
build_from_source "true"
diff --git a/cgmanifest.json b/cgmanifest.json
index 268b30dc504..08a1114131f 100644
--- a/cgmanifest.json
+++ b/cgmanifest.json
@@ -6,7 +6,7 @@
"git": {
"name": "chromium",
"repositoryUrl": "https://chromium.googlesource.com/chromium/src",
- "commitHash": "da1918b52890268754b96fdbca4ae9a79bd2fe11"
+ "commitHash": "4b25232a9f27583869556a0c68ea8e790f79fd35"
}
},
"licenseDetail": [
@@ -40,7 +40,7 @@
"SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
],
"isOnlyProductionDependency": true,
- "version": "96.0.4664.110"
+ "version": "96.0.4664.174"
},
{
"component": {
@@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
- "commitHash": "b1ffac5969d0533a479794b909cab7429299bf00"
+ "commitHash": "48e78496cea5d078153cd5a8c3eb45b94d8eddea"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
- "version": "16.0.8"
+ "version": "16.0.9"
},
{
"component": {
diff --git a/package.json b/package.json
index aaae98e1a99..fc26d2d1567 100644
--- a/package.json
+++ b/package.json
@@ -136,7 +136,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
- "electron": "16.0.8",
+ "electron": "16.0.9",
"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 44b33303f27..635b6284052 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4302,10 +4302,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@16.0.8:
- version "16.0.8"
- resolved "https://registry.yarnpkg.com/electron/-/electron-16.0.8.tgz#7ebd3e23c4883c239f53d8b7af1100f455ac8a02"
- integrity sha512-znTVkl8LaGcPNdfc6SRr+6LYg2GtSCKXln/nW/PC+urBfAFnOYIuDock8QyGVFfzr5PuAa+g8YQQAboHV77D7g==
+electron@16.0.9:
+ version "16.0.9"
+ resolved "https://registry.yarnpkg.com/electron/-/electron-16.0.9.tgz#051bdc318549ecb88e11be6e36834e5b2ff9b855"
+ integrity sha512-Kh2fc2g5Me0g8B1X2LMEDDtSNWsGGAmngh7adZpuJ8uI5TlR5GHDTcz37zwJid53S0BQ5d+Nz/NQ8s1DlKAAMA==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^14.6.2"