Skip to content

Commit

Permalink
dependency security audit fixes from npm & snyk (#210)
Browse files Browse the repository at this point in the history
* dependency security audit fixes from npm & snyk

* version bump

* remove end-of-life node versions (4,5) from Travis
  • Loading branch information
nickmerwin committed Feb 22, 2019
1 parent cc67125 commit aa2519c
Show file tree
Hide file tree
Showing 4 changed files with 2,936 additions and 983 deletions.
2 changes: 1 addition & 1 deletion .snyk
@@ -1,4 +1,4 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.12.0
version: v1.13.3
ignore: {}
patch: {}
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -3,7 +3,5 @@ node_js:
- "node"
- "8"
- "6"
- "5"
- "4"
script: make test-coveralls
sudo: false

0 comments on commit aa2519c

Please sign in to comment.