diff --git a/.github/actions/package-lock.json b/.github/actions/package-lock.json index aa524d84a8..5e5c39b399 100644 --- a/.github/actions/package-lock.json +++ b/.github/actions/package-lock.json @@ -662,9 +662,9 @@ "dev": true }, "follow-redirects": { - "version": "1.14.3", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.3.tgz", - "integrity": "sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw==" + "version": "1.14.7", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz", + "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==" }, "fs.realpath": { "version": "1.0.0", diff --git a/.github/actions/package.json b/.github/actions/package.json index 3b6e7bc799..53dd48b834 100644 --- a/.github/actions/package.json +++ b/.github/actions/package.json @@ -14,6 +14,9 @@ "@actions/github": "^2.1.1", "axios": "^0.21.4" }, + "resolutions": { + "follow-redirects": "1.14.7" + }, "devDependencies": { "eslint": "^8.1.0", "typescript": "^3.8.3" diff --git a/Extension/package.json b/Extension/package.json index f87c46c305..cbd29412b0 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -4409,6 +4409,7 @@ }, "resolutions": { "**/mkdirp/minimist": "^0.2.1", + "follow-redirects": "1.14.7", "ansi-regex": "^5.0.1", "yargs-parser": "^15.0.1", "y18n": "^5.0.5", diff --git a/Extension/yarn.lock b/Extension/yarn.lock index 01b997d8d2..d7b07a3398 100644 --- a/Extension/yarn.lock +++ b/Extension/yarn.lock @@ -2457,10 +2457,10 @@ flush-write-stream@^1.0.2: inherits "^2.0.3" readable-stream "^2.3.6" -follow-redirects@^1.14.4: - version "1.14.6" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.6.tgz#8cfb281bbc035b3c067d6cd975b0f6ade6e855cd" - integrity sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A== +follow-redirects@1.14.7, follow-redirects@^1.14.4: + version "1.14.7" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" + integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== for-in@^1.0.1, for-in@^1.0.2: version "1.0.2"