From c265dff48a27868c7f0f84fd25a169897dc43d73 Mon Sep 17 00:00:00 2001 From: deepak1556 Date: Wed, 13 Jan 2021 20:52:48 -0800 Subject: [PATCH] chore: bump electron@11.2.0 --- .yarnrc | 2 +- cgmanifest.json | 8 ++++---- package.json | 4 ++-- yarn.lock | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.yarnrc b/.yarnrc index 914682b9e33..a955a275dab 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,3 +1,3 @@ disturl "https://electronjs.org/headers" -target "11.1.0" +target "11.2.0" runtime "electron" diff --git a/cgmanifest.json b/cgmanifest.json index 3e5c192873f..8f419d60bc8 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -6,7 +6,7 @@ "git": { "name": "chromium", "repositoryUrl": "https://chromium.googlesource.com/chromium/src", - "commitHash": "dcfd8d6023038d7a33f7baf393dcd6b1dc93f3b5" + "commitHash": "c0dfcf99c0bbc9c4763c70e5034eb1a970a9ff3b" } }, "licenseDetail": [ @@ -40,7 +40,7 @@ "SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." ], "isOnlyProductionDependency": true, - "version": "87.0.4280.88" + "version": "87.0.4280.141" }, { "component": { @@ -60,12 +60,12 @@ "git": { "name": "electron", "repositoryUrl": "https://github.com/electron/electron", - "commitHash": "101a2282ab3ae030ace05e70043739386c24b3cb" + "commitHash": "56e926ce2362770a84403059b3ce3d40135ed7db" } }, "isOnlyProductionDependency": true, "license": "MIT", - "version": "11.1.0" + "version": "11.2.0" }, { "component": { diff --git a/package.json b/package.json index c4d5a325419..2a502db7611 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "compile-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-web", "watch-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-web", "eslint": "node build/eslint", - "electron-rebuild": "electron-rebuild --arch=arm64 --force --version=11.1.0", + "electron-rebuild": "electron-rebuild --arch=arm64 --force --version=11.2.0", "playwright-install": "node node_modules/playwright/install.js", "compile-build": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-build", "compile-extensions-build": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-extensions-build", @@ -121,7 +121,7 @@ "css-loader": "^3.2.0", "debounce": "^1.0.0", "deemon": "^1.4.0", - "electron": "11.1.0", + "electron": "11.2.0", "electron-rebuild": "2.0.3", "eslint": "6.8.0", "eslint-plugin-jsdoc": "^19.1.0", diff --git a/yarn.lock b/yarn.lock index 7a0a2da0d5a..aa6a4ba87cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3041,10 +3041,10 @@ electron-to-chromium@^1.2.7: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.27.tgz#78ecb8a399066187bb374eede35d9c70565a803d" integrity sha1-eOy4o5kGYYe7N07t412ccFZagD0= -electron@11.1.0: - version "11.1.0" - resolved "https://registry.yarnpkg.com/electron/-/electron-11.1.0.tgz#8dfdf579d1eb79feef3e3d2937fc022e72129c90" - integrity sha512-RFAhR/852VMaRd9NSe7jprwSoG9dLc6u1GwnqRWg+/3cy/8Zrwt1Betw1lXiZH7hGuB9K2cqju83Xv5Pq5ZSGA== +electron@11.2.0: + version "11.2.0" + resolved "https://registry.yarnpkg.com/electron/-/electron-11.2.0.tgz#f8577ea4c9ba94068850256145be26b0b89a5dd7" + integrity sha512-weszOPAJPoPu6ozL7vR9enXmaDSqH+KE9iZODfbGdnFgtVfVdfyedjlvEGIUJkLMPXM1y/QWwCl2dINzr0Jq5Q== dependencies: "@electron/get" "^1.0.1" "@types/node" "^12.0.12"