IBM / rotisserie

automagically view the most interesting PlayerUnknown's Battlegrounds streams on Twitch.
https://rotisserie.tv
Apache License 2.0
61 stars 45 forks source link

Upgrade hoek version to fix vulnerability #124

Closed eggshell closed 6 years ago

eggshell commented 6 years ago

hoek v4.2.0 has a security flaw which makes it vulnerable to prototype pollution, and GitHub keeps yelling about it. This modifies package.json and package-lock.json to upgrade the version of hoek that is installed when running npm install.

Signed-off-by: Cullen Taylor mctaylor@us.ibm.com