From ba9807eab297642db2c965850cf63a18a04b707b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 07:22:46 +0000 Subject: [PATCH] Update async requirement from ~0.2.10 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.2.10...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 7ce39de..1c517f7 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.1.0", "lodash": "~2.4.1" }, "devDependencies": {