From 70678d153cfa89975d88e040cf90ffa285140a5f Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 28 Jun 2013 19:14:18 +0300 Subject: [PATCH] Update cookie dep. I want all dependencies of my package to minimise using different versions (0.6.1 and 1.1.1 etc). Just updating this stuff. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6823aaf69..ac78001df 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "formidable": "1.0.14", "cookie-signature": "1.0.1", "buffer-crc32": "0.2.1", - "cookie": "0.0.5", + "cookie": "0.1.0", "send": "0.1.1", "bytes": "0.2.0", "fresh": "0.1.0",