From 0909e13439ef11a0205bd150f5d2847682a073c9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 04:59:36 +0000 Subject: [PATCH] Update async requirement from ^0.9.0 to ^3.1.0 Updates the requirements on [async](https://github.com/caolan/async) to permit the latest version. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/0.9.0...v3.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6483f8f..d0ab941 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "node": ">= 0.6.0" }, "dependencies": { - "async": "^0.9.0", + "async": "^3.1.0", "deep-extend": "~0.2.5", "glob": "~3.1.17", "juice": "^1.1.2",