From 526eeadfa595ce497d1931f1d9b362f369e5471f Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Sat, 3 Jan 2015 01:56:15 +0000 Subject: [PATCH] update co@4.1.0 This version includes an important fix for a memory leak. See https://github.com/tj/co/issues/180. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21701c7..31296a9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "license": "MIT", "dependencies": { "accepts": "^1.1.0", - "co": "^4.0.2", + "co": "^4.1.0", "content-disposition": "~0.5.0", "cookies": "~0.5.0", "debug": "*",