Electron 4.0.8

Summary:
Upgrading to electron 4.0.8 to fix CVE-2019-5786

Learn more: https://electronjs.org/blog/filereader-fix

Reviewed By: passy

Differential Revision: D14403928

fbshipit-source-id: 47bd198196de789958c93cfecd2e5e01e24ea7ef
This commit is contained in:
Daniel Büchele
2019-03-11 12:02:26 -07:00
committed by Facebook Github Bot
parent a0ddb92cd2
commit e0127b8438
3 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@
]
},
"resolutions": {
"@jest-runner/electron/electron": "4.0.5"
"@jest-runner/electron/electron": "4.0.8"
},
"jest": {
"transform": {
@@ -49,7 +49,7 @@
"devDependencies": {
"@jest-runner/electron": "^1.0.3",
"babel-eslint": "^10.0.1",
"electron": "^4.0.5",
"electron": "^4.0.8",
"electron-builder": "^20.38.5",
"eslint": "^5.12.1",
"eslint-config-fbjs": "^2.0.1",

View File

@@ -61,7 +61,7 @@ exports[`Empty app state matches snapshot 1`] = `
<span
className="css-lli23c"
>
4.0.5
4.0.8
-dev
</span>
<div

View File

@@ -2367,10 +2367,10 @@ electron-publish@20.38.5:
lazy-val "^1.0.3"
mime "^2.4.0"
electron@4.0.5, electron@^2.0.8, electron@^4.0.5:
version "4.0.5"
resolved "https://registry.yarnpkg.com/electron/-/electron-4.0.5.tgz#d8e7d8a581a3e31071b2226129b26b6110c1d877"
integrity sha512-UWFH6SrzNtzfvusGUFYxXDrgsUEbtBXkH/66hpDWxjA2Ckt7ozcYIujZpshbr7LPy8kV3ZRxIvoyCMdaS5DkVQ==
electron@4.0.8, electron@^2.0.8, electron@^4.0.8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/electron/-/electron-4.0.8.tgz#b7998b16543d2094f081757a0c5afdb8875ea510"
integrity sha512-FOBJIHkuv8wc15N+ZyqwDzPavYVu5CHMBEf14jHDWv7QW2vkEIpJjVK+PIT31kfZfvjsIP0j2wvA/FBsiqB7pw==
dependencies:
"@types/node" "^10.12.18"
electron-download "^4.1.0"