Skip to content

Commit dfd0fb7

Browse files
committed
upgrade http-proxy-middleware
1 parent c776ffb commit dfd0fb7

File tree

1 file changed

+34
-12
lines changed

1 file changed

+34
-12
lines changed

yarn.lock

Lines changed: 34 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9045,7 +9045,14 @@
90459045
resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-2.0.4.tgz#7eb47726c391b7345a6ec35ad7f4de469cf5ba4f"
90469046
integrity sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==
90479047

9048-
"@types/http-proxy@^1.17.10", "@types/http-proxy@^1.17.5", "@types/http-proxy@^1.17.8":
9048+
"@types/http-proxy@^1.17.15":
9049+
version "1.17.15"
9050+
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.15.tgz#12118141ce9775a6499ecb4c01d02f90fc839d36"
9051+
integrity sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==
9052+
dependencies:
9053+
"@types/node" "*"
9054+
9055+
"@types/http-proxy@^1.17.5", "@types/http-proxy@^1.17.8":
90499056
version "1.17.14"
90509057
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.14.tgz#57f8ccaa1c1c3780644f8a94f9c6b5000b5e2eec"
90519058
integrity sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==
@@ -14221,6 +14228,13 @@ debug@^4.3.5:
1422114228
dependencies:
1422214229
ms "2.1.2"
1422314230

14231+
debug@^4.3.6:
14232+
version "4.3.7"
14233+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
14234+
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
14235+
dependencies:
14236+
ms "^2.1.3"
14237+
1422414238
debug@~3.1.0:
1422514239
version "3.1.0"
1422614240
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
@@ -17865,9 +17879,9 @@ http-proxy-middleware@0.19.1:
1786517879
micromatch "^3.1.10"
1786617880

1786717881
http-proxy-middleware@^2.0.3:
17868-
version "2.0.6"
17869-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz#e1a4dd6979572c7ab5a4e4b55095d1f32a74963f"
17870-
integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==
17882+
version "2.0.7"
17883+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
17884+
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
1787117885
dependencies:
1787217886
"@types/http-proxy" "^1.17.8"
1787317887
http-proxy "^1.18.1"
@@ -17876,16 +17890,16 @@ http-proxy-middleware@^2.0.3:
1787617890
micromatch "^4.0.2"
1787717891

1787817892
http-proxy-middleware@^3.0.0:
17879-
version "3.0.0"
17880-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-3.0.0.tgz#550790357d6f92a9b82ab2d63e07343a791cf26b"
17881-
integrity sha512-36AV1fIaI2cWRzHo+rbcxhe3M3jUDCNzc4D5zRl57sEWRAxdXYtw7FSQKYY6PDKssiAKjLYypbssHk+xs/kMXw==
17893+
version "3.0.3"
17894+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-3.0.3.tgz#dc1313c75bd00d81e103823802551ee30130ebd1"
17895+
integrity sha512-usY0HG5nyDUwtqpiZdETNbmKtw3QQ1jwYFZ9wi5iHzX2BcILwQKtYDJPo7XHTsu5Z0B2Hj3W9NNnbd+AjFWjqg==
1788217896
dependencies:
17883-
"@types/http-proxy" "^1.17.10"
17884-
debug "^4.3.4"
17897+
"@types/http-proxy" "^1.17.15"
17898+
debug "^4.3.6"
1788517899
http-proxy "^1.18.1"
17886-
is-glob "^4.0.1"
17887-
is-plain-obj "^3.0.0"
17888-
micromatch "^4.0.5"
17900+
is-glob "^4.0.3"
17901+
is-plain-object "^5.0.0"
17902+
micromatch "^4.0.8"
1788917903

1789017904
http-proxy@^1.17.0, http-proxy@^1.18.1:
1789117905
version "1.18.1"
@@ -21001,6 +21015,14 @@ micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
2100121015
braces "^3.0.3"
2100221016
picomatch "^2.3.1"
2100321017

21018+
micromatch@^4.0.8:
21019+
version "4.0.8"
21020+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
21021+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
21022+
dependencies:
21023+
braces "^3.0.3"
21024+
picomatch "^2.3.1"
21025+
2100421026
mime-db@1.51.0, "mime-db@>= 1.43.0 < 2":
2100521027
version "1.51.0"
2100621028
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c"

0 commit comments

Comments
 (0)