Skip to content

Commit fc47ac2

Browse files
chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.9
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.9. - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md) - [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.9) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-version: 2.0.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15b8108 commit fc47ac2

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13131,9 +13131,9 @@ http-proxy-agent@^7.0.0:
1313113131
debug "^4.3.4"
1313213132

1313313133
http-proxy-middleware@^2.0.3:
13134-
version "2.0.6"
13135-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz#e1a4dd6979572c7ab5a4e4b55095d1f32a74963f"
13136-
integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==
13134+
version "2.0.9"
13135+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.9.tgz#e9e63d68afaa4eee3d147f39149ab84c0c2815ef"
13136+
integrity sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==
1313713137
dependencies:
1313813138
"@types/http-proxy" "^1.17.8"
1313913139
http-proxy "^1.18.1"
@@ -20674,7 +20674,7 @@ string-replace-loader@^3.1.0:
2067420674
loader-utils "^2.0.0"
2067520675
schema-utils "^3.0.0"
2067620676

20677-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
20677+
"string-width-cjs@npm:string-width@^4.2.0":
2067820678
version "4.2.3"
2067920679
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2068020680
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -20709,6 +20709,15 @@ string-width@^3.0.0, string-width@^3.1.0:
2070920709
is-fullwidth-code-point "^2.0.0"
2071020710
strip-ansi "^5.1.0"
2071120711

20712+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
20713+
version "4.2.3"
20714+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
20715+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
20716+
dependencies:
20717+
emoji-regex "^8.0.0"
20718+
is-fullwidth-code-point "^3.0.0"
20719+
strip-ansi "^6.0.1"
20720+
2071220721
string-width@^5.0.1, string-width@^5.1.2:
2071320722
version "5.1.2"
2071420723
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -20815,7 +20824,7 @@ stringify-object@^3.2.0, stringify-object@^3.3.0:
2081520824
is-obj "^1.0.1"
2081620825
is-regexp "^1.0.0"
2081720826

20818-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
20827+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2081920828
version "6.0.1"
2082020829
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2082120830
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -20843,6 +20852,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2084320852
dependencies:
2084420853
ansi-regex "^4.1.0"
2084520854

20855+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
20856+
version "6.0.1"
20857+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
20858+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
20859+
dependencies:
20860+
ansi-regex "^5.0.1"
20861+
2084620862
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
2084720863
version "7.1.0"
2084820864
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -22701,7 +22717,7 @@ worker-farm@^1.7.0:
2270122717
dependencies:
2270222718
errno "~0.1.7"
2270322719

22704-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
22720+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2270522721
version "7.0.0"
2270622722
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2270722723
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -22736,6 +22752,15 @@ wrap-ansi@^6.2.0:
2273622752
string-width "^4.1.0"
2273722753
strip-ansi "^6.0.0"
2273822754

22755+
wrap-ansi@^7.0.0:
22756+
version "7.0.0"
22757+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
22758+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
22759+
dependencies:
22760+
ansi-styles "^4.0.0"
22761+
string-width "^4.1.0"
22762+
strip-ansi "^6.0.0"
22763+
2273922764
wrap-ansi@^8.1.0:
2274022765
version "8.1.0"
2274122766
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)