Skip to content

Commit 668e1a5

Browse files
Bump http-proxy from 1.17.0 to 1.18.1 (#78)
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 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.17.0...1.18.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5f5d7f commit 668e1a5

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

yarn.lock

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ [email protected]:
15641564
dependencies:
15651565
ms "2.0.0"
15661566

1567-
debug@^3.1.0, debug@^3.2.6:
1567+
debug@^3.1.0:
15681568
version "3.2.6"
15691569
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
15701570
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
@@ -1800,10 +1800,10 @@ esutils@^2.0.2:
18001800
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
18011801
integrity sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=
18021802

1803-
eventemitter3@^3.0.0:
1804-
version "3.1.0"
1805-
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.0.tgz#090b4d6cdbd645ed10bf750d4b5407942d7ba163"
1806-
integrity sha512-ivIvhpq/Y0uSjcHDcOIccjmYjGLcP09MFGE7ysAwkAvkXfpZlC985pH2/ui64DKazbTW/4kN3yqozUxlXzI6cA==
1803+
eventemitter3@^4.0.0:
1804+
version "4.0.7"
1805+
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
1806+
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
18071807

18081808
events@^3.0.0:
18091809
version "3.0.0"
@@ -1902,11 +1902,9 @@ flatted@^2.0.1:
19021902
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
19031903

19041904
follow-redirects@^1.0.0:
1905-
version "1.7.0"
1906-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.7.0.tgz#489ebc198dc0e7f64167bd23b03c4c19b5784c76"
1907-
integrity sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==
1908-
dependencies:
1909-
debug "^3.2.6"
1905+
version "1.13.0"
1906+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
1907+
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
19101908

19111909
forever-agent@~0.6.1:
19121910
version "0.6.1"
@@ -2128,11 +2126,11 @@ [email protected], http-errors@~1.6.3:
21282126
statuses ">= 1.4.0 < 2"
21292127

21302128
http-proxy@^1.13.0:
2131-
version "1.17.0"
2132-
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.17.0.tgz#7ad38494658f84605e2f6db4436df410f4e5be9a"
2133-
integrity sha512-Taqn+3nNvYRfJ3bGvKfBSRwy1v6eePlm3oc/aWVxZp57DQr5Eq3xhKJi7Z4hZpS8PC3H4qI+Yly5EmFacGuA/g==
2129+
version "1.18.1"
2130+
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
2131+
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
21342132
dependencies:
2135-
eventemitter3 "^3.0.0"
2133+
eventemitter3 "^4.0.0"
21362134
follow-redirects "^1.0.0"
21372135
requires-port "^1.0.0"
21382136

0 commit comments

Comments
 (0)