Skip to content

Commit a512d78

Browse files
committed
chore(deps): update dependency cz-conventional-changelog to v3
1 parent 5a9a727 commit a512d78

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.7",
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
@@ -902,6 +902,35 @@
902902
lodash "^4.17.13"
903903
to-fast-properties "^2.0.0"
904904

905+
"@commitlint/execute-rule@^8.2.0":
906+
version "8.2.0"
907+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-8.2.0.tgz#aefb3744e22613660adefb7ebcccaa60bd24e78d"
908+
integrity sha512-9MBRthHaulbWTa8ReG2Oii2qc117NuvzhZdnkuKuYLhker7sUXGFcVhLanuWUKGyfyI2o9zVr/NHsNbCCsTzAA==
909+
910+
"@commitlint/load@>6.1.1":
911+
version "8.2.0"
912+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-8.2.0.tgz#9ca53a0c795e4f63d796b4d42279e856549add1a"
913+
integrity sha512-EV6PfAY/p83QynNd1llHxJiNxKmp43g8+7dZbyfHFbsGOdokrCnoelAVZ+WGgktXwLN/uXyfkcIAxwac015UYw==
914+
dependencies:
915+
"@commitlint/execute-rule" "^8.2.0"
916+
"@commitlint/resolve-extends" "^8.2.0"
917+
babel-runtime "^6.23.0"
918+
chalk "2.4.2"
919+
cosmiconfig "^5.2.0"
920+
lodash "4.17.14"
921+
resolve-from "^5.0.0"
922+
923+
"@commitlint/resolve-extends@^8.2.0":
924+
version "8.2.0"
925+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-8.2.0.tgz#b7f2f0c71c10f24b98a199ed11d2c14cfd7a318f"
926+
integrity sha512-cwi0HUsDcD502HBP8huXfTkVuWmeo1Fiz3GKxNwMBBsJV4+bKa7QrtxbNpXhVuarX7QjWfNTvmW6KmFS7YK9uw==
927+
dependencies:
928+
"@types/node" "^12.0.2"
929+
import-fresh "^3.0.0"
930+
lodash "4.17.14"
931+
resolve-from "^5.0.0"
932+
resolve-global "^1.0.0"
933+
905934
"@samverschueren/stream-to-observable@^0.3.0":
906935
version "0.3.0"
907936
resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f"
@@ -1090,6 +1119,11 @@
10901119
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.132.tgz#8ce45ca8745ff2e004fac0de0ab46f61e390ffa0"
10911120
integrity sha512-RNUU1rrh85NgUJcjOOr96YXr+RHwInGbaQCZmlitqOaCKXffj8bh+Zxwuq5rjDy5OgzFldDVoqk4pyLEDiwxIw==
10921121

1122+
"@types/node@^12.0.2":
1123+
version "12.11.5"
1124+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.11.5.tgz#6c3c8dc84988aff11fd2a63d7b5fbf39eaaab7b1"
1125+
integrity sha512-LC8ALj/24PhByn39nr5jnTvpE7MujK8y7LQmV74kHYF5iQ0odCPkMH4IZNZw+cobKfSXqaC8GgegcbIsQpffdA==
1126+
10931127
"@webassemblyjs/ast@1.8.5":
10941128
version "1.8.5"
10951129
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"
@@ -1742,7 +1776,7 @@ babel-plugin-source-map-support@2.1.1:
17421776
dependencies:
17431777
"@babel/helper-module-imports" "^7.0.0"
17441778

1745-
babel-runtime@^6.26.0:
1779+
babel-runtime@^6.23.0, babel-runtime@^6.26.0:
17461780
version "6.26.0"
17471781
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
17481782
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
@@ -2104,7 +2138,7 @@ cachedir@2.1.0:
21042138
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.1.0.tgz#b448c32b44cd9c0cd6ce4c419fa5b3c112c02191"
21052139
integrity sha512-xGBpPqoBvn3unBW7oxgb8aJn42K0m9m1/wyjmazah10Fq7bROGG3kRAE6OIyr3U3PIJUqGuebhCEdMk9OKJG0A==
21062140

2107-
cachedir@^2.2.0:
2141+
cachedir@2.2.0, cachedir@^2.2.0:
21082142
version "2.2.0"
21092143
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.2.0.tgz#19afa4305e05d79e417566882e0c8f960f62ff0e"
21102144
integrity sha512-VvxA0xhNqIIfg0V9AmJkDg91DaJwryutH5rVEZAhcNi4iJFj9f+QxmAjgK1LT9I8OgToX27fypX6/MeCXVbBjQ==
@@ -2158,6 +2192,11 @@ callsites@^2.0.0:
21582192
resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
21592193
integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
21602194

2195+
callsites@^3.0.0:
2196+
version "3.1.0"
2197+
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
2198+
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
2199+
21612200
camelcase@^4.0.0:
21622201
version "4.1.0"
21632202
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
@@ -2221,6 +2260,15 @@ chai@4.2.0:
22212260
pathval "^1.1.0"
22222261
type-detect "^4.0.5"
22232262

2263+
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:
2264+
version "2.4.2"
2265+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2266+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2267+
dependencies:
2268+
ansi-styles "^3.2.1"
2269+
escape-string-regexp "^1.0.5"
2270+
supports-color "^5.3.0"
2271+
22242272
chalk@^1.0.0, chalk@^1.1.3:
22252273
version "1.1.3"
22262274
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -2232,15 +2280,6 @@ chalk@^1.0.0, chalk@^1.1.3:
22322280
strip-ansi "^3.0.0"
22332281
supports-color "^2.0.0"
22342282

2235-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
2236-
version "2.4.2"
2237-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2238-
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2239-
dependencies:
2240-
ansi-styles "^3.2.1"
2241-
escape-string-regexp "^1.0.5"
2242-
supports-color "^5.3.0"
2243-
22442283
chardet@^0.4.0:
22452284
version "0.4.2"
22462285
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
@@ -2504,6 +2543,27 @@ commitizen@3.1.2:
25042543
strip-bom "3.0.0"
25052544
strip-json-comments "2.0.1"
25062545

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

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

3191+
detect-indent@6.0.0:
3192+
version "6.0.0"
3193+
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd"
3194+
integrity sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==
3195+
31023196
detect-indent@^5.0.0:
31033197
version "5.0.0"
31043198
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d"
@@ -4097,6 +4191,15 @@ fs-constants@^1.0.0:
40974191
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
40984192
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
40994193

4194+
fs-extra@8.1.0:
4195+
version "8.1.0"
4196+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
4197+
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
4198+
dependencies:
4199+
graceful-fs "^4.2.0"
4200+
jsonfile "^4.0.0"
4201+
universalify "^0.1.0"
4202+
41004203
fs-extra@^0.30.0:
41014204
version "0.30.0"
41024205
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.30.0.tgz#f233ffcc08d4da7d432daa449776989db1df93f0"
@@ -4310,7 +4413,7 @@ glob@7.1.3, glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3:
43104413
once "^1.3.0"
43114414
path-is-absolute "^1.0.0"
43124415

4313-
glob@^7.0.5, glob@^7.1.4:
4416+
glob@7.1.4, glob@^7.0.5, glob@^7.1.4:
43144417
version "7.1.4"
43154418
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
43164419
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
@@ -4322,7 +4425,7 @@ glob@^7.0.5, glob@^7.1.4:
43224425
once "^1.3.0"
43234426
path-is-absolute "^1.0.0"
43244427

4325-
global-dirs@^0.1.0:
4428+
global-dirs@^0.1.0, global-dirs@^0.1.1:
43264429
version "0.1.1"
43274430
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
43284431
integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=
@@ -4409,6 +4512,11 @@ graceful-fs@^4.1.0, graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.1
44094512
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
44104513
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
44114514

4515+
graceful-fs@^4.2.0:
4516+
version "4.2.2"
4517+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02"
4518+
integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==
4519+
44124520
"graceful-readlink@>= 1.0.0":
44134521
version "1.0.1"
44144522
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
@@ -4741,6 +4849,14 @@ import-fresh@^2.0.0:
47414849
caller-path "^2.0.0"
47424850
resolve-from "^3.0.0"
47434851

4852+
import-fresh@^3.0.0:
4853+
version "3.1.0"
4854+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.1.0.tgz#6d33fa1dcef6df930fae003446f33415af905118"
4855+
integrity sha512-PpuksHKGt8rXfWEr9m9EHIpgyyaltBy8+eF6GJM0QCAxMgxCfucMF3mjecK2QsJr0amJW7gTqh5/wht0z2UhEQ==
4856+
dependencies:
4857+
parent-module "^1.0.0"
4858+
resolve-from "^4.0.0"
4859+
47444860
import-lazy@^2.1.0:
47454861
version "2.1.0"
47464862
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
@@ -4803,6 +4919,25 @@ inquirer@6.2.0:
48034919
strip-ansi "^4.0.0"
48044920
through "^2.3.6"
48054921

4922+
inquirer@6.5.0:
4923+
version "6.5.0"
4924+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
4925+
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
4926+
dependencies:
4927+
ansi-escapes "^3.2.0"
4928+
chalk "^2.4.2"
4929+
cli-cursor "^2.1.0"
4930+
cli-width "^2.0.0"
4931+
external-editor "^3.0.3"
4932+
figures "^2.0.0"
4933+
lodash "^4.17.12"
4934+
mute-stream "0.0.7"
4935+
run-async "^2.2.0"
4936+
rxjs "^6.4.0"
4937+
string-width "^2.1.0"
4938+
strip-ansi "^5.1.0"
4939+
through "^2.3.6"
4940+
48064941
inquirer@^3.0.6:
48074942
version "3.3.0"
48084943
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-3.3.0.tgz#9dd2f2ad765dcab1ff0443b491442a20ba227dc9"
@@ -5876,16 +6011,16 @@ lodash@4.17.14, lodash@4.17.x:
58766011
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
58776012
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
58786013

6014+
lodash@4.17.15, lodash@^4.17.12, lodash@^4.17.15:
6015+
version "4.17.15"
6016+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
6017+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
6018+
58796019
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.8.0:
58806020
version "4.17.11"
58816021
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
58826022
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
58836023

5884-
lodash@^4.17.12, lodash@^4.17.15:
5885-
version "4.17.15"
5886-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
5887-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
5888-
58896024
lodash@^4.17.13:
58906025
version "4.17.13"
58916026
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#0bdc3a6adc873d2f4e0c4bac285df91b64fc7b93"
@@ -5953,6 +6088,11 @@ longest@^1.0.1:
59536088
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
59546089
integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=
59556090

6091+
longest@^2.0.1:
6092+
version "2.0.1"
6093+
resolved "https://registry.yarnpkg.com/longest/-/longest-2.0.1.tgz#781e183296aa94f6d4d916dc335d0d17aefa23f8"
6094+
integrity sha1-eB4YMpaqlPbU2RbcM10NF676I/g=
6095+
59566096
loose-envify@^1.0.0, loose-envify@^1.4.0:
59576097
version "1.4.0"
59586098
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
@@ -6915,6 +7055,13 @@ parallel-transform@^1.1.0:
69157055
inherits "^2.0.3"
69167056
readable-stream "^2.1.5"
69177057

7058+
parent-module@^1.0.0:
7059+
version "1.0.1"
7060+
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
7061+
integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
7062+
dependencies:
7063+
callsites "^3.0.0"
7064+
69187065
parse-asn1@^5.0.0:
69197066
version "5.1.4"
69207067
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.4.tgz#37f6628f823fbdeb2273b4d540434a22f3ef1fcc"
@@ -7706,6 +7853,18 @@ resolve-from@^4.0.0:
77067853
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
77077854
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
77087855

7856+
resolve-from@^5.0.0:
7857+
version "5.0.0"
7858+
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
7859+
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
7860+
7861+
resolve-global@^1.0.0:
7862+
version "1.0.0"
7863+
resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-1.0.0.tgz#a2a79df4af2ca3f49bf77ef9ddacd322dad19255"
7864+
integrity sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==
7865+
dependencies:
7866+
global-dirs "^0.1.1"
7867+
77097868
resolve-url@^0.2.1:
77107869
version "0.2.1"
77117870
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
@@ -8513,6 +8672,11 @@ strip-bom@3.0.0, strip-bom@^3.0.0:
85138672
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
85148673
integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
85158674

8675+
strip-bom@4.0.0:
8676+
version "4.0.0"
8677+
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
8678+
integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==
8679+
85168680
strip-dirs@^2.0.0:
85178681
version "2.1.0"
85188682
resolved "https://registry.yarnpkg.com/strip-dirs/-/strip-dirs-2.1.0.tgz#4987736264fc344cf20f6c34aca9d13d1d4ed6c5"
@@ -8530,6 +8694,11 @@ strip-json-comments@2.0.1, strip-json-comments@^2.0.0, strip-json-comments@~2.0.
85308694
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
85318695
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
85328696

8697+
strip-json-comments@3.0.1:
8698+
version "3.0.1"
8699+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
8700+
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
8701+
85338702
strip-outer@^1.0.0:
85348703
version "1.0.1"
85358704
resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631"

0 commit comments

Comments
 (0)