From c3190e4a9c7876ef6f718b1cf0f35398b11d02f8 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 7 Nov 2017 02:57:10 +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 c93cd835..1edc51ba 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "node": ">=4" }, "dependencies": { - "async": "2.5.0", + "async": "2.6.0", "base64url": "^2.0.0", "commander": "2.11.0", "fs-extra": "^4.0.1",