Skip to content

Commit 8d8b61a

Browse files
alexbrazieralloy
authored andcommitted
Fix security issues with rnc cli by bumping version (#29072)
Summary: Fix security issue with logkitty - used by `cli-android` package react-native-community/cli#1158 <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [SECURITY] [FIX] - Bump package version of `cli` packages to fix security vulnerability Pull Request resolved: #29072 Reviewed By: ejanzer Differential Revision: D21906716 Pulled By: cpojer fbshipit-source-id: b5ed9d0bc7a882f5f7a90825402c4c978918d9ed
1 parent 0979597 commit 8d8b61a

File tree

2 files changed

+95
-109
lines changed

2 files changed

+95
-109
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
},
8787
"dependencies": {
8888
"@babel/runtime": "^7.0.0",
89-
"@react-native-community/cli": "^4.7.0",
90-
"@react-native-community/cli-platform-android": "^4.7.0",
91-
"@react-native-community/cli-platform-ios": "^4.7.0",
89+
"@react-native-community/cli": "^4.10.0",
90+
"@react-native-community/cli-platform-android": "^4.10.0",
91+
"@react-native-community/cli-platform-ios": "^4.10.0",
9292
"abort-controller": "^3.0.0",
9393
"anser": "^1.4.9",
9494
"base64-js": "^1.1.2",

yarn.lock

Lines changed: 92 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,75 +1397,99 @@
13971397
"@types/yargs" "^15.0.0"
13981398
chalk "^3.0.0"
13991399

1400-
"@react-native-community/cli-debugger-ui@^4.7.0":
1401-
version "4.7.0"
1402-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.7.0.tgz#4a8689f56b99378b24bbbf0ff6a89869d667f013"
1403-
integrity sha512-Z/xJ08Wz3J2fKDPrwxtQ44XSHnWsF6dnT0H2AANw63bWjnrR0E3sh8Nk8/oO+j9R7LH8S0+NHJdlniXYtL/bNg==
1400+
"@jest/types@^25.5.0":
1401+
version "25.5.0"
1402+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d"
1403+
integrity sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==
1404+
dependencies:
1405+
"@types/istanbul-lib-coverage" "^2.0.0"
1406+
"@types/istanbul-reports" "^1.1.1"
1407+
"@types/yargs" "^15.0.0"
1408+
chalk "^3.0.0"
1409+
1410+
"@react-native-community/cli-debugger-ui@^4.9.0":
1411+
version "4.9.0"
1412+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.9.0.tgz#4177764ba69243c97aa26829d59d9501acb2bd71"
1413+
integrity sha512-fBFGamHm4VUrDqkBGnsrwQL8OC6Om7K6EBQb4xj0nWekpXt1HSa3ScylYHTTWwYcpRf9htGMRGiv4dQDY/odAw==
14041414
dependencies:
14051415
serve-static "^1.13.1"
14061416

1407-
"@react-native-community/cli-platform-android@^4.7.0":
1408-
version "4.7.0"
1409-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-4.7.0.tgz#aace6b8004b8d3aae40d6affaad1c472e0310a25"
1410-
integrity sha512-Lb6D0ipmFwYLJeQy5/NI4uJpeSHw85rd84C40wwpoUfsCgZhA93WUJdFkuQEIDkfTqs5Yqgl+/szhIZdnIXPxw==
1417+
"@react-native-community/cli-platform-android@^4.10.0":
1418+
version "4.10.0"
1419+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-4.10.0.tgz#c1e8eb4395fc51335e39fc8c09ca96517446a88d"
1420+
integrity sha512-/nfCQDbrS0F2u6nwo+4qgx+Fjcv/Rqrn4JbQWdGWEXULfCN+g2Zx9O7sSDNjV7AxOwd+sBOnU945wHkSQdASFA==
14111421
dependencies:
1412-
"@react-native-community/cli-tools" "^4.7.0"
1422+
"@react-native-community/cli-tools" "^4.9.0"
14131423
chalk "^3.0.0"
14141424
execa "^1.0.0"
14151425
fs-extra "^8.1.0"
14161426
glob "^7.1.3"
14171427
jetifier "^1.6.2"
14181428
lodash "^4.17.15"
1419-
logkitty "^0.6.0"
1429+
logkitty "^0.7.1"
14201430
slash "^3.0.0"
14211431
xmldoc "^1.1.2"
14221432

1423-
"@react-native-community/cli-platform-ios@^4.7.0":
1424-
version "4.7.0"
1425-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.7.0.tgz#471dcdbd2645c5650f16c0eddcca50e47ca78398"
1426-
integrity sha512-XqnxP6H6+PG/wn4+Pwas5jaTSr5n7x6v8trkPY8iO37b8sq7tJLNYznaBMROF43i0NqO48JdhquYOqnDN8FdBA==
1433+
"@react-native-community/cli-platform-ios@^4.10.0":
1434+
version "4.10.0"
1435+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.10.0.tgz#ef9b3adc5946bd43bbc839d0c8f26c1964fad117"
1436+
integrity sha512-3xiaqnmg0hqyMwCfhoGXkJ9GGIxVSwLpntSUo1YiZIn+PLC385ljSer4YfFvWc6N3jd9ElRa31WKtCD9kMAvkg==
14271437
dependencies:
1428-
"@react-native-community/cli-tools" "^4.7.0"
1438+
"@react-native-community/cli-tools" "^4.9.0"
14291439
chalk "^3.0.0"
14301440
glob "^7.1.3"
14311441
js-yaml "^3.13.1"
14321442
lodash "^4.17.15"
14331443
plist "^3.0.1"
14341444
xcode "^2.0.0"
14351445

1436-
"@react-native-community/cli-tools@^4.7.0":
1437-
version "4.7.0"
1438-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-4.7.0.tgz#83d49277e7f56fef87bdfd0ba55d2cfa20190689"
1439-
integrity sha512-llNWJEWXhGMsaHLWoieraPeWuva3kRsIEPi8oRVTybyz82JjR71mN0OFs41o1OnAR6+TR9d5cJPN+mIOESugEA==
1446+
"@react-native-community/cli-server-api@^4.9.0":
1447+
version "4.9.0"
1448+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-4.9.0.tgz#503f50331c6e2cc8c5fcf6b693170e3a3a669d1a"
1449+
integrity sha512-lKBIXJjFLyu4+6Vhhj/QzD41aQGkVi8xWLqTYCgi26d61kjLuuZs0Xer02DPJK3+YADKExVdWrJzVHfJ7zYlTA==
1450+
dependencies:
1451+
"@react-native-community/cli-debugger-ui" "^4.9.0"
1452+
"@react-native-community/cli-tools" "^4.9.0"
1453+
compression "^1.7.1"
1454+
connect "^3.6.5"
1455+
errorhandler "^1.5.0"
1456+
pretty-format "^25.1.0"
1457+
serve-static "^1.13.1"
1458+
ws "^1.1.0"
1459+
1460+
"@react-native-community/cli-tools@^4.9.0":
1461+
version "4.9.0"
1462+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-4.9.0.tgz#d8fd0326cc2fcaeb8c920baf24b68b63c8164fa2"
1463+
integrity sha512-vCeYkJ3n/EIaW3lAfznzojMffGxYhCUzwZzwBuC3+O+gYxkymdpletqNYLLEa04DzJr174mxgbgBw8g5IP91yA==
14401464
dependencies:
14411465
chalk "^3.0.0"
14421466
lodash "^4.17.15"
14431467
mime "^2.4.1"
14441468
node-fetch "^2.6.0"
1469+
open "^6.2.0"
1470+
shell-quote "1.6.1"
14451471

1446-
"@react-native-community/cli-types@^4.7.0":
1447-
version "4.7.0"
1448-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-4.7.0.tgz#871905753f8ff83cf10c48e8df3fdd63cd7667a0"
1449-
integrity sha512-Pw05Rsh/ENFs/Utv1SVRFfdMAn+W9yy1AOhyIKB36JX0Xw00sIZQDyZVsVfmaLSOpRpJ/qUdKWXB/WYV4XYELw==
1472+
"@react-native-community/cli-types@^4.10.0":
1473+
version "4.10.0"
1474+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-4.10.0.tgz#aea4276c035fffaeb7deae029ad8a89054fbabfc"
1475+
integrity sha512-gU0Opspa/WYLQdmY0BKe0VLwD+SuNatypRvBP6nlyzS8/qmSaZ73047jHWYQavhfqn/WxHzBLQSwZK0a7ROfeg==
14501476

1451-
"@react-native-community/cli@^4.7.0":
1452-
version "4.7.0"
1453-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-4.7.0.tgz#be692631356d14fd1ffe23f25b479dca9e8e7c95"
1454-
integrity sha512-DbpxcPC7lFCJ112dPXL4DBKh5TfH0QK2OTG7uEGjfsApT4c01Lae6OMTNSssXgXTcNJApqIT5a6GXK2vSE0CEQ==
1477+
"@react-native-community/cli@^4.10.0":
1478+
version "4.10.0"
1479+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-4.10.0.tgz#13f4fa98b66ea756e6480864c71304b49a9bca44"
1480+
integrity sha512-rg6pIMmSodqFTJ5GbdTPjIoumCE8Vm6H0DA5LzXprnGozOxJ0hRRDJqX37tR9sH50ABOQpSWs/+etJhgF2Tlxw==
14551481
dependencies:
14561482
"@hapi/joi" "^15.0.3"
1457-
"@react-native-community/cli-debugger-ui" "^4.7.0"
1458-
"@react-native-community/cli-tools" "^4.7.0"
1459-
"@react-native-community/cli-types" "^4.7.0"
1483+
"@react-native-community/cli-debugger-ui" "^4.9.0"
1484+
"@react-native-community/cli-server-api" "^4.9.0"
1485+
"@react-native-community/cli-tools" "^4.9.0"
1486+
"@react-native-community/cli-types" "^4.10.0"
14601487
chalk "^3.0.0"
14611488
command-exists "^1.2.8"
14621489
commander "^2.19.0"
1463-
compression "^1.7.1"
1464-
connect "^3.6.5"
14651490
cosmiconfig "^5.1.0"
14661491
deepmerge "^3.2.0"
14671492
envinfo "^7.1.0"
1468-
errorhandler "^1.5.0"
14691493
execa "^1.0.0"
14701494
find-up "^4.1.0"
14711495
fs-extra "^8.1.0"
@@ -1478,19 +1502,17 @@
14781502
metro-config "^0.58.0"
14791503
metro-core "^0.58.0"
14801504
metro-react-native-babel-transformer "^0.58.0"
1505+
metro-resolver "^0.58.0"
14811506
minimist "^1.2.0"
14821507
mkdirp "^0.5.1"
14831508
node-stream-zip "^1.9.1"
1484-
open "^6.2.0"
14851509
ora "^3.4.0"
14861510
pretty-format "^25.2.0"
14871511
semver "^6.3.0"
14881512
serve-static "^1.13.1"
1489-
shell-quote "1.6.1"
14901513
strip-ansi "^5.2.0"
14911514
sudo-prompt "^9.0.0"
14921515
wcwidth "^1.0.1"
1493-
ws "^1.1.0"
14941516

14951517
"@react-native-community/eslint-plugin@file:packages/eslint-plugin-react-native-community":
14961518
version "1.0.0"
@@ -3265,19 +3287,6 @@ exec-sh@^0.3.2:
32653287
resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.2.tgz#6738de2eb7c8e671d0366aea0b0db8c6f7d7391b"
32663288
integrity sha512-9sLAvzhI5nc8TpuQUh4ahMdCrWT00wPWz7j47/emR5+2qEfoZP5zzUXvx+vdx+H6ohhnsYC31iX04QLYJK8zTg==
32673289

3268-
execa@^0.10.0:
3269-
version "0.10.0"
3270-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50"
3271-
integrity sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==
3272-
dependencies:
3273-
cross-spawn "^6.0.0"
3274-
get-stream "^3.0.0"
3275-
is-stream "^1.1.0"
3276-
npm-run-path "^2.0.0"
3277-
p-finally "^1.0.0"
3278-
signal-exit "^3.0.0"
3279-
strip-eof "^1.0.0"
3280-
32813290
execa@^1.0.0:
32823291
version "1.0.0"
32833292
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
@@ -3656,11 +3665,6 @@ gauge@~2.7.3:
36563665
strip-ansi "^3.0.1"
36573666
wide-align "^1.1.0"
36583667

3659-
get-caller-file@^1.0.1:
3660-
version "1.0.3"
3661-
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
3662-
integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==
3663-
36643668
get-caller-file@^2.0.1:
36653669
version "2.0.5"
36663670
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
@@ -3678,11 +3682,6 @@ get-stdin@^6.0.0:
36783682
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
36793683
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
36803684

3681-
get-stream@^3.0.0:
3682-
version "3.0.0"
3683-
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
3684-
integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=
3685-
36863685
get-stream@^4.0.0:
36873686
version "4.1.0"
36883687
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
@@ -5076,14 +5075,14 @@ log-symbols@^2.2.0:
50765075
dependencies:
50775076
chalk "^2.0.1"
50785077

5079-
logkitty@^0.6.0:
5080-
version "0.6.0"
5081-
resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.6.0.tgz#e327d4b144dd5c11d912d002cf57ac9fbae20e15"
5082-
integrity sha512-+F1ROENmfG3b4N9WGlRz5QGTBw/xgjZe2JzZLADYeCmzdId5c+QI7WTGRofs/10hwP84aAmjK2WStx+/oQVnwA==
5078+
logkitty@^0.7.1:
5079+
version "0.7.1"
5080+
resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.7.1.tgz#8e8d62f4085a826e8d38987722570234e33c6aa7"
5081+
integrity sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==
50835082
dependencies:
50845083
ansi-fragments "^0.2.1"
50855084
dayjs "^1.8.15"
5086-
yargs "^12.0.5"
5085+
yargs "^15.1.0"
50875086

50885087
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
50895088
version "1.4.0"
@@ -5359,7 +5358,7 @@ metro-react-native-babel-transformer@^0.58.0:
53595358
metro-react-native-babel-preset "0.58.0"
53605359
metro-source-map "0.58.0"
53615360

5362-
5361+
[email protected], metro-resolver@^0.58.0:
53635362
version "0.58.0"
53645363
resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.58.0.tgz#4d03edc52e2e25d45f16688adf3b3f268ea60df9"
53655364
integrity sha512-XFbAKvCHN2iWqKeiRARzEXn69eTDdJVJC7lu16S4dPQJ+Dy82dZBr5Es12iN+NmbJuFgrAuIHbpWrdnA9tOf6Q==
@@ -5948,15 +5947,6 @@ os-homedir@^1.0.0:
59485947
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
59495948
integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M=
59505949

5951-
os-locale@^3.0.0:
5952-
version "3.0.1"
5953-
resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.0.1.tgz#3b014fbf01d87f60a1e5348d80fe870dc82c4620"
5954-
integrity sha512-7g5e7dmXPtzcP4bgsZ8ixDVqA7oWYuEz4lOSujeWyliPai4gfVDiFIcwBg3aGCPnmSGfzOKTK3ccPn0CKv3DBw==
5955-
dependencies:
5956-
execa "^0.10.0"
5957-
lcid "^2.0.0"
5958-
mem "^4.0.0"
5959-
59605950
os-locale@^3.1.0:
59615951
version "3.1.0"
59625952
resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a"
@@ -6241,6 +6231,16 @@ pretty-format@^24.9.0:
62416231
ansi-styles "^3.2.0"
62426232
react-is "^16.8.4"
62436233

6234+
pretty-format@^25.1.0:
6235+
version "25.5.0"
6236+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a"
6237+
integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==
6238+
dependencies:
6239+
"@jest/types" "^25.5.0"
6240+
ansi-regex "^5.0.0"
6241+
ansi-styles "^4.0.0"
6242+
react-is "^16.12.0"
6243+
62446244
pretty-format@^25.2.0:
62456245
version "25.3.0"
62466246
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.3.0.tgz#d0a4f988ff4a6cd350342fdabbb809aeb4d49ad5"
@@ -7147,7 +7147,7 @@ string-width@^1.0.1:
71477147
is-fullwidth-code-point "^1.0.0"
71487148
strip-ansi "^3.0.0"
71497149

7150-
"string-width@^1.0.2 || 2", string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
7150+
"string-width@^1.0.2 || 2", string-width@^2.1.0, string-width@^2.1.1:
71517151
version "2.1.1"
71527152
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
71537153
integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
@@ -7843,11 +7843,6 @@ xtend@~4.0.1:
78437843
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
78447844
integrity sha1-pcbVMr5lbiPbgg77lDofBJmNY68=
78457845

7846-
"y18n@^3.2.1 || ^4.0.0":
7847-
version "3.2.1"
7848-
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
7849-
integrity sha1-bRX7qITAhnnA136I53WegR4H+kE=
7850-
78517846
y18n@^4.0.0:
78527847
version "4.0.0"
78537848
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
@@ -7863,14 +7858,6 @@ yallist@^3.0.0, yallist@^3.0.2:
78637858
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9"
78647859
integrity sha1-hFK0u36Dx8GI2AQcGoN8dz1ti7k=
78657860

7866-
yargs-parser@^11.1.1:
7867-
version "11.1.1"
7868-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4"
7869-
integrity sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==
7870-
dependencies:
7871-
camelcase "^5.0.0"
7872-
decamelize "^1.2.0"
7873-
78747861
yargs-parser@^13.0.0:
78757862
version "13.0.0"
78767863
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.0.0.tgz#3fc44f3e76a8bdb1cc3602e860108602e5ccde8b"
@@ -7895,24 +7882,6 @@ yargs-parser@^15.0.0:
78957882
camelcase "^5.0.0"
78967883
decamelize "^1.2.0"
78977884

7898-
yargs@^12.0.5:
7899-
version "12.0.5"
7900-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
7901-
integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==
7902-
dependencies:
7903-
cliui "^4.0.0"
7904-
decamelize "^1.2.0"
7905-
find-up "^3.0.0"
7906-
get-caller-file "^1.0.1"
7907-
os-locale "^3.0.0"
7908-
require-directory "^2.1.1"
7909-
require-main-filename "^1.0.1"
7910-
set-blocking "^2.0.0"
7911-
string-width "^2.0.0"
7912-
which-module "^2.0.0"
7913-
y18n "^3.2.1 || ^4.0.0"
7914-
yargs-parser "^11.1.1"
7915-
79167885
yargs@^13.0.0:
79177886
version "13.2.2"
79187887
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.2.2.tgz#0c101f580ae95cea7f39d927e7770e3fdc97f993"
@@ -7962,3 +7931,20 @@ yargs@^14.2.0:
79627931
which-module "^2.0.0"
79637932
y18n "^4.0.0"
79647933
yargs-parser "^15.0.0"
7934+
7935+
yargs@^15.1.0:
7936+
version "15.3.1"
7937+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.1.tgz#9505b472763963e54afe60148ad27a330818e98b"
7938+
integrity sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA==
7939+
dependencies:
7940+
cliui "^6.0.0"
7941+
decamelize "^1.2.0"
7942+
find-up "^4.1.0"
7943+
get-caller-file "^2.0.1"
7944+
require-directory "^2.1.1"
7945+
require-main-filename "^2.0.0"
7946+
set-blocking "^2.0.0"
7947+
string-width "^4.2.0"
7948+
which-module "^2.0.0"
7949+
y18n "^4.0.0"
7950+
yargs-parser "^18.1.1"

0 commit comments

Comments
 (0)