Skip to content

Commit e117cd0

Browse files
committed
chore(deps): update dependency cz-conventional-changelog to v3
1 parent f108b02 commit e117cd0

2 files changed

Lines changed: 191 additions & 27 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"commitizen": "3.1.2",
8888
"coveralls": "3.0.11",
8989
"cross-env": "5.2.1",
90-
"cz-conventional-changelog": "2.1.0",
90+
"cz-conventional-changelog": "3.1.0",
9191
"eslint": "4.19.1",
9292
"eslint-config-airbnb": "16.1.0",
9393
"eslint-config-prettier": "2.9.0",

yarn.lock

Lines changed: 190 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,6 +1092,34 @@
10921092
lodash "^4.17.13"
10931093
to-fast-properties "^2.0.0"
10941094

1095+
"@commitlint/execute-rule@^8.3.4":
1096+
version "8.3.4"
1097+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-8.3.4.tgz#1b63f0713b197889d90b76f9eea1abc010d256b1"
1098+
integrity sha512-f4HigYjeIBn9f7OuNv5zh2y5vWaAhNFrfeul8CRJDy82l3Y+09lxOTGxfF3uMXKrZq4LmuK6qvvRCZ8mUrVvzQ==
1099+
1100+
"@commitlint/load@>6.1.1":
1101+
version "8.3.5"
1102+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-8.3.5.tgz#3f059225ede92166ba94cf4c48e3d67c8b08b18a"
1103+
integrity sha512-poF7R1CtQvIXRmVIe63FjSQmN9KDqjRtU5A6hxqXBga87yB2VUJzic85TV6PcQc+wStk52cjrMI+g0zFx+Zxrw==
1104+
dependencies:
1105+
"@commitlint/execute-rule" "^8.3.4"
1106+
"@commitlint/resolve-extends" "^8.3.5"
1107+
babel-runtime "^6.23.0"
1108+
chalk "2.4.2"
1109+
cosmiconfig "^5.2.0"
1110+
lodash "4.17.15"
1111+
resolve-from "^5.0.0"
1112+
1113+
"@commitlint/resolve-extends@^8.3.5":
1114+
version "8.3.5"
1115+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-8.3.5.tgz#8fff800f292ac217ae30b1862f5f9a84b278310a"
1116+
integrity sha512-nHhFAK29qiXNe6oH6uG5wqBnCR+BQnxlBW/q5fjtxIaQALgfoNLHwLS9exzbIRFqwJckpR6yMCfgMbmbAOtklQ==
1117+
dependencies:
1118+
import-fresh "^3.0.0"
1119+
lodash "4.17.15"
1120+
resolve-from "^5.0.0"
1121+
resolve-global "^1.0.0"
1122+
10951123
"@nodelib/fs.scandir@2.1.3":
10961124
version "2.1.3"
10971125
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
@@ -2202,7 +2230,7 @@ babel-plugin-source-map-support@2.1.1:
22022230
dependencies:
22032231
"@babel/helper-module-imports" "^7.0.0"
22042232

2205-
babel-runtime@^6.26.0:
2233+
babel-runtime@^6.23.0, babel-runtime@^6.26.0:
22062234
version "6.26.0"
22072235
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
22082236
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
@@ -2631,6 +2659,11 @@ cachedir@2.1.0:
26312659
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.1.0.tgz#b448c32b44cd9c0cd6ce4c419fa5b3c112c02191"
26322660
integrity sha512-xGBpPqoBvn3unBW7oxgb8aJn42K0m9m1/wyjmazah10Fq7bROGG3kRAE6OIyr3U3PIJUqGuebhCEdMk9OKJG0A==
26332661

2662+
cachedir@2.2.0:
2663+
version "2.2.0"
2664+
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.2.0.tgz#19afa4305e05d79e417566882e0c8f960f62ff0e"
2665+
integrity sha512-VvxA0xhNqIIfg0V9AmJkDg91DaJwryutH5rVEZAhcNi4iJFj9f+QxmAjgK1LT9I8OgToX27fypX6/MeCXVbBjQ==
2666+
26342667
cachedir@^2.3.0:
26352668
version "2.3.0"
26362669
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.3.0.tgz#0c75892a052198f0b21c7c1804d8331edfcae0e8"
@@ -2690,6 +2723,11 @@ callsites@^2.0.0:
26902723
resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
26912724
integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
26922725

2726+
callsites@^3.0.0:
2727+
version "3.1.0"
2728+
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
2729+
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
2730+
26932731
camelcase@^4.0.0:
26942732
version "4.1.0"
26952733
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
@@ -2768,6 +2806,15 @@ chai@4.2.0:
27682806
pathval "^1.1.0"
27692807
type-detect "^4.0.5"
27702808

2809+
chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
2810+
version "2.4.2"
2811+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2812+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2813+
dependencies:
2814+
ansi-styles "^3.2.1"
2815+
escape-string-regexp "^1.0.5"
2816+
supports-color "^5.3.0"
2817+
27712818
chalk@^1.0.0, chalk@^1.1.3:
27722819
version "1.1.3"
27732820
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -2779,15 +2826,6 @@ chalk@^1.0.0, chalk@^1.1.3:
27792826
strip-ansi "^3.0.0"
27802827
supports-color "^2.0.0"
27812828

2782-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
2783-
version "2.4.2"
2784-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2785-
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2786-
dependencies:
2787-
ansi-styles "^3.2.1"
2788-
escape-string-regexp "^1.0.5"
2789-
supports-color "^5.3.0"
2790-
27912829
chalk@^3.0.0:
27922830
version "3.0.0"
27932831
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
@@ -3132,6 +3170,27 @@ commitizen@3.1.2:
31323170
strip-bom "3.0.0"
31333171
strip-json-comments "2.0.1"
31343172

3173+
commitizen@^4.0.3:
3174+
version "4.0.4"
3175+
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.0.4.tgz#60e9666e293269f459f1038ca452b39acecb8999"
3176+
integrity sha512-gfEt1rDE9VqKif+LE3cAThpqiW/1K3c2Nx83jSU6ohZjQd2CAmz1rMIlgmbPrPagOkKZw7USzSVubS758ZTWdA==
3177+
dependencies:
3178+
cachedir "2.2.0"
3179+
cz-conventional-changelog "3.0.1"
3180+
dedent "0.7.0"
3181+
detect-indent "6.0.0"
3182+
find-node-modules "2.0.0"
3183+
find-root "1.1.0"
3184+
fs-extra "8.1.0"
3185+
glob "7.1.4"
3186+
inquirer "6.5.0"
3187+
is-utf8 "^0.2.1"
3188+
lodash "4.17.15"
3189+
minimist "1.2.3"
3190+
shelljs "0.7.6"
3191+
strip-bom "4.0.0"
3192+
strip-json-comments "3.0.1"
3193+
31353194
common-tags@^1.4.0:
31363195
version "1.8.0"
31373196
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937"
@@ -3248,6 +3307,11 @@ conventional-commit-types@^2.0.0:
32483307
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-2.2.0.tgz#5db95739d6c212acbe7b6f656a11b940baa68946"
32493308
integrity sha1-XblXOdbCEqy+e29lahG5QLqmiUY=
32503309

3310+
conventional-commit-types@^3.0.0:
3311+
version "3.0.0"
3312+
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-3.0.0.tgz#7c9214e58eae93e85dd66dbfbafe7e4fffa2365b"
3313+
integrity sha512-SmmCYnOniSsAa9GqWOeLqc179lfr5TRu5b4QFDkbsrJ5TZjPJx85wtOr3zn+1dbeNiXDKGPbZ72IKbPhLXh/Lg==
3314+
32513315
convert-source-map@^1.6.0:
32523316
version "1.6.0"
32533317
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
@@ -3489,6 +3553,35 @@ cz-conventional-changelog@2.1.0:
34893553
right-pad "^1.0.1"
34903554
word-wrap "^1.0.3"
34913555

3556+
cz-conventional-changelog@3.0.1:
3557+
version "3.0.1"
3558+
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.0.1.tgz#b1f207ae050355e7ada65aad5c52e9de3d0c8e5b"
3559+
integrity sha512-7KASIwB8/ClEyCRvQrCPbN7WkQnUSjSSVNyPM+gDJ0jskLi8h8N2hrdpyeCk7fIqKMRzziqVSOBTB8yyLTMHGQ==
3560+
dependencies:
3561+
chalk "^2.4.1"
3562+
conventional-commit-types "^2.0.0"
3563+
lodash.map "^4.5.1"
3564+
longest "^2.0.1"
3565+
right-pad "^1.0.1"
3566+
word-wrap "^1.0.3"
3567+
optionalDependencies:
3568+
"@commitlint/load" ">6.1.1"
3569+
3570+
cz-conventional-changelog@3.1.0:
3571+
version "3.1.0"
3572+
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.1.0.tgz#1e004a4f507531347a5f78ab4ed65c3ff693fc97"
3573+
integrity sha512-SCwPPOF+7qMh1DZkJhrwaxCvZzPaz2E9BwQzcZwBuHlpcJj9zzz7K5vADQRhHuxStaHZFSLbDlZEdcls4bKu7Q==
3574+
dependencies:
3575+
chalk "^2.4.1"
3576+
commitizen "^4.0.3"
3577+
conventional-commit-types "^3.0.0"
3578+
lodash.map "^4.5.1"
3579+
longest "^2.0.1"
3580+
right-pad "^1.0.1"
3581+
word-wrap "^1.0.3"
3582+
optionalDependencies:
3583+
"@commitlint/load" ">6.1.1"
3584+
34923585
d@1, d@^1.0.0, d@^1.0.1:
34933586
version "1.0.1"
34943587
resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a"
@@ -3780,6 +3873,11 @@ detect-file@^1.0.0:
37803873
resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
37813874
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
37823875

3876+
detect-indent@6.0.0:
3877+
version "6.0.0"
3878+
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd"
3879+
integrity sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==
3880+
37833881
detect-indent@^5.0.0:
37843882
version "5.0.0"
37853883
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d"
@@ -5104,6 +5202,15 @@ fs-constants@^1.0.0:
51045202
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
51055203
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
51065204

5205+
fs-extra@8.1.0, fs-extra@^8.1.0:
5206+
version "8.1.0"
5207+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
5208+
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
5209+
dependencies:
5210+
graceful-fs "^4.2.0"
5211+
jsonfile "^4.0.0"
5212+
universalify "^0.1.0"
5213+
51075214
fs-extra@^0.30.0:
51085215
version "0.30.0"
51095216
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.30.0.tgz#f233ffcc08d4da7d432daa449776989db1df93f0"
@@ -5133,15 +5240,6 @@ fs-extra@^7.0.0, fs-extra@^7.0.1:
51335240
jsonfile "^4.0.0"
51345241
universalify "^0.1.0"
51355242

5136-
fs-extra@^8.1.0:
5137-
version "8.1.0"
5138-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
5139-
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
5140-
dependencies:
5141-
graceful-fs "^4.2.0"
5142-
jsonfile "^4.0.0"
5143-
universalify "^0.1.0"
5144-
51455243
fs-minipass@^1.2.5:
51465244
version "1.2.5"
51475245
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d"
@@ -5344,7 +5442,7 @@ glob@7.1.3, glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3:
53445442
once "^1.3.0"
53455443
path-is-absolute "^1.0.0"
53465444

5347-
glob@^7.0.5, glob@^7.1.4:
5445+
glob@7.1.4, glob@^7.0.5, glob@^7.1.4:
53485446
version "7.1.4"
53495447
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
53505448
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
@@ -5368,7 +5466,7 @@ glob@^7.1.6:
53685466
once "^1.3.0"
53695467
path-is-absolute "^1.0.0"
53705468

5371-
global-dirs@^0.1.0:
5469+
global-dirs@^0.1.0, global-dirs@^0.1.1:
53725470
version "0.1.1"
53735471
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
53745472
integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=
@@ -5861,6 +5959,14 @@ import-fresh@^2.0.0:
58615959
caller-path "^2.0.0"
58625960
resolve-from "^3.0.0"
58635961

5962+
import-fresh@^3.0.0:
5963+
version "3.2.1"
5964+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
5965+
integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==
5966+
dependencies:
5967+
parent-module "^1.0.0"
5968+
resolve-from "^4.0.0"
5969+
58645970
import-lazy@^2.1.0:
58655971
version "2.1.0"
58665972
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
@@ -5933,6 +6039,25 @@ inquirer@6.2.0:
59336039
strip-ansi "^4.0.0"
59346040
through "^2.3.6"
59356041

6042+
inquirer@6.5.0:
6043+
version "6.5.0"
6044+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
6045+
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
6046+
dependencies:
6047+
ansi-escapes "^3.2.0"
6048+
chalk "^2.4.2"
6049+
cli-cursor "^2.1.0"
6050+
cli-width "^2.0.0"
6051+
external-editor "^3.0.3"
6052+
figures "^2.0.0"
6053+
lodash "^4.17.12"
6054+
mute-stream "0.0.7"
6055+
run-async "^2.2.0"
6056+
rxjs "^6.4.0"
6057+
string-width "^2.1.0"
6058+
strip-ansi "^5.1.0"
6059+
through "^2.3.6"
6060+
59366061
inquirer@^3.0.6:
59376062
version "3.3.0"
59386063
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-3.3.0.tgz#9dd2f2ad765dcab1ff0443b491442a20ba227dc9"
@@ -7101,16 +7226,16 @@ lodash@4.17.14, lodash@4.17.x:
71017226
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
71027227
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
71037228

7229+
lodash@4.17.15, lodash@^4.17.12, lodash@^4.17.15:
7230+
version "4.17.15"
7231+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
7232+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
7233+
71047234
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.8.0:
71057235
version "4.17.11"
71067236
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
71077237
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
71087238

7109-
lodash@^4.17.12, lodash@^4.17.15:
7110-
version "4.17.15"
7111-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
7112-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
7113-
71147239
lodash@^4.17.13:
71157240
version "4.17.13"
71167241
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#0bdc3a6adc873d2f4e0c4bac285df91b64fc7b93"
@@ -7190,6 +7315,11 @@ longest@^1.0.1:
71907315
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
71917316
integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=
71927317

7318+
longest@^2.0.1:
7319+
version "2.0.1"
7320+
resolved "https://registry.yarnpkg.com/longest/-/longest-2.0.1.tgz#781e183296aa94f6d4d916dc335d0d17aefa23f8"
7321+
integrity sha1-eB4YMpaqlPbU2RbcM10NF676I/g=
7322+
71937323
loose-envify@^1.0.0, loose-envify@^1.4.0:
71947324
version "1.4.0"
71957325
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
@@ -7484,6 +7614,11 @@ minimist@1.2.0, minimist@^1.2.0:
74847614
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
74857615
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
74867616

7617+
minimist@1.2.3:
7618+
version "1.2.3"
7619+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f"
7620+
integrity sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==
7621+
74877622
minimist@^1.2.5:
74887623
version "1.2.5"
74897624
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -8318,6 +8453,13 @@ parallel-transform@^1.1.0:
83188453
inherits "^2.0.3"
83198454
readable-stream "^2.1.5"
83208455

8456+
parent-module@^1.0.0:
8457+
version "1.0.1"
8458+
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
8459+
integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
8460+
dependencies:
8461+
callsites "^3.0.0"
8462+
83218463
parse-asn1@^5.0.0:
83228464
version "5.1.4"
83238465
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.4.tgz#37f6628f823fbdeb2273b4d540434a22f3ef1fcc"
@@ -9277,6 +9419,18 @@ resolve-from@^4.0.0:
92779419
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
92789420
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
92799421

9422+
resolve-from@^5.0.0:
9423+
version "5.0.0"
9424+
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
9425+
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
9426+
9427+
resolve-global@^1.0.0:
9428+
version "1.0.0"
9429+
resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-1.0.0.tgz#a2a79df4af2ca3f49bf77ef9ddacd322dad19255"
9430+
integrity sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==
9431+
dependencies:
9432+
global-dirs "^0.1.1"
9433+
92809434
resolve-url@^0.2.1:
92819435
version "0.2.1"
92829436
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
@@ -10282,6 +10436,11 @@ strip-bom@3.0.0, strip-bom@^3.0.0:
1028210436
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
1028310437
integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
1028410438

10439+
strip-bom@4.0.0:
10440+
version "4.0.0"
10441+
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
10442+
integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==
10443+
1028510444
strip-dirs@^2.0.0:
1028610445
version "2.1.0"
1028710446
resolved "https://registry.yarnpkg.com/strip-dirs/-/strip-dirs-2.1.0.tgz#4987736264fc344cf20f6c34aca9d13d1d4ed6c5"
@@ -10299,6 +10458,11 @@ strip-json-comments@2.0.1, strip-json-comments@^2.0.0, strip-json-comments@~2.0.
1029910458
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
1030010459
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
1030110460

10461+
strip-json-comments@3.0.1:
10462+
version "3.0.1"
10463+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
10464+
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
10465+
1030210466
strip-outer@^1.0.0:
1030310467
version "1.0.1"
1030410468
resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631"

0 commit comments

Comments
 (0)