From 4bfad98e9cd4fbda16e4d1589df7fc2616a2cbdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:10:17 +0200 Subject: [PATCH] build(deps-dev): bump follow-redirects from 1.12.1 to 1.15.6 in /config-tool/pkg/lib/editor (#2759) build(deps-dev): bump follow-redirects in /config-tool/pkg/lib/editor Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.12.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.12.1...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- config-tool/pkg/lib/editor/package-lock.json | 23 +++++++++++++++----- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/config-tool/pkg/lib/editor/package-lock.json b/config-tool/pkg/lib/editor/package-lock.json index 39f47c9756..70ba60e021 100644 --- a/config-tool/pkg/lib/editor/package-lock.json +++ b/config-tool/pkg/lib/editor/package-lock.json @@ -3323,12 +3323,23 @@ "dev": true }, "node_modules/follow-redirects": { - "version": "1.12.1", - "resolved": "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.12.1.tgz", - "integrity": "sha1-3lSmIFMRuT1gOY68Ac9wFWgjErY=", + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], "engines": { "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } } }, "node_modules/forever-agent": { @@ -11785,9 +11796,9 @@ "dev": true }, "follow-redirects": { - "version": "1.12.1", - "resolved": "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.12.1.tgz", - "integrity": "sha1-3lSmIFMRuT1gOY68Ac9wFWgjErY=", + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "dev": true }, "forever-agent": {