From f08ca7b9cc9d3ebf3022f076713503d9dec033ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 15 Dec 2018 08:07:26 -0500 Subject: [PATCH] Bump follow-redirects from 1.5.9 to 1.5.10 (#5204) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.9 to 1.5.10. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.5.9...v1.5.10) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdd430ab..fd5bb2e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3987,9 +3987,9 @@ "dev": true }, "follow-redirects": { - "version": "1.5.9", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.9.tgz", - "integrity": "sha512-Bh65EZI/RU8nx0wbYF9shkFZlqLP+6WT/5FnA3cE/djNSuKNHJEinGGZgu/cQEkeeb2GdFOgenAmn8qaqYke2w==", + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", + "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", "requires": { "debug": "=3.1.0" }, diff --git a/package.json b/package.json index 42934bde..05276648 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "commander": "2.19.0", "deepcopy": "1.0.0", "express": "4.16.4", - "follow-redirects": "1.5.9", + "follow-redirects": "1.5.10", "intersect": "1.0.1", "lodash": "4.17.11", "lru-cache": "5.1.1",