|
1047 | 1047 | resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-11.0.0.tgz#3ed60ab7a33019e58d90e2d891b75d7df77b4b4d"
|
1048 | 1048 | integrity sha512-g01p1g4BmYlZ2+tdotCavrMunnPFPhTzG1ZiLKTCYrooHRbmvqo42ZZn4QMStUEIcn+jfLb6BRZX3JzIwA1ezQ==
|
1049 | 1049 |
|
1050 |
| -"@commitlint/execute-rule@^9.1.2": |
1051 |
| - version "9.1.2" |
1052 |
| - resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-9.1.2.tgz#74a77eae50c8d2e5766822061ddf0df1b4f08027" |
1053 |
| - integrity sha512-NGbeo0KCVYo1yj9vVPFHv6RGFpIF6wcQxpFYUKGIzZVV9Vz1WyiKS689JXa99Dt1aN0cZlEJJLnTNDIgYls0Vg== |
1054 |
| - |
1055 | 1050 | "@commitlint/format@^11.0.0":
|
1056 | 1051 | version "11.0.0"
|
1057 | 1052 | resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-11.0.0.tgz#ac47b0b9ca46540c0082c721b290794e67bdc51b"
|
|
1091 | 1086 | lodash "^4.17.19"
|
1092 | 1087 | resolve-from "^5.0.0"
|
1093 | 1088 |
|
1094 |
| -"@commitlint/load@^9.1.2": |
1095 |
| - version "9.1.2" |
1096 |
| - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-9.1.2.tgz#c79634e8805ab35f318c535fdbda748288bf5395" |
1097 |
| - integrity sha512-FPL82xBuF7J3EJ57kLVoligQP4BFRwrknooP+vNT787AXmQ/Fddc/iYYwHwy67pNkk5N++/51UyDl/CqiHb6nA== |
1098 |
| - dependencies: |
1099 |
| - "@commitlint/execute-rule" "^9.1.2" |
1100 |
| - "@commitlint/resolve-extends" "^9.1.2" |
1101 |
| - "@commitlint/types" "^9.1.2" |
1102 |
| - chalk "4.1.0" |
1103 |
| - cosmiconfig "^6.0.0" |
1104 |
| - lodash "^4.17.19" |
1105 |
| - resolve-from "^5.0.0" |
1106 |
| - |
1107 | 1089 | "@commitlint/message@^11.0.0":
|
1108 | 1090 | version "11.0.0"
|
1109 | 1091 | resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-11.0.0.tgz#83554c3cbbc884fd07b473593bc3e94bcaa3ee05"
|
|
1117 | 1099 | conventional-changelog-angular "^5.0.0"
|
1118 | 1100 | conventional-commits-parser "^3.0.0"
|
1119 | 1101 |
|
1120 |
| -"@commitlint/prompt@^9.1.2": |
1121 |
| - version "9.1.2" |
1122 |
| - resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-9.1.2.tgz#b0fa35525fa940943eb388292780acbcb9aa4f6c" |
1123 |
| - integrity sha512-VxpF+e+rYZZ+8DjIEY3arSnWiKVbDISVxWGbrxUUbheIBnqr1fAFcpJHJWBOzJTW79J79Y6Y6KGcu2fXvPx0ug== |
| 1102 | +"@commitlint/prompt@^11.0.0": |
| 1103 | + version "11.0.0" |
| 1104 | + resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-11.0.0.tgz#f8aef73d17a63901496dfd17aa192063151f679e" |
| 1105 | + integrity sha512-tI7Zi3KZ9P38iR/eC1inqjYDbFE/wd6ptA10191XwljXKvgov2nz1abC+5oqJPzGTxex1VC7q/NnWlPwLM5DCg== |
1124 | 1106 | dependencies:
|
1125 |
| - "@babel/runtime" "^7.9.6" |
1126 |
| - "@commitlint/load" "^9.1.2" |
| 1107 | + "@babel/runtime" "^7.11.2" |
| 1108 | + "@commitlint/load" "^11.0.0" |
1127 | 1109 | chalk "^4.0.0"
|
1128 | 1110 | lodash "^4.17.19"
|
1129 | 1111 | throat "^5.0.0"
|
|
1148 | 1130 | resolve-from "^5.0.0"
|
1149 | 1131 | resolve-global "^1.0.0"
|
1150 | 1132 |
|
1151 |
| -"@commitlint/resolve-extends@^9.1.2": |
1152 |
| - version "9.1.2" |
1153 |
| - resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-9.1.2.tgz#222dcb73b139b6645cf3ce3bd55db429a98600b3" |
1154 |
| - integrity sha512-HcoL+qFGmWEu9VM4fY0HI+VzF4yHcg3x+9Hx6pYFZ+r2wLbnKs964y0v68oyMO/mS/46MVoLNXZGR8U3adpadg== |
1155 |
| - dependencies: |
1156 |
| - import-fresh "^3.0.0" |
1157 |
| - lodash "^4.17.19" |
1158 |
| - resolve-from "^5.0.0" |
1159 |
| - resolve-global "^1.0.0" |
1160 |
| - |
1161 | 1133 | "@commitlint/rules@^11.0.0":
|
1162 | 1134 | version "11.0.0"
|
1163 | 1135 | resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-11.0.0.tgz#bdb310cc6fc55c9f8d7d917a22b69055c535c375"
|
|
1185 | 1157 | resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-11.0.0.tgz#719cf05fcc1abb6533610a2e0f5dd1e61eac14fe"
|
1186 | 1158 | integrity sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ==
|
1187 | 1159 |
|
1188 |
| -"@commitlint/types@^9.1.2": |
1189 |
| - version "9.1.2" |
1190 |
| - resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-9.1.2.tgz#d05f66db03e3a3638a654e8badf2deb489eb220d" |
1191 |
| - integrity sha512-r3fwVbVH+M8W0qYlBBZFsUwKe6NT5qvz+EmU7sr8VeN1cQ63z+3cfXyTo7WGGEMEgKiT0jboNAK3b1FZp8k9LQ== |
1192 |
| - |
1193 | 1160 | "@istanbuljs/load-nyc-config@^1.0.0":
|
1194 | 1161 | version "1.1.0"
|
1195 | 1162 | resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
|
|
0 commit comments