Skip to content

Commit

Permalink
Merge pull request #3 from CoorpAcademy/update-packets
Browse files Browse the repository at this point in the history
Update vulnerable dependencies
  • Loading branch information
Loïc Calvy committed Aug 25, 2017
2 parents 262dce1 + cb2f445 commit b132679
Show file tree
Hide file tree
Showing 3 changed files with 730 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
@@ -1,9 +1,7 @@
language: node_js
sudo: false
node_js:
- "0.10"
- "0.8"
# - "0.6"
- "6.11"

env:
global:
Expand All @@ -13,4 +11,4 @@ before_install:
- "npm install istanbul -g"

after_success:
- "cat reports/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
- "cat reports/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
12 changes: 8 additions & 4 deletions package.json
Expand Up @@ -29,13 +29,17 @@
},
"homepage": "https://github.com/CoorpAcademy/cacheme",
"dependencies": {
"debug": "~2.1.1",
"lodash": "~2.4.1"
"debug": "^3.0.0",
"hawk": "^6.0.2",
"lodash": "~2.4.1",
"ms": "^2.0.0",
"qs": "^6.5.0",
"request": "^2.81.0"
},
"devDependencies": {
"chai": "1.x.x",
"chai-connect-middleware": "0.3.x",
"coveralls": "2.11.2",
"mocha": "1.x.x"
"coveralls": "^2.13.1",
"mocha": "^3.5.0"
}
}

0 comments on commit b132679

Please sign in to comment.