From 36ab16c1ed413a1f78a5fb9af075392da991515a Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 9 Mar 2017 22:49:22 +0000 Subject: [PATCH] Update follow_redirects to fix http_proxy handling Fixes #1172 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c67d361d..0646c6034 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "cors":"2.8.1", "cron":"1.2.1", "express": "4.14.0", - "follow-redirects":"1.2.1", + "follow-redirects":"1.2.2", "fs-extra": "1.0.0", "fs.notify":"0.0.4", "i18next":"1.10.6",