From 8b457171a1b4f9eb7f1df964ac0cd1e9edc8a98f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 04:35:29 +0000 Subject: [PATCH] Bump async from 0.2.10 to 3.2.0 Bumps [async](https://github.com/caolan/async) from 0.2.10 to 3.2.0. - [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.2.10...v3.2.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 7ce39de..776725e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.4", "dependencies": { "superagent": "~0.17.0", - "async": "~0.2.10", + "async": "~3.2.0", "lodash": "~2.4.1" }, "devDependencies": {