nickdesaulniers / node-nanomsg

Node.js binding for nanomsg
MIT License
402 stars 70 forks source link

package.json: fix vulnerable devDependencies #212

Closed nickdesaulniers closed 5 years ago

nickdesaulniers commented 5 years ago

Looks like 2 packages we used in our test harness (tap-difflet, tape) had vulnerability reports.

Fixes #208

nickdesaulniers commented 5 years ago

Looks like presubmit testing on travis failed because tap-difflet is using arrow function syntax, which wasn't supported in node 0.10 or 0.12. Maybe there's a lower version I can use.