Skip to content

Commit 8a4af90

Browse files
build(deps): bump http-proxy-middleware in /tools/virtual-hub-animator
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md) - [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.7) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7758da commit 8a4af90

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

tools/virtual-hub-animator/yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5266,9 +5266,9 @@ http-proxy-agent@^4.0.1:
52665266
debug "4"
52675267

52685268
http-proxy-middleware@^2.0.3:
5269-
version "2.0.6"
5270-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz#e1a4dd6979572c7ab5a4e4b55095d1f32a74963f"
5271-
integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==
5269+
version "2.0.7"
5270+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
5271+
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
52725272
dependencies:
52735273
"@types/http-proxy" "^1.17.8"
52745274
http-proxy "^1.18.1"
@@ -8756,7 +8756,16 @@ string-natural-compare@^3.0.1:
87568756
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
87578757
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
87588758

8759-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
8759+
"string-width-cjs@npm:string-width@^4.2.0":
8760+
version "4.2.3"
8761+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8762+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8763+
dependencies:
8764+
emoji-regex "^8.0.0"
8765+
is-fullwidth-code-point "^3.0.0"
8766+
strip-ansi "^6.0.1"
8767+
8768+
string-width@^4.1.0, string-width@^4.2.0:
87608769
version "4.2.3"
87618770
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
87628771
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8839,7 +8848,14 @@ stringify-object@^3.3.0:
88398848
is-obj "^1.0.1"
88408849
is-regexp "^1.0.0"
88418850

8842-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8851+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8852+
version "6.0.1"
8853+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8854+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8855+
dependencies:
8856+
ansi-regex "^5.0.1"
8857+
8858+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
88438859
version "6.0.1"
88448860
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
88458861
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9879,7 +9895,16 @@ [email protected]:
98799895
"@types/trusted-types" "^2.0.2"
98809896
workbox-core "6.6.1"
98819897

9882-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9898+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
9899+
version "7.0.0"
9900+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9901+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9902+
dependencies:
9903+
ansi-styles "^4.0.0"
9904+
string-width "^4.1.0"
9905+
strip-ansi "^6.0.0"
9906+
9907+
wrap-ansi@^7.0.0:
98839908
version "7.0.0"
98849909
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
98859910
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)