Skip to content

Commit

Permalink
Bump electron inport to ^2.0.18 for vulnerability fix (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancharles authored and rmcvey committed Mar 25, 2019
1 parent c354c78 commit 81f09fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"benchmark": "^2.1.4",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"electron": "^2.0.6",
"electron": "^2.0.18",
"electron-builder": "20.22.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3994,9 +3994,10 @@ [email protected]:
semver "^5.5.0"
source-map-support "^0.5.6"

electron@^2.0.6:
version "2.0.17"
resolved "https://registry.yarnpkg.com/electron/-/electron-2.0.17.tgz#871c02eabcdfe11f7452c01b2f36510241b6de19"
electron@^2.0.18:
version "2.0.18"
resolved "https://registry.yarnpkg.com/electron/-/electron-2.0.18.tgz#52f1b248c3cc013b5a870094de3b6ba5de313a0f"
integrity sha512-PQRHtFvLxHdJzMMIwTddUtkS+Te/fZIs+PHO+zPmTUTBE76V3Od3WRGzMQwiJHxN679licmCKhJpMyxZfDEVWQ==
dependencies:
"@types/node" "^8.0.24"
electron-download "^3.0.1"
Expand Down

0 comments on commit 81f09fc

Please sign in to comment.