|
74 | 74 | execa "^8.0.1"
|
75 | 75 | yargs "^17.0.0"
|
76 | 76 |
|
77 |
| -"@commitlint/config-conventional@^19.1.0": |
78 |
| - version "19.1.0" |
79 |
| - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.1.0.tgz#6b4b7938aa3bc308214a683247520f602e55961e" |
80 |
| - integrity sha512-KIKD2xrp6Uuk+dcZVj3++MlzIr/Su6zLE8crEDQCZNvWHNQSeeGbzOlNtsR32TUy6H3JbP7nWgduAHCaiGQ6EA== |
| 77 | +"@commitlint/config-conventional@^19.2.2": |
| 78 | + version "19.2.2" |
| 79 | + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz#1f4e6975d428985deacf2b3ff6547e02c9302054" |
| 80 | + integrity sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw== |
81 | 81 | dependencies:
|
82 | 82 | "@commitlint/types" "^19.0.3"
|
83 | 83 | conventional-changelog-conventionalcommits "^7.0.2"
|
@@ -5359,7 +5359,16 @@ stream-combiner2@~1.1.1:
|
5359 | 5359 | duplexer2 "~0.1.0"
|
5360 | 5360 | readable-stream "^2.0.2"
|
5361 | 5361 |
|
5362 |
| -"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: |
| 5362 | +"string-width-cjs@npm:string-width@^4.2.0": |
| 5363 | + version "4.2.3" |
| 5364 | + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" |
| 5365 | + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== |
| 5366 | + dependencies: |
| 5367 | + emoji-regex "^8.0.0" |
| 5368 | + is-fullwidth-code-point "^3.0.0" |
| 5369 | + strip-ansi "^6.0.1" |
| 5370 | + |
| 5371 | +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: |
5363 | 5372 | version "4.2.3"
|
5364 | 5373 | resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
5365 | 5374 | integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
@@ -5418,7 +5427,14 @@ string_decoder@~1.1.1:
|
5418 | 5427 | dependencies:
|
5419 | 5428 | safe-buffer "~5.1.0"
|
5420 | 5429 |
|
5421 |
| -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: |
| 5430 | +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": |
| 5431 | + version "6.0.1" |
| 5432 | + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" |
| 5433 | + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== |
| 5434 | + dependencies: |
| 5435 | + ansi-regex "^5.0.1" |
| 5436 | + |
| 5437 | +strip-ansi@^6.0.0, strip-ansi@^6.0.1: |
5422 | 5438 | version "6.0.1"
|
5423 | 5439 | resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
5424 | 5440 | integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
@@ -5953,7 +5969,16 @@ wordwrap@^1.0.0:
|
5953 | 5969 | resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
|
5954 | 5970 | integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
|
5955 | 5971 |
|
5956 |
| -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: |
| 5972 | +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": |
| 5973 | + version "7.0.0" |
| 5974 | + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" |
| 5975 | + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== |
| 5976 | + dependencies: |
| 5977 | + ansi-styles "^4.0.0" |
| 5978 | + string-width "^4.1.0" |
| 5979 | + strip-ansi "^6.0.0" |
| 5980 | + |
| 5981 | +wrap-ansi@^7.0.0: |
5957 | 5982 | version "7.0.0"
|
5958 | 5983 | resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
5959 | 5984 | integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
0 commit comments