From bc66ac545c7f5f09400acfd624b21f94ec08858c Mon Sep 17 00:00:00 2001 From: Andrew Stewart Date: Fri, 12 Dec 2014 10:01:54 -0800 Subject: [PATCH] Update dependency versions --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f30c6f6..141fcca 100644 --- a/package.json +++ b/package.json @@ -37,15 +37,15 @@ "devDependencies": { "sinon-chai": "2.6.0", - "chai": "1.9.2", - "mocha": "1.21.5", - "sinon": "1.10.3" + "chai": "1.10.0", + "mocha": "2.0.1", + "sinon": "1.12.1" }, "dependencies": { "async": "0.9.0", - "express": "4.9.8", - "body-parser": "1.9.0", + "express": "4.10.5", + "body-parser": "1.10.0", "robeaux": "0.3.0" } }