Skip to content

Commit e03873f

Browse files
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>
1 parent 8000512 commit e03873f

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

yarn.lock

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2782,9 +2782,10 @@ etag@~1.8.1:
27822782
version "1.8.1"
27832783
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
27842784

2785-
eventemitter3@1.x.x:
2786-
version "1.2.0"
2787-
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-1.2.0.tgz#1c86991d816ad1e504750e73874224ecf3bec508"
2785+
eventemitter3@^4.0.0:
2786+
version "4.0.7"
2787+
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
2788+
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
27882789

27892790
events@^1.0.0:
27902791
version "1.1.1"
@@ -3147,6 +3148,11 @@ flush-write-stream@^1.0.0:
31473148
inherits "^2.0.1"
31483149
readable-stream "^2.0.4"
31493150

3151+
follow-redirects@^1.0.0:
3152+
version "1.13.0"
3153+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
3154+
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
3155+
31503156
for-in@^0.1.3:
31513157
version "0.1.8"
31523158
resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1"
@@ -3752,11 +3758,13 @@ http-proxy-middleware@~0.18.0:
37523758
micromatch "^3.1.9"
37533759

37543760
http-proxy@^1.16.2:
3755-
version "1.16.2"
3756-
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.16.2.tgz#06dff292952bf64dbe8471fa9df73066d4f37742"
3761+
version "1.18.1"
3762+
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
3763+
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
37573764
dependencies:
3758-
eventemitter3 "1.x.x"
3759-
requires-port "1.x.x"
3765+
eventemitter3 "^4.0.0"
3766+
follow-redirects "^1.0.0"
3767+
requires-port "^1.0.0"
37603768

37613769
http-signature@~1.2.0:
37623770
version "1.2.0"
@@ -6338,9 +6346,10 @@ require-main-filename@^1.0.1:
63386346
version "1.0.1"
63396347
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
63406348

6341-
requires-port@1.x.x, requires-port@^1.0.0:
6349+
requires-port@^1.0.0:
63426350
version "1.0.0"
63436351
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
6352+
integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=
63446353

63456354
reserved-words@^0.1.2:
63466355
version "0.1.2"

0 commit comments

Comments
 (0)