From d3fc157601724754d9fa32a51c0c51e61404483a Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Tue, 13 May 2014 08:46:34 -0700 Subject: [PATCH] Update deps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4f456189..941cd7c0 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,14 @@ ], "devDependencies": { "should": "~1.2.2", - "mocha": "~1.17.1" + "mocha": "~1.18.2" }, "dependencies": { - "async": "~0.2.10", + "async": "~0.8.0", "inflection": "~1.3.5", "traverse": "~0.6.6", "qs": "~0.6.6", - "debug": "~0.7.4" + "debug": "~0.8.1" }, "license": { "name": "Dual MIT/StrongLoop",