We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A security vulnerability advisory has been issued for the hoek module: https://nodesecurity.io/advisories/566
Hoek is an indirect dependency of nexmo via jsonwebtoken (^7.1.9) -> joi (^6.10.1).
Luckily, jsonwebtoken removed the joi dependency in 8.0.0, so it seems like it's just a matter of updating to jsonwebtoken 8.x. The list of breaking changes in version 8 doesn't look too worrying.
The text was updated successfully, but these errors were encountered:
Theres also the used request API effected:
[email protected] > [email protected]
Sorry, something went wrong.
@mheap, looks like you addressed this in 04fbf96, thanks! Will there be a new (not pre)release soon?
@papandreou 2.2.1 has just been released via NPM. Thanks for reporting, and apologies for the delay
No branches or pull requests
A security vulnerability advisory has been issued for the hoek module: https://nodesecurity.io/advisories/566
Hoek is an indirect dependency of nexmo via jsonwebtoken (^7.1.9) -> joi (^6.10.1).
Luckily, jsonwebtoken removed the joi dependency in 8.0.0, so it seems like it's just a matter of updating to jsonwebtoken 8.x. The list of breaking changes in version 8 doesn't look too worrying.
The text was updated successfully, but these errors were encountered: