Update to Electron v11.2.3

This commit is contained in:
Scott Nonnenberg 2021-02-11 10:20:05 -08:00 committed by GitHub
parent a1721ed307
commit ed786898fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -218,7 +218,7 @@
"core-js": "2.4.1",
"cross-env": "5.2.0",
"css-loader": "3.2.0",
"electron": "11.2.0",
"electron": "11.2.3",
"electron-builder": "22.9.1",
"electron-mocha": "8.1.1",
"electron-notarize": "0.1.1",

View file

@ -6419,10 +6419,10 @@ electron-window@^0.8.0:
dependencies:
is-electron-renderer "^2.0.0"
electron@11.2.0:
version "11.2.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-11.2.0.tgz#f8577ea4c9ba94068850256145be26b0b89a5dd7"
integrity sha512-weszOPAJPoPu6ozL7vR9enXmaDSqH+KE9iZODfbGdnFgtVfVdfyedjlvEGIUJkLMPXM1y/QWwCl2dINzr0Jq5Q==
electron@11.2.3:
version "11.2.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-11.2.3.tgz#8ad1d9858436cfca0e2e5ea7fea326794ae58ebb"
integrity sha512-6yxOc42nDAptHKNlUG/vcOh2GI9x2fqp2nQbZO0/3sz2CrwsJkwR3i3oMN9XhVJaqI7GK1vSCJz0verOkWlXcQ==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^12.0.12"