Skip to content

Commit 8b83c7a

Browse files
Bump http-proxy-middleware from 2.0.7 to 2.0.9 (#5436)
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 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.7...v2.0.9) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-version: 2.0.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29767e0 commit 8b83c7a

File tree

1 file changed

+31
-7
lines changed

1 file changed

+31
-7
lines changed

yarn.lock

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5880,9 +5880,9 @@ http-proxy-agent@^5.0.0:
58805880
debug "4"
58815881

58825882
http-proxy-middleware@^2.0.7:
5883-
version "2.0.7"
5884-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
5885-
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
5883+
version "2.0.9"
5884+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.9.tgz#e9e63d68afaa4eee3d147f39149ab84c0c2815ef"
5885+
integrity sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==
58865886
dependencies:
58875887
"@types/http-proxy" "^1.17.8"
58885888
http-proxy "^1.18.1"
@@ -10954,7 +10954,16 @@ string-natural-compare@^3.0.1:
1095410954
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1095510955
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1095610956

10957-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10957+
"string-width-cjs@npm:string-width@^4.2.0":
10958+
version "4.2.3"
10959+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10960+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10961+
dependencies:
10962+
emoji-regex "^8.0.0"
10963+
is-fullwidth-code-point "^3.0.0"
10964+
strip-ansi "^6.0.1"
10965+
10966+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1095810967
version "4.2.3"
1095910968
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1096010969
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11067,7 +11076,7 @@ stringify-object@^3.3.0:
1106711076
is-obj "^1.0.1"
1106811077
is-regexp "^1.0.0"
1106911078

11070-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11079+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1107111080
version "6.0.1"
1107211081
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1107311082
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11081,6 +11090,13 @@ strip-ansi@^0.3.0:
1108111090
dependencies:
1108211091
ansi-regex "^0.2.1"
1108311092

11093+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11094+
version "6.0.1"
11095+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11096+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11097+
dependencies:
11098+
ansi-regex "^5.0.1"
11099+
1108411100
strip-ansi@^7.0.1:
1108511101
version "7.1.0"
1108611102
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -12589,8 +12605,16 @@ workbox-window@7.3.0, workbox-window@^7.3.0:
1258912605
"@types/trusted-types" "^2.0.2"
1259012606
workbox-core "7.3.0"
1259112607

12592-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12593-
name wrap-ansi-cjs
12608+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
12609+
version "7.0.0"
12610+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12611+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12612+
dependencies:
12613+
ansi-styles "^4.0.0"
12614+
string-width "^4.1.0"
12615+
strip-ansi "^6.0.0"
12616+
12617+
wrap-ansi@^7.0.0:
1259412618
version "7.0.0"
1259512619
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1259612620
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)