|
303 | 303 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
|
304 | 304 | integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
|
305 | 305 |
|
306 |
| -"@commitlint/cli@^19.7.1": |
307 |
| - version "19.7.1" |
308 |
| - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.7.1.tgz#aca351ae6200af58b49de58181319015e7429601" |
309 |
| - integrity sha512-iObGjR1tE/PfDtDTEfd+tnRkB3/HJzpQqRTyofS2MPPkDn1mp3DBC8SoPDayokfAy+xKhF8+bwRCJO25Nea0YQ== |
310 |
| - dependencies: |
311 |
| - "@commitlint/format" "^19.5.0" |
312 |
| - "@commitlint/lint" "^19.7.1" |
313 |
| - "@commitlint/load" "^19.6.1" |
314 |
| - "@commitlint/read" "^19.5.0" |
315 |
| - "@commitlint/types" "^19.5.0" |
| 306 | +"@commitlint/cli@^19.8.0": |
| 307 | + version "19.8.0" |
| 308 | + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.8.0.tgz#e66e5a5268437e42b7c6f2a447e94ea83b8a3272" |
| 309 | + integrity sha512-t/fCrLVu+Ru01h0DtlgHZXbHV2Y8gKocTR5elDOqIRUzQd0/6hpt2VIWOj9b3NDo7y4/gfxeR2zRtXq/qO6iUg== |
| 310 | + dependencies: |
| 311 | + "@commitlint/format" "^19.8.0" |
| 312 | + "@commitlint/lint" "^19.8.0" |
| 313 | + "@commitlint/load" "^19.8.0" |
| 314 | + "@commitlint/read" "^19.8.0" |
| 315 | + "@commitlint/types" "^19.8.0" |
316 | 316 | tinyexec "^0.3.0"
|
317 | 317 | yargs "^17.0.0"
|
318 | 318 |
|
|
332 | 332 | "@commitlint/types" "^19.5.0"
|
333 | 333 | ajv "^8.11.0"
|
334 | 334 |
|
335 |
| -"@commitlint/ensure@^19.5.0": |
336 |
| - version "19.5.0" |
337 |
| - resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.5.0.tgz#b087374a6a0a0140e5925a82901d234885d9f6dd" |
338 |
| - integrity sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg== |
| 335 | +"@commitlint/config-validator@^19.8.0": |
| 336 | + version "19.8.0" |
| 337 | + resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.8.0.tgz#0b30c274e4427d3942fd62ecf53c19d99f43ac4a" |
| 338 | + integrity sha512-+r5ZvD/0hQC3w5VOHJhGcCooiAVdynFlCe2d6I9dU+PvXdV3O+fU4vipVg+6hyLbQUuCH82mz3HnT/cBQTYYuA== |
339 | 339 | dependencies:
|
340 |
| - "@commitlint/types" "^19.5.0" |
| 340 | + "@commitlint/types" "^19.8.0" |
| 341 | + ajv "^8.11.0" |
| 342 | + |
| 343 | +"@commitlint/ensure@^19.8.0": |
| 344 | + version "19.8.0" |
| 345 | + resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.8.0.tgz#481c30706dc4aa4a8e85e7d1f1877c30e5201a0d" |
| 346 | + integrity sha512-kNiNU4/bhEQ/wutI1tp1pVW1mQ0QbAjfPRo5v8SaxoVV+ARhkB8Wjg3BSseNYECPzWWfg/WDqQGIfV1RaBFQZg== |
| 347 | + dependencies: |
| 348 | + "@commitlint/types" "^19.8.0" |
341 | 349 | lodash.camelcase "^4.3.0"
|
342 | 350 | lodash.kebabcase "^4.1.1"
|
343 | 351 | lodash.snakecase "^4.1.1"
|
|
349 | 357 | resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-19.5.0.tgz#c13da8c03ea0379f30856111e27d57518e25b8a2"
|
350 | 358 | integrity sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg==
|
351 | 359 |
|
352 |
| -"@commitlint/format@^19.5.0": |
353 |
| - version "19.5.0" |
354 |
| - resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.5.0.tgz#d879db2d97d70ae622397839fb8603d56e85a250" |
355 |
| - integrity sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A== |
| 360 | +"@commitlint/execute-rule@^19.8.0": |
| 361 | + version "19.8.0" |
| 362 | + resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-19.8.0.tgz#ebcac26dc75d481e223b0c37d59e5bdd7a164d4a" |
| 363 | + integrity sha512-fuLeI+EZ9x2v/+TXKAjplBJWI9CNrHnyi5nvUQGQt4WRkww/d95oVRsc9ajpt4xFrFmqMZkd/xBQHZDvALIY7A== |
| 364 | + |
| 365 | +"@commitlint/format@^19.8.0": |
| 366 | + version "19.8.0" |
| 367 | + resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.8.0.tgz#b06084fb3b807f2142c19c94572127d4a3af5da1" |
| 368 | + integrity sha512-EOpA8IERpQstxwp/WGnDArA7S+wlZDeTeKi98WMOvaDLKbjptuHWdOYYr790iO7kTCif/z971PKPI2PkWMfOxg== |
356 | 369 | dependencies:
|
357 |
| - "@commitlint/types" "^19.5.0" |
| 370 | + "@commitlint/types" "^19.8.0" |
358 | 371 | chalk "^5.3.0"
|
359 | 372 |
|
360 |
| -"@commitlint/is-ignored@^19.7.1": |
361 |
| - version "19.7.1" |
362 |
| - resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.7.1.tgz#d3d713d97df4da5d0a6440624d0db38e3a67494e" |
363 |
| - integrity sha512-3IaOc6HVg2hAoGleRK3r9vL9zZ3XY0rf1RsUf6jdQLuaD46ZHnXBiOPTyQ004C4IvYjSWqJwlh0/u2P73aIE3g== |
| 373 | +"@commitlint/is-ignored@^19.8.0": |
| 374 | + version "19.8.0" |
| 375 | + resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.8.0.tgz#3e413168b1222e62798dd1a36c64d2454e7bb291" |
| 376 | + integrity sha512-L2Jv9yUg/I+jF3zikOV0rdiHUul9X3a/oU5HIXhAJLE2+TXTnEBfqYP9G5yMw/Yb40SnR764g4fyDK6WR2xtpw== |
364 | 377 | dependencies:
|
365 |
| - "@commitlint/types" "^19.5.0" |
| 378 | + "@commitlint/types" "^19.8.0" |
366 | 379 | semver "^7.6.0"
|
367 | 380 |
|
368 |
| -"@commitlint/lint@^19.7.1": |
369 |
| - version "19.7.1" |
370 |
| - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.7.1.tgz#a180d5695fc5328b8566a482750df7fbf72b11c5" |
371 |
| - integrity sha512-LhcPfVjcOcOZA7LEuBBeO00o3MeZa+tWrX9Xyl1r9PMd5FWsEoZI9IgnGqTKZ0lZt5pO3ZlstgnRyY1CJJc9Xg== |
| 381 | +"@commitlint/lint@^19.8.0": |
| 382 | + version "19.8.0" |
| 383 | + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.8.0.tgz#c2bf85de6d2e86e13c972cf19a2d425e62e9b057" |
| 384 | + integrity sha512-+/NZKyWKSf39FeNpqhfMebmaLa1P90i1Nrb1SrA7oSU5GNN/lksA4z6+ZTnsft01YfhRZSYMbgGsARXvkr/VLQ== |
372 | 385 | dependencies:
|
373 |
| - "@commitlint/is-ignored" "^19.7.1" |
374 |
| - "@commitlint/parse" "^19.5.0" |
375 |
| - "@commitlint/rules" "^19.6.0" |
376 |
| - "@commitlint/types" "^19.5.0" |
| 386 | + "@commitlint/is-ignored" "^19.8.0" |
| 387 | + "@commitlint/parse" "^19.8.0" |
| 388 | + "@commitlint/rules" "^19.8.0" |
| 389 | + "@commitlint/types" "^19.8.0" |
377 | 390 |
|
378 |
| -"@commitlint/load@>6.1.1", "@commitlint/load@^19.6.1": |
| 391 | +"@commitlint/load@>6.1.1": |
379 | 392 | version "19.6.1"
|
380 | 393 | resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.6.1.tgz#5fae8843a6048a2d3d1cc16da0af8ee532fa9db4"
|
381 | 394 | integrity sha512-kE4mRKWWNju2QpsCWt428XBvUH55OET2N4QKQ0bF85qS/XbsRGG1MiTByDNlEVpEPceMkDr46LNH95DtRwcsfA==
|
|
391 | 404 | lodash.merge "^4.6.2"
|
392 | 405 | lodash.uniq "^4.5.0"
|
393 | 406 |
|
394 |
| -"@commitlint/message@^19.5.0": |
395 |
| - version "19.5.0" |
396 |
| - resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.5.0.tgz#c062d9a1d2b3302c3a8cac25d6d1125ea9c019b2" |
397 |
| - integrity sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ== |
| 407 | +"@commitlint/load@^19.8.0": |
| 408 | + version "19.8.0" |
| 409 | + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.8.0.tgz#7c7078fbdc9c4e3a14fa5a8684c3cb854353551e" |
| 410 | + integrity sha512-4rvmm3ff81Sfb+mcWT5WKlyOa+Hd33WSbirTVUer0wjS1Hv/Hzr07Uv1ULIV9DkimZKNyOwXn593c+h8lsDQPQ== |
| 411 | + dependencies: |
| 412 | + "@commitlint/config-validator" "^19.8.0" |
| 413 | + "@commitlint/execute-rule" "^19.8.0" |
| 414 | + "@commitlint/resolve-extends" "^19.8.0" |
| 415 | + "@commitlint/types" "^19.8.0" |
| 416 | + chalk "^5.3.0" |
| 417 | + cosmiconfig "^9.0.0" |
| 418 | + cosmiconfig-typescript-loader "^6.1.0" |
| 419 | + lodash.isplainobject "^4.0.6" |
| 420 | + lodash.merge "^4.6.2" |
| 421 | + lodash.uniq "^4.5.0" |
398 | 422 |
|
399 |
| -"@commitlint/parse@^19.5.0": |
400 |
| - version "19.5.0" |
401 |
| - resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.5.0.tgz#b450dad9b5a95ac5ba472d6d0fdab822dce946fc" |
402 |
| - integrity sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw== |
| 423 | +"@commitlint/message@^19.8.0": |
| 424 | + version "19.8.0" |
| 425 | + resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.8.0.tgz#1ac1c527a601b329373ba50ffd70a713acb0b8ca" |
| 426 | + integrity sha512-qs/5Vi9bYjf+ZV40bvdCyBn5DvbuelhR6qewLE8Bh476F7KnNyLfdM/ETJ4cp96WgeeHo6tesA2TMXS0sh5X4A== |
| 427 | + |
| 428 | +"@commitlint/parse@^19.8.0": |
| 429 | + version "19.8.0" |
| 430 | + resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.8.0.tgz#bce415dda60e115239cd337b15262e459cab8eba" |
| 431 | + integrity sha512-YNIKAc4EXvNeAvyeEnzgvm1VyAe0/b3Wax7pjJSwXuhqIQ1/t2hD3OYRXb6D5/GffIvaX82RbjD+nWtMZCLL7Q== |
403 | 432 | dependencies:
|
404 |
| - "@commitlint/types" "^19.5.0" |
| 433 | + "@commitlint/types" "^19.8.0" |
405 | 434 | conventional-changelog-angular "^7.0.0"
|
406 | 435 | conventional-commits-parser "^5.0.0"
|
407 | 436 |
|
408 |
| -"@commitlint/read@^19.5.0": |
409 |
| - version "19.5.0" |
410 |
| - resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.5.0.tgz#601f9f1afe69852b0f28aa81cd455b40979fad6b" |
411 |
| - integrity sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ== |
| 437 | +"@commitlint/read@^19.8.0": |
| 438 | + version "19.8.0" |
| 439 | + resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.8.0.tgz#d16bea846619100e23c4d56bcf191c397da7542f" |
| 440 | + integrity sha512-6ywxOGYajcxK1y1MfzrOnwsXO6nnErna88gRWEl3qqOOP8MDu/DTeRkGLXBFIZuRZ7mm5yyxU5BmeUvMpNte5w== |
412 | 441 | dependencies:
|
413 |
| - "@commitlint/top-level" "^19.5.0" |
414 |
| - "@commitlint/types" "^19.5.0" |
| 442 | + "@commitlint/top-level" "^19.8.0" |
| 443 | + "@commitlint/types" "^19.8.0" |
415 | 444 | git-raw-commits "^4.0.0"
|
416 | 445 | minimist "^1.2.8"
|
417 | 446 | tinyexec "^0.3.0"
|
|
428 | 457 | lodash.mergewith "^4.6.2"
|
429 | 458 | resolve-from "^5.0.0"
|
430 | 459 |
|
431 |
| -"@commitlint/rules@^19.6.0": |
432 |
| - version "19.6.0" |
433 |
| - resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.6.0.tgz#2436da7974c3cf2a7236257f3ef5dd40c4d91312" |
434 |
| - integrity sha512-1f2reW7lbrI0X0ozZMesS/WZxgPa4/wi56vFuJENBmed6mWq5KsheN/nxqnl/C23ioxpPO/PL6tXpiiFy5Bhjw== |
| 460 | +"@commitlint/resolve-extends@^19.8.0": |
| 461 | + version "19.8.0" |
| 462 | + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.8.0.tgz#2ef6c448ed7f925840cca282e3ce37bea8e9b726" |
| 463 | + integrity sha512-CLanRQwuG2LPfFVvrkTrBR/L/DMy3+ETsgBqW1OvRxmzp/bbVJW0Xw23LnnExgYcsaFtos967lul1CsbsnJlzQ== |
435 | 464 | dependencies:
|
436 |
| - "@commitlint/ensure" "^19.5.0" |
437 |
| - "@commitlint/message" "^19.5.0" |
438 |
| - "@commitlint/to-lines" "^19.5.0" |
439 |
| - "@commitlint/types" "^19.5.0" |
| 465 | + "@commitlint/config-validator" "^19.8.0" |
| 466 | + "@commitlint/types" "^19.8.0" |
| 467 | + global-directory "^4.0.1" |
| 468 | + import-meta-resolve "^4.0.0" |
| 469 | + lodash.mergewith "^4.6.2" |
| 470 | + resolve-from "^5.0.0" |
440 | 471 |
|
441 |
| -"@commitlint/to-lines@^19.5.0": |
442 |
| - version "19.5.0" |
443 |
| - resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.5.0.tgz#e4b7f34f09064568c96a74de4f1fc9f466c4d472" |
444 |
| - integrity sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ== |
| 472 | +"@commitlint/rules@^19.8.0": |
| 473 | + version "19.8.0" |
| 474 | + resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.8.0.tgz#0ca2b7bd9dc22409173963f15061d8cac671bdaa" |
| 475 | + integrity sha512-IZ5IE90h6DSWNuNK/cwjABLAKdy8tP8OgGVGbXe1noBEX5hSsu00uRlLu6JuruiXjWJz2dZc+YSw3H0UZyl/mA== |
| 476 | + dependencies: |
| 477 | + "@commitlint/ensure" "^19.8.0" |
| 478 | + "@commitlint/message" "^19.8.0" |
| 479 | + "@commitlint/to-lines" "^19.8.0" |
| 480 | + "@commitlint/types" "^19.8.0" |
445 | 481 |
|
446 |
| -"@commitlint/top-level@^19.5.0": |
447 |
| - version "19.5.0" |
448 |
| - resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.5.0.tgz#0017ffe39b5ba3611a1debd62efe28803601a14f" |
449 |
| - integrity sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng== |
| 482 | +"@commitlint/to-lines@^19.8.0": |
| 483 | + version "19.8.0" |
| 484 | + resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.8.0.tgz#f7bdf7878999c0620f3a2f46f829fcc1f1f1d118" |
| 485 | + integrity sha512-3CKLUw41Cur8VMjh16y8LcsOaKbmQjAKCWlXx6B0vOUREplp6em9uIVhI8Cv934qiwkbi2+uv+mVZPnXJi1o9A== |
| 486 | + |
| 487 | +"@commitlint/top-level@^19.8.0": |
| 488 | + version "19.8.0" |
| 489 | + resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.8.0.tgz#5ff4d9b8be44501edd2c94b93602a7104d63d92d" |
| 490 | + integrity sha512-Rphgoc/omYZisoNkcfaBRPQr4myZEHhLPx2/vTXNLjiCw4RgfPR1wEgUpJ9OOmDCiv5ZyIExhprNLhteqH4FuQ== |
450 | 491 | dependencies:
|
451 | 492 | find-up "^7.0.0"
|
452 | 493 |
|
@@ -1579,13 +1620,13 @@ commitizen@^4.0.3:
|
1579 | 1620 | strip-bom "4.0.0"
|
1580 | 1621 | strip-json-comments "3.1.1"
|
1581 | 1622 |
|
1582 |
| -commitlint@^19.7.1: |
1583 |
| - version "19.7.1" |
1584 |
| - resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-19.7.1.tgz#ef7864d875dc7a7dc6b463803fdcd6c193b451a9" |
1585 |
| - integrity sha512-iNWqXl/A1WN8qd9JehqUpzbOxczNBE1nzBiYE33TkHeTptq7Cvg5U4j8PpvO92Nxganv6o/20IO3omP5N5M7/A== |
| 1623 | +commitlint@^19.8.0: |
| 1624 | + version "19.8.0" |
| 1625 | + resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-19.8.0.tgz#032f9f1a1ca6393cca252a8a2b9250523aeb1ed2" |
| 1626 | + integrity sha512-O5waRm0RsjH1g2sT4ifTV58sBYW3wPjfclsdicj1NWUyF91aF0fSqFgKC8EEOUi9RRLKBOhlJarS6V1jWIUx1Q== |
1586 | 1627 | dependencies:
|
1587 |
| - "@commitlint/cli" "^19.7.1" |
1588 |
| - "@commitlint/types" "^19.5.0" |
| 1628 | + "@commitlint/cli" "^19.8.0" |
| 1629 | + "@commitlint/types" "^19.8.0" |
1589 | 1630 |
|
1590 | 1631 | compare-func@^2.0.0:
|
1591 | 1632 | version "2.0.0"
|
|
0 commit comments