|
2240 | 2240 | read-json-safe "^1.0.5"
|
2241 | 2241 | types-pkg-json "^1.1.0"
|
2242 | 2242 |
|
2243 |
| -"@commitlint/cli@18.5.0": |
2244 |
| - version "18.5.0" |
2245 |
| - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.5.0.tgz#e485c29d51b66890cd93a4c7f3f1e5ed15101db2" |
2246 |
| - integrity sha512-g/N0mJBrHcTdiccUpJknS6/ru45eIEAZyhEy9sL2ILjzK2IVNrpzlAPtxEr8bZCZLGwPBUrQ5UCIIu4uebhImw== |
2247 |
| - dependencies: |
2248 |
| - "@commitlint/format" "^18.4.4" |
2249 |
| - "@commitlint/lint" "^18.5.0" |
2250 |
| - "@commitlint/load" "^18.5.0" |
2251 |
| - "@commitlint/read" "^18.4.4" |
2252 |
| - "@commitlint/types" "^18.4.4" |
| 2243 | +"@commitlint/cli@18.6.0": |
| 2244 | + version "18.6.0" |
| 2245 | + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.0.tgz#f065e0514f3870b6dc9a3c608a78820806b46527" |
| 2246 | + integrity sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w== |
| 2247 | + dependencies: |
| 2248 | + "@commitlint/format" "^18.6.0" |
| 2249 | + "@commitlint/lint" "^18.6.0" |
| 2250 | + "@commitlint/load" "^18.6.0" |
| 2251 | + "@commitlint/read" "^18.6.0" |
| 2252 | + "@commitlint/types" "^18.6.0" |
2253 | 2253 | execa "^5.0.0"
|
2254 | 2254 | lodash.isfunction "^3.0.9"
|
2255 | 2255 | resolve-from "5.0.0"
|
2256 | 2256 | resolve-global "1.0.0"
|
2257 | 2257 | yargs "^17.0.0"
|
2258 | 2258 |
|
2259 |
| -"@commitlint/config-validator@^18.5.0": |
2260 |
| - version "18.5.0" |
2261 |
| - resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.5.0.tgz#3ddd3f94001ebbc5a61c7190fa7a51fab289690f" |
2262 |
| - integrity sha512-mDAA6WQPjh9Ida8ACdInDylBQcqeUD2gBHE+dQu+B3OIHiWiSSrq4F2+wg3nDU9EzfcQSwPwYL+QbMmiW5SmLA== |
| 2259 | +"@commitlint/config-validator@^18.6.0": |
| 2260 | + version "18.6.0" |
| 2261 | + resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.6.0.tgz#ea1e04e92829dd7b90cea444f245b0bdefa0a586" |
| 2262 | + integrity sha512-Ptfa865arNozlkjxrYG3qt6wT9AlhNUHeuDyKEZiTL/l0ftncFhK/KN0t/EAMV2tec+0Mwxo0FmhbESj/bI+1g== |
2263 | 2263 | dependencies:
|
2264 |
| - "@commitlint/types" "^18.4.4" |
| 2264 | + "@commitlint/types" "^18.6.0" |
2265 | 2265 | ajv "^8.11.0"
|
2266 | 2266 |
|
2267 |
| -"@commitlint/ensure@^18.4.4": |
2268 |
| - version "18.4.4" |
2269 |
| - resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.4.4.tgz#5e142e489e32f6a22865cea05ca369a95a4b77a1" |
2270 |
| - integrity sha512-KjD19p6julB5WrQL+Cd8p+AePwpl1XzGAjB0jnuFMKWtji9L7ucCZUKDstGjlkBZGGzH/nvdB8K+bh5K27EVUg== |
| 2267 | +"@commitlint/ensure@^18.6.0": |
| 2268 | + version "18.6.0" |
| 2269 | + resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.6.0.tgz#3f3dc09d99016eaab0da9423123effd820d11931" |
| 2270 | + integrity sha512-xY07NmOBJ7JuhX3tic021PaeLepZARIQyqpAQoNQZoml1keBFfB6MbA7XlWZv0ebbarUFE4yhKxOPw+WFv7/qw== |
2271 | 2271 | dependencies:
|
2272 |
| - "@commitlint/types" "^18.4.4" |
| 2272 | + "@commitlint/types" "^18.6.0" |
2273 | 2273 | lodash.camelcase "^4.3.0"
|
2274 | 2274 | lodash.kebabcase "^4.1.1"
|
2275 | 2275 | lodash.snakecase "^4.1.1"
|
|
2281 | 2281 | resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.4.4.tgz#ade986742c1944c8162a54288747e54a8c6146b5"
|
2282 | 2282 | integrity sha512-a37Nd3bDQydtg9PCLLWM9ZC+GO7X5i4zJvrggJv5jBhaHsXeQ9ZWdO6ODYR+f0LxBXXNYK3geYXJrCWUCP8JEg==
|
2283 | 2283 |
|
2284 |
| -"@commitlint/format@^18.4.4": |
2285 |
| - version "18.4.4" |
2286 |
| - resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.4.4.tgz#51996ba0a7eac14f7f8991cff8700e4a2fd86ba7" |
2287 |
| - integrity sha512-2v3V5hVlv0R3pe7p66IX5F7cjeVvGM5JqITRIbBCFvGHPJ/CG74rjTkAu0RBEiIhlk3eOaLjVGq3d5falPkLBA== |
| 2284 | +"@commitlint/format@^18.6.0": |
| 2285 | + version "18.6.0" |
| 2286 | + resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.6.0.tgz#e13ef8419cd8eb37be5825a2e84e73cabbfb56ad" |
| 2287 | + integrity sha512-8UNWfs2slPPSQiiVpLGJTnPHv7Jkd5KYxfbNXbmLL583bjom4RrylvyrCVnmZReA8nNad7pPXq6mDH4FNVj6xg== |
2288 | 2288 | dependencies:
|
2289 |
| - "@commitlint/types" "^18.4.4" |
| 2289 | + "@commitlint/types" "^18.6.0" |
2290 | 2290 | chalk "^4.1.0"
|
2291 | 2291 |
|
2292 |
| -"@commitlint/is-ignored@^18.4.4": |
2293 |
| - version "18.4.4" |
2294 |
| - resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.4.4.tgz#3fbf2a55a960ccf037e79ad4610091a693800680" |
2295 |
| - integrity sha512-rXWes9owKBTjfTr6Od7YlflRg4N+ngkOH+dUZhk0qL/XQb26mHz0EgVgdixMVBac1OsohRwJaLmVHX+5F6vfmg== |
| 2292 | +"@commitlint/is-ignored@^18.6.0": |
| 2293 | + version "18.6.0" |
| 2294 | + resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.6.0.tgz#d15ab04f547f7554cc3377d50f8e19178502b8af" |
| 2295 | + integrity sha512-Xjx/ZyyJ4FdLuz0FcOvqiqSFgiO2yYj3QN9XlvyrxqbXTxPVC7QFEXJYBVPulUSN/gR7WXH1Udw+HYYfD17xog== |
2296 | 2296 | dependencies:
|
2297 |
| - "@commitlint/types" "^18.4.4" |
| 2297 | + "@commitlint/types" "^18.6.0" |
2298 | 2298 | semver "7.5.4"
|
2299 | 2299 |
|
2300 |
| -"@commitlint/lint@^18.5.0": |
2301 |
| - version "18.5.0" |
2302 |
| - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.5.0.tgz#83c7434e969d04aaa84c5129c17b3dcde33d4650" |
2303 |
| - integrity sha512-4VbfTGTZf/aDaOn+vednMQFu5EIKfERvv7j8La3etQCra0O2QMrZL28xugTroYekawpTkiWWvLswtpVfabIbgw== |
| 2300 | +"@commitlint/lint@^18.6.0": |
| 2301 | + version "18.6.0" |
| 2302 | + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.6.0.tgz#f54c856840a6238e0c2972588c2dc986317f1b7b" |
| 2303 | + integrity sha512-ycbuDWfyykPmslgiHzhz8dL6F0BJYltXLVfc+M49z0c+FNITM0v+r0Vd2+Tdtq06VTc894p2+YSmZhulY8Jn3Q== |
2304 | 2304 | dependencies:
|
2305 |
| - "@commitlint/is-ignored" "^18.4.4" |
2306 |
| - "@commitlint/parse" "^18.4.4" |
2307 |
| - "@commitlint/rules" "^18.4.4" |
2308 |
| - "@commitlint/types" "^18.4.4" |
| 2305 | + "@commitlint/is-ignored" "^18.6.0" |
| 2306 | + "@commitlint/parse" "^18.6.0" |
| 2307 | + "@commitlint/rules" "^18.6.0" |
| 2308 | + "@commitlint/types" "^18.6.0" |
2309 | 2309 |
|
2310 |
| -"@commitlint/load@^18.5.0": |
2311 |
| - version "18.5.0" |
2312 |
| - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.5.0.tgz#b14eef9306c2500594d8a7f1e4a8d68cb2562439" |
2313 |
| - integrity sha512-vpyGgk7rzbFsU01NVwPNC/WetHFP0EwSYnQ1R833SJFHkEo+cWvqoVlw/VoZwBMoI6sF5/lwEdKzFDr1DHJ6+A== |
| 2310 | +"@commitlint/load@^18.6.0": |
| 2311 | + version "18.6.0" |
| 2312 | + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.6.0.tgz#98108294b9383aa2905781b192215df4718babb7" |
| 2313 | + integrity sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA== |
2314 | 2314 | dependencies:
|
2315 |
| - "@commitlint/config-validator" "^18.5.0" |
| 2315 | + "@commitlint/config-validator" "^18.6.0" |
2316 | 2316 | "@commitlint/execute-rule" "^18.4.4"
|
2317 |
| - "@commitlint/resolve-extends" "^18.5.0" |
2318 |
| - "@commitlint/types" "^18.4.4" |
| 2317 | + "@commitlint/resolve-extends" "^18.6.0" |
| 2318 | + "@commitlint/types" "^18.6.0" |
2319 | 2319 | chalk "^4.1.0"
|
2320 | 2320 | cosmiconfig "^8.3.6"
|
2321 | 2321 | cosmiconfig-typescript-loader "^5.0.0"
|
|
2329 | 2329 | resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.4.4.tgz#811682a0d147a24e5c467acdb52071434df2b9f5"
|
2330 | 2330 | integrity sha512-lHF95mMDYgAI1LBXveJUyg4eLaMXyOqJccCK3v55ZOEUsMPrDi8upqDjd/NmzWmESYihaOMBTAnxm+6oD1WoDQ==
|
2331 | 2331 |
|
2332 |
| -"@commitlint/parse@^18.4.4": |
2333 |
| - version "18.4.4" |
2334 |
| - resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.4.4.tgz#5c8f515d4dbebe9b7ccfcd1701e58446e2bec6da" |
2335 |
| - integrity sha512-99G7dyn/OoyNWXJni0Ki0K3aJd01pEb/Im/Id6y4X7PN+kGOahjz2z/cXYYHn7xDdooqFVdiVrVLeChfgpWZ2g== |
| 2332 | +"@commitlint/parse@^18.6.0": |
| 2333 | + version "18.6.0" |
| 2334 | + resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.6.0.tgz#ae19ff8ceb0c8ffab131158829b06b505b9921fd" |
| 2335 | + integrity sha512-Y/G++GJpATFw54O0jikc/h2ibyGHgghtPnwsOk3O/aU092ydJ5XEHYcd7xGNQYuLweLzQis2uEwRNk9AVIPbQQ== |
2336 | 2336 | dependencies:
|
2337 |
| - "@commitlint/types" "^18.4.4" |
| 2337 | + "@commitlint/types" "^18.6.0" |
2338 | 2338 | conventional-changelog-angular "^7.0.0"
|
2339 | 2339 | conventional-commits-parser "^5.0.0"
|
2340 | 2340 |
|
2341 |
| -"@commitlint/read@^18.4.4": |
2342 |
| - version "18.4.4" |
2343 |
| - resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.4.4.tgz#7f6848edd3210bf82e6aaa0cd30e72e7e669e009" |
2344 |
| - integrity sha512-r58JbWky4gAFPea/CZmvlqP9Ehbs+8gSEUqhIJOojKzTc3xlxFnZUDVPcEnnaqzQEEoV6C69VW7xuzdcBlu/FQ== |
| 2341 | +"@commitlint/read@^18.6.0": |
| 2342 | + version "18.6.0" |
| 2343 | + resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.6.0.tgz#324ea1fa625f88427780df23fffe4a92d383d665" |
| 2344 | + integrity sha512-w39ji8VfWhPKRquPhRHB3Yd8XIHwaNHgOh28YI1QEmZ59qVpuVUQo6h/NsVb+uoC6LbXZiofTZv2iFR084jKEA== |
2345 | 2345 | dependencies:
|
2346 | 2346 | "@commitlint/top-level" "^18.4.4"
|
2347 |
| - "@commitlint/types" "^18.4.4" |
| 2347 | + "@commitlint/types" "^18.6.0" |
2348 | 2348 | git-raw-commits "^2.0.11"
|
2349 | 2349 | minimist "^1.2.6"
|
2350 | 2350 |
|
2351 |
| -"@commitlint/resolve-extends@^18.5.0": |
2352 |
| - version "18.5.0" |
2353 |
| - resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.5.0.tgz#ea955fc9455f70a5389cdc9633c78132c8008ed2" |
2354 |
| - integrity sha512-OxCYOMnlkOEEIkwTaRiFjHyuWBq962WBZQVHfMHej8tr3d+SfjznvqZhPmW8/SuqtfmGEiJPGWUNOxgwH+O0MA== |
| 2351 | +"@commitlint/resolve-extends@^18.6.0": |
| 2352 | + version "18.6.0" |
| 2353 | + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.6.0.tgz#db55be2b32e12593bc98dc44c6d9a9d90941bab4" |
| 2354 | + integrity sha512-k2Xp+Fxeggki2i90vGrbiLDMefPius3zGSTFFlRAPKce/SWLbZtI+uqE9Mne23mHO5lmcSV8z5m6ziiJwGpOcg== |
2355 | 2355 | dependencies:
|
2356 |
| - "@commitlint/config-validator" "^18.5.0" |
2357 |
| - "@commitlint/types" "^18.4.4" |
| 2356 | + "@commitlint/config-validator" "^18.6.0" |
| 2357 | + "@commitlint/types" "^18.6.0" |
2358 | 2358 | import-fresh "^3.0.0"
|
2359 | 2359 | lodash.mergewith "^4.6.2"
|
2360 | 2360 | resolve-from "^5.0.0"
|
2361 | 2361 | resolve-global "^1.0.0"
|
2362 | 2362 |
|
2363 |
| -"@commitlint/rules@^18.4.4": |
2364 |
| - version "18.4.4" |
2365 |
| - resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.4.4.tgz#859e920a4f0053ae27e4cdd65f68e7576a5ab53f" |
2366 |
| - integrity sha512-6Uzlsnl/GljEI+80NWjf4ThOfR8NIsbm18IfXYuCEchlwMHSxiuYG4rHSK5DNmG/+MIo8eR5VdQ0gQyt7kWzAA== |
| 2363 | +"@commitlint/rules@^18.6.0": |
| 2364 | + version "18.6.0" |
| 2365 | + resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.6.0.tgz#6d933e2de5639b75b4946120b3880e72e66a6051" |
| 2366 | + integrity sha512-pTalvCEvuCWrBWZA/YqO/3B3nZnY3Ncc+TmQsRajBdC1tkQIm5Iovdo4Ec7f2Dw1tVvpYMUUNAgcWqsY0WckWg== |
2367 | 2367 | dependencies:
|
2368 |
| - "@commitlint/ensure" "^18.4.4" |
| 2368 | + "@commitlint/ensure" "^18.6.0" |
2369 | 2369 | "@commitlint/message" "^18.4.4"
|
2370 | 2370 | "@commitlint/to-lines" "^18.4.4"
|
2371 |
| - "@commitlint/types" "^18.4.4" |
| 2371 | + "@commitlint/types" "^18.6.0" |
2372 | 2372 | execa "^5.0.0"
|
2373 | 2373 |
|
2374 | 2374 | "@commitlint/to-lines@^18.4.4":
|
|
2383 | 2383 | dependencies:
|
2384 | 2384 | find-up "^5.0.0"
|
2385 | 2385 |
|
2386 |
| -"@commitlint/types@^18.4.4": |
2387 |
| - version "18.4.4" |
2388 |
| - resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.4.4.tgz#dae9e0ce6a6728a36b8982ff301af0170bbe0d38" |
2389 |
| - integrity sha512-/FykLtodD8gKs3+VNkAUwofu4LBHankclj+I8fB2jTRvG6PV7k/OUt4P+VbM7ip853qS4F0g7Z6hLNa6JeMcAQ== |
| 2386 | +"@commitlint/types@^18.6.0": |
| 2387 | + version "18.6.0" |
| 2388 | + resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.6.0.tgz#3d3493cb5910f60f3749a8eb56aca47dc2e1b662" |
| 2389 | + integrity sha512-oavoKLML/eJa2rJeyYSbyGAYzTxQ6voG5oeX3OrxpfrkRWhJfm4ACnhoRf5tgiybx2MZ+EVFqC1Lw3W8/uwpZA== |
2390 | 2390 | dependencies:
|
2391 | 2391 | chalk "^4.1.0"
|
2392 | 2392 |
|
|
0 commit comments