From 2c12d203870159f987b7d9e4fef19387efcbdf31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 14 Dec 2018 01:32:51 +0000 Subject: [PATCH] Bump follow-redirects from 1.5.9 to 1.5.10 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 bb572c9765..a730af7b3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3929,9 +3929,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 9e4b23a8c6..4a414aa046 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "commander": "2.19.0", "deepcopy": "1.0.0", "express": "4.16.2", - "follow-redirects": "1.5.9", + "follow-redirects": "1.5.10", "intersect": "1.0.1", "lodash": "4.17.11", "lru-cache": "5.0.0",