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

Commit 7b2051a

Browse files
Bump http-proxy from 1.15.1 to 1.18.1
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.15.1 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.15.1...1.18.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 209389f commit 7b2051a

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
@@ -1372,9 +1372,10 @@ event-stream@~3.3.0:
13721372
stream-combiner "~0.0.4"
13731373
through "~2.3.1"
13741374

1375-
1376-
version "1.2.0"
1377-
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-1.2.0.tgz#1c86991d816ad1e504750e73874224ecf3bec508"
1375+
eventemitter3@^4.0.0:
1376+
version "4.0.7"
1377+
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
1378+
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
13781379

13791380
events@^1.0.0:
13801381
version "1.1.1"
@@ -1576,6 +1577,11 @@ [email protected], flatten@^1.0.2:
15761577
version "1.0.2"
15771578
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
15781579

1580+
follow-redirects@^1.0.0:
1581+
version "1.15.2"
1582+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
1583+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
1584+
15791585
font-awesome@^4.4.0:
15801586
version "4.6.3"
15811587
resolved "https://registry.yarnpkg.com/font-awesome/-/font-awesome-4.6.3.tgz#86933651540ee00874c664017f50f2172f6531a2"
@@ -1956,11 +1962,13 @@ http-proxy-middleware@~0.17.1:
19561962
micromatch "^2.3.11"
19571963

19581964
http-proxy@^1.15.1:
1959-
version "1.15.1"
1960-
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.15.1.tgz#91a6088172e79bc0e821d5eb04ce702f32446393"
1965+
version "1.18.1"
1966+
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
1967+
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
19611968
dependencies:
1962-
eventemitter3 "1.x.x"
1963-
requires-port "1.x.x"
1969+
eventemitter3 "^4.0.0"
1970+
follow-redirects "^1.0.0"
1971+
requires-port "^1.0.0"
19641972

19651973
http-signature@~1.1.0:
19661974
version "1.1.1"
@@ -3964,9 +3972,10 @@ require-main-filename@^2.0.0:
39643972
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
39653973
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
39663974

3967-
[email protected], requires-port@1.x.x:
3975+
[email protected], requires-port@^1.0.0:
39683976
version "1.0.0"
39693977
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
3978+
integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==
39703979

39713980
resolve@^1.1.6, resolve@~1.1.7:
39723981
version "1.1.7"

0 commit comments

Comments
 (0)