841
841
resolve-global "1.0.0"
842
842
yargs "^15.1.0"
843
843
844
- "@commitlint/config-conventional@^17 .0.0":
845
- version "17.1.0 "
846
- resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.1.0 .tgz#9bd852766e08842bfe0fe4deb40e152eb718ec1b "
847
- integrity sha512-WU2p0c9/jLi8k2q2YrDV96Y8XVswQOceIQ/wyJvQxawJSCasLdRB3kUIYdNjOCJsxkpoUlV/b90ZPxp1MYZDiA ==
844
+ "@commitlint/config-conventional@^19 .0.0":
845
+ version "19.2.2 "
846
+ resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.2.2 .tgz#1f4e6975d428985deacf2b3ff6547e02c9302054 "
847
+ integrity sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw ==
848
848
dependencies:
849
- conventional-changelog-conventionalcommits "^5.0.0"
849
+ "@commitlint/types" "^19.0.3"
850
+ conventional-changelog-conventionalcommits "^7.0.2"
850
851
851
852
"@commitlint/ensure@^9.1.2":
852
853
version "9.1.2"
989
990
dependencies:
990
991
chalk "^4.0.0"
991
992
993
+ "@commitlint/types@^19.0.3":
994
+ version "19.0.3"
995
+ resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.0.3.tgz#feff4ecac2b5c359f2a57f9ab094b2ac80ef0266"
996
+ integrity sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==
997
+ dependencies:
998
+ "@types/conventional-commits-parser" "^5.0.0"
999
+ chalk "^5.3.0"
1000
+
992
1001
"@commitlint/types@^9.1.2":
993
1002
version "9.1.2"
994
1003
resolved "https://registry.npmjs.org/@commitlint/types/-/types-9.1.2.tgz#d05f66db03e3a3638a654e8badf2deb489eb220d"
2431
2440
dependencies:
2432
2441
"@types/node" "*"
2433
2442
2443
+ "@types/conventional-commits-parser@^5.0.0":
2444
+ version "5.0.0"
2445
+ resolved "https://registry.yarnpkg.com/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz#8c9d23e0b415b24b91626d07017303755d542dc8"
2446
+ integrity sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==
2447
+ dependencies:
2448
+ "@types/node" "*"
2449
+
2434
2450
"@types/debug@^4.0.0":
2435
2451
version "4.1.12"
2436
2452
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917"
@@ -3435,7 +3451,7 @@ chalk@^4.1.0:
3435
3451
ansi-styles "^4.1.0"
3436
3452
supports-color "^7.1.0"
3437
3453
3438
- chalk@^5.0.0:
3454
+ chalk@^5.0.0, chalk@^5.3.0 :
3439
3455
version "5.3.0"
3440
3456
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
3441
3457
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
@@ -3835,14 +3851,12 @@ conventional-changelog-conventionalcommits@^4.5.0:
3835
3851
lodash "^4.17.15"
3836
3852
q "^1.5.1"
3837
3853
3838
- conventional-changelog-conventionalcommits@^5 .0.0 :
3839
- version "5 .0.0 "
3840
- resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5 .0.0 .tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86 "
3841
- integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw ==
3854
+ conventional-changelog-conventionalcommits@^7 .0.2 :
3855
+ version "7 .0.2 "
3856
+ resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7 .0.2 .tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5 "
3857
+ integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w ==
3842
3858
dependencies:
3843
3859
compare-func "^2.0.0"
3844
- lodash "^4.17.15"
3845
- q "^1.5.1"
3846
3860
3847
3861
3848
3862
version "5.0.1"
@@ -11277,7 +11291,16 @@ string-length@^4.0.1:
11277
11291
char-regex "^1.0.2"
11278
11292
strip-ansi "^6.0.0"
11279
11293
11280
- "string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3:
11294
+ "string-width-cjs@npm:string-width@^4.2.0":
11295
+ version "4.2.3"
11296
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11297
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11298
+ dependencies:
11299
+ emoji-regex "^8.0.0"
11300
+ is-fullwidth-code-point "^3.0.0"
11301
+ strip-ansi "^6.0.1"
11302
+
11303
+ "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3:
11281
11304
version "4.2.3"
11282
11305
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11283
11306
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11368,7 +11391,7 @@ stringify-entities@^4.0.0:
11368
11391
character-entities-html4 "^2.0.0"
11369
11392
character-entities-legacy "^3.0.0"
11370
11393
11371
- "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1 :
11394
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11372
11395
version "6.0.1"
11373
11396
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11374
11397
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11396,6 +11419,13 @@ strip-ansi@^6.0.0:
11396
11419
dependencies:
11397
11420
ansi-regex "^5.0.0"
11398
11421
11422
+ strip-ansi@^6.0.1:
11423
+ version "6.0.1"
11424
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11425
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11426
+ dependencies:
11427
+ ansi-regex "^5.0.1"
11428
+
11399
11429
strip-ansi@^7.0.0, strip-ansi@^7.0.1, strip-ansi@^7.1.0:
11400
11430
version "7.1.0"
11401
11431
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -12595,7 +12625,7 @@ wordwrap@^1.0.0:
12595
12625
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
12596
12626
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
12597
12627
12598
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0 :
12628
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
12599
12629
version "7.0.0"
12600
12630
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12601
12631
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12613,6 +12643,15 @@ wrap-ansi@^6.2.0:
12613
12643
string-width "^4.1.0"
12614
12644
strip-ansi "^6.0.0"
12615
12645
12646
+ wrap-ansi@^7.0.0:
12647
+ version "7.0.0"
12648
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12649
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12650
+ dependencies:
12651
+ ansi-styles "^4.0.0"
12652
+ string-width "^4.1.0"
12653
+ strip-ansi "^6.0.0"
12654
+
12616
12655
wrap-ansi@^8.1.0:
12617
12656
version "8.1.0"
12618
12657
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
0 commit comments