From 9af46b5de589defd34bde10af5f3f6e67c7beab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 00:27:00 +0000 Subject: [PATCH] Bump follow-redirects from 1.13.1 to 1.15.6 in /fsdevtools-docs Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.1 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.1...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- fsdevtools-docs/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fsdevtools-docs/package-lock.json b/fsdevtools-docs/package-lock.json index 4820c390..d0b971da 100644 --- a/fsdevtools-docs/package-lock.json +++ b/fsdevtools-docs/package-lock.json @@ -5742,9 +5742,9 @@ } }, "follow-redirects": { - "version": "1.13.1", - "resolved": "https://artifactory.e-spirit.de:443/artifactory/api/npm/npm-mirror/follow-redirects/-/follow-redirects-1.13.1.tgz", - "integrity": "sha1-X2m4Ezds7k/QR0o6uoNd8Eq3Y7c=", + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "dev": true }, "for-in": {