From f886bcf1af3e14aed0fddc55d1ee10dc97ddbf7e Mon Sep 17 00:00:00 2001 From: ryu_mstr Date: Tue, 23 Jan 2024 11:42:20 +0800 Subject: [PATCH] US538738; Fix the new CVE issue in docs --- package.json | 3 +++ yarn.lock | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index db746bb..e3ee049 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,9 @@ "shelljs": "^0.8.5", "typescript": "~5.2.2" }, + "resolutions": { + "follow-redirects": "1.15.5" + }, "browserslist": { "production": [ ">0.5%", diff --git a/yarn.lock b/yarn.lock index e93e1da..cd32242 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4846,10 +4846,10 @@ flatted@^3.2.9: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf" integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ== -follow-redirects@^1.0.0: - version "1.15.3" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a" - integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q== +follow-redirects@1.15.5, follow-redirects@^1.0.0: + version "1.15.5" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020" + integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw== for-each@^0.3.3: version "0.3.3"