From a307dc514aa8e90ee6c18abc90e27f34c061ec17 Mon Sep 17 00:00:00 2001 From: sth Date: Mon, 14 May 2018 23:17:47 +0200 Subject: [PATCH] Require readable-stream with support for _final() (#84) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 677c0a9..312963f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "buffer-alloc": "^1.1.0", "end-of-stream": "^1.0.0", "fs-constants": "^1.0.0", - "readable-stream": "^2.0.0", + "readable-stream": "^2.3.0", "to-buffer": "^1.1.0", "xtend": "^4.0.0" },