From 9d77495539efba0d98dff3716c06898fad88758f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sun, 26 May 2019 21:45:01 +0000 Subject: [PATCH] fix(package): update async to version 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1d27cd..d6f8b4c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "escomplex" ], "dependencies": { - "async": "^2.1.5", + "async": "^3.0.1", "check-types": "^7.1.5", "commander": "^2.9.0", "escomplex": "2.0.0-alpha",