From f5b440532829a60e9b45b04892afca8ca6ab6e19 Mon Sep 17 00:00:00 2001 From: deepak1556 Date: Wed, 15 Sep 2021 02:31:20 -0700 Subject: [PATCH] chore: bump electron@13.4.0 Fixes https://github.com/microsoft/vscode/issues/132609 Fixes https://github.com/microsoft/vscode/issues/132455 Fixes https://github.com/microsoft/vscode/issues/132238 --- .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 0c0169e6d20..ea68fe513a8 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,3 +1,3 @@ disturl "https://electronjs.org/headers" -target "13.1.8" +target "13.4.0" runtime "electron" diff --git a/cgmanifest.json b/cgmanifest.json index bec5d7ee4b5..814aed523b0 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -60,12 +60,12 @@ "git": { "name": "electron", "repositoryUrl": "https://github.com/electron/electron", - "commitHash": "0436a27d4f0fd7d1cb8246137a07fa0c8eb9337e" + "commitHash": "75f366f4d0be2318584ffd3157b0e7356fce7c78" } }, "isOnlyProductionDependency": true, "license": "MIT", - "version": "13.1.8" + "version": "13.4.0" }, { "component": { diff --git a/package.json b/package.json index b1e6c78c16a..57d0eb02888 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "cssnano": "^4.1.11", "debounce": "^1.0.0", "deemon": "^1.4.0", - "electron": "13.1.8", + "electron": "13.4.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 2459fd4ec05..59997b8955f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3342,10 +3342,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.4.0: + version "13.4.0" + resolved "https://registry.yarnpkg.com/electron/-/electron-13.4.0.tgz#f9f9e518d8c6bf23bfa8b69580447eea3ca0f880" + integrity sha512-KJGWS2qa0xZXIMPMDUNkRVO8/JxRd4+M0ejYYOzu2LIQ5ijecPzNuNR9nvDkml9XyyRBzu975FkhJcwD17ietQ== dependencies: "@electron/get" "^1.0.1" "@types/node" "^14.6.2"