Skip to content

Commit be9c2ae

Browse files
renovate[bot]pi0
authored andcommitted
chore(deps): update devdependency standard-version to v7 (#217)
1 parent 45e986a commit be9c2ae

File tree

2 files changed

+134
-61
lines changed

2 files changed

+134
-61
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"lerna": "^3.16.2",
4242
"node-fetch": "^2.6.0",
4343
"nuxt-edge": "^2.9.0-26064011.e448e3c9",
44-
"standard-version": "^6.0.1"
44+
"standard-version": "^7.0.0"
4545
}
4646
}

yarn.lock

Lines changed: 133 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -3806,6 +3806,15 @@ cliui@^4.0.0:
38063806
strip-ansi "^4.0.0"
38073807
wrap-ansi "^2.0.0"
38083808

3809+
cliui@^5.0.0:
3810+
version "5.0.0"
3811+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
3812+
integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
3813+
dependencies:
3814+
string-width "^3.1.0"
3815+
strip-ansi "^5.2.0"
3816+
wrap-ansi "^5.1.0"
3817+
38093818
clone@^1.0.2:
38103819
version "1.0.4"
38113820
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
@@ -4068,20 +4077,20 @@ conventional-changelog-codemirror@^2.0.1:
40684077
dependencies:
40694078
q "^1.5.1"
40704079

4071-
conventional-changelog-config-spec@1.0.0:
4072-
version "1.0.0"
4073-
resolved "https://registry.yarnpkg.com/conventional-changelog-config-spec/-/conventional-changelog-config-spec-1.0.0.tgz#fc17bf0ab7b7f2a6b0c91bccc1bd55819d3ee79e"
4074-
integrity sha512-RR3479x5Qw7XWkmNDYx/kOnsQJW+FZBIakURG/Dg7FkTaCrGjAkgfH96pQs9SyOEZI07USEXy7FjUDWYP8bt3Q==
4080+
conventional-changelog-config-spec@2.0.0:
4081+
version "2.0.0"
4082+
resolved "https://registry.yarnpkg.com/conventional-changelog-config-spec/-/conventional-changelog-config-spec-2.0.0.tgz#a9e8c9225d4a922d25f4ac501e454274ae4ad0b3"
4083+
integrity sha512-zQmcBP/pR8tN5MSv+nXG9hOmy+Z6rgEquBerpoEbOKTFPLoxBy/adeUUpshrMpqdZ/ycqbT2AgdTtiIu/9IHGg==
40754084

4076-
conventional-changelog-conventionalcommits@^3.0.2:
4077-
version "3.0.2"
4078-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-3.0.2.tgz#3a380a14ecd6f5056da6d460e30dd6c0c9f1aebe"
4079-
integrity sha512-w1+fQSDnm/7+sPKIYC5nfRVYDszt+6HdWizrigSqWFVIiiBVzkHGeqDLMSHc+Qq9qssHVAxAak5206epZyK87A==
4085+
conventional-changelog-conventionalcommits@^4.0.0:
4086+
version "4.1.0"
4087+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.1.0.tgz#eb7d47a9c5f1a6f9846a649482294e4ac50d7683"
4088+
integrity sha512-J3xolGrH8PTxpCqueHOuZtv3Cp73SQOWiBQzlsaugZAZ+hZgcJBonmC+1bQbfGs2neC2S18p2L1Gx+nTEglJTQ==
40804089
dependencies:
40814090
compare-func "^1.3.1"
40824091
q "^1.5.1"
40834092

4084-
conventional-changelog-core@^3.1.6, conventional-changelog-core@^3.2.2:
4093+
conventional-changelog-core@^3.1.6:
40854094
version "3.2.2"
40864095
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-3.2.2.tgz#de41e6b4a71011a18bcee58e744f6f8f0e7c29c0"
40874096
integrity sha512-cssjAKajxaOX5LNAJLB+UOcoWjAIBvXtDMedv/58G+YEmAXMNfC16mmPl0JDOuVJVfIqM0nqQiZ8UCm8IXbE0g==
@@ -4100,6 +4109,25 @@ conventional-changelog-core@^3.1.6, conventional-changelog-core@^3.2.2:
41004109
read-pkg-up "^3.0.0"
41014110
through2 "^3.0.0"
41024111

4112+
conventional-changelog-core@^3.2.3:
4113+
version "3.2.3"
4114+
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-3.2.3.tgz#b31410856f431c847086a7dcb4d2ca184a7d88fb"
4115+
integrity sha512-LMMX1JlxPIq/Ez5aYAYS5CpuwbOk6QFp8O4HLAcZxe3vxoCtABkhfjetk8IYdRB9CDQGwJFLR3Dr55Za6XKgUQ==
4116+
dependencies:
4117+
conventional-changelog-writer "^4.0.6"
4118+
conventional-commits-parser "^3.0.3"
4119+
dateformat "^3.0.0"
4120+
get-pkg-repo "^1.0.0"
4121+
git-raw-commits "2.0.0"
4122+
git-remote-origin-url "^2.0.0"
4123+
git-semver-tags "^2.0.3"
4124+
lodash "^4.2.1"
4125+
normalize-package-data "^2.3.5"
4126+
q "^1.5.1"
4127+
read-pkg "^3.0.0"
4128+
read-pkg-up "^3.0.0"
4129+
through2 "^3.0.0"
4130+
41034131
conventional-changelog-ember@^2.0.2:
41044132
version "2.0.2"
41054133
resolved "https://registry.yarnpkg.com/conventional-changelog-ember/-/conventional-changelog-ember-2.0.2.tgz#284ffdea8c83ea8c210b65c5b4eb3e5cc0f4f51a"
@@ -4141,6 +4169,11 @@ conventional-changelog-preset-loader@^2.1.1:
41414169
resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.1.1.tgz#65bb600547c56d5627d23135154bcd9a907668c4"
41424170
integrity sha512-K4avzGMLm5Xw0Ek/6eE3vdOXkqnpf9ydb68XYmCc16cJ99XMMbc2oaNMuPwAsxVK6CC1yA4/I90EhmWNj0Q6HA==
41434171

4172+
conventional-changelog-preset-loader@^2.2.0:
4173+
version "2.2.0"
4174+
resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.2.0.tgz#571e2b3d7b53d65587bea9eedf6e37faa5db4fcc"
4175+
integrity sha512-zXB+5vF7D5Y3Cb/rJfSyCCvFphCVmF8mFqOdncX3BmjZwAtGAPfYrBcT225udilCKvBbHgyzgxqz2GWDB5xShQ==
4176+
41444177
conventional-changelog-writer@^4.0.5:
41454178
version "4.0.6"
41464179
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.6.tgz#24db578ac8e7c89a409ef9bba12cf3c095990148"
@@ -4157,16 +4190,32 @@ conventional-changelog-writer@^4.0.5:
41574190
split "^1.0.0"
41584191
through2 "^3.0.0"
41594192

4160-
4161-
version "3.1.8"
4162-
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.8.tgz#091382b5a0820bf8ec8e75ad2664a3688c31b07d"
4163-
integrity sha512-fb3/DOLLrQdNqN0yYn/lT6HcNsAa9A+VTDBqlZBMQcEPPIeJIMI+DBs3yu+eiYOLi22w9oShq3nn/zN6qm1Hmw==
4193+
conventional-changelog-writer@^4.0.6:
4194+
version "4.0.7"
4195+
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.7.tgz#e4b7d9cbea902394ad671f67108a71fa90c7095f"
4196+
integrity sha512-p/wzs9eYaxhFbrmX/mCJNwJuvvHR+j4Fd0SQa2xyAhYed6KBiZ780LvoqUUvsayP4R1DtC27czalGUhKV2oabw==
4197+
dependencies:
4198+
compare-func "^1.3.1"
4199+
conventional-commits-filter "^2.0.2"
4200+
dateformat "^3.0.0"
4201+
handlebars "^4.1.2"
4202+
json-stringify-safe "^5.0.1"
4203+
lodash "^4.2.1"
4204+
meow "^4.0.0"
4205+
semver "^6.0.0"
4206+
split "^1.0.0"
4207+
through2 "^3.0.0"
4208+
4209+
4210+
version "3.1.9"
4211+
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.9.tgz#5a6a19dadc1e4080c2db8dcddd00a6c0077c55a4"
4212+
integrity sha512-JbNVm1iGZ3aXxcFZjqKNDNfdgchQjSltWc8rvSniMrkHLsub9Wn20/JLdJNTBM74dt1IA2M+v/mzServ6N37YA==
41644213
dependencies:
41654214
conventional-changelog-angular "^5.0.3"
41664215
conventional-changelog-atom "^2.0.1"
41674216
conventional-changelog-codemirror "^2.0.1"
4168-
conventional-changelog-conventionalcommits "^3.0.2"
4169-
conventional-changelog-core "^3.2.2"
4217+
conventional-changelog-conventionalcommits "^4.0.0"
4218+
conventional-changelog-core "^3.2.3"
41704219
conventional-changelog-ember "^2.0.2"
41714220
conventional-changelog-eslint "^3.0.2"
41724221
conventional-changelog-express "^2.0.1"
@@ -4182,7 +4231,7 @@ conventional-commits-filter@^2.0.2:
41824231
lodash.ismatch "^4.4.0"
41834232
modify-values "^1.0.0"
41844233

4185-
conventional-commits-parser@^3.0.2:
4234+
conventional-commits-parser@^3.0.2, conventional-commits-parser@^3.0.3:
41864235
version "3.0.3"
41874236
resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.0.3.tgz#c3f972fd4e056aa8b9b4f5f3d0e540da18bf396d"
41884237
integrity sha512-KaA/2EeUkO4bKjinNfGUyqPTX/6w9JGshuQRik4r/wJz7rUw3+D3fDG6sZSEqJvKILzKXFQuFkpPLclcsAuZcg==
@@ -4195,7 +4244,21 @@ conventional-commits-parser@^3.0.2:
41954244
through2 "^3.0.0"
41964245
trim-off-newlines "^1.0.0"
41974246

4198-
[email protected], conventional-recommended-bump@^5.0.0:
4247+
4248+
version "6.0.0"
4249+
resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-6.0.0.tgz#bdafad56bc32bc04d58dbbd8bd6b750375500edc"
4250+
integrity sha512-iIHkDOuWCC49J/E4WXvXBCCrO2NoGqwjfhm2iUOHPPEik8TVHxczt/hFaWY+4MXeZ/nC53BNfjmlr8+EXOrlvA==
4251+
dependencies:
4252+
concat-stream "^2.0.0"
4253+
conventional-changelog-preset-loader "^2.2.0"
4254+
conventional-commits-filter "^2.0.2"
4255+
conventional-commits-parser "^3.0.3"
4256+
git-raw-commits "2.0.0"
4257+
git-semver-tags "^3.0.0"
4258+
meow "^4.0.0"
4259+
q "^1.5.1"
4260+
4261+
conventional-recommended-bump@^5.0.0:
41994262
version "5.0.0"
42004263
resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-5.0.0.tgz#019d45a1f3d2cc14a26e9bad1992406ded5baa23"
42014264
integrity sha512-CsfdICpbUe0pmM4MTG90GPUqnFgB1SWIR2HAh+vS+JhhJdPWvc0brs8oadWoYGhFOQpQwe57JnvzWEWU0m2OSg==
@@ -5642,12 +5705,13 @@ find-cache-dir@^3.0.0:
56425705
make-dir "^3.0.0"
56435706
pkg-dir "^4.1.0"
56445707

5645-
find-up@3.0.0, find-up@^3.0.0:
5646-
version "3.0.0"
5647-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
5648-
integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
5708+
find-up@4.1.0, find-up@^4.0.0:
5709+
version "4.1.0"
5710+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
5711+
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
56495712
dependencies:
5650-
locate-path "^3.0.0"
5713+
locate-path "^5.0.0"
5714+
path-exists "^4.0.0"
56515715

56525716
find-up@^1.0.0:
56535717
version "1.1.2"
@@ -5664,13 +5728,12 @@ find-up@^2.0.0, find-up@^2.1.0:
56645728
dependencies:
56655729
locate-path "^2.0.0"
56665730

5667-
find-up@^4.0.0:
5668-
version "4.1.0"
5669-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
5670-
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
5731+
find-up@^3.0.0:
5732+
version "3.0.0"
5733+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
5734+
integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
56715735
dependencies:
5672-
locate-path "^5.0.0"
5673-
path-exists "^4.0.0"
5736+
locate-path "^3.0.0"
56745737

56755738
flat-cache@^2.0.1:
56765739
version "2.0.1"
@@ -5922,14 +5985,30 @@ git-remote-origin-url@^2.0.0:
59225985
gitconfiglocal "^1.0.0"
59235986
pify "^2.3.0"
59245987

5925-
[email protected], git-semver-tags@^2.0.2:
5988+
[email protected], git-semver-tags@^3.0.0:
5989+
version "3.0.0"
5990+
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-3.0.0.tgz#fe10147824657662c82efd9341f0fa59f74ddcba"
5991+
integrity sha512-T4C/gJ9k2Bnxz+PubtcyiMtUUKrC+Nh9Q4zaECcnmVMwJgPhrNyP/Rf+YpdRqsJbCV/+kYrCH24Xg+IeAmbOPg==
5992+
dependencies:
5993+
meow "^4.0.0"
5994+
semver "^6.0.0"
5995+
5996+
git-semver-tags@^2.0.2:
59265997
version "2.0.2"
59275998
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-2.0.2.tgz#f506ec07caade191ac0c8d5a21bdb8131b4934e3"
59285999
integrity sha512-34lMF7Yo1xEmsK2EkbArdoU79umpvm0MfzaDkSNYSJqtM5QLAVTPWgpiXSVI5o/O9EvZPSrP4Zvnec/CqhSd5w==
59296000
dependencies:
59306001
meow "^4.0.0"
59316002
semver "^5.5.0"
59326003

6004+
git-semver-tags@^2.0.3:
6005+
version "2.0.3"
6006+
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-2.0.3.tgz#48988a718acf593800f99622a952a77c405bfa34"
6007+
integrity sha512-tj4FD4ww2RX2ae//jSrXZzrocla9db5h0V7ikPl1P/WwoZar9epdUhwR7XHXSgc+ZkNq72BEEerqQuicoEQfzA==
6008+
dependencies:
6009+
meow "^4.0.0"
6010+
semver "^6.0.0"
6011+
59336012
git-up@^4.0.0:
59346013
version "4.0.1"
59356014
resolved "https://registry.yarnpkg.com/git-up/-/git-up-4.0.1.tgz#cb2ef086653640e721d2042fe3104857d89007c0"
@@ -7748,12 +7827,7 @@ lodash.uniq@^4.5.0:
77487827
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
77497828
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
77507829

7751-
lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1:
7752-
version "4.17.15"
7753-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
7754-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
7755-
7756-
lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14:
7830+
lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1:
77577831
version "4.17.15"
77587832
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
77597833
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
@@ -8690,7 +8764,7 @@ os-homedir@^1.0.0:
86908764
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
86918765
integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M=
86928766

8693-
os-locale@^3.0.0, os-locale@^3.1.0:
8767+
os-locale@^3.0.0:
86948768
version "3.1.0"
86958769
resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a"
86968770
integrity sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==
@@ -10586,10 +10660,10 @@ [email protected]:
1058610660
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
1058710661
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
1058810662

10589-
semver@6.0.0:
10590-
version "6.0.0"
10591-
resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65"
10592-
integrity sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ==
10663+
semver@6.3.0:
10664+
version "6.3.0"
10665+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
10666+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
1059310667

1059410668
semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0:
1059510669
version "6.2.0"
@@ -10951,25 +11025,25 @@ stackframe@^1.0.4:
1095111025
resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.0.4.tgz#357b24a992f9427cba6b545d96a14ed2cbca187b"
1095211026
integrity sha512-to7oADIniaYwS3MhtCa/sQhrxidCCQiF/qp4/m5iN3ipf0Y7Xlri0f6eG29r08aL7JYl8n32AF3Q5GYBZ7K8vw==
1095311027

10954-
standard-version@^6.0.1:
10955-
version "6.0.1"
10956-
resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-6.0.1.tgz#ad50e9770b73090d2f8f692e520d906813a3cefe"
10957-
integrity sha512-+09AwTbyLKyUwefiZSccgarp24okvH9A229NOVSpYTKWcxBxqZqdYmtQaJ8UET9mjPXRxP84vonJU4YMqCyBTQ==
11028+
standard-version@^7.0.0:
11029+
version "7.0.0"
11030+
resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-7.0.0.tgz#4ce10ea5d20270ed4a32b22d15cce5fd1f1a5bbb"
11031+
integrity sha512-pbFXM9vutnxTkSGkqSWQeYCMYqWmFBaLUNdEc/sJDQnMgwB0Csw3CZeeDhi62VoVS3P8mQiYbvXGZWyOBWxUbw==
1095811032
dependencies:
1095911033
chalk "2.4.2"
10960-
conventional-changelog "3.1.8"
10961-
conventional-changelog-config-spec "1.0.0"
10962-
conventional-recommended-bump "5.0.0"
11034+
conventional-changelog "3.1.9"
11035+
conventional-changelog-config-spec "2.0.0"
11036+
conventional-recommended-bump "6.0.0"
1096311037
detect-indent "6.0.0"
1096411038
detect-newline "3.0.0"
1096511039
dotgitignore "2.1.0"
1096611040
figures "3.0.0"
10967-
find-up "3.0.0"
11041+
find-up "4.1.0"
1096811042
fs-access "1.0.1"
10969-
git-semver-tags "2.0.2"
10970-
semver "6.0.0"
11043+
git-semver-tags "3.0.0"
11044+
semver "6.3.0"
1097111045
stringify-package "1.0.0"
10972-
yargs "13.2.2"
11046+
yargs "13.3.0"
1097311047

1097411048
static-extend@^0.1.1:
1097511049
version "0.1.2"
@@ -11058,7 +11132,7 @@ string-width@^1.0.1:
1105811132
is-fullwidth-code-point "^2.0.0"
1105911133
strip-ansi "^4.0.0"
1106011134

11061-
string-width@^3.0.0:
11135+
string-width@^3.0.0, string-width@^3.1.0:
1106211136
version "3.1.0"
1106311137
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
1106411138
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
@@ -12400,30 +12474,29 @@ yargs-parser@^11.1.1:
1240012474
camelcase "^5.0.0"
1240112475
decamelize "^1.2.0"
1240212476

12403-
yargs-parser@^13.0.0:
12477+
yargs-parser@^13.1.1:
1240412478
version "13.1.1"
1240512479
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0"
1240612480
integrity sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==
1240712481
dependencies:
1240812482
camelcase "^5.0.0"
1240912483
decamelize "^1.2.0"
1241012484

12411-
yargs@13.2.2:
12412-
version "13.2.2"
12413-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.2.2.tgz#0c101f580ae95cea7f39d927e7770e3fdc97f993"
12414-
integrity sha512-WyEoxgyTD3w5XRpAQNYUB9ycVH/PQrToaTXdYXRdOXvEy1l19br+VJsc0vcO8PTGg5ro/l/GY7F/JMEBmI0BxA==
12485+
yargs@13.3.0:
12486+
version "13.3.0"
12487+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83"
12488+
integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==
1241512489
dependencies:
12416-
cliui "^4.0.0"
12490+
cliui "^5.0.0"
1241712491
find-up "^3.0.0"
1241812492
get-caller-file "^2.0.1"
12419-
os-locale "^3.1.0"
1242012493
require-directory "^2.1.1"
1242112494
require-main-filename "^2.0.0"
1242212495
set-blocking "^2.0.0"
1242312496
string-width "^3.0.0"
1242412497
which-module "^2.0.0"
1242512498
y18n "^4.0.0"
12426-
yargs-parser "^13.0.0"
12499+
yargs-parser "^13.1.1"
1242712500

1242812501
yargs@^12.0.1, yargs@^12.0.2:
1242912502
version "12.0.5"

0 commit comments

Comments
 (0)