From 629d9a283b25d24b98cbdc7e62c1caaa0f43633f Mon Sep 17 00:00:00 2001 From: Janus Date: Thu, 22 Dec 2016 02:03:19 +0100 Subject: [PATCH] update dependency: 'async' --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2316283f..c0a1e428 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "LICENSE" ], "dependencies": { - "async": "~0.2.6", + "async": "~2.1.4", "source-map": "~0.5.1", "uglify-to-browserify": "~1.0.0", "yargs": "~3.10.0"