Skip to content

Commit d5ced52

Browse files
build(deps-dev): bump concurrently from 5.3.0 to 6.0.0 (#548)
1 parent a09acc5 commit d5ced52

File tree

2 files changed

+27
-139
lines changed

2 files changed

+27
-139
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/jest": "^26.0.20",
5353
"@typescript-eslint/eslint-plugin": "^3.10.1",
5454
"@typescript-eslint/parser": "^3.9.1",
55-
"concurrently": "^5.3.0",
55+
"concurrently": "^6.0.0",
5656
"cross-env": "^7.0.3",
5757
"cypress": "^6.5.0",
5858
"eslint": "^7.20.0",

yarn.lock

Lines changed: 26 additions & 138 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ ansi-styles@^2.2.1:
18371837
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
18381838
integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
18391839

1840-
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
1840+
ansi-styles@^3.2.1:
18411841
version "3.2.1"
18421842
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
18431843
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
@@ -2290,7 +2290,7 @@ chalk@^1.0.0, chalk@^1.1.3:
22902290
strip-ansi "^3.0.0"
22912291
supports-color "^2.0.0"
22922292

2293-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2:
2293+
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1:
22942294
version "2.4.2"
22952295
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
22962296
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -2410,15 +2410,6 @@ [email protected]:
24102410
arch "^2.1.0"
24112411
execa "^0.8.0"
24122412

2413-
cliui@^5.0.0:
2414-
version "5.0.0"
2415-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
2416-
integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
2417-
dependencies:
2418-
string-width "^3.1.0"
2419-
strip-ansi "^5.2.0"
2420-
wrap-ansi "^5.1.0"
2421-
24222413
cliui@^6.0.0:
24232414
version "6.0.0"
24242415
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
@@ -2561,20 +2552,20 @@ concat-stream@^1.6.2:
25612552
readable-stream "^2.2.2"
25622553
typedarray "^0.0.6"
25632554

2564-
concurrently@^5.3.0:
2565-
version "5.3.0"
2566-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.3.0.tgz#7500de6410d043c912b2da27de3202cb489b1e7b"
2567-
integrity sha512-8MhqOB6PWlBfA2vJ8a0bSFKATOdWlHiQlk11IfmQBPaHVP8oP2gsh2MObE6UR3hqDHqvaIvLTyceNW6obVuFHQ==
2555+
concurrently@^6.0.0:
2556+
version "6.0.0"
2557+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.0.0.tgz#c1a876dd99390979c71f8c6fe6796882f3a13199"
2558+
integrity sha512-Ik9Igqnef2ONLjN2o/OVx1Ow5tymVvvEwQeYCQdD/oV+CN9oWhxLk7ibcBdOtv0UzBqHCEKRwbKceYoTK8t3fQ==
25682559
dependencies:
2569-
chalk "^2.4.2"
2570-
date-fns "^2.0.1"
2571-
lodash "^4.17.15"
2572-
read-pkg "^4.0.1"
2573-
rxjs "^6.5.2"
2560+
chalk "^4.1.0"
2561+
date-fns "^2.16.1"
2562+
lodash "^4.17.20"
2563+
read-pkg "^5.2.0"
2564+
rxjs "^6.6.3"
25742565
spawn-command "^0.0.2-1"
2575-
supports-color "^6.1.0"
2566+
supports-color "^8.1.0"
25762567
tree-kill "^1.2.2"
2577-
yargs "^13.3.0"
2568+
yargs "^16.2.0"
25782569

25792570
25802571
version "0.5.2"
@@ -2761,10 +2752,10 @@ date-fns@^1.27.2:
27612752
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
27622753
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
27632754

2764-
date-fns@^2.0.1:
2765-
version "2.5.1"
2766-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.5.1.tgz#6bd76f01d3a438e9c481d4c18512ddac37585b4c"
2767-
integrity sha512-ZBrQmuaqH9YqIejbgu8f09ki7wdD2JxWsRTZ/+HnnLNmkI56ty0evnWzKY+ihLT0xX5VdUX0vDNZCxJJGKX2+Q==
2755+
date-fns@^2.16.1:
2756+
version "2.17.0"
2757+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.17.0.tgz#afa55daea539239db0a64e236ce716ef3d681ba1"
2758+
integrity sha512-ZEhqxUtEZeGgg9eHNSOAJ8O9xqSgiJdrL0lzSSfMF54x6KXWJiOH/xntSJ9YomJPrYH/p08t6gWjGWq1SDJlSA==
27682759

27692760
dayjs@^1.9.3:
27702761
version "1.10.4"
@@ -2957,11 +2948,6 @@ emittery@^0.7.1:
29572948
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.7.1.tgz#c02375a927a40948c0345cc903072597f5270451"
29582949
integrity sha512-d34LN4L6h18Bzz9xpoku2nPwKxCPlPMr3EEKTkoEBi+1/+b0lcRkRJ1UVyyZaKNeqGR3swcGl6s390DNO4YVgQ==
29592950

2960-
emoji-regex@^7.0.1:
2961-
version "7.0.3"
2962-
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
2963-
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
2964-
29652951
emoji-regex@^8.0.0:
29662952
version "8.0.0"
29672953
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
@@ -3419,13 +3405,6 @@ [email protected]:
34193405
locate-path "^6.0.0"
34203406
path-exists "^4.0.0"
34213407

3422-
find-up@^3.0.0:
3423-
version "3.0.0"
3424-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
3425-
integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
3426-
dependencies:
3427-
locate-path "^3.0.0"
3428-
34293408
find-up@^4.0.0, find-up@^4.1.0:
34303409
version "4.1.0"
34313410
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
@@ -4761,14 +4740,6 @@ load-yaml-file@^0.2.0:
47614740
pify "^4.0.1"
47624741
strip-bom "^3.0.0"
47634742

4764-
locate-path@^3.0.0:
4765-
version "3.0.0"
4766-
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
4767-
integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
4768-
dependencies:
4769-
p-locate "^3.0.0"
4770-
path-exists "^3.0.0"
4771-
47724743
locate-path@^5.0.0:
47734744
version "5.0.0"
47744745
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
@@ -5161,7 +5132,7 @@ node-releases@^1.1.67:
51615132
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.67.tgz#28ebfcccd0baa6aad8e8d4d8fe4cbc49ae239c12"
51625133
integrity sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg==
51635134

5164-
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
5135+
normalize-package-data@^2.5.0:
51655136
version "2.5.0"
51665137
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
51675138
integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
@@ -5342,7 +5313,7 @@ p-finally@^1.0.0:
53425313
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
53435314
integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
53445315

5345-
p-limit@^2.0.0, p-limit@^2.2.0:
5316+
p-limit@^2.2.0:
53465317
version "2.2.1"
53475318
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.1.tgz#aa07a788cc3151c939b5131f63570f0dd2009537"
53485319
integrity sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==
@@ -5356,13 +5327,6 @@ p-limit@^3.0.2:
53565327
dependencies:
53575328
p-try "^2.0.0"
53585329

5359-
p-locate@^3.0.0:
5360-
version "3.0.0"
5361-
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
5362-
integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
5363-
dependencies:
5364-
p-limit "^2.0.0"
5365-
53665330
p-locate@^4.1.0:
53675331
version "4.1.0"
53685332
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
@@ -5394,14 +5358,6 @@ parent-module@^1.0.0:
53945358
dependencies:
53955359
callsites "^3.0.0"
53965360

5397-
parse-json@^4.0.0:
5398-
version "4.0.0"
5399-
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
5400-
integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=
5401-
dependencies:
5402-
error-ex "^1.3.1"
5403-
json-parse-better-errors "^1.0.1"
5404-
54055361
parse-json@^5.0.0:
54065362
version "5.0.0"
54075363
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.0.tgz#73e5114c986d143efa3712d4ea24db9a4266f60f"
@@ -5427,11 +5383,6 @@ path-dirname@^1.0.0:
54275383
resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
54285384
integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=
54295385

5430-
path-exists@^3.0.0:
5431-
version "3.0.0"
5432-
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
5433-
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
5434-
54355386
path-exists@^4.0.0:
54365387
version "4.0.0"
54375388
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
@@ -5492,11 +5443,6 @@ pify@^2.2.0:
54925443
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
54935444
integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
54945445

5495-
pify@^3.0.0:
5496-
version "3.0.0"
5497-
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
5498-
integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
5499-
55005446
pify@^4.0.1:
55015447
version "4.0.1"
55025448
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
@@ -5683,15 +5629,6 @@ read-pkg-up@^7.0.1:
56835629
read-pkg "^5.2.0"
56845630
type-fest "^0.8.1"
56855631

5686-
read-pkg@^4.0.1:
5687-
version "4.0.1"
5688-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-4.0.1.tgz#963625378f3e1c4d48c85872b5a6ec7d5d093237"
5689-
integrity sha1-ljYlN48+HE1IyFhytabsfV0JMjc=
5690-
dependencies:
5691-
normalize-package-data "^2.3.2"
5692-
parse-json "^4.0.0"
5693-
pify "^3.0.0"
5694-
56955632
read-pkg@^5.2.0:
56965633
version "5.2.0"
56975634
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
@@ -5973,10 +5910,10 @@ run-parallel@^1.1.9:
59735910
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679"
59745911
integrity sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==
59755912

5976-
rxjs@^6.3.3, rxjs@^6.5.2:
5977-
version "6.5.4"
5978-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.4.tgz#e0777fe0d184cec7872df147f303572d414e211c"
5979-
integrity sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==
5913+
rxjs@^6.3.3, rxjs@^6.6.3:
5914+
version "6.6.3"
5915+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
5916+
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
59805917
dependencies:
59815918
tslib "^1.9.0"
59825919

@@ -6358,15 +6295,6 @@ string-width@^1.0.1:
63586295
is-fullwidth-code-point "^2.0.0"
63596296
strip-ansi "^4.0.0"
63606297

6361-
string-width@^3.0.0, string-width@^3.1.0:
6362-
version "3.1.0"
6363-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
6364-
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
6365-
dependencies:
6366-
emoji-regex "^7.0.1"
6367-
is-fullwidth-code-point "^2.0.0"
6368-
strip-ansi "^5.1.0"
6369-
63706298
string-width@^4.1.0, string-width@^4.2.0:
63716299
version "4.2.0"
63726300
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
@@ -6397,7 +6325,7 @@ strip-ansi@^4.0.0:
63976325
dependencies:
63986326
ansi-regex "^3.0.0"
63996327

6400-
strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
6328+
strip-ansi@^5.2.0:
64016329
version "5.2.0"
64026330
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
64036331
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
@@ -6448,7 +6376,7 @@ strip-json-comments@~2.0.1:
64486376
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
64496377
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
64506378

6451-
6379+
[email protected], supports-color@^8.1.0:
64526380
version "8.1.1"
64536381
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
64546382
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
@@ -6467,13 +6395,6 @@ supports-color@^5.3.0:
64676395
dependencies:
64686396
has-flag "^3.0.0"
64696397

6470-
supports-color@^6.1.0:
6471-
version "6.1.0"
6472-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3"
6473-
integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==
6474-
dependencies:
6475-
has-flag "^3.0.0"
6476-
64776398
supports-color@^7.0.0, supports-color@^7.1.0, supports-color@^7.2.0:
64786399
version "7.2.0"
64796400
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
@@ -6998,15 +6919,6 @@ wrap-ansi@^3.0.1:
69986919
string-width "^2.1.1"
69996920
strip-ansi "^4.0.0"
70006921

7001-
wrap-ansi@^5.1.0:
7002-
version "5.1.0"
7003-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
7004-
integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==
7005-
dependencies:
7006-
ansi-styles "^3.2.0"
7007-
string-width "^3.0.0"
7008-
strip-ansi "^5.0.0"
7009-
70106922
wrap-ansi@^6.2.0:
70116923
version "6.2.0"
70126924
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
@@ -7090,14 +7002,6 @@ [email protected]:
70907002
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
70917003
integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
70927004

7093-
yargs-parser@^13.1.2:
7094-
version "13.1.2"
7095-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
7096-
integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==
7097-
dependencies:
7098-
camelcase "^5.0.0"
7099-
decamelize "^1.2.0"
7100-
71017005
yargs-parser@^18.1.2, yargs-parser@^18.1.3:
71027006
version "18.1.3"
71037007
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
@@ -7121,7 +7025,7 @@ [email protected]:
71217025
flat "^5.0.2"
71227026
is-plain-obj "^2.1.0"
71237027

7124-
7028+
[email protected], yargs@^16.2.0:
71257029
version "16.2.0"
71267030
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
71277031
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
@@ -7134,22 +7038,6 @@ [email protected]:
71347038
y18n "^5.0.5"
71357039
yargs-parser "^20.2.2"
71367040

7137-
yargs@^13.3.0:
7138-
version "13.3.2"
7139-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
7140-
integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==
7141-
dependencies:
7142-
cliui "^5.0.0"
7143-
find-up "^3.0.0"
7144-
get-caller-file "^2.0.1"
7145-
require-directory "^2.1.1"
7146-
require-main-filename "^2.0.0"
7147-
set-blocking "^2.0.0"
7148-
string-width "^3.0.0"
7149-
which-module "^2.0.0"
7150-
y18n "^4.0.0"
7151-
yargs-parser "^13.1.2"
7152-
71537041
yargs@^15.1.0, yargs@^15.4.1:
71547042
version "15.4.1"
71557043
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"

0 commit comments

Comments
 (0)