chore: bump electron@9.3.2

Fixes https://github.com/microsoft/vscode/issues/102252
This commit is contained in:
deepak1556 2020-10-15 15:07:54 -07:00
parent a65368bcee
commit 89c002ab02
4 changed files with 9 additions and 9 deletions

View file

@ -1,3 +1,3 @@
disturl "https://atom.io/download/electron"
target "9.2.1"
disturl "https://electronjs.org/headers"
target "9.3.2"
runtime "electron"

View file

@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "03c7a54dc534ce1867d4393b9b1a6989d4a7e005"
"commitHash": "09677ab59239a594e88b2fc4abd0d9afb3055183"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "9.2.1"
"version": "9.3.2"
},
{
"component": {

View file

@ -111,7 +111,7 @@
"css-loader": "^3.2.0",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
"electron": "9.2.1",
"electron": "9.3.2",
"eslint": "6.8.0",
"eslint-plugin-jsdoc": "^19.1.0",
"eslint-plugin-mocha": "8.0.0",

View file

@ -2747,10 +2747,10 @@ electron-to-chromium@^1.2.7:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.27.tgz#78ecb8a399066187bb374eede35d9c70565a803d"
integrity sha1-eOy4o5kGYYe7N07t412ccFZagD0=
electron@9.2.1:
version "9.2.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-9.2.1.tgz#54ef574e1af4ae967b5efa94312f1b6458d44a02"
integrity sha512-ZsetaQjXB8+9/EFW1FnfK4ukpkwXCxMEaiKiUZhZ0ZLFlLnFCpe0Bg4vdDf7e4boWGcnlgN1jAJpBw7w0eXuqA==
electron@9.3.2:
version "9.3.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-9.3.2.tgz#afa2942e2642ee25b422b90f1497f7d9bbeec550"
integrity sha512-0lleEf9msAXGDi2GukAuiGdw3VDgSTlONOnJgqDEz1fuSEVsXz5RX+hNPKDsVDerLTFg/C34RuJf4LwHvkKcBA==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^12.0.12"