From 8efda722faf2d2c2b2a5973f18c5e8873046246b Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 2 Jan 2017 16:54:18 +0000 Subject: [PATCH] chore(package): update dependencies https://greenkeeper.io/ --- package.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index c1fe7ce..297a72c --- a/package.json +++ b/package.json @@ -8,33 +8,33 @@ }, "dependencies": { "body-parser": "^1.3.1", - "confit": "^1.1.2", - "express": "~4.4.x", + "confit": "^2.1.0", + "express": "~4.14.0", "express-session": "^1.3.1", "express-simple-firewall": "1.0.x", "express-simple-router": "0.0.x", "json-api": "2.x.x", - "path-to-regexp": "0.1.2", - "mongoose": "4.0.x", - "pluralize": "0.0.10", + "path-to-regexp": "1.7.0", + "mongoose": "~4.7.5", + "pluralize": "3.1.0", "q": "^1.0.1" }, "devDependencies": { - "chai": "~1.9.0", - "event-stream": "3.1.x", - "gulp": "3.8.x", - "gulp-changed": "0.2.x", - "gulp-clean": "0.2.x", - "gulp-exec": "1.0.x", - "gulp-filter": "0.3.x", - "gulp-jshint": "^1.6.4", - "gulp-mocha": "^0.4.1", - "gulp-replace": "0.2.x", - "gulp-util": "2.2.x", - "mocha": "~1.10.0", - "sinon": "1.10.2", - "sinon-chai": "2.5.x", - "supertest": "~0.8.2" + "chai": "~3.5.0", + "event-stream": "~3.3.4", + "gulp": "~3.9.1", + "gulp-changed": "~1.3.2", + "gulp-clean": "~0.3.2", + "gulp-exec": "~2.1.3", + "gulp-filter": "~4.0.0", + "gulp-jshint": "^2.0.4", + "gulp-mocha": "^3.0.1", + "gulp-replace": "~0.5.4", + "gulp-util": "~3.0.8", + "mocha": "~3.2.0", + "sinon": "1.17.7", + "sinon-chai": "~2.8.0", + "supertest": "~2.0.1" }, "scripts": { "test": "mocha $(find test -name \"*.js\")"