Skip to content

Commit 0ac9c12

Browse files
committed
chore(deps): update dependency commitizen to v4
1 parent 9eec733 commit 0ac9c12

2 files changed

Lines changed: 45 additions & 45 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"babel-plugin-istanbul": "5.1.4",
8585
"babel-plugin-source-map-support": "2.1.1",
8686
"chai": "4.2.0",
87-
"commitizen": "3.1.2",
87+
"commitizen": "4.0.1",
8888
"coveralls": "3.0.5",
8989
"cross-env": "5.2.0",
9090
"cz-conventional-changelog": "2.1.0",

yarn.lock

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1955,12 +1955,7 @@ cacheable-request@^6.0.0:
19551955
normalize-url "^4.1.0"
19561956
responselike "^1.0.2"
19571957

1958-
cachedir@2.1.0:
1959-
version "2.1.0"
1960-
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.1.0.tgz#b448c32b44cd9c0cd6ce4c419fa5b3c112c02191"
1961-
integrity sha512-xGBpPqoBvn3unBW7oxgb8aJn42K0m9m1/wyjmazah10Fq7bROGG3kRAE6OIyr3U3PIJUqGuebhCEdMk9OKJG0A==
1962-
1963-
cachedir@^2.2.0:
1958+
cachedir@2.2.0, cachedir@^2.2.0:
19641959
version "2.2.0"
19651960
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.2.0.tgz#19afa4305e05d79e417566882e0c8f960f62ff0e"
19661961
integrity sha512-VvxA0xhNqIIfg0V9AmJkDg91DaJwryutH5rVEZAhcNi4iJFj9f+QxmAjgK1LT9I8OgToX27fypX6/MeCXVbBjQ==
@@ -2317,25 +2312,25 @@ commander@~2.8.1:
23172312
dependencies:
23182313
graceful-readlink ">= 1.0.0"
23192314

2320-
commitizen@3.1.2:
2321-
version "3.1.2"
2322-
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-3.1.2.tgz#29ddd8b39396923e9058a0e4840cbeef144290be"
2323-
integrity sha512-eD0uTUsogu8ksFjFFYq75LLfXeLXsCIa27TPfOqvBI+tCx1Pp5QfKqC9oC+qTpSz3nTn9/+7TL5mE/wurB22JQ==
2315+
commitizen@4.0.1:
2316+
version "4.0.1"
2317+
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.0.1.tgz#739b8127d054cd6890efd5b1d71162f80f601d3e"
2318+
integrity sha512-0ErKiVOhrPH9B0rQcQQ36kcW2GoFatOy1u7ucvYwUtNULBLZuHxtZpYk6lObld0eCbPGTF7/5EhUs6LZ2ejHXg==
23242319
dependencies:
2325-
cachedir "2.1.0"
2320+
cachedir "2.2.0"
23262321
cz-conventional-changelog "2.1.0"
23272322
dedent "0.7.0"
2328-
detect-indent "^5.0.0"
2323+
detect-indent "6.0.0"
23292324
find-node-modules "2.0.0"
23302325
find-root "1.1.0"
2331-
fs-extra "^7.0.0"
2332-
glob "7.1.3"
2333-
inquirer "6.2.0"
2326+
fs-extra "8.1.0"
2327+
glob "7.1.4"
2328+
inquirer "6.5.0"
23342329
is-utf8 "^0.2.1"
23352330
lodash "4.17.14"
23362331
minimist "1.2.0"
23372332
shelljs "0.7.6"
2338-
strip-bom "3.0.0"
2333+
strip-bom "4.0.0"
23392334
strip-json-comments "2.0.1"
23402335

23412336
common-tags@^1.4.0:
@@ -2939,10 +2934,10 @@ detect-file@^1.0.0:
29392934
resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
29402935
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
29412936

2942-
detect-indent@^5.0.0:
2943-
version "5.0.0"
2944-
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d"
2945-
integrity sha1-OHHMCmoALow+Wzz38zYmRnXwa50=
2937+
detect-indent@6.0.0:
2938+
version "6.0.0"
2939+
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd"
2940+
integrity sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==
29462941

29472942
detect-libc@^1.0.2:
29482943
version "1.0.3"
@@ -3599,15 +3594,6 @@ external-editor@^2.0.4:
35993594
iconv-lite "^0.4.17"
36003595
tmp "^0.0.33"
36013596

3602-
external-editor@^3.0.0:
3603-
version "3.0.3"
3604-
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.0.3.tgz#5866db29a97826dbe4bf3afd24070ead9ea43a27"
3605-
integrity sha512-bn71H9+qWoOQKyZDo25mOMVpSmXROAsTJVVVYzrrtol3d4y+AsKjf4Iwl2Q+IuT0kFSQ1qo166UuIwqYq7mGnA==
3606-
dependencies:
3607-
chardet "^0.7.0"
3608-
iconv-lite "^0.4.24"
3609-
tmp "^0.0.33"
3610-
36113597
external-editor@^3.0.3:
36123598
version "3.1.0"
36133599
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495"
@@ -3921,6 +3907,15 @@ fs-constants@^1.0.0:
39213907
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
39223908
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
39233909

3910+
fs-extra@8.1.0:
3911+
version "8.1.0"
3912+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
3913+
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
3914+
dependencies:
3915+
graceful-fs "^4.2.0"
3916+
jsonfile "^4.0.0"
3917+
universalify "^0.1.0"
3918+
39243919
fs-extra@^0.26.7:
39253920
version "0.26.7"
39263921
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.26.7.tgz#9ae1fdd94897798edab76d0918cf42d0c3184fa9"
@@ -3941,7 +3936,7 @@ fs-extra@^4.0.3:
39413936
jsonfile "^4.0.0"
39423937
universalify "^0.1.0"
39433938

3944-
fs-extra@^7.0.0, fs-extra@^7.0.1:
3939+
fs-extra@^7.0.1:
39453940
version "7.0.1"
39463941
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
39473942
integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
@@ -4132,7 +4127,7 @@ glob@7.1.3, glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3:
41324127
once "^1.3.0"
41334128
path-is-absolute "^1.0.0"
41344129

4135-
glob@^7.0.5:
4130+
glob@7.1.4, glob@^7.0.5:
41364131
version "7.1.4"
41374132
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
41384133
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
@@ -4601,23 +4596,23 @@ ini@^1.3.4, ini@~1.3.0:
46014596
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
46024597
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
46034598

4604-
inquirer@6.2.0:
4605-
version "6.2.0"
4606-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.2.0.tgz#51adcd776f661369dc1e894859c2560a224abdd8"
4607-
integrity sha512-QIEQG4YyQ2UYZGDC4srMZ7BjHOmNk1lR2JQj5UknBapklm6WHA+VVH7N+sUdX3A7NeCfGF8o4X1S3Ao7nAcIeg==
4599+
inquirer@6.5.0:
4600+
version "6.5.0"
4601+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
4602+
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
46084603
dependencies:
4609-
ansi-escapes "^3.0.0"
4610-
chalk "^2.0.0"
4604+
ansi-escapes "^3.2.0"
4605+
chalk "^2.4.2"
46114606
cli-cursor "^2.1.0"
46124607
cli-width "^2.0.0"
4613-
external-editor "^3.0.0"
4608+
external-editor "^3.0.3"
46144609
figures "^2.0.0"
4615-
lodash "^4.17.10"
4610+
lodash "^4.17.12"
46164611
mute-stream "0.0.7"
46174612
run-async "^2.2.0"
4618-
rxjs "^6.1.0"
4613+
rxjs "^6.4.0"
46194614
string-width "^2.1.0"
4620-
strip-ansi "^4.0.0"
4615+
strip-ansi "^5.1.0"
46214616
through "^2.3.6"
46224617

46234618
inquirer@^1.0.2:
@@ -5709,7 +5704,7 @@ lodash.uniq@^4.5.0:
57095704
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
57105705
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
57115706

5712-
lodash@4.17.14, lodash@4.17.x:
5707+
lodash@4.17.14, lodash@4.17.x, lodash@^4.17.12:
57135708
version "4.17.14"
57145709
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
57155710
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
@@ -7640,7 +7635,7 @@ rx@^4.1.0:
76407635
resolved "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782"
76417636
integrity sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=
76427637

7643-
rxjs@^6.1.0, rxjs@^6.3.3:
7638+
rxjs@^6.3.3:
76447639
version "6.4.0"
76457640
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.4.0.tgz#f3bb0fe7bda7fb69deac0c16f17b50b0b8790504"
76467641
integrity sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==
@@ -8331,7 +8326,12 @@ strip-ansi@^5.1.0, strip-ansi@^5.2.0:
83318326
dependencies:
83328327
ansi-regex "^4.1.0"
83338328

8334-
strip-bom@3.0.0, strip-bom@^3.0.0:
8329+
strip-bom@4.0.0:
8330+
version "4.0.0"
8331+
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
8332+
integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==
8333+
8334+
strip-bom@^3.0.0:
83358335
version "3.0.0"
83368336
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
83378337
integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=

0 commit comments

Comments
 (0)