Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
fix: audit warnings, drop support for Node.js v6
Browse files Browse the repository at this point in the history
There were several vulnerabilities found in this package due to the tap
version being set to a wildcard in the package.json. This commit sets
the version and updates the package-lock. All tests pass.

BREAKING CHANGE: This drops support for Node.js version 6.
  • Loading branch information
geopet authored and isaacs committed Sep 18, 2019
1 parent eb449fe commit d9a1fb6
Show file tree
Hide file tree
Showing 3 changed files with 1,480 additions and 154 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ node_js:
- "10"
- "9"
- "8"
- "6"
Loading

0 comments on commit d9a1fb6

Please sign in to comment.