From 51f72fd6d9067543f7192f6c6663cd791356e1df Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 7 Nov 2017 02:58:21 +0000 Subject: [PATCH] fix(package): update async to version 2.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10052fe..25d7a04 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "commitmsg": "validate-commit-msg" }, "dependencies": { - "async": "2.5.0", + "async": "2.6.0", "debug": "2.6.8", "lodash": "4.17.4" },