From 6e142560852ca3ae650c98fb60963bc2b147640d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Jul 2023 16:23:24 +0000 Subject: [PATCH] fix: upgrade follow-redirects from 1.14.9 to 1.15.2 Snyk has created this PR to upgrade follow-redirects from 1.14.9 to 1.15.2. See this package in npm: https://www.npmjs.com/package/follow-redirects See this project in Snyk: https://app.snyk.io/org/seansund/project/be94fcb0-6164-4721-8739-126a6d6646f3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a229380c..5c8a22e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@cloudnativetoolkit/kubernetes-client": "^9.1.3", "chalk": "^4.1.2", "dot-properties": "^1.0.1", - "follow-redirects": "^1.14.9", + "follow-redirects": "^1.15.2", "fs-extra": "^10.0.1", "inquirer": "^8.2.2", "js-yaml": "^4.1.0", @@ -5283,9 +5283,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.14.9", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", - "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", + "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", "funding": [ { "type": "individual", @@ -13598,9 +13598,9 @@ } }, "follow-redirects": { - "version": "1.14.9", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", - "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==" + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", + "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==" }, "forever-agent": { "version": "0.6.1", diff --git a/package.json b/package.json index fe380426..a9eaaed2 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@cloudnativetoolkit/kubernetes-client": "^9.1.3", "chalk": "^4.1.2", "dot-properties": "^1.0.1", - "follow-redirects": "^1.14.9", + "follow-redirects": "^1.15.2", "fs-extra": "^10.0.1", "inquirer": "^8.2.2", "js-yaml": "^4.1.0",