diff --git a/@commitlint/prompt/package.json b/@commitlint/prompt/package.json index 4dec7958b4..649e31977f 100644 --- a/@commitlint/prompt/package.json +++ b/@commitlint/prompt/package.json @@ -52,7 +52,7 @@ "@babel/core": "^7.11.6", "@commitlint/utils": "^11.0.0", "babel-preset-commitlint": "^11.0.0", - "commitizen": "4.2.1", + "commitizen": "4.2.2", "cross-env": "7.0.2" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 95066fb852..c0313d41c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3707,13 +3707,13 @@ commander@~2.20.3: resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== -commitizen@4.2.1: - version "4.2.1" - resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.2.1.tgz#3b098b16c6b1a37f0d129018dff6751b20cd3103" - integrity sha512-nZsp8IThkDu7C+93BFD/mLShb9Gd6Wsaf90tpKE3x/6u5y/Q52kzanIJpGr0qvIsJ5bCMpgKtr3Lbu3miEJfaA== +commitizen@4.2.2: + version "4.2.2" + resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.2.2.tgz#1a93dd07208521ea1ebbf832593542dac714cc79" + integrity sha512-uz+E6lGsDBDI2mYA4QfOxFeqdWUYwR1ky11YmLgg2BnEEP3YbeejpT4lxzGjkYqumnXr062qTOGavR9NtX/iwQ== dependencies: cachedir "2.2.0" - cz-conventional-changelog "3.2.0" + cz-conventional-changelog "3.3.0" dedent "0.7.0" detect-indent "6.0.0" find-node-modules "2.0.0" @@ -4119,6 +4119,20 @@ cz-conventional-changelog@3.2.0: optionalDependencies: "@commitlint/load" ">6.1.1" +cz-conventional-changelog@3.3.0: + version "3.3.0" + resolved "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz#9246947c90404149b3fe2cf7ee91acad3b7d22d2" + integrity sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw== + dependencies: + chalk "^2.4.1" + commitizen "^4.0.3" + conventional-commit-types "^3.0.0" + lodash.map "^4.5.1" + longest "^2.0.1" + word-wrap "^1.0.3" + optionalDependencies: + "@commitlint/load" ">6.1.1" + dargs@^4.0.1: version "4.1.0" resolved "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz#03a9dbb4b5c2f139bf14ae53f0b8a2a6a86f4e17"