diff --git a/.yarnrc b/.yarnrc index 91790876894..0c0169e6d20 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,3 +1,3 @@ disturl "https://electronjs.org/headers" -target "13.1.7" +target "13.1.8" runtime "electron" diff --git a/cgmanifest.json b/cgmanifest.json index 349118bc5f2..bec5d7ee4b5 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -6,7 +6,7 @@ "git": { "name": "chromium", "repositoryUrl": "https://chromium.googlesource.com/chromium/src", - "commitHash": "7a7e35991d61ce564ed3641222da2c4ed7a65535" + "commitHash": "8a33e05d162c4f39afa2dcb150e8c2548aa4ccea" } }, "licenseDetail": [ @@ -40,7 +40,7 @@ "SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." ], "isOnlyProductionDependency": true, - "version": "91.0.4472.124" + "version": "91.0.4472.164" }, { "component": { @@ -60,12 +60,12 @@ "git": { "name": "electron", "repositoryUrl": "https://github.com/electron/electron", - "commitHash": "971ec77b966ef6924418d3e766d383d4b4d1900f" + "commitHash": "0436a27d4f0fd7d1cb8246137a07fa0c8eb9337e" } }, "isOnlyProductionDependency": true, "license": "MIT", - "version": "13.1.7" + "version": "13.1.8" }, { "component": { diff --git a/package.json b/package.json index 78cc2faac11..1f482eb957f 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "cssnano": "^4.1.11", "debounce": "^1.0.0", "deemon": "^1.4.0", - "electron": "13.1.7", + "electron": "13.1.8", "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 b835a430a9c..a1f6bff9fa6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3335,10 +3335,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.7: - version "13.1.7" - resolved "https://registry.yarnpkg.com/electron/-/electron-13.1.7.tgz#7e17f5c93a8d182a2a486884fed3dc34ab101be9" - integrity sha512-sVfpP/0s6a82FK32LMuEe9L+aWZw15u3uYn9xUJArPjy4OZHteE6yM5871YCNXNiDnoCLQ5eqQWipiVgHsf8nQ== +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== dependencies: "@electron/get" "^1.0.1" "@types/node" "^14.6.2"