Skip to content

Commit a9739d2

Browse files
authoredSep 11, 2020
build(deps): bump http-proxy from 1.18.0 to 1.18.1 (#443)
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.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.18.0...1.18.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e48dd93 commit a9739d2

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed
 

‎yarn.lock

+10-12
Original file line numberDiff line numberDiff line change
@@ -2769,7 +2769,7 @@ debug@2.6.9, debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
27692769
dependencies:
27702770
ms "2.0.0"
27712771

2772-
debug@3.2.6, debug@^3.0.0, debug@^3.1.1, debug@^3.2.5:
2772+
debug@3.2.6, debug@^3.1.1, debug@^3.2.5:
27732773
version "3.2.6"
27742774
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
27752775
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
@@ -3397,9 +3397,9 @@ etag@~1.8.1:
33973397
integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
33983398

33993399
eventemitter3@^4.0.0:
3400-
version "4.0.0"
3401-
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.0.tgz#d65176163887ee59f386d64c82610b696a4a74eb"
3402-
integrity sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==
3400+
version "4.0.7"
3401+
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
3402+
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
34033403

34043404
events@^1.1.0:
34053405
version "1.1.1"
@@ -3722,11 +3722,9 @@ flush-write-stream@^1.0.0:
37223722
readable-stream "^2.0.4"
37233723

37243724
follow-redirects@^1.0.0:
3725-
version "1.9.0"
3726-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.9.0.tgz#8d5bcdc65b7108fe1508649c79c12d732dcedb4f"
3727-
integrity sha512-CRcPzsSIbXyVDl0QI01muNDu69S8trU4jArW9LpOt2WtC6LyUJetcIrmfHsRBx7/Jb6GHJUiuqyYxPooFfNt6A==
3728-
dependencies:
3729-
debug "^3.0.0"
3725+
version "1.13.0"
3726+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
3727+
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
37303728

37313729
for-in@^1.0.2:
37323730
version "1.0.2"
@@ -4307,9 +4305,9 @@ http-proxy-middleware@0.19.1:
43074305
micromatch "^3.1.10"
43084306

43094307
http-proxy@^1.17.0:
4310-
version "1.18.0"
4311-
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.0.tgz#dbe55f63e75a347db7f3d99974f2692a314a6a3a"
4312-
integrity sha512-84I2iJM/n1d4Hdgc6y2+qY5mDaz2PUVjlg9znE9byl+q0uC3DeByqBGReQu5tpLK0TAqTIXScRUV+dg7+bUPpQ==
4308+
version "1.18.1"
4309+
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
4310+
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
43134311
dependencies:
43144312
eventemitter3 "^4.0.0"
43154313
follow-redirects "^1.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.