From 6a4196865294d6812f0ea42b61f1a797b1f4c323 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 19:41:15 +0000 Subject: [PATCH] fix(package): update bluebird to version 3.7.0 Closes #50 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b466e76..006ca26 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "plugin" ], "dependencies": { - "bluebird": "3.5.1", + "bluebird": "3.7.0", "body-parser": "1.18.2", "cli-color": "1.2.0", "compression": "1.7.1",