geek / traci

hapi open tracing plugin
Mozilla Public License 2.0
5 stars 2 forks source link

update dependency versions #6

Closed cjihrig closed 4 years ago

cjihrig commented 4 years ago

Update to the latest versions of all dependencies. This is primarily to address a security vulnerability in hoek.

Refs: https://npmjs.com/advisories/1468

(Please publish a new version)

cjihrig commented 4 years ago

I'd also recommend dropping hoek. It's only used for assert() and reach(). You can use the built in assert module for assertions, and the reach module, which is hoek.reach() extracted to drop all of the other hoek baggage.