From bb49b69d6f3ed112a646ed56d775d9d00f5af44e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 3 Apr 2019 08:28:22 +0000 Subject: [PATCH] chore: pin bluebird to 3.5.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccf00f4..d90cf5d 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,6 @@ }, "dependencies": { "amqplib": "^0.5.3", - "bluebird": "^3.5.3" + "bluebird": "3.5.3" } }