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

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Jan 21, 2016
1 parent 3edab52 commit e8ae718
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,41 +35,41 @@
],
"license": "MIT",
"dependencies": {
"bluebird": "2.10.2",
"body-parser": "1.14.1",
"compression": "1.6.0",
"bluebird": "3.1.1",
"body-parser": "1.14.2",
"compression": "1.6.1",
"connect-busboy": "0.0.2",
"cors": "^2.7.1",
"dateformat": "^1.0.11",
"dateformat": "1.0.12",
"eazy-logger": "^2.1.2",
"errorhandler": "1.4.2",
"errorhandler": "1.4.3",
"express": "4.13.3",
"http-proxy": "1.11.2",
"lodash": "3.10.1",
"http-proxy": "1.12.0",
"lodash": "4.0.0",
"method-override": "2.3.5",
"minimist": "1.2.0",
"morgan": "^1.6.1",
"tfunk": "^3.0.1"
},
"devDependencies": {
"chai": "3.3.0",
"eslint": "1.6.0",
"chai": "3.4.1",
"eslint": "1.10.3",
"eslint-config-availity": "1.0.1",
"gulp": "^3.9.0",
"gulp-bump": "1.0.0",
"gulp-eslint": "^1.0.0",
"gulp-eslint": "1.1.1",
"gulp-filter": "3.0.1",
"gulp-git": "1.5.0",
"gulp-istanbul": "0.10.1",
"gulp-mocha": "2.1.3",
"gulp-git": "1.6.1",
"gulp-istanbul": "0.10.3",
"gulp-mocha": "2.2.0",
"gulp-prompt": "^0.1.2",
"gulp-tag-version": "1.3.0",
"mocha": "2.3.3",
"mocha": "2.3.4",
"require-dir": "^0.3.0",
"run-sequence": "1.1.4",
"semver": "5.0.3",
"superagent": "1.4.0",
"superagent-bluebird-promise": "2.1.0"
"run-sequence": "1.1.5",
"semver": "5.1.0",
"superagent": "1.7.0",
"superagent-bluebird-promise": "3.0.0"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit e8ae718

Please sign in to comment.