From 4ad77a67340af2a6bc3b2c78ea0fc9b248f06099 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 4 Oct 2018 11:10:09 +0000 Subject: [PATCH] fix(package): update bl to version 2.1.0 Closes #9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95b4a26..4221974 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "author": "", "license": "ISC", "dependencies": { - "bl": "^1.2.1", + "bl": "^2.1.0", "bluebird": "^3.5.0", "full-url": "^1.0.0", "get-port": "^3.1.0",