Closed dscho closed 5 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.
Already done, slightly differently. Thanks!
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