From 8a141371a5314b23219b4ee179434b9a6dd701d7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 07:39:11 +0000 Subject: [PATCH] build(deps): 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 ff09ba1..4301541 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ ], "dependencies": { "args-js": "~0.10.12", - "async": "~3.1.0", + "async": "~3.2.0", "cb2promise": "~1.1.1", "fast-safe-stringify": "~2.0.6", "load-json-file": "~6.2.0",