Skip to content

Commit

Permalink
Fix electron security issue CVE-2018-1000006
Browse files Browse the repository at this point in the history
  • Loading branch information
djalmaaraujo committed Jan 26, 2018
1 parent 7eb2e4c commit aa29700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"babel-preset-react": "^6.24.1",
"electron": "1.7.8",
"electron": "1.7.11",
"electron-builder": "19.48.3",
"electron-webpack": "1.11.0",
"webpack": "^3.6.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2259,9 +2259,9 @@ [email protected]:
webpack-merge "^4.1.0"
yargs "^10.0.3"

[email protected].8:
version "1.7.8"
resolved "https://registry.yarnpkg.com/electron/-/electron-1.7.8.tgz#27b791a6895171a7d52991b99442cdbd10a3539d"
[email protected].11:
version "1.7.11"
resolved "https://registry.yarnpkg.com/electron/-/electron-1.7.11.tgz#993b6aa79e0e79a7cfcc369f4c813fbd9a0b08d9"
dependencies:
"@types/node" "^7.0.18"
electron-download "^3.0.1"
Expand Down

0 comments on commit aa29700

Please sign in to comment.