From 2e8717410b5e6dd85d927b61d0bef5ad57c281bb Mon Sep 17 00:00:00 2001 From: James Sharp Date: Sat, 15 Feb 2014 10:52:17 +0000 Subject: [PATCH] Upgrade async dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1b0cb3..0fe1e3e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "git@github.com:louischatriot/nedb.git" }, "dependencies": { - "async": "0.2.9", + "async": "0.2.10", "underscore": "~1.4.4", "binary-search-tree": "0.2.3", "mkdirp": "~0.3.5"