From 45465ed24b0c3563a4a6231d9447f3af5b1534f9 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2019 22:58:10 +0000 Subject: [PATCH] fix(package): update bluebird to version 3.7.2 Closes #71 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 946ca77..2dbb1b5 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "lib/*" ], "dependencies": { - "bluebird": "3.5.1", + "bluebird": "3.7.2", "cli-color": "1.1.0", "compression": "1.7.1", "form-data": "2.3.1",