Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 181c032

Browse files
chore(deps): update dependency commitizen to v4.0.4 (faceyspacey#256)
1 parent 50a2b88 commit 181c032

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@webpack-contrib/eslint-config-webpack": "3.0.0",
8282
"babel-eslint": "10.1.0",
8383
"babel-jest": "25.1.0",
84-
"commitizen": "4.0.3",
84+
"commitizen": "4.0.4",
8585
"commitlint-azure-pipelines-cli": "1.0.3",
8686
"cross-env": "7.0.2",
8787
"css-loader": "3.5.2",

yarn.lock

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3014,7 +3014,28 @@ comment-json@^1.1.3:
30143014
dependencies:
30153015
json-parser "^1.0.0"
30163016

3017-
commitizen@4.0.3, commitizen@^4.0.3:
3017+
commitizen@4.0.4:
3018+
version "4.0.4"
3019+
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.0.4.tgz#60e9666e293269f459f1038ca452b39acecb8999"
3020+
integrity sha512-gfEt1rDE9VqKif+LE3cAThpqiW/1K3c2Nx83jSU6ohZjQd2CAmz1rMIlgmbPrPagOkKZw7USzSVubS758ZTWdA==
3021+
dependencies:
3022+
cachedir "2.2.0"
3023+
cz-conventional-changelog "3.0.1"
3024+
dedent "0.7.0"
3025+
detect-indent "6.0.0"
3026+
find-node-modules "2.0.0"
3027+
find-root "1.1.0"
3028+
fs-extra "8.1.0"
3029+
glob "7.1.4"
3030+
inquirer "6.5.0"
3031+
is-utf8 "^0.2.1"
3032+
lodash "4.17.15"
3033+
minimist "1.2.3"
3034+
shelljs "0.7.6"
3035+
strip-bom "4.0.0"
3036+
strip-json-comments "3.0.1"
3037+
3038+
commitizen@^4.0.3:
30183039
version "4.0.3"
30193040
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.0.3.tgz#c19a4213257d0525b85139e2f36db7cc3b4f6dae"
30203041
integrity sha512-lxu0F/Iq4dudoFeIl5pY3h3CQJzkmQuh3ygnaOvqhAD8Wu2pYBI17ofqSuPHNsBTEOh1r1AVa9kR4Hp0FAHKcQ==
@@ -7416,6 +7437,11 @@ minimist@1.2.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
74167437
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
74177438
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
74187439

7440+
minimist@1.2.3:
7441+
version "1.2.3"
7442+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f"
7443+
integrity sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==
7444+
74197445
minimist@^1.2.5:
74207446
version "1.2.5"
74217447
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"

0 commit comments

Comments
 (0)