From afae9269abfbd86036c4501392b015290aa4cf43 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 24 May 2019 16:29:19 +0000 Subject: [PATCH] fix(package): update bluebird to version 3.5.5 Closes #50 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b466e76..6a98449 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "plugin" ], "dependencies": { - "bluebird": "3.5.1", + "bluebird": "3.5.5", "body-parser": "1.18.2", "cli-color": "1.2.0", "compression": "1.7.1",