Skip to content

Commit 7679841

Browse files
chore(deps): update dependency commitizen to v4.1.2
1 parent 88f2bb1 commit 7679841

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
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.4",
84+
"commitizen": "4.1.2",
8585
"commitlint-azure-pipelines-cli": "1.0.3",
8686
"cross-env": "7.0.2",
8787
"css-loader": "3.5.2",

yarn.lock

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3031,13 +3031,13 @@ comment-json@^1.1.3:
30313031
dependencies:
30323032
json-parser "^1.0.0"
30333033

3034-
commitizen@4.0.4:
3035-
version "4.0.4"
3036-
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.0.4.tgz#60e9666e293269f459f1038ca452b39acecb8999"
3037-
integrity sha512-gfEt1rDE9VqKif+LE3cAThpqiW/1K3c2Nx83jSU6ohZjQd2CAmz1rMIlgmbPrPagOkKZw7USzSVubS758ZTWdA==
3034+
commitizen@4.1.2:
3035+
version "4.1.2"
3036+
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.1.2.tgz#6095eb825fd3f0d3611df88e6803c69b23307e9a"
3037+
integrity sha512-LBxTQKHbVgroMz9ohpm86N+GfJobonGyvDc3zBGdZazbwCLz2tqLa48Rf2TnAdKx7/06W1i1R3SXUt5QW97qVQ==
30383038
dependencies:
30393039
cachedir "2.2.0"
3040-
cz-conventional-changelog "3.0.1"
3040+
cz-conventional-changelog "3.2.0"
30413041
dedent "0.7.0"
30423042
detect-indent "6.0.0"
30433043
find-node-modules "2.0.0"
@@ -3047,8 +3047,7 @@ commitizen@4.0.4:
30473047
inquirer "6.5.0"
30483048
is-utf8 "^0.2.1"
30493049
lodash "4.17.15"
3050-
minimist "1.2.3"
3051-
shelljs "0.7.6"
3050+
minimist "1.2.5"
30523051
strip-bom "4.0.0"
30533052
strip-json-comments "3.0.1"
30543053

@@ -3649,6 +3648,20 @@ cz-conventional-changelog@3.1.0:
36493648
optionalDependencies:
36503649
"@commitlint/load" ">6.1.1"
36513650

3651+
cz-conventional-changelog@3.2.0:
3652+
version "3.2.0"
3653+
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.2.0.tgz#6aef1f892d64113343d7e455529089ac9f20e477"
3654+
integrity sha512-yAYxeGpVi27hqIilG1nh4A9Bnx4J3Ov+eXy4koL3drrR+IO9GaWPsKjik20ht608Asqi8TQPf0mczhEeyAtMzg==
3655+
dependencies:
3656+
chalk "^2.4.1"
3657+
commitizen "^4.0.3"
3658+
conventional-commit-types "^3.0.0"
3659+
lodash.map "^4.5.1"
3660+
longest "^2.0.1"
3661+
word-wrap "^1.0.3"
3662+
optionalDependencies:
3663+
"@commitlint/load" ">6.1.1"
3664+
36523665
dargs@^4.0.1:
36533666
version "4.1.0"
36543667
resolved "https://registry.yarnpkg.com/dargs/-/dargs-4.1.0.tgz#03a9dbb4b5c2f139bf14ae53f0b8a2a6a86f4e17"
@@ -5228,7 +5241,7 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
52285241
once "^1.3.0"
52295242
path-is-absolute "^1.0.0"
52305243

5231-
global-dirs@^0.1.0, global-dirs@^0.1.1:
5244+
global-dirs@^0.1.1:
52325245
version "0.1.1"
52335246
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
52345247
integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=
@@ -6030,13 +6043,6 @@ is-path-in-cwd@^2.0.0:
60306043
dependencies:
60316044
is-path-inside "^2.1.0"
60326045

6033-
is-path-inside@^1.0.0:
6034-
version "1.0.1"
6035-
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036"
6036-
integrity sha1-jvW33lBDej/cprToZe96pVy0gDY=
6037-
dependencies:
6038-
path-is-inside "^1.0.1"
6039-
60406046
is-path-inside@^2.1.0:
60416047
version "2.1.0"
60426048
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-2.1.0.tgz#7c9810587d659a40d27bcdb4d5616eab059494b2"
@@ -7506,12 +7512,7 @@ minimist@1.2.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
75067512
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
75077513
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
75087514

7509-
minimist@1.2.3:
7510-
version "1.2.3"
7511-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f"
7512-
integrity sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==
7513-
7514-
minimist@^1.2.5:
7515+
minimist@1.2.5, minimist@^1.2.5:
75157516
version "1.2.5"
75167517
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
75177518
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
@@ -8258,7 +8259,7 @@ path-is-absolute@^1.0.0:
82588259
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
82598260
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
82608261

8261-
path-is-inside@1.0.2, path-is-inside@^1.0.1, path-is-inside@^1.0.2:
8262+
path-is-inside@1.0.2, path-is-inside@^1.0.2:
82628263
version "1.0.2"
82638264
resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
82648265
integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=

0 commit comments

Comments
 (0)