From 88f4a9e4f6cbd2f4a620a20540869b32abbd786f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 14:05:11 +0000 Subject: [PATCH] Update async requirement from ^0.9.0 to ^2.6.1 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/commits/v2.6.1) 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..76987aa1 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.1", "bluebird": "~3.5.3", "bootstrap": "^3.3.6", "core-js": "^2.5.1",