From 09d2ca05510910cc65bae6943ff54f1e0cbbc9db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 13 Feb 2019 21:19:36 +0000 Subject: [PATCH] chore(deps-dev): update async requirement from ~1.5.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 b4b6834..1ba491b 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "devDependencies": { "@types/react": "~16.0.2", "@types/react-dom": "15.5.1", - "async": "~1.5.0", + "async": "~2.6.2", "expect.js": "0.3.x", "jquery": "~1.11.3", "pre-commit": "1.x",