From 96eecfa23f01d650190653113f80298516152987 Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Thu, 25 Aug 2016 04:48:38 -0500 Subject: [PATCH] chore(package): update bluebird to version 3.4.3 https://greenkeeper.io/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f00a138..45e3db1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "HTTP response caching for Koa", "version": "2.0.0", "dependencies": { - "bluebird": "^3.1.1", + "bluebird": "^3.4.3", "bytes": "^2.1.0", "compressible": "^2.0.0", "koa-is-json": "^1.0.0",