-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
Vulnerability: hoek should be updated to 5.0.3 #211
Comments
|
Hrm true. What I ended up doing for another of my projects is deleting ncu -u -n -a
npm install That updated everything to the very latest stable version available. Not sure if it's wise here, but it did the trick for me :P |
According to my experience that is a bad idea and should be avoided if possible.
I haven't used Keeping packages green is typically a good idea but it is also a risky business by definition. If you do it manually try Naturally there are dedicated bots providing both services:
All 3 are free for OSS so maybe this is a chance to setup something to avoid future security issues. What do you think @agnivade ? |
The package
hoek
is specified in thepackage-lock.json
file at version4.2.0
. When I runnpm-remote-ls hoek
though, it tells me that version 5.0.3 will suffice. I suggest updating it to mitigate the vulnerability that GitHub has identified.Here's the reverse-dependency tree generated by
npm-remote-ls
: https://hastebin.com/enirizinanThe text was updated successfully, but these errors were encountered: