Skip to content

Commit 635208b

Browse files
chore: update dependency commitizen to v4.2.5 (#3277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c44e56c commit 635208b

File tree

1 file changed

+61
-76
lines changed

1 file changed

+61
-76
lines changed

yarn.lock

+61-76
Original file line numberDiff line numberDiff line change
@@ -2925,10 +2925,10 @@ cacheable-request@^6.0.0:
29252925
normalize-url "^4.1.0"
29262926
responselike "^1.0.2"
29272927

2928-
cachedir@2.2.0:
2929-
version "2.2.0"
2930-
resolved "https://registry.npmjs.org/cachedir/-/cachedir-2.2.0.tgz#19afa4305e05d79e417566882e0c8f960f62ff0e"
2931-
integrity sha512-VvxA0xhNqIIfg0V9AmJkDg91DaJwryutH5rVEZAhcNi4iJFj9f+QxmAjgK1LT9I8OgToX27fypX6/MeCXVbBjQ==
2928+
cachedir@2.3.0:
2929+
version "2.3.0"
2930+
resolved "https://registry.npmjs.org/cachedir/-/cachedir-2.3.0.tgz#0c75892a052198f0b21c7c1804d8331edfcae0e8"
2931+
integrity sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==
29322932

29332933
call-bind@^1.0.0, call-bind@^1.0.2:
29342934
version "1.0.2"
@@ -3230,24 +3230,24 @@ commander@^9.3.0:
32303230
integrity sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw==
32313231

32323232
commitizen@^4.0.3, commitizen@^4.2.4:
3233-
version "4.2.4"
3234-
resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.2.4.tgz#a3e5b36bd7575f6bf6e7aa19dbbf06b0d8f37165"
3235-
integrity sha512-LlZChbDzg3Ir3O2S7jSo/cgWp5/QwylQVr59K4xayVq8S4/RdKzSyJkghAiZZHfhh5t4pxunUoyeg0ml1q/7aw==
3233+
version "4.2.5"
3234+
resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.2.5.tgz#48e5a5c28334c6e8ed845cc24fc9f072efd3961e"
3235+
integrity sha512-9sXju8Qrz1B4Tw7kC5KhnvwYQN88qs2zbiB8oyMsnXZyJ24PPGiNM3nHr73d32dnE3i8VJEXddBFIbOgYSEXtQ==
32363236
dependencies:
3237-
cachedir "2.2.0"
3238-
cz-conventional-changelog "3.2.0"
3237+
cachedir "2.3.0"
3238+
cz-conventional-changelog "3.3.0"
32393239
dedent "0.7.0"
3240-
detect-indent "6.0.0"
3240+
detect-indent "6.1.0"
32413241
find-node-modules "^2.1.2"
32423242
find-root "1.1.0"
3243-
fs-extra "8.1.0"
3244-
glob "7.1.4"
3245-
inquirer "6.5.2"
3243+
fs-extra "9.1.0"
3244+
glob "7.2.3"
3245+
inquirer "8.2.4"
32463246
is-utf8 "^0.2.1"
3247-
lodash "^4.17.20"
3248-
minimist "1.2.5"
3247+
lodash "4.17.21"
3248+
minimist "1.2.6"
32493249
strip-bom "4.0.0"
3250-
strip-json-comments "3.0.1"
3250+
strip-json-comments "3.1.1"
32513251

32523252
common-ancestor-path@^1.0.1:
32533253
version "1.0.1"
@@ -3489,10 +3489,10 @@ crypto-random-string@^2.0.0:
34893489
resolved "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
34903490
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
34913491

3492-
cz-conventional-changelog@3.2.0:
3493-
version "3.2.0"
3494-
resolved "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.2.0.tgz#6aef1f892d64113343d7e455529089ac9f20e477"
3495-
integrity sha512-yAYxeGpVi27hqIilG1nh4A9Bnx4J3Ov+eXy4koL3drrR+IO9GaWPsKjik20ht608Asqi8TQPf0mczhEeyAtMzg==
3492+
cz-conventional-changelog@3.3.0:
3493+
version "3.3.0"
3494+
resolved "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz#9246947c90404149b3fe2cf7ee91acad3b7d22d2"
3495+
integrity sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==
34963496
dependencies:
34973497
chalk "^2.4.1"
34983498
commitizen "^4.0.3"
@@ -3629,21 +3629,16 @@ detect-file@^1.0.0:
36293629
resolved "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
36303630
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
36313631

3632-
3633-
version "6.0.0"
3634-
resolved "https://registry.npmjs.org/detect-indent/-/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd"
3635-
integrity sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==
3632+
detect-indent@6.1.0, detect-indent@^6.0.0:
3633+
version "6.1.0"
3634+
resolved "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
3635+
integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
36363636

36373637
detect-indent@^5.0.0:
36383638
version "5.0.0"
36393639
resolved "https://registry.npmjs.org/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d"
36403640
integrity sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==
36413641

3642-
detect-indent@^6.0.0:
3643-
version "6.1.0"
3644-
resolved "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
3645-
integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
3646-
36473642
detect-newline@^3.0.0:
36483643
version "3.1.0"
36493644
resolved "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
@@ -4320,14 +4315,15 @@ fs-constants@^1.0.0:
43204315
resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
43214316
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
43224317

4323-
fs-extra@8.1.0, fs-extra@^8.1.0:
4324-
version "8.1.0"
4325-
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
4326-
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
4318+
fs-extra@9.1.0, fs-extra@^9.1.0:
4319+
version "9.1.0"
4320+
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
4321+
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
43274322
dependencies:
4323+
at-least-node "^1.0.0"
43284324
graceful-fs "^4.2.0"
4329-
jsonfile "^4.0.0"
4330-
universalify "^0.1.0"
4325+
jsonfile "^6.0.1"
4326+
universalify "^2.0.0"
43314327

43324328
fs-extra@^10.0.0, fs-extra@^10.1.0:
43334329
version "10.1.0"
@@ -4338,15 +4334,14 @@ fs-extra@^10.0.0, fs-extra@^10.1.0:
43384334
jsonfile "^6.0.1"
43394335
universalify "^2.0.0"
43404336

4341-
fs-extra@^9.1.0:
4342-
version "9.1.0"
4343-
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
4344-
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
4337+
fs-extra@^8.1.0:
4338+
version "8.1.0"
4339+
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
4340+
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
43454341
dependencies:
4346-
at-least-node "^1.0.0"
43474342
graceful-fs "^4.2.0"
4348-
jsonfile "^6.0.1"
4349-
universalify "^2.0.0"
4343+
jsonfile "^4.0.0"
4344+
universalify "^0.1.0"
43504345

43514346
fs-minipass@^2.0.0, fs-minipass@^2.1.0:
43524347
version "2.1.0"
@@ -4525,7 +4520,7 @@ [email protected]:
45254520
once "^1.3.0"
45264521
path-is-absolute "^1.0.0"
45274522

4528-
glob@^7.1.3, glob@^7.1.4:
4523+
glob@7.2.3, glob@^7.1.3, glob@^7.1.4:
45294524
version "7.2.3"
45304525
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
45314526
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -4904,26 +4899,7 @@ init-package-json@^3.0.2:
49044899
validate-npm-package-license "^3.0.4"
49054900
validate-npm-package-name "^4.0.0"
49064901

4907-
[email protected], inquirer@^6.5.2:
4908-
version "6.5.2"
4909-
resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca"
4910-
integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==
4911-
dependencies:
4912-
ansi-escapes "^3.2.0"
4913-
chalk "^2.4.2"
4914-
cli-cursor "^2.1.0"
4915-
cli-width "^2.0.0"
4916-
external-editor "^3.0.3"
4917-
figures "^2.0.0"
4918-
lodash "^4.17.12"
4919-
mute-stream "0.0.7"
4920-
run-async "^2.2.0"
4921-
rxjs "^6.4.0"
4922-
string-width "^2.1.0"
4923-
strip-ansi "^5.1.0"
4924-
through "^2.3.6"
4925-
4926-
inquirer@^8.2.4:
4902+
[email protected], inquirer@^8.2.4:
49274903
version "8.2.4"
49284904
resolved "https://registry.npmjs.org/inquirer/-/inquirer-8.2.4.tgz#ddbfe86ca2f67649a67daa6f1051c128f684f0b4"
49294905
integrity sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==
@@ -4944,6 +4920,25 @@ inquirer@^8.2.4:
49444920
through "^2.3.6"
49454921
wrap-ansi "^7.0.0"
49464922

4923+
inquirer@^6.5.2:
4924+
version "6.5.2"
4925+
resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca"
4926+
integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==
4927+
dependencies:
4928+
ansi-escapes "^3.2.0"
4929+
chalk "^2.4.2"
4930+
cli-cursor "^2.1.0"
4931+
cli-width "^2.0.0"
4932+
external-editor "^3.0.3"
4933+
figures "^2.0.0"
4934+
lodash "^4.17.12"
4935+
mute-stream "0.0.7"
4936+
run-async "^2.2.0"
4937+
rxjs "^6.4.0"
4938+
string-width "^2.1.0"
4939+
strip-ansi "^5.1.0"
4940+
through "^2.3.6"
4941+
49474942
internal-slot@^1.0.3:
49484943
version "1.0.3"
49494944
resolved "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c"
@@ -5960,7 +5955,7 @@ lodash.merge@^4.6.2:
59605955
resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
59615956
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
59625957

5963-
lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0:
5958+
[email protected].21, lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.7.0:
59645959
version "4.17.21"
59655960
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
59665961
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -6201,12 +6196,7 @@ [email protected]:
62016196
is-plain-obj "^1.1.0"
62026197
kind-of "^6.0.3"
62036198

6204-
6205-
version "1.2.5"
6206-
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
6207-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
6208-
6209-
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
6199+
[email protected], minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
62106200
version "1.2.6"
62116201
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
62126202
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
@@ -7947,12 +7937,7 @@ strip-indent@^3.0.0:
79477937
dependencies:
79487938
min-indent "^1.0.0"
79497939

7950-
7951-
version "3.0.1"
7952-
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
7953-
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
7954-
7955-
strip-json-comments@^3.0.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
7940+
[email protected], strip-json-comments@^3.0.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
79567941
version "3.1.1"
79577942
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
79587943
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)