diff --git a/.yarnrc b/.yarnrc index a955a275dab4275d56f736a42db6b5791c069c45..83146ea6002de36d034ade48eaca3ecbc0e9d0e1 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,3 +1,3 @@ disturl "https://electronjs.org/headers" -target "11.2.0" +target "11.2.1" runtime "electron" diff --git a/cgmanifest.json b/cgmanifest.json index 286d7aa89e0d692b5942e6fb95c92c087ca0808a..a47ba0d62479a79a9bfbfd07234998102cc13102 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -60,12 +60,12 @@ "git": { "name": "electron", "repositoryUrl": "https://github.com/electron/electron", - "commitHash": "56e926ce2362770a84403059b3ce3d40135ed7db" + "commitHash": "8805b996e0d8cfb6e3921f9b586366bafb125b59" } }, "isOnlyProductionDependency": true, "license": "MIT", - "version": "11.2.0" + "version": "11.2.1" }, { "component": { diff --git a/package.json b/package.json index 8b8bab330d4b3b4e74d974340e9c5d2c1ad3f484..4ccbaab38abe7b2fe46b02544af9159e15039efd 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,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.2.0", + "electron-rebuild": "electron-rebuild --arch=arm64 --force --version=11.2.1", "playwright-install": "node build/azure-pipelines/common/installPlaywright.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", @@ -128,7 +128,7 @@ "cssnano": "^4.1.10", "debounce": "^1.0.0", "deemon": "^1.4.0", - "electron": "11.2.0", + "electron": "11.2.1", "electron-rebuild": "2.0.3", "eslint": "6.8.0", "eslint-plugin-jsdoc": "^19.1.0", diff --git a/yarn.lock b/yarn.lock index 0c866f1b61992e158854e330145f7c1e63c08806..02c0f52cafb4abbcdae60e5a99176ad5b2749f25 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2924,10 +2924,10 @@ electron-to-chromium@^1.3.634: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.642.tgz#8b884f50296c2ae2a9997f024d0e3e57facc2b94" integrity sha512-cev+jOrz/Zm1i+Yh334Hed6lQVOkkemk2wRozfMF4MtTR7pxf3r3L5Rbd7uX1zMcEqVJ7alJBnJL7+JffkC6FQ== -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== +electron@11.2.1: + version "11.2.1" + resolved "https://registry.yarnpkg.com/electron/-/electron-11.2.1.tgz#8641dd1a62911a1144e0c73c34fd9f37ccc65c2b" + integrity sha512-Im1y29Bnil+Nzs+FCTq01J1OtLbs+2ZGLLllaqX/9n5GgpdtDmZhS/++JHBsYZ+4+0n7asO+JKQgJD+CqPClzg== dependencies: "@electron/get" "^1.0.1" "@types/node" "^12.0.12"