Skip to content

Commit 8bbcae8

Browse files
committed
chore(deps): update dependency @txo/commitlint to ^1.0.13
1 parent 35c5128 commit 8bbcae8

File tree

2 files changed

+115
-107
lines changed

2 files changed

+115
-107
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-react-hooks": "^4.6.0"
3535
},
3636
"devDependencies": {
37-
"@txo/commitlint": "^1.0.12",
37+
"@txo/commitlint": "^1.0.13",
3838
"@txo/semantic-release": "^1.0.8",
3939
"@txo/tsconfig": "^1.1.1",
4040
"@types/eslint": "^8.56.2",

yarn.lock

Lines changed: 114 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -336,27 +336,28 @@
336336
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
337337
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
338338

339-
"@commitlint/cli@^18.6.0":
340-
version "18.6.0"
341-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.0.tgz#f065e0514f3870b6dc9a3c608a78820806b46527"
342-
integrity sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w==
343-
dependencies:
344-
"@commitlint/format" "^18.6.0"
345-
"@commitlint/lint" "^18.6.0"
346-
"@commitlint/load" "^18.6.0"
347-
"@commitlint/read" "^18.6.0"
348-
"@commitlint/types" "^18.6.0"
339+
"@commitlint/cli@^18.6.1":
340+
version "18.6.1"
341+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.1.tgz#78bffdfa00d6f01425d53096954993d83f2b343d"
342+
integrity sha512-5IDE0a+lWGdkOvKH892HHAZgbAjcj1mT5QrfA/SVbLJV/BbBMGyKN0W5mhgjekPJJwEQdVNvhl9PwUacY58Usw==
343+
dependencies:
344+
"@commitlint/format" "^18.6.1"
345+
"@commitlint/lint" "^18.6.1"
346+
"@commitlint/load" "^18.6.1"
347+
"@commitlint/read" "^18.6.1"
348+
"@commitlint/types" "^18.6.1"
349349
execa "^5.0.0"
350350
lodash.isfunction "^3.0.9"
351351
resolve-from "5.0.0"
352352
resolve-global "1.0.0"
353353
yargs "^17.0.0"
354354

355-
"@commitlint/config-conventional@^18.6.0":
356-
version "18.6.0"
357-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.6.0.tgz#88da3e34e2bfcd8a5d46bcc472553e7f63f35323"
358-
integrity sha512-CDCOf2eJz9D/TL44IBks0stM9TmdLCNE2B48owIU3YCadwzts/bobXPScagIgPQF6hhKYMEdj5zpUDlmbwuqwQ==
355+
"@commitlint/config-conventional@^18.6.2":
356+
version "18.6.2"
357+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.6.2.tgz#617f3ee761578040cade530631058699642cbd78"
358+
integrity sha512-PcgSYg1AKGQIwDQKbaHtJsfqYy4uJTC7crLVZ83lfjcPaec4Pry2vLeaWej7ao2KsT20l9dWoMPpEGg8LWdUuA==
359359
dependencies:
360+
"@commitlint/types" "^18.6.1"
360361
conventional-changelog-conventionalcommits "^7.0.2"
361362

362363
"@commitlint/config-validator@^17.1.0":
@@ -367,20 +368,20 @@
367368
"@commitlint/types" "^17.0.0"
368369
ajv "^8.11.0"
369370

370-
"@commitlint/config-validator@^18.6.0":
371-
version "18.6.0"
372-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.6.0.tgz#ea1e04e92829dd7b90cea444f245b0bdefa0a586"
373-
integrity sha512-Ptfa865arNozlkjxrYG3qt6wT9AlhNUHeuDyKEZiTL/l0ftncFhK/KN0t/EAMV2tec+0Mwxo0FmhbESj/bI+1g==
371+
"@commitlint/config-validator@^18.6.1":
372+
version "18.6.1"
373+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.6.1.tgz#e0d71a99c984a68586c7ae7afd3f52342022fae8"
374+
integrity sha512-05uiToBVfPhepcQWE1ZQBR/Io3+tb3gEotZjnI4tTzzPk16NffN6YABgwFQCLmzZefbDcmwWqJWc2XT47q7Znw==
374375
dependencies:
375-
"@commitlint/types" "^18.6.0"
376+
"@commitlint/types" "^18.6.1"
376377
ajv "^8.11.0"
377378

378-
"@commitlint/ensure@^18.6.0":
379-
version "18.6.0"
380-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.6.0.tgz#3f3dc09d99016eaab0da9423123effd820d11931"
381-
integrity sha512-xY07NmOBJ7JuhX3tic021PaeLepZARIQyqpAQoNQZoml1keBFfB6MbA7XlWZv0ebbarUFE4yhKxOPw+WFv7/qw==
379+
"@commitlint/ensure@^18.6.1":
380+
version "18.6.1"
381+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.6.1.tgz#17141e083200ca94d8480dc23b0e8f8b1fd37b7f"
382+
integrity sha512-BPm6+SspyxQ7ZTsZwXc7TRQL5kh5YWt3euKmEIBZnocMFkJevqs3fbLRb8+8I/cfbVcAo4mxRlpTPfz8zX7SnQ==
382383
dependencies:
383-
"@commitlint/types" "^18.6.0"
384+
"@commitlint/types" "^18.6.1"
384385
lodash.camelcase "^4.3.0"
385386
lodash.kebabcase "^4.1.1"
386387
lodash.snakecase "^4.1.1"
@@ -392,36 +393,36 @@
392393
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.0.0.tgz#186e9261fd36733922ae617497888c4bdb6e5c92"
393394
integrity sha512-nVjL/w/zuqjCqSJm8UfpNaw66V9WzuJtQvEnCrK4jDw6qKTmZB+1JQ8m6BQVZbNBcwfYdDNKnhIhqI0Rk7lgpQ==
394395

395-
"@commitlint/execute-rule@^18.4.4":
396-
version "18.4.4"
397-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.4.4.tgz#ade986742c1944c8162a54288747e54a8c6146b5"
398-
integrity sha512-a37Nd3bDQydtg9PCLLWM9ZC+GO7X5i4zJvrggJv5jBhaHsXeQ9ZWdO6ODYR+f0LxBXXNYK3geYXJrCWUCP8JEg==
396+
"@commitlint/execute-rule@^18.6.1":
397+
version "18.6.1"
398+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.6.1.tgz#18175e043fe6fb5fceea7b8530316c644f93dfe6"
399+
integrity sha512-7s37a+iWyJiGUeMFF6qBlyZciUkF8odSAnHijbD36YDctLhGKoYltdvuJ/AFfRm6cBLRtRk9cCVPdsEFtt/2rg==
399400

400-
"@commitlint/format@^18.6.0":
401-
version "18.6.0"
402-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.6.0.tgz#e13ef8419cd8eb37be5825a2e84e73cabbfb56ad"
403-
integrity sha512-8UNWfs2slPPSQiiVpLGJTnPHv7Jkd5KYxfbNXbmLL583bjom4RrylvyrCVnmZReA8nNad7pPXq6mDH4FNVj6xg==
401+
"@commitlint/format@^18.6.1":
402+
version "18.6.1"
403+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.6.1.tgz#5f2b8b3ae4d8d80bd9239178e97df63e5b8d280a"
404+
integrity sha512-K8mNcfU/JEFCharj2xVjxGSF+My+FbUHoqR+4GqPGrHNqXOGNio47ziiR4HQUPKtiNs05o8/WyLBoIpMVOP7wg==
404405
dependencies:
405-
"@commitlint/types" "^18.6.0"
406+
"@commitlint/types" "^18.6.1"
406407
chalk "^4.1.0"
407408

408-
"@commitlint/is-ignored@^18.6.0":
409-
version "18.6.0"
410-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.6.0.tgz#d15ab04f547f7554cc3377d50f8e19178502b8af"
411-
integrity sha512-Xjx/ZyyJ4FdLuz0FcOvqiqSFgiO2yYj3QN9XlvyrxqbXTxPVC7QFEXJYBVPulUSN/gR7WXH1Udw+HYYfD17xog==
409+
"@commitlint/is-ignored@^18.6.1":
410+
version "18.6.1"
411+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.6.1.tgz#4ee08ba91ff3defb06e0ef19259a9c6734a8d06e"
412+
integrity sha512-MOfJjkEJj/wOaPBw5jFjTtfnx72RGwqYIROABudOtJKW7isVjFe9j0t8xhceA02QebtYf4P/zea4HIwnXg8rvA==
412413
dependencies:
413-
"@commitlint/types" "^18.6.0"
414-
semver "7.5.4"
414+
"@commitlint/types" "^18.6.1"
415+
semver "7.6.0"
415416

416-
"@commitlint/lint@^18.6.0":
417-
version "18.6.0"
418-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.6.0.tgz#f54c856840a6238e0c2972588c2dc986317f1b7b"
419-
integrity sha512-ycbuDWfyykPmslgiHzhz8dL6F0BJYltXLVfc+M49z0c+FNITM0v+r0Vd2+Tdtq06VTc894p2+YSmZhulY8Jn3Q==
417+
"@commitlint/lint@^18.6.1":
418+
version "18.6.1"
419+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.6.1.tgz#fe3834636c99ee14534a8eb3832831ac362e9fd8"
420+
integrity sha512-8WwIFo3jAuU+h1PkYe5SfnIOzp+TtBHpFr4S8oJWhu44IWKuVx6GOPux3+9H1iHOan/rGBaiacicZkMZuluhfQ==
420421
dependencies:
421-
"@commitlint/is-ignored" "^18.6.0"
422-
"@commitlint/parse" "^18.6.0"
423-
"@commitlint/rules" "^18.6.0"
424-
"@commitlint/types" "^18.6.0"
422+
"@commitlint/is-ignored" "^18.6.1"
423+
"@commitlint/parse" "^18.6.1"
424+
"@commitlint/rules" "^18.6.1"
425+
"@commitlint/types" "^18.6.1"
425426

426427
"@commitlint/load@>6.1.1":
427428
version "17.1.2"
@@ -441,15 +442,15 @@
441442
ts-node "^10.8.1"
442443
typescript "^4.6.4"
443444

444-
"@commitlint/load@^18.6.0":
445-
version "18.6.0"
446-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.6.0.tgz#98108294b9383aa2905781b192215df4718babb7"
447-
integrity sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA==
445+
"@commitlint/load@^18.6.1":
446+
version "18.6.1"
447+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.6.1.tgz#fb79ed7ee8b5897a9b5c274c1e24eda9162df816"
448+
integrity sha512-p26x8734tSXUHoAw0ERIiHyW4RaI4Bj99D8YgUlVV9SedLf8hlWAfyIFhHRIhfPngLlCe0QYOdRKYFt8gy56TA==
448449
dependencies:
449-
"@commitlint/config-validator" "^18.6.0"
450-
"@commitlint/execute-rule" "^18.4.4"
451-
"@commitlint/resolve-extends" "^18.6.0"
452-
"@commitlint/types" "^18.6.0"
450+
"@commitlint/config-validator" "^18.6.1"
451+
"@commitlint/execute-rule" "^18.6.1"
452+
"@commitlint/resolve-extends" "^18.6.1"
453+
"@commitlint/types" "^18.6.1"
453454
chalk "^4.1.0"
454455
cosmiconfig "^8.3.6"
455456
cosmiconfig-typescript-loader "^5.0.0"
@@ -458,27 +459,27 @@
458459
lodash.uniq "^4.5.0"
459460
resolve-from "^5.0.0"
460461

461-
"@commitlint/message@^18.4.4":
462-
version "18.4.4"
463-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.4.4.tgz#811682a0d147a24e5c467acdb52071434df2b9f5"
464-
integrity sha512-lHF95mMDYgAI1LBXveJUyg4eLaMXyOqJccCK3v55ZOEUsMPrDi8upqDjd/NmzWmESYihaOMBTAnxm+6oD1WoDQ==
462+
"@commitlint/message@^18.6.1":
463+
version "18.6.1"
464+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.6.1.tgz#107bd40923ad23d2de56c92a68b179ebfb7e314e"
465+
integrity sha512-VKC10UTMLcpVjMIaHHsY1KwhuTQtdIKPkIdVEwWV+YuzKkzhlI3aNy6oo1eAN6b/D2LTtZkJe2enHmX0corYRw==
465466

466-
"@commitlint/parse@^18.6.0":
467-
version "18.6.0"
468-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.6.0.tgz#ae19ff8ceb0c8ffab131158829b06b505b9921fd"
469-
integrity sha512-Y/G++GJpATFw54O0jikc/h2ibyGHgghtPnwsOk3O/aU092ydJ5XEHYcd7xGNQYuLweLzQis2uEwRNk9AVIPbQQ==
467+
"@commitlint/parse@^18.6.1":
468+
version "18.6.1"
469+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.6.1.tgz#2946b814125e907b9c4d63d3e71d0c1b54b30b62"
470+
integrity sha512-eS/3GREtvVJqGZrwAGRwR9Gdno3YcZ6Xvuaa+vUF8j++wsmxrA2En3n0ccfVO2qVOLJC41ni7jSZhQiJpMPGOQ==
470471
dependencies:
471-
"@commitlint/types" "^18.6.0"
472+
"@commitlint/types" "^18.6.1"
472473
conventional-changelog-angular "^7.0.0"
473474
conventional-commits-parser "^5.0.0"
474475

475-
"@commitlint/read@^18.6.0":
476-
version "18.6.0"
477-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.6.0.tgz#324ea1fa625f88427780df23fffe4a92d383d665"
478-
integrity sha512-w39ji8VfWhPKRquPhRHB3Yd8XIHwaNHgOh28YI1QEmZ59qVpuVUQo6h/NsVb+uoC6LbXZiofTZv2iFR084jKEA==
476+
"@commitlint/read@^18.6.1":
477+
version "18.6.1"
478+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.6.1.tgz#8c138311ed9749427920c369f6276be136f2aa50"
479+
integrity sha512-ia6ODaQFzXrVul07ffSgbZGFajpe8xhnDeLIprLeyfz3ivQU1dIoHp7yz0QIorZ6yuf4nlzg4ZUkluDrGN/J/w==
479480
dependencies:
480-
"@commitlint/top-level" "^18.4.4"
481-
"@commitlint/types" "^18.6.0"
481+
"@commitlint/top-level" "^18.6.1"
482+
"@commitlint/types" "^18.6.1"
482483
git-raw-commits "^2.0.11"
483484
minimist "^1.2.6"
484485

@@ -494,38 +495,38 @@
494495
resolve-from "^5.0.0"
495496
resolve-global "^1.0.0"
496497

497-
"@commitlint/resolve-extends@^18.6.0":
498-
version "18.6.0"
499-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.6.0.tgz#db55be2b32e12593bc98dc44c6d9a9d90941bab4"
500-
integrity sha512-k2Xp+Fxeggki2i90vGrbiLDMefPius3zGSTFFlRAPKce/SWLbZtI+uqE9Mne23mHO5lmcSV8z5m6ziiJwGpOcg==
498+
"@commitlint/resolve-extends@^18.6.1":
499+
version "18.6.1"
500+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.6.1.tgz#f0572c682fc24dbabe2e0f42873261e0fa42c91a"
501+
integrity sha512-ifRAQtHwK+Gj3Bxj/5chhc4L2LIc3s30lpsyW67yyjsETR6ctHAHRu1FSpt0KqahK5xESqoJ92v6XxoDRtjwEQ==
501502
dependencies:
502-
"@commitlint/config-validator" "^18.6.0"
503-
"@commitlint/types" "^18.6.0"
503+
"@commitlint/config-validator" "^18.6.1"
504+
"@commitlint/types" "^18.6.1"
504505
import-fresh "^3.0.0"
505506
lodash.mergewith "^4.6.2"
506507
resolve-from "^5.0.0"
507508
resolve-global "^1.0.0"
508509

509-
"@commitlint/rules@^18.6.0":
510-
version "18.6.0"
511-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.6.0.tgz#6d933e2de5639b75b4946120b3880e72e66a6051"
512-
integrity sha512-pTalvCEvuCWrBWZA/YqO/3B3nZnY3Ncc+TmQsRajBdC1tkQIm5Iovdo4Ec7f2Dw1tVvpYMUUNAgcWqsY0WckWg==
510+
"@commitlint/rules@^18.6.1":
511+
version "18.6.1"
512+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.6.1.tgz#da25aeffe6c0e1c7625e44f46089fb8860986caf"
513+
integrity sha512-kguM6HxZDtz60v/zQYOe0voAtTdGybWXefA1iidjWYmyUUspO1zBPQEmJZ05/plIAqCVyNUTAiRPWIBKLCrGew==
513514
dependencies:
514-
"@commitlint/ensure" "^18.6.0"
515-
"@commitlint/message" "^18.4.4"
516-
"@commitlint/to-lines" "^18.4.4"
517-
"@commitlint/types" "^18.6.0"
515+
"@commitlint/ensure" "^18.6.1"
516+
"@commitlint/message" "^18.6.1"
517+
"@commitlint/to-lines" "^18.6.1"
518+
"@commitlint/types" "^18.6.1"
518519
execa "^5.0.0"
519520

520-
"@commitlint/to-lines@^18.4.4":
521-
version "18.4.4"
522-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-18.4.4.tgz#546cf8d985459f3526359b6a63d7a5b421e1ed60"
523-
integrity sha512-mwe2Roa59NCz/krniAdCygFabg7+fQCkIhXqBHw00XQ8Y7lw4poZLLxeGI3p3bLpcEOXdqIDrEGLwHmG5lBdwQ==
521+
"@commitlint/to-lines@^18.6.1":
522+
version "18.6.1"
523+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-18.6.1.tgz#d28827a4a540c98eea1aae31dafd66f80b2f1b9e"
524+
integrity sha512-Gl+orGBxYSNphx1+83GYeNy5N0dQsHBQ9PJMriaLQDB51UQHCVLBT/HBdOx5VaYksivSf5Os55TLePbRLlW50Q==
524525

525-
"@commitlint/top-level@^18.4.4":
526-
version "18.4.4"
527-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-18.4.4.tgz#df69ffa49fdc4541d1f05e814352d575fb0f3b0d"
528-
integrity sha512-PBwW1drgeavl9CadB7IPRUk6rkUP/O8jEkxjlC+ofuh3pw0bzJdAT+Kw7M1Yc9KtTb9xTaqUB8uvRtaybHa/tQ==
526+
"@commitlint/top-level@^18.6.1":
527+
version "18.6.1"
528+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-18.6.1.tgz#429fcb985e3beaba9b17e05c0ae61926c647baf0"
529+
integrity sha512-HyiHQZUTf0+r0goTCDs/bbVv/LiiQ7AVtz6KIar+8ZrseB9+YJAIo8HQ2IC2QT1y3N1lbW6OqVEsTHjbT6hGSw==
529530
dependencies:
530531
find-up "^5.0.0"
531532

@@ -536,10 +537,10 @@
536537
dependencies:
537538
chalk "^4.1.0"
538539

539-
"@commitlint/types@^18.6.0":
540-
version "18.6.0"
541-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.6.0.tgz#3d3493cb5910f60f3749a8eb56aca47dc2e1b662"
542-
integrity sha512-oavoKLML/eJa2rJeyYSbyGAYzTxQ6voG5oeX3OrxpfrkRWhJfm4ACnhoRf5tgiybx2MZ+EVFqC1Lw3W8/uwpZA==
540+
"@commitlint/types@^18.6.1":
541+
version "18.6.1"
542+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.6.1.tgz#7eb3ab2d799d9166fbb98b96b0744581e59a4ad4"
543+
integrity sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==
543544
dependencies:
544545
chalk "^4.1.0"
545546

@@ -1414,13 +1415,13 @@
14141415
"@tufjs/canonical-json" "2.0.0"
14151416
minimatch "^9.0.3"
14161417

1417-
"@txo/commitlint@^1.0.12":
1418-
version "1.0.12"
1419-
resolved "https://registry.yarnpkg.com/@txo/commitlint/-/commitlint-1.0.12.tgz#6dd5f72000696ed85aef83e695e5dceb52994b63"
1420-
integrity sha512-1lniKM8/cJtFyyaoN4cJPs4d6yP5mSxV8jYXkblPAj1msI3L2asXSAyZ5BeP1PE+7hqQj8zi+O12y5hr+PvGYw==
1418+
"@txo/commitlint@^1.0.13":
1419+
version "1.0.13"
1420+
resolved "https://registry.yarnpkg.com/@txo/commitlint/-/commitlint-1.0.13.tgz#6c2d354eb284a91293e12d6069116e950bc53020"
1421+
integrity sha512-p1inCnAbSf760ypZTPmfeziqpFeCSdUo2/IApLxRJ4lcKQuj2x6XwfiCmfhze/Zyf9waZKYH8CqOrq7JbU0DtQ==
14211422
dependencies:
1422-
"@commitlint/cli" "^18.6.0"
1423-
"@commitlint/config-conventional" "^18.6.0"
1423+
"@commitlint/cli" "^18.6.1"
1424+
"@commitlint/config-conventional" "^18.6.2"
14241425
commitizen "^4.3.0"
14251426

14261427
"@txo/semantic-release@^1.0.8":
@@ -7855,10 +7856,10 @@ semver-regex@^4.0.5:
78557856
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
78567857
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
78577858

7858-
semver@7.5.4, semver@^7.1.1, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.5.2, semver@^7.5.4:
7859-
version "7.5.4"
7860-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
7861-
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
7859+
semver@7.6.0:
7860+
version "7.6.0"
7861+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
7862+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
78627863
dependencies:
78637864
lru-cache "^6.0.0"
78647865

@@ -7879,6 +7880,13 @@ semver@^7.0.0, semver@^7.3.7:
78797880
dependencies:
78807881
lru-cache "^6.0.0"
78817882

7883+
semver@^7.1.1, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.5.2, semver@^7.5.4:
7884+
version "7.5.4"
7885+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
7886+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
7887+
dependencies:
7888+
lru-cache "^6.0.0"
7889+
78827890
semver@^7.5.3:
78837891
version "7.5.3"
78847892
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"

0 commit comments

Comments
 (0)