Skip to content

Commit c0ff0ef

Browse files
authored
Update follow-redirects. (#8668)
* Update follow-redirects.
1 parent 01290a4 commit c0ff0ef

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.github/actions/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"@actions/github": "^2.1.1",
1515
"axios": "^0.21.4"
1616
},
17+
"resolutions": {
18+
"follow-redirects": "1.14.7"
19+
},
1720
"devDependencies": {
1821
"eslint": "^8.1.0",
1922
"typescript": "^3.8.3"

Extension/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4409,6 +4409,7 @@
44094409
},
44104410
"resolutions": {
44114411
"**/mkdirp/minimist": "^0.2.1",
4412+
"follow-redirects": "1.14.7",
44124413
"ansi-regex": "^5.0.1",
44134414
"yargs-parser": "^15.0.1",
44144415
"y18n": "^5.0.5",

Extension/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,10 +2457,10 @@ flush-write-stream@^1.0.2:
24572457
inherits "^2.0.3"
24582458
readable-stream "^2.3.6"
24592459

2460-
follow-redirects@^1.14.4:
2461-
version "1.14.6"
2462-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.6.tgz#8cfb281bbc035b3c067d6cd975b0f6ade6e855cd"
2463-
integrity sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A==
2460+
follow-redirects@1.14.7, follow-redirects@^1.14.4:
2461+
version "1.14.7"
2462+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
2463+
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
24642464

24652465
for-in@^1.0.1, for-in@^1.0.2:
24662466
version "1.0.2"

0 commit comments

Comments
 (0)