From 9b7963c44f456161ebbb2167d24eeaab84d6038f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 08:37:49 +0000 Subject: [PATCH] Bump follow-redirects from 1.2.5 to 1.15.2 Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.2.5 to 1.15.2. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.2.5...v1.15.2) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 9486e37..23a2f9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.2.5.tgz", "integrity": "sha512-lMhwQTryFbG+wYsAIEKC1Kf5IGDlVNnONRogIBllh7LLoV7pNIxW0z9fhjRar9NBql+hd2Y49KboVVNxf6GEfg==", "requires": { - "debug": "2.6.9" + "debug": "^2.6.9" } }, "inspect-f": {