From 7c7b4d4fbb6cf8f62d9854cb6f46b20dd2dc4251 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 4 Apr 2017 16:40:59 -0700 Subject: [PATCH] update https-browserify to ^1.0.0 See: https://github.com/substack/https-browserify/commit/7295a7cf5c0928f8fd7e 24ed8aae17801726e88b Match Node.js behavior exactly - Remove unused 'scheme' property - Throw exception if non-https URL is passed in - Support string URL arguments - First argument is always required, so remove code that sets default object if params doesn't exist --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4afd26ec7..268499b6b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "glob": "^7.1.0", "has": "^1.0.0", "htmlescape": "^1.1.0", - "https-browserify": "~0.0.0", + "https-browserify": "^1.0.0", "inherits": "~2.0.1", "insert-module-globals": "^7.0.0", "labeled-stream-splicer": "^2.0.0",