|
954 | 954 | resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-11.0.0.tgz#3ed60ab7a33019e58d90e2d891b75d7df77b4b4d"
|
955 | 955 | integrity sha512-g01p1g4BmYlZ2+tdotCavrMunnPFPhTzG1ZiLKTCYrooHRbmvqo42ZZn4QMStUEIcn+jfLb6BRZX3JzIwA1ezQ==
|
956 | 956 |
|
| 957 | +"@commitlint/execute-rule@^12.0.1": |
| 958 | + version "12.0.1" |
| 959 | + resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-12.0.1.tgz#5bb2eba929270cafb2bd8191799d8b451de7fb7e" |
| 960 | + integrity sha512-JzyweYfZlFLtXpgP+btzSY3YAkGPg61TqUSYQqBr4+5IaVf1FruMm5v4D5eLu9dAJuNKUfHbM3AEfuEPiZ79pg== |
| 961 | + |
957 | 962 | "@commitlint/format@^11.0.0":
|
958 | 963 | version "11.0.0"
|
959 | 964 | resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-11.0.0.tgz#ac47b0b9ca46540c0082c721b290794e67bdc51b"
|
|
980 | 985 | "@commitlint/rules" "^11.0.0"
|
981 | 986 | "@commitlint/types" "^11.0.0"
|
982 | 987 |
|
983 |
| -"@commitlint/load@>6.1.1", "@commitlint/load@^11.0.0": |
| 988 | +"@commitlint/load@>6.1.1", "@commitlint/load@^12.0.1": |
| 989 | + version "12.0.1" |
| 990 | + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-12.0.1.tgz#4d180fc88e5b4cfcb476a245d899f85154137502" |
| 991 | + integrity sha512-dX8KdCWn7w0bTkkk3zKQpe9X8vsTRa5EM+1ffF313wCX9b6tGa9vujhEHCkSzKAbbE2tFV64CHZygE7rtlHdIA== |
| 992 | + dependencies: |
| 993 | + "@commitlint/execute-rule" "^12.0.1" |
| 994 | + "@commitlint/resolve-extends" "^12.0.1" |
| 995 | + "@commitlint/types" "^12.0.1" |
| 996 | + chalk "^4.0.0" |
| 997 | + cosmiconfig "^7.0.0" |
| 998 | + lodash "^4.17.19" |
| 999 | + resolve-from "^5.0.0" |
| 1000 | + |
| 1001 | +"@commitlint/load@^11.0.0": |
984 | 1002 | version "11.0.0"
|
985 | 1003 | resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-11.0.0.tgz#f736562f0ffa7e773f8808fea93319042ee18211"
|
986 | 1004 | integrity sha512-t5ZBrtgvgCwPfxmG811FCp39/o3SJ7L+SNsxFL92OR4WQxPcu6c8taD0CG2lzOHGuRyuMxZ7ps3EbngT2WpiCg==
|
|
1006 | 1024 | conventional-changelog-angular "^5.0.0"
|
1007 | 1025 | conventional-commits-parser "^3.0.0"
|
1008 | 1026 |
|
1009 |
| -"@commitlint/prompt@^11.0.0": |
1010 |
| - version "11.0.0" |
1011 |
| - resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-11.0.0.tgz#f8aef73d17a63901496dfd17aa192063151f679e" |
1012 |
| - integrity sha512-tI7Zi3KZ9P38iR/eC1inqjYDbFE/wd6ptA10191XwljXKvgov2nz1abC+5oqJPzGTxex1VC7q/NnWlPwLM5DCg== |
| 1027 | +"@commitlint/prompt@^12.0.1": |
| 1028 | + version "12.0.1" |
| 1029 | + resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-12.0.1.tgz#f1d7c808c26e2864fde50a21fc95651c647cb395" |
| 1030 | + integrity sha512-EXCZzoyXIbIhV38tJMjVvwzpQwP08ZmLDbL2crU3zVsZ9FjHxw2ujreF23qpCnx7GQHm/D7Q7rIDHhUALAPj/Q== |
1013 | 1031 | dependencies:
|
1014 |
| - "@babel/runtime" "^7.11.2" |
1015 |
| - "@commitlint/load" "^11.0.0" |
| 1032 | + "@commitlint/load" "^12.0.1" |
| 1033 | + "@commitlint/types" "^12.0.1" |
1016 | 1034 | chalk "^4.0.0"
|
1017 | 1035 | lodash "^4.17.19"
|
1018 |
| - throat "^5.0.0" |
| 1036 | + throat "^6.0.0" |
1019 | 1037 | vorpal "^1.12.0"
|
1020 | 1038 |
|
1021 | 1039 | "@commitlint/read@^11.0.0":
|
|
1037 | 1055 | resolve-from "^5.0.0"
|
1038 | 1056 | resolve-global "^1.0.0"
|
1039 | 1057 |
|
| 1058 | +"@commitlint/resolve-extends@^12.0.1": |
| 1059 | + version "12.0.1" |
| 1060 | + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-12.0.1.tgz#77509f386e08bd30262ec9a75c783d8f4f028fd2" |
| 1061 | + integrity sha512-Mvg0GDi/68Cqw893ha8uhxE8myHfPmiSSSi7d1x4VJNR4hoS37lBdX89kyx4i9NPmLfviY2cUJKTyK8ZrFznZw== |
| 1062 | + dependencies: |
| 1063 | + import-fresh "^3.0.0" |
| 1064 | + lodash "^4.17.19" |
| 1065 | + resolve-from "^5.0.0" |
| 1066 | + resolve-global "^1.0.0" |
| 1067 | + |
1040 | 1068 | "@commitlint/rules@^11.0.0":
|
1041 | 1069 | version "11.0.0"
|
1042 | 1070 | resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-11.0.0.tgz#bdb310cc6fc55c9f8d7d917a22b69055c535c375"
|
|
1064 | 1092 | resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-11.0.0.tgz#719cf05fcc1abb6533610a2e0f5dd1e61eac14fe"
|
1065 | 1093 | integrity sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ==
|
1066 | 1094 |
|
| 1095 | +"@commitlint/types@^12.0.1": |
| 1096 | + version "12.0.1" |
| 1097 | + resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-12.0.1.tgz#04a0cbb8aa56b7c004f8939c2d1ef8892ec68327" |
| 1098 | + integrity sha512-FsNDMV0W7D19/ZbR412klpqAilXASx75Neqh7jPtK278IEwdukOg3vth1r5kTm+BjDScM7wMUEOwIW3NNfAtwg== |
| 1099 | + dependencies: |
| 1100 | + chalk "^4.0.0" |
| 1101 | + |
1067 | 1102 | "@eslint/eslintrc@^0.4.0":
|
1068 | 1103 | version "0.4.0"
|
1069 | 1104 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
|
@@ -8043,6 +8078,11 @@ throat@^5.0.0:
|
8043 | 8078 | resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b"
|
8044 | 8079 | integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==
|
8045 | 8080 |
|
| 8081 | +throat@^6.0.0: |
| 8082 | + version "6.0.1" |
| 8083 | + resolved "https://registry.yarnpkg.com/throat/-/throat-6.0.1.tgz#d514fedad95740c12c2d7fc70ea863eb51ade375" |
| 8084 | + integrity sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w== |
| 8085 | + |
8046 | 8086 | through2@^2.0.2:
|
8047 | 8087 | version "2.0.5"
|
8048 | 8088 | resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
|
|
0 commit comments