Update dependency versions

This commit is contained in:
Andrew Stewart 2014-12-12 10:01:54 -08:00
parent fa4ac454fd
commit bc66ac545c
1 changed files with 5 additions and 5 deletions

View File

@ -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"
}
}