From 1d540c7532c942e3ddcab6892731a7b4bb2773a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:52:01 +0000 Subject: [PATCH] Bump follow-redirects in /.github/actions/generator Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.8...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/actions/generator/package-lock.json | 6 +++--- .github/actions/generator/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/generator/package-lock.json b/.github/actions/generator/package-lock.json index 97669f2..937bf32 100644 --- a/.github/actions/generator/package-lock.json +++ b/.github/actions/generator/package-lock.json @@ -17,9 +17,9 @@ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" }, "follow-redirects": { - "version": "1.14.8", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz", - "integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==" + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==" }, "fs-extra": { "version": "8.1.0", diff --git a/.github/actions/generator/package.json b/.github/actions/generator/package.json index fa03aec..54dae93 100644 --- a/.github/actions/generator/package.json +++ b/.github/actions/generator/package.json @@ -10,7 +10,7 @@ "author": "", "license": "MIT", "dependencies": { - "follow-redirects": "^1.14.8", + "follow-redirects": "^1.15.6", "fs-extra": "^8.1.0", "is-url-superb": "^3.0.0", "js-yaml": "^3.13.1"