Skip to content

Commit 5c9a9af

Browse files
committed
chore: use 1.14.7 follow-redirects
1 parent 48ddad8 commit 5c9a9af

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"vfile-message": "^2.0.2",
7878
"tar": "^6.1.9",
7979
"path-parse": "^1.0.7",
80-
"vm2": "^3.9.4"
80+
"vm2": "^3.9.4",
81+
"follow-redirects": "^1.14.7"
8182
},
8283
"dependencies": {
8384
"@coder/logger": "1.1.16",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1879,10 +1879,10 @@ flatted@^3.1.0:
18791879
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469"
18801880
integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==
18811881

1882-
follow-redirects@^1.0.0:
1883-
version "1.13.0"
1884-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
1885-
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
1882+
follow-redirects@^1.0.0, follow-redirects@^1.14.7:
1883+
version "1.14.7"
1884+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
1885+
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
18861886

18871887
format@^0.2.0:
18881888
version "0.2.2"

0 commit comments

Comments
 (0)