From 15c7f112042893e3a68c1fb1283f04bf650e2920 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sun, 26 May 2019 21:48:38 +0000 Subject: [PATCH] chore(package): update async to version 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e18281..2fbe4f9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/dimichgh/express-hystrix#readme", "devDependencies": { - "async": "^2.4.1", + "async": "^3.0.1", "express": "^4.15.3", "istanbul": "^0.4.5", "mocha": "^3.4.2",