|
2094 | 2094 | read-json-safe "^1.0.5" |
2095 | 2095 | types-pkg-json "^1.1.0" |
2096 | 2096 |
|
2097 | | -"@commitlint/cli@18.5.0": |
2098 | | - version "18.5.0" |
2099 | | - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.5.0.tgz#e485c29d51b66890cd93a4c7f3f1e5ed15101db2" |
2100 | | - integrity sha512-g/N0mJBrHcTdiccUpJknS6/ru45eIEAZyhEy9sL2ILjzK2IVNrpzlAPtxEr8bZCZLGwPBUrQ5UCIIu4uebhImw== |
2101 | | - dependencies: |
2102 | | - "@commitlint/format" "^18.4.4" |
2103 | | - "@commitlint/lint" "^18.5.0" |
2104 | | - "@commitlint/load" "^18.5.0" |
2105 | | - "@commitlint/read" "^18.4.4" |
2106 | | - "@commitlint/types" "^18.4.4" |
| 2097 | +"@commitlint/cli@18.6.0": |
| 2098 | + version "18.6.0" |
| 2099 | + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.0.tgz#f065e0514f3870b6dc9a3c608a78820806b46527" |
| 2100 | + integrity sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w== |
| 2101 | + dependencies: |
| 2102 | + "@commitlint/format" "^18.6.0" |
| 2103 | + "@commitlint/lint" "^18.6.0" |
| 2104 | + "@commitlint/load" "^18.6.0" |
| 2105 | + "@commitlint/read" "^18.6.0" |
| 2106 | + "@commitlint/types" "^18.6.0" |
2107 | 2107 | execa "^5.0.0" |
2108 | 2108 | lodash.isfunction "^3.0.9" |
2109 | 2109 | resolve-from "5.0.0" |
2110 | 2110 | resolve-global "1.0.0" |
2111 | 2111 | yargs "^17.0.0" |
2112 | 2112 |
|
2113 | | -"@commitlint/config-validator@^18.5.0": |
2114 | | - version "18.5.0" |
2115 | | - resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.5.0.tgz#3ddd3f94001ebbc5a61c7190fa7a51fab289690f" |
2116 | | - integrity sha512-mDAA6WQPjh9Ida8ACdInDylBQcqeUD2gBHE+dQu+B3OIHiWiSSrq4F2+wg3nDU9EzfcQSwPwYL+QbMmiW5SmLA== |
| 2113 | +"@commitlint/config-validator@^18.6.0": |
| 2114 | + version "18.6.0" |
| 2115 | + resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.6.0.tgz#ea1e04e92829dd7b90cea444f245b0bdefa0a586" |
| 2116 | + integrity sha512-Ptfa865arNozlkjxrYG3qt6wT9AlhNUHeuDyKEZiTL/l0ftncFhK/KN0t/EAMV2tec+0Mwxo0FmhbESj/bI+1g== |
2117 | 2117 | dependencies: |
2118 | | - "@commitlint/types" "^18.4.4" |
| 2118 | + "@commitlint/types" "^18.6.0" |
2119 | 2119 | ajv "^8.11.0" |
2120 | 2120 |
|
2121 | | -"@commitlint/ensure@^18.4.4": |
2122 | | - version "18.4.4" |
2123 | | - resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.4.4.tgz#5e142e489e32f6a22865cea05ca369a95a4b77a1" |
2124 | | - integrity sha512-KjD19p6julB5WrQL+Cd8p+AePwpl1XzGAjB0jnuFMKWtji9L7ucCZUKDstGjlkBZGGzH/nvdB8K+bh5K27EVUg== |
| 2121 | +"@commitlint/ensure@^18.6.0": |
| 2122 | + version "18.6.0" |
| 2123 | + resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.6.0.tgz#3f3dc09d99016eaab0da9423123effd820d11931" |
| 2124 | + integrity sha512-xY07NmOBJ7JuhX3tic021PaeLepZARIQyqpAQoNQZoml1keBFfB6MbA7XlWZv0ebbarUFE4yhKxOPw+WFv7/qw== |
2125 | 2125 | dependencies: |
2126 | | - "@commitlint/types" "^18.4.4" |
| 2126 | + "@commitlint/types" "^18.6.0" |
2127 | 2127 | lodash.camelcase "^4.3.0" |
2128 | 2128 | lodash.kebabcase "^4.1.1" |
2129 | 2129 | lodash.snakecase "^4.1.1" |
|
2135 | 2135 | resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.4.4.tgz#ade986742c1944c8162a54288747e54a8c6146b5" |
2136 | 2136 | integrity sha512-a37Nd3bDQydtg9PCLLWM9ZC+GO7X5i4zJvrggJv5jBhaHsXeQ9ZWdO6ODYR+f0LxBXXNYK3geYXJrCWUCP8JEg== |
2137 | 2137 |
|
2138 | | -"@commitlint/format@^18.4.4": |
2139 | | - version "18.4.4" |
2140 | | - resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.4.4.tgz#51996ba0a7eac14f7f8991cff8700e4a2fd86ba7" |
2141 | | - integrity sha512-2v3V5hVlv0R3pe7p66IX5F7cjeVvGM5JqITRIbBCFvGHPJ/CG74rjTkAu0RBEiIhlk3eOaLjVGq3d5falPkLBA== |
| 2138 | +"@commitlint/format@^18.6.0": |
| 2139 | + version "18.6.0" |
| 2140 | + resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.6.0.tgz#e13ef8419cd8eb37be5825a2e84e73cabbfb56ad" |
| 2141 | + integrity sha512-8UNWfs2slPPSQiiVpLGJTnPHv7Jkd5KYxfbNXbmLL583bjom4RrylvyrCVnmZReA8nNad7pPXq6mDH4FNVj6xg== |
2142 | 2142 | dependencies: |
2143 | | - "@commitlint/types" "^18.4.4" |
| 2143 | + "@commitlint/types" "^18.6.0" |
2144 | 2144 | chalk "^4.1.0" |
2145 | 2145 |
|
2146 | | -"@commitlint/is-ignored@^18.4.4": |
2147 | | - version "18.4.4" |
2148 | | - resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.4.4.tgz#3fbf2a55a960ccf037e79ad4610091a693800680" |
2149 | | - integrity sha512-rXWes9owKBTjfTr6Od7YlflRg4N+ngkOH+dUZhk0qL/XQb26mHz0EgVgdixMVBac1OsohRwJaLmVHX+5F6vfmg== |
| 2146 | +"@commitlint/is-ignored@^18.6.0": |
| 2147 | + version "18.6.0" |
| 2148 | + resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.6.0.tgz#d15ab04f547f7554cc3377d50f8e19178502b8af" |
| 2149 | + integrity sha512-Xjx/ZyyJ4FdLuz0FcOvqiqSFgiO2yYj3QN9XlvyrxqbXTxPVC7QFEXJYBVPulUSN/gR7WXH1Udw+HYYfD17xog== |
2150 | 2150 | dependencies: |
2151 | | - "@commitlint/types" "^18.4.4" |
| 2151 | + "@commitlint/types" "^18.6.0" |
2152 | 2152 | semver "7.5.4" |
2153 | 2153 |
|
2154 | | -"@commitlint/lint@^18.5.0": |
2155 | | - version "18.5.0" |
2156 | | - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.5.0.tgz#83c7434e969d04aaa84c5129c17b3dcde33d4650" |
2157 | | - integrity sha512-4VbfTGTZf/aDaOn+vednMQFu5EIKfERvv7j8La3etQCra0O2QMrZL28xugTroYekawpTkiWWvLswtpVfabIbgw== |
| 2154 | +"@commitlint/lint@^18.6.0": |
| 2155 | + version "18.6.0" |
| 2156 | + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.6.0.tgz#f54c856840a6238e0c2972588c2dc986317f1b7b" |
| 2157 | + integrity sha512-ycbuDWfyykPmslgiHzhz8dL6F0BJYltXLVfc+M49z0c+FNITM0v+r0Vd2+Tdtq06VTc894p2+YSmZhulY8Jn3Q== |
2158 | 2158 | dependencies: |
2159 | | - "@commitlint/is-ignored" "^18.4.4" |
2160 | | - "@commitlint/parse" "^18.4.4" |
2161 | | - "@commitlint/rules" "^18.4.4" |
2162 | | - "@commitlint/types" "^18.4.4" |
| 2159 | + "@commitlint/is-ignored" "^18.6.0" |
| 2160 | + "@commitlint/parse" "^18.6.0" |
| 2161 | + "@commitlint/rules" "^18.6.0" |
| 2162 | + "@commitlint/types" "^18.6.0" |
2163 | 2163 |
|
2164 | | -"@commitlint/load@^18.5.0": |
2165 | | - version "18.5.0" |
2166 | | - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.5.0.tgz#b14eef9306c2500594d8a7f1e4a8d68cb2562439" |
2167 | | - integrity sha512-vpyGgk7rzbFsU01NVwPNC/WetHFP0EwSYnQ1R833SJFHkEo+cWvqoVlw/VoZwBMoI6sF5/lwEdKzFDr1DHJ6+A== |
| 2164 | +"@commitlint/load@^18.6.0": |
| 2165 | + version "18.6.0" |
| 2166 | + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.6.0.tgz#98108294b9383aa2905781b192215df4718babb7" |
| 2167 | + integrity sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA== |
2168 | 2168 | dependencies: |
2169 | | - "@commitlint/config-validator" "^18.5.0" |
| 2169 | + "@commitlint/config-validator" "^18.6.0" |
2170 | 2170 | "@commitlint/execute-rule" "^18.4.4" |
2171 | | - "@commitlint/resolve-extends" "^18.5.0" |
2172 | | - "@commitlint/types" "^18.4.4" |
| 2171 | + "@commitlint/resolve-extends" "^18.6.0" |
| 2172 | + "@commitlint/types" "^18.6.0" |
2173 | 2173 | chalk "^4.1.0" |
2174 | 2174 | cosmiconfig "^8.3.6" |
2175 | 2175 | cosmiconfig-typescript-loader "^5.0.0" |
|
2183 | 2183 | resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.4.4.tgz#811682a0d147a24e5c467acdb52071434df2b9f5" |
2184 | 2184 | integrity sha512-lHF95mMDYgAI1LBXveJUyg4eLaMXyOqJccCK3v55ZOEUsMPrDi8upqDjd/NmzWmESYihaOMBTAnxm+6oD1WoDQ== |
2185 | 2185 |
|
2186 | | -"@commitlint/parse@^18.4.4": |
2187 | | - version "18.4.4" |
2188 | | - resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.4.4.tgz#5c8f515d4dbebe9b7ccfcd1701e58446e2bec6da" |
2189 | | - integrity sha512-99G7dyn/OoyNWXJni0Ki0K3aJd01pEb/Im/Id6y4X7PN+kGOahjz2z/cXYYHn7xDdooqFVdiVrVLeChfgpWZ2g== |
| 2186 | +"@commitlint/parse@^18.6.0": |
| 2187 | + version "18.6.0" |
| 2188 | + resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.6.0.tgz#ae19ff8ceb0c8ffab131158829b06b505b9921fd" |
| 2189 | + integrity sha512-Y/G++GJpATFw54O0jikc/h2ibyGHgghtPnwsOk3O/aU092ydJ5XEHYcd7xGNQYuLweLzQis2uEwRNk9AVIPbQQ== |
2190 | 2190 | dependencies: |
2191 | | - "@commitlint/types" "^18.4.4" |
| 2191 | + "@commitlint/types" "^18.6.0" |
2192 | 2192 | conventional-changelog-angular "^7.0.0" |
2193 | 2193 | conventional-commits-parser "^5.0.0" |
2194 | 2194 |
|
2195 | | -"@commitlint/read@^18.4.4": |
2196 | | - version "18.4.4" |
2197 | | - resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.4.4.tgz#7f6848edd3210bf82e6aaa0cd30e72e7e669e009" |
2198 | | - integrity sha512-r58JbWky4gAFPea/CZmvlqP9Ehbs+8gSEUqhIJOojKzTc3xlxFnZUDVPcEnnaqzQEEoV6C69VW7xuzdcBlu/FQ== |
| 2195 | +"@commitlint/read@^18.6.0": |
| 2196 | + version "18.6.0" |
| 2197 | + resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.6.0.tgz#324ea1fa625f88427780df23fffe4a92d383d665" |
| 2198 | + integrity sha512-w39ji8VfWhPKRquPhRHB3Yd8XIHwaNHgOh28YI1QEmZ59qVpuVUQo6h/NsVb+uoC6LbXZiofTZv2iFR084jKEA== |
2199 | 2199 | dependencies: |
2200 | 2200 | "@commitlint/top-level" "^18.4.4" |
2201 | | - "@commitlint/types" "^18.4.4" |
| 2201 | + "@commitlint/types" "^18.6.0" |
2202 | 2202 | git-raw-commits "^2.0.11" |
2203 | 2203 | minimist "^1.2.6" |
2204 | 2204 |
|
2205 | | -"@commitlint/resolve-extends@^18.5.0": |
2206 | | - version "18.5.0" |
2207 | | - resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.5.0.tgz#ea955fc9455f70a5389cdc9633c78132c8008ed2" |
2208 | | - integrity sha512-OxCYOMnlkOEEIkwTaRiFjHyuWBq962WBZQVHfMHej8tr3d+SfjznvqZhPmW8/SuqtfmGEiJPGWUNOxgwH+O0MA== |
| 2205 | +"@commitlint/resolve-extends@^18.6.0": |
| 2206 | + version "18.6.0" |
| 2207 | + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.6.0.tgz#db55be2b32e12593bc98dc44c6d9a9d90941bab4" |
| 2208 | + integrity sha512-k2Xp+Fxeggki2i90vGrbiLDMefPius3zGSTFFlRAPKce/SWLbZtI+uqE9Mne23mHO5lmcSV8z5m6ziiJwGpOcg== |
2209 | 2209 | dependencies: |
2210 | | - "@commitlint/config-validator" "^18.5.0" |
2211 | | - "@commitlint/types" "^18.4.4" |
| 2210 | + "@commitlint/config-validator" "^18.6.0" |
| 2211 | + "@commitlint/types" "^18.6.0" |
2212 | 2212 | import-fresh "^3.0.0" |
2213 | 2213 | lodash.mergewith "^4.6.2" |
2214 | 2214 | resolve-from "^5.0.0" |
2215 | 2215 | resolve-global "^1.0.0" |
2216 | 2216 |
|
2217 | | -"@commitlint/rules@^18.4.4": |
2218 | | - version "18.4.4" |
2219 | | - resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.4.4.tgz#859e920a4f0053ae27e4cdd65f68e7576a5ab53f" |
2220 | | - integrity sha512-6Uzlsnl/GljEI+80NWjf4ThOfR8NIsbm18IfXYuCEchlwMHSxiuYG4rHSK5DNmG/+MIo8eR5VdQ0gQyt7kWzAA== |
| 2217 | +"@commitlint/rules@^18.6.0": |
| 2218 | + version "18.6.0" |
| 2219 | + resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.6.0.tgz#6d933e2de5639b75b4946120b3880e72e66a6051" |
| 2220 | + integrity sha512-pTalvCEvuCWrBWZA/YqO/3B3nZnY3Ncc+TmQsRajBdC1tkQIm5Iovdo4Ec7f2Dw1tVvpYMUUNAgcWqsY0WckWg== |
2221 | 2221 | dependencies: |
2222 | | - "@commitlint/ensure" "^18.4.4" |
| 2222 | + "@commitlint/ensure" "^18.6.0" |
2223 | 2223 | "@commitlint/message" "^18.4.4" |
2224 | 2224 | "@commitlint/to-lines" "^18.4.4" |
2225 | | - "@commitlint/types" "^18.4.4" |
| 2225 | + "@commitlint/types" "^18.6.0" |
2226 | 2226 | execa "^5.0.0" |
2227 | 2227 |
|
2228 | 2228 | "@commitlint/to-lines@^18.4.4": |
|
2237 | 2237 | dependencies: |
2238 | 2238 | find-up "^5.0.0" |
2239 | 2239 |
|
2240 | | -"@commitlint/types@^18.4.4": |
2241 | | - version "18.4.4" |
2242 | | - resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.4.4.tgz#dae9e0ce6a6728a36b8982ff301af0170bbe0d38" |
2243 | | - integrity sha512-/FykLtodD8gKs3+VNkAUwofu4LBHankclj+I8fB2jTRvG6PV7k/OUt4P+VbM7ip853qS4F0g7Z6hLNa6JeMcAQ== |
| 2240 | +"@commitlint/types@^18.6.0": |
| 2241 | + version "18.6.0" |
| 2242 | + resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.6.0.tgz#3d3493cb5910f60f3749a8eb56aca47dc2e1b662" |
| 2243 | + integrity sha512-oavoKLML/eJa2rJeyYSbyGAYzTxQ6voG5oeX3OrxpfrkRWhJfm4ACnhoRf5tgiybx2MZ+EVFqC1Lw3W8/uwpZA== |
2244 | 2244 | dependencies: |
2245 | 2245 | chalk "^4.1.0" |
2246 | 2246 |
|
|
0 commit comments