chore: update bl to 3.0.0

This commit is contained in:
Hugo Dias 2019-02-28 10:50:19 +00:00 committed by Mathias Buus
parent 9b5d814fa7
commit f2f883198c

View file

@ -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 <mathiasbuus@gmail.com>",
"dependencies": {
"bl": "^2.2.0",
"bl": "^3.0.0",
"end-of-stream": "^1.4.1",
"fs-constants": "^1.0.0",
"inherits": "^2.0.3",