Skip to content

Commit

Permalink
Fixes #1: Fix security issues by upgrading Mocha.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jan 19, 2019
1 parent 8cc1a79 commit 2cc42bd
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 96 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "10.x"
- "8.x"
168 changes: 77 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dependencies": {
"hippie": "^0.5.2",
"jjg-ping": "1.x.x",
"mocha": "2.2.x",
"mocha": "^5.2.0",
"restify": ">=4.1.0"
},
"scripts": {
"test": "mocha test"
"test": "mocha test --exit"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2cc42bd

Please sign in to comment.