Skip to content

Commit

Permalink
fix(package): add hoek directly as a dependecy to fix the security is…
Browse files Browse the repository at this point in the history
…sue - https://nodesecurity.io/advisories/566 (#57)

this eventually should come out, and we should update request instead, but at the time of this commit, a fix was not published yet

fixes #56
  • Loading branch information
lholmquist authored Feb 19, 2018
1 parent eec5d8a commit c81fdb5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"bugs": "https://github.com/bucharest-gold/openshift-rest-client/issues",
"license": "Apache-2.0",
"dependencies": {
"hoek": "^4.2.1",
"openshift-config-loader": "^0.4.0",
"request": "^2.83.0"
},
Expand Down

0 comments on commit c81fdb5

Please sign in to comment.