From 9919c760c21316dcd0efa535db4fd32ef3e8051c Mon Sep 17 00:00:00 2001 From: Robo Date: Mon, 6 Jun 2022 14:13:15 +0900 Subject: [PATCH] chore: bump electron@17.4.7 (#151307) --- .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 78ab1d5e2b7..bd8b717272f 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,4 +1,4 @@ disturl "https://electronjs.org/headers" -target "17.4.6" +target "17.4.7" runtime "electron" build_from_source "true" diff --git a/cgmanifest.json b/cgmanifest.json index f87b67727c9..7d3d6ac325a 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -60,12 +60,12 @@ "git": { "name": "electron", "repositoryUrl": "https://github.com/electron/electron", - "commitHash": "3a1945bd6c62459a457bd8d0b922259234816e22" + "commitHash": "66dd03293be5c6c7a06e1517bb80100030973be6" } }, "isOnlyProductionDependency": true, "license": "MIT", - "version": "17.4.6" + "version": "17.4.7" }, { "component": { diff --git a/package.json b/package.json index 151f3ba3f8a..9ac0994ecec 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "cssnano": "^4.1.11", "debounce": "^1.0.0", "deemon": "^1.4.0", - "electron": "17.4.6", + "electron": "17.4.7", "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 45a77eb5c75..3e537569240 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4287,10 +4287,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.6: - version "17.4.6" - resolved "https://registry.yarnpkg.com/electron/-/electron-17.4.6.tgz#4837b3adb2636992a33da734a77794dd932fb05c" - integrity sha512-9aPjlyWoVxchD/iw5KcbQ7ZaC5ezxsObBrMbGjpdMmDL5dktI0EkT6x2l2CYPZCi4rQG/6qlPfTZJeVPIIwI2Q== +electron@17.4.7: + version "17.4.7" + resolved "https://registry.yarnpkg.com/electron/-/electron-17.4.7.tgz#5ae9105f2ee28e6405c79c7101f0c956676da697" + integrity sha512-CMdUpd6oEwqbF7wcXwy9VNNXfTTbaeRg+zrGZciPzyzsEmJ9vzWcR1WpOxIQ4sIMjUyo1pFbvaD0VOgI2t4x3A== dependencies: "@electron/get" "^1.13.0" "@types/node" "^14.6.2"