Skip to content

Commit ee9676c

Browse files
committed
chore(deps): update dependency cz-conventional-changelog to v3
1 parent 7e59ab4 commit ee9676c

2 files changed

Lines changed: 183 additions & 38 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.5",
8989
"cross-env": "5.2.0",
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: 182 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,35 @@
796796
lodash "^4.17.13"
797797
to-fast-properties "^2.0.0"
798798

799+
"@commitlint/execute-rule@^8.1.0":
800+
version "8.1.0"
801+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-8.1.0.tgz#e8386bd0836b3dcdd41ebb9d5904bbeb447e4715"
802+
integrity sha512-+vpH3RFuO6ypuCqhP2rSqTjFTQ7ClzXtUvXphpROv9v9+7zH4L+Ex+wZLVkL8Xj2cxefSLn/5Kcqa9XyJTn3kg==
803+
804+
"@commitlint/load@>6.1.1":
805+
version "8.1.0"
806+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-8.1.0.tgz#63b72ae5bb9152b8fa5b17c5428053032a9a49c8"
807+
integrity sha512-ra02Dvmd7Gp1+uFLzTY3yGOpHjPzl5T9wYg/xrtPJNiOWXvQ0Mw7THw+ucd1M5iLUWjvdavv2N87YDRc428wHg==
808+
dependencies:
809+
"@commitlint/execute-rule" "^8.1.0"
810+
"@commitlint/resolve-extends" "^8.1.0"
811+
babel-runtime "^6.23.0"
812+
chalk "2.4.2"
813+
cosmiconfig "^5.2.0"
814+
lodash "4.17.14"
815+
resolve-from "^5.0.0"
816+
817+
"@commitlint/resolve-extends@^8.1.0":
818+
version "8.1.0"
819+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-8.1.0.tgz#ed67f2ee484160ac8e0078bae52f172625157472"
820+
integrity sha512-r/y+CeKW72Oa9BUctS1+I/MFCDiI3lfhwfQ65Tpfn6eZ4CuBYKzrCRi++GTHeAFKE3y8q1epJq5Rl/1GBejtBw==
821+
dependencies:
822+
"@types/node" "^12.0.2"
823+
import-fresh "^3.0.0"
824+
lodash "4.17.14"
825+
resolve-from "^5.0.0"
826+
resolve-global "^1.0.0"
827+
799828
"@samverschueren/stream-to-observable@^0.3.0":
800829
version "0.3.0"
801830
resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f"
@@ -974,6 +1003,11 @@
9741003
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.132.tgz#8ce45ca8745ff2e004fac0de0ab46f61e390ffa0"
9751004
integrity sha512-RNUU1rrh85NgUJcjOOr96YXr+RHwInGbaQCZmlitqOaCKXffj8bh+Zxwuq5rjDy5OgzFldDVoqk4pyLEDiwxIw==
9761005

1006+
"@types/node@^12.0.2":
1007+
version "12.6.8"
1008+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.8.tgz#e469b4bf9d1c9832aee4907ba8a051494357c12c"
1009+
integrity sha512-aX+gFgA5GHcDi89KG5keey2zf0WfZk/HAQotEamsK2kbey+8yGKcson0hbK8E+v0NArlCJQCqMP161YhV6ZXLg==
1010+
9771011
"@webassemblyjs/ast@1.8.5":
9781012
version "1.8.5"
9791013
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"
@@ -1628,7 +1662,7 @@ babel-plugin-source-map-support@2.1.1:
16281662
dependencies:
16291663
"@babel/helper-module-imports" "^7.0.0"
16301664

1631-
babel-runtime@^6.26.0:
1665+
babel-runtime@^6.23.0, babel-runtime@^6.26.0:
16321666
version "6.26.0"
16331667
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
16341668
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
@@ -1973,7 +2007,7 @@ cachedir@2.1.0:
19732007
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.1.0.tgz#b448c32b44cd9c0cd6ce4c419fa5b3c112c02191"
19742008
integrity sha512-xGBpPqoBvn3unBW7oxgb8aJn42K0m9m1/wyjmazah10Fq7bROGG3kRAE6OIyr3U3PIJUqGuebhCEdMk9OKJG0A==
19752009

1976-
cachedir@^2.2.0:
2010+
cachedir@2.2.0, cachedir@^2.2.0:
19772011
version "2.2.0"
19782012
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.2.0.tgz#19afa4305e05d79e417566882e0c8f960f62ff0e"
19792013
integrity sha512-VvxA0xhNqIIfg0V9AmJkDg91DaJwryutH5rVEZAhcNi4iJFj9f+QxmAjgK1LT9I8OgToX27fypX6/MeCXVbBjQ==
@@ -2027,6 +2061,11 @@ callsites@^2.0.0:
20272061
resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
20282062
integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
20292063

2064+
callsites@^3.0.0:
2065+
version "3.1.0"
2066+
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
2067+
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
2068+
20302069
camelcase@^4.0.0:
20312070
version "4.1.0"
20322071
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
@@ -2090,6 +2129,15 @@ chai@4.2.0:
20902129
pathval "^1.1.0"
20912130
type-detect "^4.0.5"
20922131

2132+
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:
2133+
version "2.4.2"
2134+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2135+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2136+
dependencies:
2137+
ansi-styles "^3.2.1"
2138+
escape-string-regexp "^1.0.5"
2139+
supports-color "^5.3.0"
2140+
20932141
chalk@^1.0.0, chalk@^1.1.3:
20942142
version "1.1.3"
20952143
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -2101,15 +2149,6 @@ chalk@^1.0.0, chalk@^1.1.3:
21012149
strip-ansi "^3.0.0"
21022150
supports-color "^2.0.0"
21032151

2104-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
2105-
version "2.4.2"
2106-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2107-
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2108-
dependencies:
2109-
ansi-styles "^3.2.1"
2110-
escape-string-regexp "^1.0.5"
2111-
supports-color "^5.3.0"
2112-
21132152
chardet@^0.4.0:
21142153
version "0.4.2"
21152154
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
@@ -2356,6 +2395,27 @@ commitizen@3.1.2:
23562395
strip-bom "3.0.0"
23572396
strip-json-comments "2.0.1"
23582397

2398+
commitizen@^4.0.3:
2399+
version "4.0.3"
2400+
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.0.3.tgz#c19a4213257d0525b85139e2f36db7cc3b4f6dae"
2401+
integrity sha512-lxu0F/Iq4dudoFeIl5pY3h3CQJzkmQuh3ygnaOvqhAD8Wu2pYBI17ofqSuPHNsBTEOh1r1AVa9kR4Hp0FAHKcQ==
2402+
dependencies:
2403+
cachedir "2.2.0"
2404+
cz-conventional-changelog "3.0.1"
2405+
dedent "0.7.0"
2406+
detect-indent "6.0.0"
2407+
find-node-modules "2.0.0"
2408+
find-root "1.1.0"
2409+
fs-extra "8.1.0"
2410+
glob "7.1.4"
2411+
inquirer "6.5.0"
2412+
is-utf8 "^0.2.1"
2413+
lodash "4.17.15"
2414+
minimist "1.2.0"
2415+
shelljs "0.7.6"
2416+
strip-bom "4.0.0"
2417+
strip-json-comments "3.0.1"
2418+
23592419
common-tags@^1.4.0:
23602420
version "1.8.0"
23612421
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937"
@@ -2717,6 +2777,35 @@ cz-conventional-changelog@2.1.0:
27172777
right-pad "^1.0.1"
27182778
word-wrap "^1.0.3"
27192779

2780+
cz-conventional-changelog@3.0.1:
2781+
version "3.0.1"
2782+
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.0.1.tgz#b1f207ae050355e7ada65aad5c52e9de3d0c8e5b"
2783+
integrity sha512-7KASIwB8/ClEyCRvQrCPbN7WkQnUSjSSVNyPM+gDJ0jskLi8h8N2hrdpyeCk7fIqKMRzziqVSOBTB8yyLTMHGQ==
2784+
dependencies:
2785+
chalk "^2.4.1"
2786+
conventional-commit-types "^2.0.0"
2787+
lodash.map "^4.5.1"
2788+
longest "^2.0.1"
2789+
right-pad "^1.0.1"
2790+
word-wrap "^1.0.3"
2791+
optionalDependencies:
2792+
"@commitlint/load" ">6.1.1"
2793+
2794+
cz-conventional-changelog@3.0.2:
2795+
version "3.0.2"
2796+
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.0.2.tgz#f6b9a406177ab07f9a3a087e06103a045b376260"
2797+
integrity sha512-MPxERbtQyVp0nnpCBiwzKGKmMBSswmCV3Jpef3Axqd5f3c/SOc6VFiSUlclOyZXBn3Xtf4snzt4O15hBTRb2gA==
2798+
dependencies:
2799+
chalk "^2.4.1"
2800+
commitizen "^4.0.3"
2801+
conventional-commit-types "^2.0.0"
2802+
lodash.map "^4.5.1"
2803+
longest "^2.0.1"
2804+
right-pad "^1.0.1"
2805+
word-wrap "^1.0.3"
2806+
optionalDependencies:
2807+
"@commitlint/load" ">6.1.1"
2808+
27202809
d@1, d@^1.0.1:
27212810
version "1.0.1"
27222811
resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a"
@@ -2957,6 +3046,11 @@ detect-file@^1.0.0:
29573046
resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
29583047
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
29593048

3049+
detect-indent@6.0.0:
3050+
version "6.0.0"
3051+
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd"
3052+
integrity sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==
3053+
29603054
detect-indent@^5.0.0:
29613055
version "5.0.0"
29623056
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d"
@@ -3948,6 +4042,15 @@ fs-constants@^1.0.0:
39484042
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
39494043
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
39504044

4045+
fs-extra@8.1.0:
4046+
version "8.1.0"
4047+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
4048+
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
4049+
dependencies:
4050+
graceful-fs "^4.2.0"
4051+
jsonfile "^4.0.0"
4052+
universalify "^0.1.0"
4053+
39514054
fs-extra@^0.26.7:
39524055
version "0.26.7"
39534056
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.26.7.tgz#9ae1fdd94897798edab76d0918cf42d0c3184fa9"
@@ -4159,7 +4262,7 @@ glob@7.1.3, glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3:
41594262
once "^1.3.0"
41604263
path-is-absolute "^1.0.0"
41614264

4162-
glob@^7.0.5, glob@^7.1.4:
4265+
glob@7.1.4, glob@^7.0.5, glob@^7.1.4:
41634266
version "7.1.4"
41644267
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
41654268
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
@@ -4171,7 +4274,7 @@ glob@^7.0.5, glob@^7.1.4:
41714274
once "^1.3.0"
41724275
path-is-absolute "^1.0.0"
41734276

4174-
global-dirs@^0.1.0:
4277+
global-dirs@^0.1.0, global-dirs@^0.1.1:
41754278
version "0.1.1"
41764279
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
41774280
integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=
@@ -4585,6 +4688,14 @@ import-fresh@^2.0.0:
45854688
caller-path "^2.0.0"
45864689
resolve-from "^3.0.0"
45874690

4691+
import-fresh@^3.0.0:
4692+
version "3.1.0"
4693+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.1.0.tgz#6d33fa1dcef6df930fae003446f33415af905118"
4694+
integrity sha512-PpuksHKGt8rXfWEr9m9EHIpgyyaltBy8+eF6GJM0QCAxMgxCfucMF3mjecK2QsJr0amJW7gTqh5/wht0z2UhEQ==
4695+
dependencies:
4696+
parent-module "^1.0.0"
4697+
resolve-from "^4.0.0"
4698+
45884699
import-lazy@^2.1.0:
45894700
version "2.1.0"
45904701
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
@@ -4647,6 +4758,25 @@ inquirer@6.2.0:
46474758
strip-ansi "^4.0.0"
46484759
through "^2.3.6"
46494760

4761+
inquirer@6.5.0, inquirer@^6.5.0:
4762+
version "6.5.0"
4763+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
4764+
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
4765+
dependencies:
4766+
ansi-escapes "^3.2.0"
4767+
chalk "^2.4.2"
4768+
cli-cursor "^2.1.0"
4769+
cli-width "^2.0.0"
4770+
external-editor "^3.0.3"
4771+
figures "^2.0.0"
4772+
lodash "^4.17.12"
4773+
mute-stream "0.0.7"
4774+
run-async "^2.2.0"
4775+
rxjs "^6.4.0"
4776+
string-width "^2.1.0"
4777+
strip-ansi "^5.1.0"
4778+
through "^2.3.6"
4779+
46504780
inquirer@^1.0.2:
46514781
version "1.2.3"
46524782
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-1.2.3.tgz#4dec6f32f37ef7bb0b2ed3f1d1a5c3f545074918"
@@ -4687,25 +4817,6 @@ inquirer@^3.0.6:
46874817
strip-ansi "^4.0.0"
46884818
through "^2.3.6"
46894819

4690-
inquirer@^6.5.0:
4691-
version "6.5.0"
4692-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
4693-
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
4694-
dependencies:
4695-
ansi-escapes "^3.2.0"
4696-
chalk "^2.4.2"
4697-
cli-cursor "^2.1.0"
4698-
cli-width "^2.0.0"
4699-
external-editor "^3.0.3"
4700-
figures "^2.0.0"
4701-
lodash "^4.17.12"
4702-
mute-stream "0.0.7"
4703-
run-async "^2.2.0"
4704-
rxjs "^6.4.0"
4705-
string-width "^2.1.0"
4706-
strip-ansi "^5.1.0"
4707-
through "^2.3.6"
4708-
47094820
interpret@^1.0.0:
47104821
version "1.2.0"
47114822
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
@@ -5741,16 +5852,16 @@ lodash@4.17.14, lodash@4.17.x:
57415852
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
57425853
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
57435854

5855+
lodash@4.17.15, lodash@^4.17.12, lodash@^4.17.15:
5856+
version "4.17.15"
5857+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
5858+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
5859+
57445860
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.8.0:
57455861
version "4.17.11"
57465862
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
57475863
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
57485864

5749-
lodash@^4.17.12, lodash@^4.17.15:
5750-
version "4.17.15"
5751-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
5752-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
5753-
57545865
lodash@^4.17.13:
57555866
version "4.17.13"
57565867
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#0bdc3a6adc873d2f4e0c4bac285df91b64fc7b93"
@@ -5823,6 +5934,11 @@ longest@^1.0.1:
58235934
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
58245935
integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=
58255936

5937+
longest@^2.0.1:
5938+
version "2.0.1"
5939+
resolved "https://registry.yarnpkg.com/longest/-/longest-2.0.1.tgz#781e183296aa94f6d4d916dc335d0d17aefa23f8"
5940+
integrity sha1-eB4YMpaqlPbU2RbcM10NF676I/g=
5941+
58265942
loose-envify@^1.0.0, loose-envify@^1.4.0:
58275943
version "1.4.0"
58285944
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
@@ -6797,6 +6913,13 @@ parallel-transform@^1.1.0:
67976913
inherits "^2.0.3"
67986914
readable-stream "^2.1.5"
67996915

6916+
parent-module@^1.0.0:
6917+
version "1.0.1"
6918+
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
6919+
integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
6920+
dependencies:
6921+
callsites "^3.0.0"
6922+
68006923
parse-asn1@^5.0.0:
68016924
version "5.1.4"
68026925
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.4.tgz#37f6628f823fbdeb2273b4d540434a22f3ef1fcc"
@@ -7581,6 +7704,18 @@ resolve-from@^4.0.0:
75817704
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
75827705
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
75837706

7707+
resolve-from@^5.0.0:
7708+
version "5.0.0"
7709+
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
7710+
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
7711+
7712+
resolve-global@^1.0.0:
7713+
version "1.0.0"
7714+
resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-1.0.0.tgz#a2a79df4af2ca3f49bf77ef9ddacd322dad19255"
7715+
integrity sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==
7716+
dependencies:
7717+
global-dirs "^0.1.1"
7718+
75847719
resolve-url@^0.2.1:
75857720
version "0.2.1"
75867721
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
@@ -8388,6 +8523,11 @@ strip-bom@3.0.0, strip-bom@^3.0.0:
83888523
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
83898524
integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
83908525

8526+
strip-bom@4.0.0:
8527+
version "4.0.0"
8528+
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
8529+
integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==
8530+
83918531
strip-dirs@^2.0.0:
83928532
version "2.1.0"
83938533
resolved "https://registry.yarnpkg.com/strip-dirs/-/strip-dirs-2.1.0.tgz#4987736264fc344cf20f6c34aca9d13d1d4ed6c5"
@@ -8405,6 +8545,11 @@ strip-json-comments@2.0.1, strip-json-comments@^2.0.0, strip-json-comments@~2.0.
84058545
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
84068546
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
84078547

8548+
strip-json-comments@3.0.1:
8549+
version "3.0.1"
8550+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
8551+
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
8552+
84088553
strip-outer@^1.0.0:
84098554
version "1.0.1"
84108555
resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631"

0 commit comments

Comments
 (0)