From 4236d5c19dd493d9075253d1fd31f4d2102ab910 Mon Sep 17 00:00:00 2001 From: Robo Date: Fri, 28 Oct 2022 18:04:35 +0900 Subject: [PATCH] chore: update electron@19.1.3 (#164864) --- .yarnrc | 2 +- cgmanifest.json | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.yarnrc b/.yarnrc index f5edf10bc8366..4b4515bb7f5c6 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,4 +1,4 @@ disturl "https://electronjs.org/headers" -target "19.0.17" +target "19.1.3" runtime "electron" build_from_source "true" diff --git a/cgmanifest.json b/cgmanifest.json index 521f2082aa5a4..5590e92a32283 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -528,12 +528,12 @@ "git": { "name": "electron", "repositoryUrl": "https://github.com/electron/electron", - "commitHash": "0e6da36264d52656d5cd36a4c15937a6a6ca778e" + "commitHash": "83077e9b97c55cd4f9f641530442bcfd1c2ab949" } }, "isOnlyProductionDependency": true, "license": "MIT", - "version": "19.0.17" + "version": "19.1.3" }, { "component": { diff --git a/package.json b/package.json index 2680c64317111..8ae0697e2de51 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "cssnano": "^4.1.11", "debounce": "^1.0.0", "deemon": "^1.7.2", - "electron": "19.0.17", + "electron": "19.1.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 ef87e82cab640..ebc7703d70398 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3911,10 +3911,10 @@ electron-to-chromium@^1.4.202: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.207.tgz#9c3310ebace2952903d05dcaba8abe3a4ed44c01" integrity sha512-piH7MJDJp4rJCduWbVvmUd59AUne1AFBJ8JaRQvk0KzNTSUnZrVXHCZc+eg+CGE4OujkcLJznhGKD6tuAshj5Q== -electron@19.0.17: - version "19.0.17" - resolved "https://registry.yarnpkg.com/electron/-/electron-19.0.17.tgz#850d806e88b1ef141b88b491dc41661778691c27" - integrity sha512-3Offu61K+d19EZIc76MhKRsSCqfe3jDiqtD0p8jXr6p/TW7+7/jOQp407ZaZu0nQN6/xDIEi2sP4XQBom6GjTQ== +electron@19.1.3: + version "19.1.3" + resolved "https://registry.yarnpkg.com/electron/-/electron-19.1.3.tgz#90a2b6c3d738789d657477d87d1539f008be6536" + integrity sha512-P2kfFc8UqVvPHE1w9qTZSPNpfOqd+CK34K3wBqJwokzYdVBLsVkbIoLxyByjJ/cU35WaeCL5bsI8kXALfPvebw== dependencies: "@electron/get" "^1.14.1" "@types/node" "^16.11.26"