From 69aaf7a58abfc00b61d42d44842ef83534e9f81d Mon Sep 17 00:00:00 2001 From: Robo Date: Fri, 24 Jun 2022 20:17:44 +0900 Subject: [PATCH] chore: bump electron@18.3.5 (#153091) --- .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 e6d816a2f56..507a7bbdfff 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,4 +1,4 @@ disturl "https://electronjs.org/headers" -target "18.3.4" +target "18.3.5" runtime "electron" build_from_source "true" diff --git a/cgmanifest.json b/cgmanifest.json index 972ef7c833e..6c3b9720b37 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -60,12 +60,12 @@ "git": { "name": "electron", "repositoryUrl": "https://github.com/electron/electron", - "commitHash": "7162f641b5761e737ca5a9b3ef6d3e7454ee3dbd" + "commitHash": "6165f6afc9af6f9ab4e32f4a7a8b0818f11e766a" } }, "isOnlyProductionDependency": true, "license": "MIT", - "version": "18.3.4" + "version": "18.3.5" }, { "component": { diff --git a/package.json b/package.json index 65fdbc5bbe4..1e4af0a7e9c 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.4", + "electron": "18.3.5", "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 b8d06e9ce7c..cfa2dc717d5 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.4: - version "18.3.4" - resolved "https://registry.yarnpkg.com/electron/-/electron-18.3.4.tgz#efbc0d1c794bccac62e95556d4e355e8a3eca9a4" - integrity sha512-MIxQnaQR7NzWZOuAhRbJAf+pPyoXXGNge9E6pz7nGLXE/DxeN6BUbKb0iWVCCMkxIpqdIhXdc5sViUCX74dvsw== +electron@18.3.5: + version "18.3.5" + resolved "https://registry.yarnpkg.com/electron/-/electron-18.3.5.tgz#a589c2bfa3fe807914a055f54f665999329b739b" + integrity sha512-/GJ39X3ijpyZiOtYQ1ha5Ly0hWiIzF19CGEapM9euaM2AZrmt79x+MckQDXqJxOaVA9YHXju5Ho6b9pB9a/2pQ== dependencies: "@electron/get" "^1.13.0" "@types/node" "^16.11.26"