From 27fdeaf7279f44bae25b9d2dc722a76af69c5599 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 21:24:17 +0000 Subject: [PATCH] Bump async from 3.1.1 to 3.2.0 Bumps [async](https://github.com/caolan/async) from 3.1.1 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/v3.1.1...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 f945b4ffc..9c4aebf40 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ }, "devDependencies": { "@types/react": "^16.3.13", - "async": "~3.1.0", + "async": "~3.2.0", "dtslint": "^1.0.3", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1",