npm / cmd-shim

The cmd-shim used in npm
ISC License
76 stars 40 forks source link

Update all dependencies #31

Closed dscho closed 5 years ago

dscho commented 6 years ago

The original intention was to only update minimap, as npm audit complains about this dependency being vulnerable to a regexp attach, and that warning got a little annoying.

The minimap dependency is an indirect one, via tap, so let's update tap. This also gives us nice coloring of the test output!

While at it, simply update all dependencies, not just tap.

Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de

dscho commented 6 years ago

Can anybody help me figure out how to address the Travis failures? It would seem that something really odd is going on, as I tested this with node.js v10.3.0 and it works here.

isaacs commented 5 years ago

Already done, slightly differently. Thanks!