From 412b14f819d48303e1382cb5613794d64d991ebf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 21:13:06 +0000 Subject: [PATCH] chore(deps-dev): bump async from 1.5.2 to 3.2.0 Bumps [async](https://github.com/caolan/async) from 1.5.2 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/v1.5.2...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 b4b6834..35c80ee 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": "~3.2.0", "expect.js": "0.3.x", "jquery": "~1.11.3", "pre-commit": "1.x",