|
2547 | 2547 | mathjs "^12.4.3"
|
2548 | 2548 | pretty-format "^29.7.0"
|
2549 | 2549 |
|
2550 |
| -"@commitlint/cli@^19.4.0": |
2551 |
| - version "19.4.0" |
2552 |
| - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.0.tgz#9f93d3ed07e531fcfa371015c8c87e0aa26d974f" |
2553 |
| - integrity sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg== |
| 2550 | +"@commitlint/cli@^19.4.1": |
| 2551 | + version "19.4.1" |
| 2552 | + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.1.tgz#51dbd88750620c9e5fb6f5bc773872728a29674a" |
| 2553 | + integrity sha512-EerFVII3ZcnhXsDT9VePyIdCJoh3jEzygN1L37MjQXgPfGS6fJTWL/KHClVMod1d8w94lFC3l4Vh/y5ysVAz2A== |
2554 | 2554 | dependencies:
|
2555 | 2555 | "@commitlint/format" "^19.3.0"
|
2556 |
| - "@commitlint/lint" "^19.2.2" |
| 2556 | + "@commitlint/lint" "^19.4.1" |
2557 | 2557 | "@commitlint/load" "^19.4.0"
|
2558 | 2558 | "@commitlint/read" "^19.4.0"
|
2559 | 2559 | "@commitlint/types" "^19.0.3"
|
2560 | 2560 | execa "^8.0.1"
|
2561 | 2561 | yargs "^17.0.0"
|
2562 | 2562 |
|
2563 |
| -"@commitlint/config-conventional@19.2.2": |
2564 |
| - version "19.2.2" |
2565 |
| - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz#1f4e6975d428985deacf2b3ff6547e02c9302054" |
2566 |
| - integrity sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw== |
| 2563 | +"@commitlint/config-conventional@19.4.1": |
| 2564 | + version "19.4.1" |
| 2565 | + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.4.1.tgz#c6f05d478c7576d5affff82d67d9ca37e96c94e6" |
| 2566 | + integrity sha512-D5S5T7ilI5roybWGc8X35OBlRXLAwuTseH1ro0XgqkOWrhZU8yOwBOslrNmSDlTXhXLq8cnfhQyC42qaUCzlXA== |
2567 | 2567 | dependencies:
|
2568 | 2568 | "@commitlint/types" "^19.0.3"
|
2569 | 2569 | conventional-changelog-conventionalcommits "^7.0.2"
|
|
2609 | 2609 | "@commitlint/types" "^19.0.3"
|
2610 | 2610 | semver "^7.6.0"
|
2611 | 2611 |
|
2612 |
| -"@commitlint/lint@^19.2.2": |
2613 |
| - version "19.2.2" |
2614 |
| - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.2.2.tgz#57f69e24bd832a7dcce8ebf82d11e3bf03ccc2a9" |
2615 |
| - integrity sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA== |
| 2612 | +"@commitlint/lint@^19.4.1": |
| 2613 | + version "19.4.1" |
| 2614 | + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.4.1.tgz#0760d34fcdaee0bf05befe666ca14c0fc1ecb57e" |
| 2615 | + integrity sha512-Ws4YVAZ0jACTv6VThumITC1I5AG0UyXMGua3qcf55JmXIXm/ejfaVKykrqx7RyZOACKVAs8uDRIsEsi87JZ3+Q== |
2616 | 2616 | dependencies:
|
2617 | 2617 | "@commitlint/is-ignored" "^19.2.2"
|
2618 | 2618 | "@commitlint/parse" "^19.0.3"
|
2619 |
| - "@commitlint/rules" "^19.0.3" |
| 2619 | + "@commitlint/rules" "^19.4.1" |
2620 | 2620 | "@commitlint/types" "^19.0.3"
|
2621 | 2621 |
|
2622 | 2622 | "@commitlint/load@^19.4.0":
|
|
2672 | 2672 | lodash.mergewith "^4.6.2"
|
2673 | 2673 | resolve-from "^5.0.0"
|
2674 | 2674 |
|
2675 |
| -"@commitlint/rules@^19.0.3": |
2676 |
| - version "19.0.3" |
2677 |
| - resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.0.3.tgz#de647a9055847cae4f3ae32b4798096b604584f3" |
2678 |
| - integrity sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw== |
| 2675 | +"@commitlint/rules@^19.4.1": |
| 2676 | + version "19.4.1" |
| 2677 | + resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.4.1.tgz#df15baad1092e2be1b39aa1aa7cc05e12f59f677" |
| 2678 | + integrity sha512-AgctfzAONoVxmxOXRyxXIq7xEPrd7lK/60h2egp9bgGUMZK9v0+YqLOA+TH+KqCa63ZoCr8owP2YxoSSu7IgnQ== |
2679 | 2679 | dependencies:
|
2680 | 2680 | "@commitlint/ensure" "^19.0.3"
|
2681 | 2681 | "@commitlint/message" "^19.0.0"
|
@@ -5085,12 +5085,12 @@ commander@~2.13.0:
|
5085 | 5085 | resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c"
|
5086 | 5086 | integrity sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==
|
5087 | 5087 |
|
5088 |
| - |
5089 |
| - version "19.4.0" |
5090 |
| - resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-19.4.0.tgz#9e27e42bd7ce02ba5f81fa09a248a8e377a1a535" |
5091 |
| - integrity sha512-aZU6Y5j918XufTVbm5fOu1xOeUgDcBiVfRpFxkOb83RMsPcYAW6maWRmm6Vs6YhSQbOEZ2+AE+IPoVFvoevQqg== |
| 5088 | + |
| 5089 | + version "19.4.1" |
| 5090 | + resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-19.4.1.tgz#b20f52982b12a083f610ad546c40d5793b7de021" |
| 5091 | + integrity sha512-w9PRvPad1ywVXl4QuS/OA9kzyoyW68dIpaxTdezpr1ycZeYkBRUHRQMmtL5rSYw1JytktojaKEBuvf1neDmeCg== |
5092 | 5092 | dependencies:
|
5093 |
| - "@commitlint/cli" "^19.4.0" |
| 5093 | + "@commitlint/cli" "^19.4.1" |
5094 | 5094 | "@commitlint/types" "^19.0.3"
|
5095 | 5095 |
|
5096 | 5096 | commondir@^1.0.1:
|
|
0 commit comments