diff --git a/package.json b/package.json index 33a40bf..11f034f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@markuplint-dev/eslint-config": "1.0.0", "@markuplint-dev/prettier-config": "1.0.0-alpha.2", "@markuplint-dev/tsconfig": "1.0.0-alpha.2", - "commitizen": "4.3.0", + "commitizen": "4.3.1", "cspell": "8.8.4", "cz-conventional-changelog": "3.3.0", "husky": "9.0.11", diff --git a/yarn.lock b/yarn.lock index fd940a3..5fa3183 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2616,7 +2616,27 @@ comment-parser@1.4.1, comment-parser@^1.4.0: resolved "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz" integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg== -commitizen@4.3.0, commitizen@^4.0.3: +commitizen@4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.3.1.tgz#f0e0e4b7ae3fafc92e444bbb78f2ded5a1d4311a" + integrity sha512-gwAPAVTy/j5YcOOebcCRIijn+mSjWJC+IYKivTu6aG8Ei/scoXgfsMRnuAk6b0GRste2J4NGxVdMN3ZpfNaVaw== + dependencies: + cachedir "2.3.0" + cz-conventional-changelog "3.3.0" + dedent "0.7.0" + detect-indent "6.1.0" + find-node-modules "^2.1.2" + find-root "1.1.0" + fs-extra "9.1.0" + glob "7.2.3" + inquirer "8.2.5" + is-utf8 "^0.2.1" + lodash "4.17.21" + minimist "1.2.7" + strip-bom "4.0.0" + strip-json-comments "3.1.1" + +commitizen@^4.0.3: version "4.3.0" resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.3.0.tgz" integrity sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==