From 5dc1bf2ae5c3fdb973484b13fed39143ffa28751 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 6 Aug 2019 18:25:38 -0700 Subject: [PATCH] Upgrade stream-http to v3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This version of stream-http drops support for IE10 and below. This should not require a major version bump since browserify 14.0.0 already upgraded the buffer package and dropped support for IE8-10. Since stream uses buffer internally, stream is already not working in IE8-10. This lets us get the latest and best improvements. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a86639ea9..7793600dd 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "shasum": "^1.0.0", "shell-quote": "^1.6.1", "stream-browserify": "^2.0.0", - "stream-http": "^2.0.0", + "stream-http": "^3.0.0", "string_decoder": "^1.1.1", "subarg": "^1.0.0", "syntax-error": "^1.1.1",