Skip to content

Commit

Permalink
Update dependencies (#84)
Browse files Browse the repository at this point in the history
* Update dependencies

Changes:
* Replace Istanbul with nyc
* Remove Jade dependency

This change fixes vulnerabilities found from "npm audit".
Most notably in Jade and Istanbul. Both of those projects
are no longer supported. Jade support within Monocle appears
to have been dropped in b9e7433.

* Major version bump to end support of Node 6

* Remove node6 from the CI tests.

Node6 is end-of-life and no longer supported by Monocle.
  • Loading branch information
mkemmerer authored Feb 27, 2020
1 parent 47ae9e6 commit 3e4d995
Show file tree
Hide file tree
Showing 3 changed files with 1,354 additions and 786 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
before_script:
Expand Down
Loading

0 comments on commit 3e4d995

Please sign in to comment.