From 9d36db37883a319b8bef68ac63d1fcbbe22dcd44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 13 Feb 2019 21:21:00 +0000 Subject: [PATCH] Update async requirement from ^0.9.0 to ^2.6.2 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/v2.6.2/CHANGELOG.md) - [Commits](https://github.com/caolan/async/commits/v2.6.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fced206b..34c44b10 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@types/mocha": "~2.2.32", "@types/react": "^16.0.19", "@types/react-dom": "^16.0.2", - "async": "^0.9.0", + "async": "^2.6.2", "bluebird": "~3.5.3", "bootstrap": "^3.3.6", "core-js": "^2.5.1",