Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8140862

Browse files
dependabot[bot]gkalpak
authored andcommitted
chore(deps): bump http-proxy from 1.16.2 to 1.18.1
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. - [Release notes](https://github.com/http-party/node-http-proxy/releases) - [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md) - [Commits](http-party/node-http-proxy@1.16.2...1.18.1) Signed-off-by: dependabot[bot] <support@github.com> Closes #17070
1 parent eaa0349 commit 8140862

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

yarn.lock

+16-10
Original file line numberDiff line numberDiff line change
@@ -3229,10 +3229,10 @@ eventemitter2@~0.4.13:
32293229
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-0.4.14.tgz#8f61b75cde012b2e9eb284d4545583b5643b61ab"
32303230
integrity sha1-j2G3XN4BKy6esoTUVFWDtWQ7Yas=
32313231

3232-
eventemitter3@1.x.x:
3233-
version "1.2.0"
3234-
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-1.2.0.tgz#1c86991d816ad1e504750e73874224ecf3bec508"
3235-
integrity sha1-HIaZHYFq0eUEdQ5zh0Ik7PO+xQg=
3232+
eventemitter3@^4.0.0:
3233+
version "4.0.7"
3234+
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
3235+
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
32363236

32373237
events@~1.0.0:
32383238
version "1.0.2"
@@ -3783,6 +3783,11 @@ flatted@^2.0.0:
37833783
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.0.tgz#55122b6536ea496b4b44893ee2608141d10d9916"
37843784
integrity sha512-R+H8IZclI8AAkSBRQJLVOsxwAoHd6WC40b4QTNWIjzAa6BXOBfQcM587MXDTVPeYaopFNWHUFLx7eNmHDSxMWg==
37853785

3786+
follow-redirects@^1.0.0:
3787+
version "1.13.0"
3788+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
3789+
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
3790+
37863791
for-in@^1.0.1, for-in@^1.0.2:
37873792
version "1.0.2"
37883793
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -4867,12 +4872,13 @@ http-errors@~1.7.2:
48674872
toidentifier "1.0.0"
48684873

48694874
http-proxy@^1.13.0:
4870-
version "1.16.2"
4871-
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.16.2.tgz#06dff292952bf64dbe8471fa9df73066d4f37742"
4872-
integrity sha1-Bt/ykpUr9k2+hHH6nfcwZtTzd0I=
4875+
version "1.18.1"
4876+
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
4877+
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
48734878
dependencies:
4874-
eventemitter3 "1.x.x"
4875-
requires-port "1.x.x"
4879+
eventemitter3 "^4.0.0"
4880+
follow-redirects "^1.0.0"
4881+
requires-port "^1.0.0"
48764882

48774883
http-signature@~1.2.0:
48784884
version "1.2.0"
@@ -8554,7 +8560,7 @@ require-uncached@^1.0.2:
85548560
caller-path "^0.1.0"
85558561
resolve-from "^1.0.0"
85568562

8557-
requires-port@1.x.x:
8563+
requires-port@^1.0.0:
85588564
version "1.0.0"
85598565
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
85608566
integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=

0 commit comments

Comments
 (0)