Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit fdc8c07

Browse files
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] <[email protected]>
1 parent 7a5262a commit fdc8c07

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
@@ -3497,9 +3497,10 @@ [email protected]:
34973497
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-4.1.2.tgz#0e1a8477af821a6ef3995b311bf74c23a5247f15"
34983498
integrity sha1-DhqEd6+CGm7zmVsxG/dMI6UkfxU=
34993499

3500-
3501-
version "1.2.0"
3502-
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-1.2.0.tgz#1c86991d816ad1e504750e73874224ecf3bec508"
3500+
eventemitter3@^4.0.0:
3501+
version "4.0.7"
3502+
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
3503+
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
35033504

35043505
events@^1.0.0:
35053506
version "1.1.1"
@@ -3952,6 +3953,11 @@ flatten@^1.0.2:
39523953
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.3.tgz#c1283ac9f27b368abc1e36d1ff7b04501a30356b"
39533954
integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==
39543955

3956+
follow-redirects@^1.0.0:
3957+
version "1.13.1"
3958+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
3959+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
3960+
39553961
font-awesome@^4.7.0:
39563962
version "4.7.0"
39573963
resolved "https://registry.yarnpkg.com/font-awesome/-/font-awesome-4.7.0.tgz#8fa8cf0411a1a31afd07b06d2902bb9fc815a133"
@@ -4729,11 +4735,13 @@ http-proxy-middleware@^0.17.3:
47294735
micromatch "^2.3.11"
47304736

47314737
http-proxy@^1.13.0, http-proxy@^1.16.2:
4732-
version "1.16.2"
4733-
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.16.2.tgz#06dff292952bf64dbe8471fa9df73066d4f37742"
4738+
version "1.18.1"
4739+
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
4740+
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
47344741
dependencies:
4735-
eventemitter3 "1.x.x"
4736-
requires-port "1.x.x"
4742+
eventemitter3 "^4.0.0"
4743+
follow-redirects "^1.0.0"
4744+
requires-port "^1.0.0"
47374745

47384746
http-signature@~1.1.0:
47394747
version "1.1.1"
@@ -8224,9 +8232,10 @@ require-uncached@^1.0.3:
82248232
caller-path "^0.1.0"
82258233
resolve-from "^1.0.0"
82268234

8227-
requires-port@1.x.x:
8235+
requires-port@^1.0.0:
82288236
version "1.0.0"
82298237
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
8238+
integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=
82308239

82318240
resolve-from@^1.0.0:
82328241
version "1.0.1"

0 commit comments

Comments
 (0)