Skip to content

Commit

Permalink
dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
cantremember committed Oct 11, 2015
1 parent e45b3cc commit ebcc3a5
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,37 +36,37 @@
"node": ">= 0.10.0"
},
"dependencies": {
"bluebird": "^2.9.0",
"cookie-parser": "~1.3.2",
"csv": "^0.4.0",
"ejs": "^2.3.0",
"es6-symbol": "^2.0.1",
"express": "^4.12.0",
"forever": "~0.14.0",
"glob": "^5.0.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"bluebird": "^2.10.2",
"cookie-parser": "~1.3.5",
"csv": "^0.4.6",
"ejs": "^2.3.4",
"es6-symbol": "^3.0.0",
"express": "^4.13.3",
"forever": "~0.15.1",
"glob": "^5.0.15",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-clean": "^0.3.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-symlink": "^2.1.0",
"lodash": "^3.8.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-symlink": "^2.1.3",
"lodash": "^3.10.1",
"marked-engine": "~0.1.0",
"minimist": "~1.1.0",
"nconf": "~0.7.1",
"request": "^2.55.0"
"minimist": "~1.2.0",
"nconf": "~0.8.2",
"request": "^2.65.0"
},
"devDependencies": {
"@cantremember/node-mocks-http": "^1.5.0",
"babel": "^5.3.3",
"coveralls": "^2.11.2",
"istanbul": "~0.3.14",
"jscs": "^1.12.0",
"babel": "^5.8.23",
"coveralls": "^2.11.4",
"istanbul": "~0.3.22",
"jscs": "^1.13.1",
"jsdoc": "3.3.0-beta1",
"jshint": "^2.6.3",
"jshint": "^2.8.0",
"mocha": "^2.2.0",
"mock-fs": "^2.6.0",
"proxyquire": "^1.4.0",
"sinon": "^1.10.3",
"supertest": "~1.0.0"
"sinon": "^1.17.1",
"supertest": "~1.0.1"
}
}

0 comments on commit ebcc3a5

Please sign in to comment.