Skip to content

Commit 5e77991

Browse files
committed
chore(deps): update dependency commitizen to v4.2.0
1 parent 76d5d2e commit 5e77991

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@commitlint/cli": "9.0.1",
1616
"@commitlint/config-conventional": "9.0.1",
17-
"commitizen": "4.1.2",
17+
"commitizen": "4.2.0",
1818
"cz-conventional-changelog": "3.2.0",
1919
"husky": "4.2.5"
2020
}

yarn.lock

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,27 @@ color-name@~1.1.4:
498498
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
499499
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
500500

501-
[email protected], commitizen@^4.0.3:
501+
502+
version "4.2.0"
503+
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.2.0.tgz#1be53302dd23a028c2a1c39b6d5c857f0e3a8a29"
504+
integrity sha512-dMTgCkmxDOaH32HViVyvoGqVzCAyvBsgMViWnIDQxVHlEwHS1d6d8rweCGE7fjCROryBZmHRQrWVWN9GTw2F/g==
505+
dependencies:
506+
cachedir "2.2.0"
507+
cz-conventional-changelog "3.2.0"
508+
dedent "0.7.0"
509+
detect-indent "6.0.0"
510+
find-node-modules "2.0.0"
511+
find-root "1.1.0"
512+
fs-extra "8.1.0"
513+
glob "7.1.4"
514+
inquirer "6.5.2"
515+
is-utf8 "^0.2.1"
516+
lodash "^4.17.20"
517+
minimist "1.2.5"
518+
strip-bom "4.0.0"
519+
strip-json-comments "3.0.1"
520+
521+
commitizen@^4.0.3:
502522
version "4.1.2"
503523
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.1.2.tgz#6095eb825fd3f0d3611df88e6803c69b23307e9a"
504524
integrity sha512-LBxTQKHbVgroMz9ohpm86N+GfJobonGyvDc3zBGdZazbwCLz2tqLa48Rf2TnAdKx7/06W1i1R3SXUt5QW97qVQ==
@@ -1076,6 +1096,25 @@ [email protected]:
10761096
strip-ansi "^5.1.0"
10771097
through "^2.3.6"
10781098

1099+
1100+
version "6.5.2"
1101+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca"
1102+
integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==
1103+
dependencies:
1104+
ansi-escapes "^3.2.0"
1105+
chalk "^2.4.2"
1106+
cli-cursor "^2.1.0"
1107+
cli-width "^2.0.0"
1108+
external-editor "^3.0.3"
1109+
figures "^2.0.0"
1110+
lodash "^4.17.12"
1111+
mute-stream "0.0.7"
1112+
run-async "^2.2.0"
1113+
rxjs "^6.4.0"
1114+
string-width "^2.1.0"
1115+
strip-ansi "^5.1.0"
1116+
through "^2.3.6"
1117+
10791118
is-accessor-descriptor@^0.1.6:
10801119
version "0.1.6"
10811120
resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6"
@@ -1343,6 +1382,11 @@ [email protected], lodash@^4.17.12, lodash@^4.17.15:
13431382
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
13441383
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
13451384

1385+
lodash@^4.17.20:
1386+
version "4.17.20"
1387+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
1388+
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
1389+
13461390
longest@^2.0.1:
13471391
version "2.0.1"
13481392
resolved "https://registry.yarnpkg.com/longest/-/longest-2.0.1.tgz#781e183296aa94f6d4d916dc335d0d17aefa23f8"

0 commit comments

Comments
 (0)