From 1e58b69df16180fb702a051519fbf24bc83b6102 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 7 Nov 2017 18:00:42 +0100 Subject: [PATCH] security: upgrade follow-redirects This would prevent tools like nsp to complain about a security issue from axios. It's something that got fixed in the package debug, and in order to benefit from that fix, it's necessary to upgrade to at least follow-redirects@1.2.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a74609cdd0..356e12e6ff 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ }, "typings": "./index.d.ts", "dependencies": { - "follow-redirects": "^1.2.3", + "follow-redirects": "^1.2.5", "is-buffer": "^1.1.5" }, "bundlesize": [