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
Just for documentation purpose.
The current reported security issue in this project with hoek v2.16.3 is caused by node-gyp.
hoek
node-gyp
I dug into this, and the reason why we're pulling in an old version of hoek is because [email protected] depends on request@>=2.9.0 <2.82.0
see nodejs/node-gyp#1502
Once node-gyp ships a new version with a appropriate request requirement, the security vulnerability here should be gone.
request
/cc @balimonster
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just for documentation purpose.
The current reported security issue in this project with
hoek
v2.16.3 is caused bynode-gyp
.see nodejs/node-gyp#1502
Once
node-gyp
ships a new version with a appropriaterequest
requirement, the security vulnerability here should be gone./cc @balimonster
The text was updated successfully, but these errors were encountered: