From 2089b826b0577d57ba02ff937f046ec8f0caae6d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2020 00:01:09 +0000 Subject: [PATCH] fix(package): update async to version 3.1.1 Closes #410 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd325bba..31b98a07 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ ] }, "dependencies": { - "async": "2.6.0", + "async": "3.1.1", "body-parser": "1.18.2", "cookie-parser": "1.4.3", "debug": "3.1.0",