diff --git a/.yarnrc b/.yarnrc index 8dcf793daba..0c0169e6d20 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,3 +1,3 @@ disturl "https://electronjs.org/headers" -target "13.2.3" +target "13.1.8" runtime "electron" diff --git a/cgmanifest.json b/cgmanifest.json index 5fb5468214f..bec5d7ee4b5 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -60,12 +60,12 @@ "git": { "name": "electron", "repositoryUrl": "https://github.com/electron/electron", - "commitHash": "69df216a9ce5711f38dd4c9ab1ab55f554c85727" + "commitHash": "0436a27d4f0fd7d1cb8246137a07fa0c8eb9337e" } }, "isOnlyProductionDependency": true, "license": "MIT", - "version": "13.2.3" + "version": "13.1.8" }, { "component": { diff --git a/package.json b/package.json index 4209f0680ba..d6ee9630e0f 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.2.3", + "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 c53b20f823d..87a7d4a4836 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.2.3: - version "13.2.3" - resolved "https://registry.yarnpkg.com/electron/-/electron-13.2.3.tgz#a0fd80a011ba1549147777c9d72e881577904509" - integrity sha512-FzWhbKHjq7ZTpPQFaYiLPL64erC8/BOsu5NlNN9nQ6f7rIP8ygKlNAlQit3vbOcksQAwItDUCIw4sW0mcaRpCA== +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"