From f2f883198cdf402a8c6aad33ca63a690964f5a01 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Thu, 28 Feb 2019 10:50:19 +0000 Subject: [PATCH] chore: update bl to 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bba3508..be04eae 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.", "author": "Mathias Buus ", "dependencies": { - "bl": "^2.2.0", + "bl": "^3.0.0", "end-of-stream": "^1.4.1", "fs-constants": "^1.0.0", "inherits": "^2.0.3",