Skip to content

Commit 0269ed1

Browse files
feat(deps): update dependency commitizen to ^4.3.0
1 parent 6f208dd commit 0269ed1

File tree

2 files changed

+44
-3
lines changed

2 files changed

+44
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/which": "^2.0.1",
6565
"@typescript-eslint/eslint-plugin": "^5.48.2",
6666
"@typescript-eslint/parser": "^5.48.2",
67-
"commitizen": "^4.2.6",
67+
"commitizen": "^4.3.0",
6868
"concurrently": "^7.6.0",
6969
"cosmiconfig": "^8.0.0",
7070
"cross-env": "^7.0.3",

yarn.lock

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2804,7 +2804,7 @@ commander@^9.4.1:
28042804
resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30"
28052805
integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==
28062806

2807-
commitizen@^4.0.3, commitizen@^4.2.6:
2807+
commitizen@^4.0.3:
28082808
version "4.2.6"
28092809
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.2.6.tgz#c35af39e1cb5fc2de88511df802da4344dc3ca80"
28102810
integrity sha512-RyTM+EiD9GO01DJUn9MRRAet3XUHGfoUZoksLfr+1ym1Xt2q5EYJs9Fg2BtKSb5Mo53i0BtMBmWMHQXVlZ/L9w==
@@ -2824,6 +2824,26 @@ commitizen@^4.0.3, commitizen@^4.2.6:
28242824
strip-bom "4.0.0"
28252825
strip-json-comments "3.1.1"
28262826

2827+
commitizen@^4.3.0:
2828+
version "4.3.0"
2829+
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.3.0.tgz#0d056c542a2d2b1f9b9aba981aa32575b2849924"
2830+
integrity sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==
2831+
dependencies:
2832+
cachedir "2.3.0"
2833+
cz-conventional-changelog "3.3.0"
2834+
dedent "0.7.0"
2835+
detect-indent "6.1.0"
2836+
find-node-modules "^2.1.2"
2837+
find-root "1.1.0"
2838+
fs-extra "9.1.0"
2839+
glob "7.2.3"
2840+
inquirer "8.2.5"
2841+
is-utf8 "^0.2.1"
2842+
lodash "4.17.21"
2843+
minimist "1.2.7"
2844+
strip-bom "4.0.0"
2845+
strip-json-comments "3.1.1"
2846+
28272847
compare-func@^2.0.0:
28282848
version "2.0.0"
28292849
resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-2.0.0.tgz#fb65e75edbddfd2e568554e8b5b05fff7a51fcb3"
@@ -4393,6 +4413,27 @@ inquirer@8.2.4:
43934413
through "^2.3.6"
43944414
wrap-ansi "^7.0.0"
43954415

4416+
inquirer@8.2.5:
4417+
version "8.2.5"
4418+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.5.tgz#d8654a7542c35a9b9e069d27e2df4858784d54f8"
4419+
integrity sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==
4420+
dependencies:
4421+
ansi-escapes "^4.2.1"
4422+
chalk "^4.1.1"
4423+
cli-cursor "^3.1.0"
4424+
cli-width "^3.0.0"
4425+
external-editor "^3.0.3"
4426+
figures "^3.0.0"
4427+
lodash "^4.17.21"
4428+
mute-stream "0.0.8"
4429+
ora "^5.4.1"
4430+
run-async "^2.4.0"
4431+
rxjs "^7.5.5"
4432+
string-width "^4.1.0"
4433+
strip-ansi "^6.0.0"
4434+
through "^2.3.6"
4435+
wrap-ansi "^7.0.0"
4436+
43964437
inquirer@^6.5.2:
43974438
version "6.5.2"
43984439
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca"
@@ -5901,7 +5942,7 @@ minimist@1.2.6:
59015942
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
59025943
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
59035944

5904-
minimist@^1.2.0, minimist@^1.2.6:
5945+
minimist@1.2.7, minimist@^1.2.0, minimist@^1.2.6:
59055946
version "1.2.7"
59065947
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
59075948
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==

0 commit comments

Comments
 (0)