Skip to content

Commit 0646f4c

Browse files
chore: update dependency commitizen to v4.2.1 (#2082)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 59849dc commit 0646f4c

File tree

2 files changed

+42
-22
lines changed

2 files changed

+42
-22
lines changed

@commitlint/prompt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@babel/core": "^7.7.7",
5353
"@commitlint/utils": "^10.0.0",
5454
"babel-preset-commitlint": "^10.0.0",
55-
"commitizen": "4.1.2",
55+
"commitizen": "4.2.1",
5656
"cross-env": "7.0.2"
5757
},
5858
"dependencies": {

yarn.lock

Lines changed: 41 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3755,7 +3755,27 @@ commander@~2.20.3:
37553755
resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
37563756
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
37573757

3758-
[email protected], commitizen@^4.0.3:
3758+
3759+
version "4.2.1"
3760+
resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.2.1.tgz#3b098b16c6b1a37f0d129018dff6751b20cd3103"
3761+
integrity sha512-nZsp8IThkDu7C+93BFD/mLShb9Gd6Wsaf90tpKE3x/6u5y/Q52kzanIJpGr0qvIsJ5bCMpgKtr3Lbu3miEJfaA==
3762+
dependencies:
3763+
cachedir "2.2.0"
3764+
cz-conventional-changelog "3.2.0"
3765+
dedent "0.7.0"
3766+
detect-indent "6.0.0"
3767+
find-node-modules "2.0.0"
3768+
find-root "1.1.0"
3769+
fs-extra "8.1.0"
3770+
glob "7.1.4"
3771+
inquirer "6.5.2"
3772+
is-utf8 "^0.2.1"
3773+
lodash "^4.17.20"
3774+
minimist "1.2.5"
3775+
strip-bom "4.0.0"
3776+
strip-json-comments "3.0.1"
3777+
3778+
commitizen@^4.0.3:
37593779
version "4.1.2"
37603780
resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.1.2.tgz#6095eb825fd3f0d3611df88e6803c69b23307e9a"
37613781
integrity sha512-LBxTQKHbVgroMz9ohpm86N+GfJobonGyvDc3zBGdZazbwCLz2tqLa48Rf2TnAdKx7/06W1i1R3SXUt5QW97qVQ==
@@ -6255,6 +6275,25 @@ [email protected]:
62556275
strip-ansi "^5.1.0"
62566276
through "^2.3.6"
62576277

6278+
[email protected], inquirer@^6.2.0:
6279+
version "6.5.2"
6280+
resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca"
6281+
integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==
6282+
dependencies:
6283+
ansi-escapes "^3.2.0"
6284+
chalk "^2.4.2"
6285+
cli-cursor "^2.1.0"
6286+
cli-width "^2.0.0"
6287+
external-editor "^3.0.3"
6288+
figures "^2.0.0"
6289+
lodash "^4.17.12"
6290+
mute-stream "0.0.7"
6291+
run-async "^2.2.0"
6292+
rxjs "^6.4.0"
6293+
string-width "^2.1.0"
6294+
strip-ansi "^5.1.0"
6295+
through "^2.3.6"
6296+
62586297
inquirer@^3.2.2:
62596298
version "3.3.0"
62606299
resolved "https://registry.npmjs.org/inquirer/-/inquirer-3.3.0.tgz#9dd2f2ad765dcab1ff0443b491442a20ba227dc9"
@@ -6275,25 +6314,6 @@ inquirer@^3.2.2:
62756314
strip-ansi "^4.0.0"
62766315
through "^2.3.6"
62776316

6278-
inquirer@^6.2.0:
6279-
version "6.5.2"
6280-
resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca"
6281-
integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==
6282-
dependencies:
6283-
ansi-escapes "^3.2.0"
6284-
chalk "^2.4.2"
6285-
cli-cursor "^2.1.0"
6286-
cli-width "^2.0.0"
6287-
external-editor "^3.0.3"
6288-
figures "^2.0.0"
6289-
lodash "^4.17.12"
6290-
mute-stream "0.0.7"
6291-
run-async "^2.2.0"
6292-
rxjs "^6.4.0"
6293-
string-width "^2.1.0"
6294-
strip-ansi "^5.1.0"
6295-
through "^2.3.6"
6296-
62976317
invariant@^2.2.2, invariant@^2.2.4:
62986318
version "2.2.4"
62996319
resolved "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
@@ -7584,7 +7604,7 @@ lodash.uniq@^4.5.0:
75847604
resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
75857605
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
75867606

7587-
[email protected], [email protected], lodash@^3.3.1, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.4, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1:
7607+
[email protected], [email protected], lodash@^3.3.1, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.4, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1:
75887608
version "4.17.19"
75897609
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
75907610
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==

0 commit comments

Comments
 (0)