Skip to content

Commit f5e901e

Browse files
Bump http-proxy in /examples/react-babel-karma-gulp (#1182)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0767bce commit f5e901e

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

examples/react-babel-karma-gulp/yarn.lock

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,9 +1878,10 @@ event-stream@^3.1.0:
18781878
stream-combiner "~0.0.4"
18791879
through "~2.3.1"
18801880

1881-
1882-
version "1.2.0"
1883-
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-1.2.0.tgz#1c86991d816ad1e504750e73874224ecf3bec508"
1881+
eventemitter3@^4.0.0:
1882+
version "4.0.7"
1883+
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
1884+
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
18841885

18851886
events@^1.0.0:
18861887
version "1.1.1"
@@ -2178,6 +2179,11 @@ flux@^2.0.3:
21782179
fbjs "0.1.0-alpha.7"
21792180
immutable "^3.7.4"
21802181

2182+
follow-redirects@^1.0.0:
2183+
version "1.13.0"
2184+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
2185+
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
2186+
21812187
for-in@^1.0.1:
21822188
version "1.0.2"
21832189
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -2742,11 +2748,13 @@ [email protected], http-errors@~1.6.2:
27422748
statuses ">= 1.3.1 < 2"
27432749

27442750
http-proxy@^1.13.0:
2745-
version "1.16.2"
2746-
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.16.2.tgz#06dff292952bf64dbe8471fa9df73066d4f37742"
2751+
version "1.18.1"
2752+
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
2753+
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
27472754
dependencies:
2748-
eventemitter3 "1.x.x"
2749-
requires-port "1.x.x"
2755+
eventemitter3 "^4.0.0"
2756+
follow-redirects "^1.0.0"
2757+
requires-port "^1.0.0"
27502758

27512759
http-signature@~1.1.0:
27522760
version "1.1.1"
@@ -4678,9 +4686,10 @@ require-uncached@^1.0.2:
46784686
caller-path "^0.1.0"
46794687
resolve-from "^1.0.0"
46804688

4681-
requires-port@1.x.x:
4689+
requires-port@^1.0.0:
46824690
version "1.0.0"
46834691
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
4692+
integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=
46844693

46854694
resolve-dir@^0.1.0:
46864695
version "0.1.1"

0 commit comments

Comments
 (0)