From 0b95c4f920ef640926c5d7bc1b77d40c12b47684 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 29 Apr 2014 21:54:59 -0400 Subject: [PATCH] Updated async to 0.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bbd16ecf05..13bf4c8fc40 100755 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test": "mocha" }, "dependencies": { - "async": "^0.7.0", + "async": "^0.8.0", "bcrypt-nodejs": "^0.0.3", "body-parser": "^1.0.2", "cheerio": "^0.15.0",