diff --git a/.yarnrc b/.yarnrc index 0e3ed9aba46d3..a3c4e4c71de98 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,4 +1,4 @@ disturl "https://electronjs.org/headers" -target "16.0.6" +target "16.0.7" runtime "electron" build_from_source "true" diff --git a/cgmanifest.json b/cgmanifest.json index c93f72afe2910..880cc3c78be89 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -60,12 +60,12 @@ "git": { "name": "electron", "repositoryUrl": "https://github.com/electron/electron", - "commitHash": "eb7a89784901e1480ad36006c6480cff0a955544" + "commitHash": "86cf473d814fabf6e364bc7df387c45dde3a1484" } }, "isOnlyProductionDependency": true, "license": "MIT", - "version": "16.0.6" + "version": "16.0.7" }, { "component": { diff --git a/package.json b/package.json index 8a5dda2909d40..4383685765b54 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "cssnano": "^4.1.11", "debounce": "^1.0.0", "deemon": "^1.4.0", - "electron": "16.0.6", + "electron": "16.0.7", "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 d38aa054fb38a..d4e0719798b18 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3462,10 +3462,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@16.0.6: - version "16.0.6" - resolved "https://registry.yarnpkg.com/electron/-/electron-16.0.6.tgz#d7a420ef2cb39d7d0a4d8760c03d72b137a033d5" - integrity sha512-Xs9dYLYhcJf3wXn8m2gDqFTb1L862KEhMxOx9swfFBHj6NoUPPtUgw/RyPQ0tXN1XPxG9vnBkoI0BdcKwrLKuQ== +electron@16.0.7: + version "16.0.7" + resolved "https://registry.yarnpkg.com/electron/-/electron-16.0.7.tgz#87eaccd05ab61563d3c17dfbad2949bba7ead162" + integrity sha512-/IMwpBf2svhA1X/7Q58RV+Nn0fvUJsHniG4TizaO7q4iKFYSQ6hBvsLz+cylcZ8hRMKmVy5G1XaMNJID2ah23w== dependencies: "@electron/get" "^1.13.0" "@types/node" "^14.6.2"