diff --git a/package.json b/package.json index c4f84774..19429758 100644 --- a/package.json +++ b/package.json @@ -35,32 +35,32 @@ "node": ">= 0.10.0" }, "dependencies": { - "bluebird": "^2.1.3", - "li": "^1.0.0", - "lodash": "^2.4.1", - "node.extend": "^1.0.10", - "qs": "^5.0.0", - "route-parser": "0.0.2", - "superagent": "^0.18.0" + "bluebird": "^2.10.2", + "li": "^1.0.1", + "lodash": "^2.4.2", + "node.extend": "^1.1.5", + "qs": "^5.2.0", + "route-parser": "^0.0.4", + "superagent": "^0.18.2" }, "devDependencies": { - "chai": "^1.9.1", - "chai-as-promised": "^4.1.1", + "chai": "^1.10.0", + "chai-as-promised": "^4.3.0", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-watch": "^0.6.1", "grunt-contrib-yuidoc": "^0.5.2", - "grunt-jscs": "^1.2.0", + "grunt-jscs": "^1.8.0", "grunt-newer": "^0.7.0", "grunt-simple-mocha": "^0.4.0", "istanbul": "^0.3.22", - "jscs-stylish": "^0.3.0", + "jscs-stylish": "^0.3.1", "jshint-stylish": "^0.2.0", "load-grunt-tasks": "^0.6.0", - "mocha": "^1.20.1", - "sandboxed-module": "^1.0.0", - "sinon": "^1.10.2", - "sinon-chai": "^2.5.0" + "mocha": "^1.21.5", + "sandboxed-module": "^1.0.3", + "sinon": "^1.17.2", + "sinon-chai": "^2.8.0" } }