|
1100 | 1100 | undici-types "~5.26.4"
|
1101 | 1101 |
|
1102 | 1102 | "@types/node@^20.11.25":
|
1103 |
| - version "20.11.25" |
1104 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.25.tgz#0f50d62f274e54dd7a49f7704cc16bfbcccaf49f" |
1105 |
| - integrity sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw== |
| 1103 | + version "20.17.24" |
| 1104 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.24.tgz#2325476954e6fc8c2f11b9c61e26ba6eb7d3f5b6" |
| 1105 | + integrity sha512-d7fGCyB96w9BnWQrOsJtpyiSaBcAYYr75bnK6ZRjDbql2cGLj/3GsL5OYmLPNq76l7Gf2q4Rv9J2o6h5CrD9sA== |
1106 | 1106 | dependencies:
|
1107 |
| - undici-types "~5.26.4" |
| 1107 | + undici-types "~6.19.2" |
1108 | 1108 |
|
1109 | 1109 | "@types/semver@^7.3.12", "@types/semver@^7.5.0":
|
1110 | 1110 | version "7.5.8"
|
@@ -4008,7 +4008,16 @@ string-length@^4.0.1:
|
4008 | 4008 | char-regex "^1.0.2"
|
4009 | 4009 | strip-ansi "^6.0.0"
|
4010 | 4010 |
|
4011 |
| -"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: |
| 4011 | +"string-width-cjs@npm:string-width@^4.2.0": |
| 4012 | + version "4.2.3" |
| 4013 | + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" |
| 4014 | + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== |
| 4015 | + dependencies: |
| 4016 | + emoji-regex "^8.0.0" |
| 4017 | + is-fullwidth-code-point "^3.0.0" |
| 4018 | + strip-ansi "^6.0.1" |
| 4019 | + |
| 4020 | +string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: |
4012 | 4021 | version "4.2.3"
|
4013 | 4022 | resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
4014 | 4023 | integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
@@ -4053,7 +4062,14 @@ string.prototype.trimstart@^1.0.7:
|
4053 | 4062 | define-properties "^1.2.0"
|
4054 | 4063 | es-abstract "^1.22.1"
|
4055 | 4064 |
|
4056 |
| -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: |
| 4065 | +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": |
| 4066 | + version "6.0.1" |
| 4067 | + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" |
| 4068 | + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== |
| 4069 | + dependencies: |
| 4070 | + ansi-regex "^5.0.1" |
| 4071 | + |
| 4072 | +strip-ansi@^6.0.0, strip-ansi@^6.0.1: |
4057 | 4073 | version "6.0.1"
|
4058 | 4074 | resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
4059 | 4075 | integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
@@ -4291,6 +4307,11 @@ undici-types@~5.26.4:
|
4291 | 4307 | resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
|
4292 | 4308 | integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
|
4293 | 4309 |
|
| 4310 | +undici-types@~6.19.2: |
| 4311 | + version "6.19.8" |
| 4312 | + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" |
| 4313 | + integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== |
| 4314 | + |
4294 | 4315 | undici@^5.25.4:
|
4295 | 4316 | version "5.28.3"
|
4296 | 4317 | resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.3.tgz#a731e0eff2c3fcfd41c1169a869062be222d1e5b"
|
@@ -4381,7 +4402,16 @@ which@^2.0.1:
|
4381 | 4402 | dependencies:
|
4382 | 4403 | isexe "^2.0.0"
|
4383 | 4404 |
|
4384 |
| -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: |
| 4405 | +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": |
| 4406 | + version "7.0.0" |
| 4407 | + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" |
| 4408 | + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== |
| 4409 | + dependencies: |
| 4410 | + ansi-styles "^4.0.0" |
| 4411 | + string-width "^4.1.0" |
| 4412 | + strip-ansi "^6.0.0" |
| 4413 | + |
| 4414 | +wrap-ansi@^7.0.0: |
4385 | 4415 | version "7.0.0"
|
4386 | 4416 | resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
4387 | 4417 | integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
0 commit comments