From 9931df0c709e15825969c2794c218ae06170c052 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 6 Jan 2022 14:04:55 -0800 Subject: [PATCH] Bump Electron to 13.5.0 (#18006) --- .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 0c0169e6d2..792fb0d563 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,3 +1,3 @@ disturl "https://electronjs.org/headers" -target "13.1.8" +target "13.5.0" runtime "electron" diff --git a/cgmanifest.json b/cgmanifest.json index bec5d7ee4b..3fd26bc1f4 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -60,12 +60,12 @@ "git": { "name": "electron", "repositoryUrl": "https://github.com/electron/electron", - "commitHash": "0436a27d4f0fd7d1cb8246137a07fa0c8eb9337e" + "commitHash": "d93629321e994031e27504ccada933fb13fedb5a" } }, "isOnlyProductionDependency": true, "license": "MIT", - "version": "13.1.8" + "version": "13.5.0" }, { "component": { diff --git a/package.json b/package.json index c808d3ab5c..a87b4265e7 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "cssnano": "^4.1.11", "debounce": "^1.0.0", "deemon": "^1.4.0", - "electron": "13.1.8", + "electron": "13.5.0", "eslint": "6.8.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-jsdoc": "^19.1.0", diff --git a/yarn.lock b/yarn.lock index 47fd60fda3..9c01c710c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3680,10 +3680,10 @@ electron-to-chromium@^1.3.723: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.737.tgz#196f2e9656f4f3c31930750e1899c091b72d36b5" integrity sha512-P/B84AgUSQXaum7a8m11HUsYL8tj9h/Pt5f7Hg7Ty6bm5DxlFq+e5+ouHUoNQMsKDJ7u4yGfI8mOErCmSH9wyg== -electron@13.1.8: - version "13.1.8" - resolved "https://registry.yarnpkg.com/electron/-/electron-13.1.8.tgz#a6def6eca7cafc7b068a8f71a069e521ba803182" - integrity sha512-ei2ZyyG81zUOlvm5Zxri668TdH5GNLY0wF+XrC2FRCqa8AABAPjJIWTRkhFEr/H6PDVPNZjMPvSs3XhHyVVk2g== +electron@13.5.0: + version "13.5.0" + resolved "https://registry.yarnpkg.com/electron/-/electron-13.5.0.tgz#6f746ca55d6be4f20dd4b799a5bf42fcb1ea0587" + integrity sha512-s4+b1RFWkNKWp7WWrv2q60MuFljHUCbO7XAupBSCUz/NP1Hz4OenWbMPUt0H+fa8YZeN8CX3JDIA8Bet5uAJvw== dependencies: "@electron/get" "^1.0.1" "@types/node" "^14.6.2"