|
532 | 532 | human-id "^1.0.2" |
533 | 533 | prettier "^1.19.1" |
534 | 534 |
|
535 | | -"@commitlint/cli@^17.6.3": |
536 | | - version "17.6.3" |
537 | | - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.6.3.tgz#a02194a2bb6efe4e681eda2addd072a8d02c9497" |
538 | | - integrity sha512-ItSz2fd4F+CujgIbQOfNNerDF1eFlsBGEfp9QcCb1kxTYMuKTYZzA6Nu1YRRrIaaWwe2E7awUGpIMrPoZkOG3A== |
| 535 | +"@commitlint/cli@^17.6.5": |
| 536 | + version "17.6.5" |
| 537 | + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.6.5.tgz#3a8abd6499f9d4aeafe3bf9201338ccb868a14b9" |
| 538 | + integrity sha512-3PQrWr/uo6lzF5k7n5QuosCYnzaxP9qGBp3jhWP0Vmsa7XA6wrl9ccPqfQyXpSbQE3zBROVO3TDqgPKe4tfmLQ== |
539 | 539 | dependencies: |
540 | 540 | "@commitlint/format" "^17.4.4" |
541 | | - "@commitlint/lint" "^17.6.3" |
| 541 | + "@commitlint/lint" "^17.6.5" |
542 | 542 | "@commitlint/load" "^17.5.0" |
543 | 543 | "@commitlint/read" "^17.5.1" |
544 | 544 | "@commitlint/types" "^17.4.4" |
|
548 | 548 | resolve-global "1.0.0" |
549 | 549 | yargs "^17.0.0" |
550 | 550 |
|
551 | | -"@commitlint/config-conventional@^17.6.3": |
552 | | - version "17.6.3" |
553 | | - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.6.3.tgz#21f5835235493e386effeaa98b898124230b1000" |
554 | | - integrity sha512-bLyHEjjRWqlLQWIgYFHmUPbEFMOOLXeF3QbUinDIJev/u9e769tkoTH9YPknEywiuIrAgZaVo+OfzAIsJP0fsw== |
| 551 | +"@commitlint/config-conventional@^17.6.5": |
| 552 | + version "17.6.5" |
| 553 | + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.6.5.tgz#a8ec286e634a071329fe45dc4955032c2176aeb5" |
| 554 | + integrity sha512-Xl9H9KLl86NZm5CYNTNF9dcz1xelE/EbvhWIWcYxG/rn3UWYWdWmmnX2q6ZduNdLFSGbOxzUpIx61j5zxbeXxg== |
555 | 555 | dependencies: |
556 | 556 | conventional-changelog-conventionalcommits "^5.0.0" |
557 | 557 |
|
|
588 | 588 | "@commitlint/types" "^17.4.4" |
589 | 589 | chalk "^4.1.0" |
590 | 590 |
|
591 | | -"@commitlint/is-ignored@^17.6.3": |
592 | | - version "17.6.3" |
593 | | - resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.6.3.tgz#8e21046558a0339fbf2a33ef0ad7d5a9ae7ff6bc" |
594 | | - integrity sha512-LQbNdnPbxrpbcrVKR5yf51SvquqktpyZJwqXx3lUMF6+nT9PHB8xn3wLy8pi2EQv5Zwba484JnUwDE1ygVYNQA== |
| 591 | +"@commitlint/is-ignored@^17.6.5": |
| 592 | + version "17.6.5" |
| 593 | + resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.6.5.tgz#cea24cd2031fe7d242590b91fab3352750887194" |
| 594 | + integrity sha512-CQvAPt9gX7cuUbMrIaIMKczfWJqqr6m8IlJs0F2zYwyyMTQ87QMHIj5jJ5HhOaOkaj6dvTMVGx8Dd1I4xgUuoQ== |
595 | 595 | dependencies: |
596 | 596 | "@commitlint/types" "^17.4.4" |
597 | 597 | semver "7.5.0" |
598 | 598 |
|
599 | | -"@commitlint/lint@^17.6.3": |
600 | | - version "17.6.3" |
601 | | - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.3.tgz#2d9a88b73c44be8b97508c980198a6f289251655" |
602 | | - integrity sha512-fBlXwt6SHJFgm3Tz+luuo3DkydAx9HNC5y4eBqcKuDuMVqHd2ugMNr+bQtx6riv9mXFiPoKp7nE4Xn/ls3iVDA== |
| 599 | +"@commitlint/lint@^17.6.5": |
| 600 | + version "17.6.5" |
| 601 | + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.5.tgz#dfa437f14430c9874d6b1a3ba8a2d44b79780c02" |
| 602 | + integrity sha512-BSJMwkE4LWXrOsiP9KoHG+/heSDfvOL/Nd16+ojTS/DX8HZr8dNl8l3TfVr/d/9maWD8fSegRGtBtsyGuugFrw== |
603 | 603 | dependencies: |
604 | | - "@commitlint/is-ignored" "^17.6.3" |
605 | | - "@commitlint/parse" "^17.4.4" |
606 | | - "@commitlint/rules" "^17.6.1" |
| 604 | + "@commitlint/is-ignored" "^17.6.5" |
| 605 | + "@commitlint/parse" "^17.6.5" |
| 606 | + "@commitlint/rules" "^17.6.5" |
607 | 607 | "@commitlint/types" "^17.4.4" |
608 | 608 |
|
609 | 609 | "@commitlint/load@^17.5.0": |
|
631 | 631 | resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.4.2.tgz#f4753a79701ad6db6db21f69076e34de6580e22c" |
632 | 632 | integrity sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q== |
633 | 633 |
|
634 | | -"@commitlint/parse@^17.4.4": |
635 | | - version "17.4.4" |
636 | | - resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.4.4.tgz#8311b12f2b730de6ea0679ae2a37b386bcc5b04b" |
637 | | - integrity sha512-EKzz4f49d3/OU0Fplog7nwz/lAfXMaDxtriidyGF9PtR+SRbgv4FhsfF310tKxs6EPj8Y+aWWuX3beN5s+yqGg== |
| 634 | +"@commitlint/parse@^17.6.5": |
| 635 | + version "17.6.5" |
| 636 | + resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.6.5.tgz#7b84b328a6a94ca08ab7c98c491d9d3dab68f09d" |
| 637 | + integrity sha512-0zle3bcn1Hevw5Jqpz/FzEWNo2KIzUbc1XyGg6WrWEoa6GH3A1pbqNF6MvE6rjuy6OY23c8stWnb4ETRZyN+Yw== |
638 | 638 | dependencies: |
639 | 639 | "@commitlint/types" "^17.4.4" |
640 | 640 | conventional-changelog-angular "^5.0.11" |
|
663 | 663 | resolve-from "^5.0.0" |
664 | 664 | resolve-global "^1.0.0" |
665 | 665 |
|
666 | | -"@commitlint/rules@^17.6.1": |
667 | | - version "17.6.1" |
668 | | - resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.6.1.tgz#dff529b8d1e0455808fe7e3e1fa70617e4eb2759" |
669 | | - integrity sha512-lUdHw6lYQ1RywExXDdLOKxhpp6857/4c95Dc/1BikrHgdysVUXz26yV0vp1GL7Gv+avx9WqZWTIVB7pNouxlfw== |
| 666 | +"@commitlint/rules@^17.6.5": |
| 667 | + version "17.6.5" |
| 668 | + resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.6.5.tgz#fabcacdde923e26ac5ef90d4b3f8fc05526bbaa1" |
| 669 | + integrity sha512-uTB3zSmnPyW2qQQH+Dbq2rekjlWRtyrjDo4aLFe63uteandgkI+cc0NhhbBAzcXShzVk0qqp8SlkQMu0mgHg/A== |
670 | 670 | dependencies: |
671 | 671 | "@commitlint/ensure" "^17.4.4" |
672 | 672 | "@commitlint/message" "^17.4.2" |
|
0 commit comments