chore: bump electron@13.1.8

Fixes https://github.com/microsoft/vscode/issues/129117
This commit is contained in:
deepak1556 2021-08-06 00:08:15 -07:00
parent d49d7e7fe1
commit 00f1abfd3a
4 changed files with 10 additions and 10 deletions

View file

@ -1,3 +1,3 @@
disturl "https://electronjs.org/headers"
target "13.1.7"
target "13.1.8"
runtime "electron"

View file

@ -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": {

View file

@ -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",

View file

@ -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"