From ea475b24dc7d6b33e0f76e3b6a6124350f2d8cdb Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Tue, 29 Mar 2016 19:51:36 +0000 Subject: [PATCH] Upgrade asyncjs to 1.5.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e19770e..c44a6971 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "acorn": "2.5.2", - "async": "^0.9.0", + "async": "^1.5.2", "base64id": "~0.1.0", "connect": "~2.12.0", "debug": "~0.7.4",