From 0d65b9ab058b7bca6a86b7f2238e83a7f7807171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 02:40:46 +0000 Subject: [PATCH] Bump follow-redirects from 1.12.1 to 1.14.8 in /RawCoding.Bot/client Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.12.1 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.12.1...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- RawCoding.Bot/client/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RawCoding.Bot/client/package-lock.json b/RawCoding.Bot/client/package-lock.json index 4c68dff..5b87e05 100644 --- a/RawCoding.Bot/client/package-lock.json +++ b/RawCoding.Bot/client/package-lock.json @@ -5130,9 +5130,9 @@ } }, "follow-redirects": { - "version": "1.12.1", - "resolved": "https://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.12.1.tgz?cache=0&sync_timestamp=1592518230545&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffollow-redirects%2Fdownload%2Ffollow-redirects-1.12.1.tgz", - "integrity": "sha1-3lSmIFMRuT1gOY68Ac9wFWgjErY=", + "version": "1.14.8", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz", + "integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==", "dev": true }, "for-in": {