Skip to content

Commit 76932e2

Browse files
chore: update dependency commitizen to v4.2.2 (#2223)
Co-authored-by: Renovate Bot <[email protected]>
1 parent fa7f973 commit 76932e2

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

@commitlint/prompt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@babel/core": "^7.11.6",
5353
"@commitlint/utils": "^11.0.0",
5454
"babel-preset-commitlint": "^11.0.0",
55-
"commitizen": "4.2.1",
55+
"commitizen": "4.2.2",
5656
"cross-env": "7.0.2"
5757
},
5858
"dependencies": {

yarn.lock

+19-5
Original file line numberDiff line numberDiff line change
@@ -3707,13 +3707,13 @@ commander@~2.20.3:
37073707
resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
37083708
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
37093709

3710-
3711-
version "4.2.1"
3712-
resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.2.1.tgz#3b098b16c6b1a37f0d129018dff6751b20cd3103"
3713-
integrity sha512-nZsp8IThkDu7C+93BFD/mLShb9Gd6Wsaf90tpKE3x/6u5y/Q52kzanIJpGr0qvIsJ5bCMpgKtr3Lbu3miEJfaA==
3710+
3711+
version "4.2.2"
3712+
resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.2.2.tgz#1a93dd07208521ea1ebbf832593542dac714cc79"
3713+
integrity sha512-uz+E6lGsDBDI2mYA4QfOxFeqdWUYwR1ky11YmLgg2BnEEP3YbeejpT4lxzGjkYqumnXr062qTOGavR9NtX/iwQ==
37143714
dependencies:
37153715
cachedir "2.2.0"
3716-
cz-conventional-changelog "3.2.0"
3716+
cz-conventional-changelog "3.3.0"
37173717
dedent "0.7.0"
37183718
detect-indent "6.0.0"
37193719
find-node-modules "2.0.0"
@@ -4119,6 +4119,20 @@ [email protected]:
41194119
optionalDependencies:
41204120
"@commitlint/load" ">6.1.1"
41214121

4122+
4123+
version "3.3.0"
4124+
resolved "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz#9246947c90404149b3fe2cf7ee91acad3b7d22d2"
4125+
integrity sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==
4126+
dependencies:
4127+
chalk "^2.4.1"
4128+
commitizen "^4.0.3"
4129+
conventional-commit-types "^3.0.0"
4130+
lodash.map "^4.5.1"
4131+
longest "^2.0.1"
4132+
word-wrap "^1.0.3"
4133+
optionalDependencies:
4134+
"@commitlint/load" ">6.1.1"
4135+
41224136
dargs@^4.0.1:
41234137
version "4.1.0"
41244138
resolved "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz#03a9dbb4b5c2f139bf14ae53f0b8a2a6a86f4e17"

0 commit comments

Comments
 (0)