From e8b8b6d6e0a5b2cb7ec9f0dec63127c0537797a5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 04:15:11 +0000 Subject: [PATCH] Bump async from 2.6.3 to 3.2.0 Bumps [async](https://github.com/caolan/async) from 2.6.3 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/v2.6.3...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 9faca9e..f95c11c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/ferreiro/avatar-me#readme", "dependencies": { - "async": "^2.3.0", + "async": "^3.2.0", "gravatar": "^1.6.0", "redis": "^2.7.1", "request": "^2.81.0",