Skip to content

Commit 73abb08

Browse files
committed
upgrade follow-redirects - security fix
1 parent 047e917 commit 73abb08

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,8 @@
6969
"ui",
7070
"component"
7171
],
72-
"dependencies": {}
72+
"dependencies": {},
73+
"resolutions": {
74+
"follow-redirects": "^1.14.7"
75+
}
7376
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,10 +2319,10 @@ flatted@^3.2.4:
23192319
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.4.tgz#28d9969ea90661b5134259f312ab6aa7929ac5e2"
23202320
integrity sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==
23212321

2322-
follow-redirects@^1.0.0:
2323-
version "1.14.1"
2324-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43"
2325-
integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==
2322+
follow-redirects@^1.0.0, follow-redirects@^1.14.7:
2323+
version "1.14.7"
2324+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
2325+
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
23262326

23272327
fs-extra@^10.0.0:
23282328
version "10.0.0"

0 commit comments

Comments
 (0)