Skip to content

Commit 37873ab

Browse files
committed
chore(deps): update dependency cz-conventional-changelog to v3
1 parent 9095771 commit 37873ab

2 files changed

Lines changed: 188 additions & 19 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.6",
8989
"cross-env": "5.2.1",
90-
"cz-conventional-changelog": "2.1.0",
90+
"cz-conventional-changelog": "3.0.2",
9191
"eslint": "4.19.1",
9292
"eslint-config-airbnb": "16.1.0",
9393
"eslint-config-prettier": "2.9.0",

yarn.lock

Lines changed: 187 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,35 @@
887887
lodash "^4.17.13"
888888
to-fast-properties "^2.0.0"
889889

890+
"@commitlint/execute-rule@^8.2.0":
891+
version "8.2.0"
892+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-8.2.0.tgz#aefb3744e22613660adefb7ebcccaa60bd24e78d"
893+
integrity sha512-9MBRthHaulbWTa8ReG2Oii2qc117NuvzhZdnkuKuYLhker7sUXGFcVhLanuWUKGyfyI2o9zVr/NHsNbCCsTzAA==
894+
895+
"@commitlint/load@>6.1.1":
896+
version "8.2.0"
897+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-8.2.0.tgz#9ca53a0c795e4f63d796b4d42279e856549add1a"
898+
integrity sha512-EV6PfAY/p83QynNd1llHxJiNxKmp43g8+7dZbyfHFbsGOdokrCnoelAVZ+WGgktXwLN/uXyfkcIAxwac015UYw==
899+
dependencies:
900+
"@commitlint/execute-rule" "^8.2.0"
901+
"@commitlint/resolve-extends" "^8.2.0"
902+
babel-runtime "^6.23.0"
903+
chalk "2.4.2"
904+
cosmiconfig "^5.2.0"
905+
lodash "4.17.14"
906+
resolve-from "^5.0.0"
907+
908+
"@commitlint/resolve-extends@^8.2.0":
909+
version "8.2.0"
910+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-8.2.0.tgz#b7f2f0c71c10f24b98a199ed11d2c14cfd7a318f"
911+
integrity sha512-cwi0HUsDcD502HBP8huXfTkVuWmeo1Fiz3GKxNwMBBsJV4+bKa7QrtxbNpXhVuarX7QjWfNTvmW6KmFS7YK9uw==
912+
dependencies:
913+
"@types/node" "^12.0.2"
914+
import-fresh "^3.0.0"
915+
lodash "4.17.14"
916+
resolve-from "^5.0.0"
917+
resolve-global "^1.0.0"
918+
890919
"@samverschueren/stream-to-observable@^0.3.0":
891920
version "0.3.0"
892921
resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f"
@@ -1075,6 +1104,11 @@
10751104
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.132.tgz#8ce45ca8745ff2e004fac0de0ab46f61e390ffa0"
10761105
integrity sha512-RNUU1rrh85NgUJcjOOr96YXr+RHwInGbaQCZmlitqOaCKXffj8bh+Zxwuq5rjDy5OgzFldDVoqk4pyLEDiwxIw==
10771106

1107+
"@types/node@^12.0.2":
1108+
version "12.7.12"
1109+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.12.tgz#7c6c571cc2f3f3ac4a59a5f2bd48f5bdbc8653cc"
1110+
integrity sha512-KPYGmfD0/b1eXurQ59fXD1GBzhSQfz6/lKBxkaHX9dKTzjXbK68Zt7yGUxUsCS1jeTy/8aL+d9JEr+S54mpkWQ==
1111+
10781112
"@webassemblyjs/ast@1.8.5":
10791113
version "1.8.5"
10801114
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"
@@ -1737,7 +1771,7 @@ babel-plugin-source-map-support@2.1.1:
17371771
dependencies:
17381772
"@babel/helper-module-imports" "^7.0.0"
17391773

1740-
babel-runtime@^6.26.0:
1774+
babel-runtime@^6.23.0, babel-runtime@^6.26.0:
17411775
version "6.26.0"
17421776
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
17431777
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
@@ -2094,7 +2128,7 @@ cachedir@2.1.0:
20942128
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.1.0.tgz#b448c32b44cd9c0cd6ce4c419fa5b3c112c02191"
20952129
integrity sha512-xGBpPqoBvn3unBW7oxgb8aJn42K0m9m1/wyjmazah10Fq7bROGG3kRAE6OIyr3U3PIJUqGuebhCEdMk9OKJG0A==
20962130

2097-
cachedir@^2.2.0:
2131+
cachedir@2.2.0, cachedir@^2.2.0:
20982132
version "2.2.0"
20992133
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.2.0.tgz#19afa4305e05d79e417566882e0c8f960f62ff0e"
21002134
integrity sha512-VvxA0xhNqIIfg0V9AmJkDg91DaJwryutH5rVEZAhcNi4iJFj9f+QxmAjgK1LT9I8OgToX27fypX6/MeCXVbBjQ==
@@ -2148,6 +2182,11 @@ callsites@^2.0.0:
21482182
resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
21492183
integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
21502184

2185+
callsites@^3.0.0:
2186+
version "3.1.0"
2187+
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
2188+
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
2189+
21512190
camelcase@^4.0.0:
21522191
version "4.1.0"
21532192
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
@@ -2211,6 +2250,15 @@ chai@4.2.0:
22112250
pathval "^1.1.0"
22122251
type-detect "^4.0.5"
22132252

2253+
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:
2254+
version "2.4.2"
2255+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2256+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2257+
dependencies:
2258+
ansi-styles "^3.2.1"
2259+
escape-string-regexp "^1.0.5"
2260+
supports-color "^5.3.0"
2261+
22142262
chalk@^1.0.0, chalk@^1.1.3:
22152263
version "1.1.3"
22162264
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -2222,15 +2270,6 @@ chalk@^1.0.0, chalk@^1.1.3:
22222270
strip-ansi "^3.0.0"
22232271
supports-color "^2.0.0"
22242272

2225-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
2226-
version "2.4.2"
2227-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2228-
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2229-
dependencies:
2230-
ansi-styles "^3.2.1"
2231-
escape-string-regexp "^1.0.5"
2232-
supports-color "^5.3.0"
2233-
22342273
chardet@^0.4.0:
22352274
version "0.4.2"
22362275
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
@@ -2501,6 +2540,27 @@ commitizen@3.1.2:
25012540
strip-bom "3.0.0"
25022541
strip-json-comments "2.0.1"
25032542

2543+
commitizen@^4.0.3:
2544+
version "4.0.3"
2545+
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.0.3.tgz#c19a4213257d0525b85139e2f36db7cc3b4f6dae"
2546+
integrity sha512-lxu0F/Iq4dudoFeIl5pY3h3CQJzkmQuh3ygnaOvqhAD8Wu2pYBI17ofqSuPHNsBTEOh1r1AVa9kR4Hp0FAHKcQ==
2547+
dependencies:
2548+
cachedir "2.2.0"
2549+
cz-conventional-changelog "3.0.1"
2550+
dedent "0.7.0"
2551+
detect-indent "6.0.0"
2552+
find-node-modules "2.0.0"
2553+
find-root "1.1.0"
2554+
fs-extra "8.1.0"
2555+
glob "7.1.4"
2556+
inquirer "6.5.0"
2557+
is-utf8 "^0.2.1"
2558+
lodash "4.17.15"
2559+
minimist "1.2.0"
2560+
shelljs "0.7.6"
2561+
strip-bom "4.0.0"
2562+
strip-json-comments "3.0.1"
2563+
25042564
common-tags@^1.4.0:
25052565
version "1.8.0"
25062566
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937"
@@ -2856,6 +2916,35 @@ cz-conventional-changelog@2.1.0:
28562916
right-pad "^1.0.1"
28572917
word-wrap "^1.0.3"
28582918

2919+
cz-conventional-changelog@3.0.1:
2920+
version "3.0.1"
2921+
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.0.1.tgz#b1f207ae050355e7ada65aad5c52e9de3d0c8e5b"
2922+
integrity sha512-7KASIwB8/ClEyCRvQrCPbN7WkQnUSjSSVNyPM+gDJ0jskLi8h8N2hrdpyeCk7fIqKMRzziqVSOBTB8yyLTMHGQ==
2923+
dependencies:
2924+
chalk "^2.4.1"
2925+
conventional-commit-types "^2.0.0"
2926+
lodash.map "^4.5.1"
2927+
longest "^2.0.1"
2928+
right-pad "^1.0.1"
2929+
word-wrap "^1.0.3"
2930+
optionalDependencies:
2931+
"@commitlint/load" ">6.1.1"
2932+
2933+
cz-conventional-changelog@3.0.2:
2934+
version "3.0.2"
2935+
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.0.2.tgz#f6b9a406177ab07f9a3a087e06103a045b376260"
2936+
integrity sha512-MPxERbtQyVp0nnpCBiwzKGKmMBSswmCV3Jpef3Axqd5f3c/SOc6VFiSUlclOyZXBn3Xtf4snzt4O15hBTRb2gA==
2937+
dependencies:
2938+
chalk "^2.4.1"
2939+
commitizen "^4.0.3"
2940+
conventional-commit-types "^2.0.0"
2941+
lodash.map "^4.5.1"
2942+
longest "^2.0.1"
2943+
right-pad "^1.0.1"
2944+
word-wrap "^1.0.3"
2945+
optionalDependencies:
2946+
"@commitlint/load" ">6.1.1"
2947+
28592948
d@1, d@^1.0.1:
28602949
version "1.0.1"
28612950
resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a"
@@ -3096,6 +3185,11 @@ detect-file@^1.0.0:
30963185
resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
30973186
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
30983187

3188+
detect-indent@6.0.0:
3189+
version "6.0.0"
3190+
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd"
3191+
integrity sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==
3192+
30993193
detect-indent@^5.0.0:
31003194
version "5.0.0"
31013195
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d"
@@ -4103,6 +4197,15 @@ fs-constants@^1.0.0:
41034197
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
41044198
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
41054199

4200+
fs-extra@8.1.0:
4201+
version "8.1.0"
4202+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
4203+
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
4204+
dependencies:
4205+
graceful-fs "^4.2.0"
4206+
jsonfile "^4.0.0"
4207+
universalify "^0.1.0"
4208+
41064209
fs-extra@^0.30.0:
41074210
version "0.30.0"
41084211
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.30.0.tgz#f233ffcc08d4da7d432daa449776989db1df93f0"
@@ -4327,7 +4430,7 @@ glob@7.1.3, glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3:
43274430
once "^1.3.0"
43284431
path-is-absolute "^1.0.0"
43294432

4330-
glob@^7.0.5, glob@^7.1.4:
4433+
glob@7.1.4, glob@^7.0.5, glob@^7.1.4:
43314434
version "7.1.4"
43324435
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
43334436
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
@@ -4339,7 +4442,7 @@ glob@^7.0.5, glob@^7.1.4:
43394442
once "^1.3.0"
43404443
path-is-absolute "^1.0.0"
43414444

4342-
global-dirs@^0.1.0:
4445+
global-dirs@^0.1.0, global-dirs@^0.1.1:
43434446
version "0.1.1"
43444447
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
43454448
integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=
@@ -4426,6 +4529,11 @@ graceful-fs@^4.1.0, graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.1
44264529
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
44274530
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
44284531

4532+
graceful-fs@^4.2.0:
4533+
version "4.2.2"
4534+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02"
4535+
integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==
4536+
44294537
"graceful-readlink@>= 1.0.0":
44304538
version "1.0.1"
44314539
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
@@ -4758,6 +4866,14 @@ import-fresh@^2.0.0:
47584866
caller-path "^2.0.0"
47594867
resolve-from "^3.0.0"
47604868

4869+
import-fresh@^3.0.0:
4870+
version "3.1.0"
4871+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.1.0.tgz#6d33fa1dcef6df930fae003446f33415af905118"
4872+
integrity sha512-PpuksHKGt8rXfWEr9m9EHIpgyyaltBy8+eF6GJM0QCAxMgxCfucMF3mjecK2QsJr0amJW7gTqh5/wht0z2UhEQ==
4873+
dependencies:
4874+
parent-module "^1.0.0"
4875+
resolve-from "^4.0.0"
4876+
47614877
import-lazy@^2.1.0:
47624878
version "2.1.0"
47634879
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
@@ -4820,6 +4936,25 @@ inquirer@6.2.0:
48204936
strip-ansi "^4.0.0"
48214937
through "^2.3.6"
48224938

4939+
inquirer@6.5.0:
4940+
version "6.5.0"
4941+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
4942+
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
4943+
dependencies:
4944+
ansi-escapes "^3.2.0"
4945+
chalk "^2.4.2"
4946+
cli-cursor "^2.1.0"
4947+
cli-width "^2.0.0"
4948+
external-editor "^3.0.3"
4949+
figures "^2.0.0"
4950+
lodash "^4.17.12"
4951+
mute-stream "0.0.7"
4952+
run-async "^2.2.0"
4953+
rxjs "^6.4.0"
4954+
string-width "^2.1.0"
4955+
strip-ansi "^5.1.0"
4956+
through "^2.3.6"
4957+
48234958
inquirer@^1.0.2:
48244959
version "1.2.3"
48254960
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-1.2.3.tgz#4dec6f32f37ef7bb0b2ed3f1d1a5c3f545074918"
@@ -5938,16 +6073,16 @@ lodash@4.17.14, lodash@4.17.x:
59386073
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
59396074
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
59406075

6076+
lodash@4.17.15, lodash@^4.17.12, lodash@^4.17.15:
6077+
version "4.17.15"
6078+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
6079+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
6080+
59416081
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.8.0:
59426082
version "4.17.11"
59436083
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
59446084
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
59456085

5946-
lodash@^4.17.12, lodash@^4.17.15:
5947-
version "4.17.15"
5948-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
5949-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
5950-
59516086
lodash@^4.17.13:
59526087
version "4.17.13"
59536088
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#0bdc3a6adc873d2f4e0c4bac285df91b64fc7b93"
@@ -6015,6 +6150,11 @@ longest@^1.0.1:
60156150
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
60166151
integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=
60176152

6153+
longest@^2.0.1:
6154+
version "2.0.1"
6155+
resolved "https://registry.yarnpkg.com/longest/-/longest-2.0.1.tgz#781e183296aa94f6d4d916dc335d0d17aefa23f8"
6156+
integrity sha1-eB4YMpaqlPbU2RbcM10NF676I/g=
6157+
60186158
loose-envify@^1.0.0, loose-envify@^1.4.0:
60196159
version "1.4.0"
60206160
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
@@ -7001,6 +7141,13 @@ parallel-transform@^1.1.0:
70017141
inherits "^2.0.3"
70027142
readable-stream "^2.1.5"
70037143

7144+
parent-module@^1.0.0:
7145+
version "1.0.1"
7146+
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
7147+
integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
7148+
dependencies:
7149+
callsites "^3.0.0"
7150+
70047151
parse-asn1@^5.0.0:
70057152
version "5.1.4"
70067153
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.4.tgz#37f6628f823fbdeb2273b4d540434a22f3ef1fcc"
@@ -7792,6 +7939,18 @@ resolve-from@^4.0.0:
77927939
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
77937940
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
77947941

7942+
resolve-from@^5.0.0:
7943+
version "5.0.0"
7944+
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
7945+
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
7946+
7947+
resolve-global@^1.0.0:
7948+
version "1.0.0"
7949+
resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-1.0.0.tgz#a2a79df4af2ca3f49bf77ef9ddacd322dad19255"
7950+
integrity sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==
7951+
dependencies:
7952+
global-dirs "^0.1.1"
7953+
77957954
resolve-url@^0.2.1:
77967955
version "0.2.1"
77977956
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
@@ -8620,6 +8779,11 @@ strip-bom@3.0.0, strip-bom@^3.0.0:
86208779
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
86218780
integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
86228781

8782+
strip-bom@4.0.0:
8783+
version "4.0.0"
8784+
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
8785+
integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==
8786+
86238787
strip-dirs@^2.0.0:
86248788
version "2.1.0"
86258789
resolved "https://registry.yarnpkg.com/strip-dirs/-/strip-dirs-2.1.0.tgz#4987736264fc344cf20f6c34aca9d13d1d4ed6c5"
@@ -8637,6 +8801,11 @@ strip-json-comments@2.0.1, strip-json-comments@^2.0.0, strip-json-comments@~2.0.
86378801
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
86388802
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
86398803

8804+
strip-json-comments@3.0.1:
8805+
version "3.0.1"
8806+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
8807+
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
8808+
86408809
strip-outer@^1.0.0:
86418810
version "1.0.1"
86428811
resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631"

0 commit comments

Comments
 (0)