From 8105c8efe37e9283d8af3f8b016f7ede1950811a Mon Sep 17 00:00:00 2001 From: Mike Atkins Date: Mon, 4 May 2015 21:52:18 -0400 Subject: [PATCH] Update combined-stream This updated combined-stream now uses an updated delayed-stream which no longer uses the non-standard `__defineGetter__` syntax. By removing this, request can now be loaded in IE10. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7903920aa..c3e9ed00d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "hawk": "~2.3.0", "aws-sign2": "~0.5.0", "stringstream": "~0.0.4", - "combined-stream": "~0.0.5", + "combined-stream": "~1.0.1", "isstream": "~0.1.1", "har-validator": "^1.6.1" },