chore: bump electron@13.1.7

Fixes https://github.com/microsoft/vscode/issues/128199
This commit is contained in:
deepak1556 2021-07-19 13:34:49 -07:00
parent 9920360671
commit 2721293274
4 changed files with 8 additions and 8 deletions

View file

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

View file

@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "ddc44e1af4fa6bf0c4c05f3dd48270ef308bc470"
"commitHash": "971ec77b966ef6924418d3e766d383d4b4d1900f"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "13.1.6"
"version": "13.1.7"
},
{
"component": {

View file

@ -129,7 +129,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
"electron": "13.1.6",
"electron": "13.1.7",
"eslint": "6.8.0",
"eslint-plugin-jsdoc": "^19.1.0",
"event-stream": "3.3.4",

View file

@ -3254,10 +3254,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.6:
version "13.1.6"
resolved "https://registry.yarnpkg.com/electron/-/electron-13.1.6.tgz#6ecaf969255d62ce82cc0b5c948bf26e7dfb489b"
integrity sha512-XiB55/JTaQpDFQrD9pulYnOGwaWeMyRIub5ispvoE2bWBvM5zVMLptwMLb0m3KTMrfSkzhedZvOu7fwYvR7L7Q==
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==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^14.6.2"