Skip to content

Commit 001eb7c

Browse files
alexbrazierfacebook-github-bot
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 ## Changelog <!-- 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 32888a8 commit 001eb7c

File tree

2 files changed

+79
-115
lines changed

2 files changed

+79
-115
lines changed

package.json

+3-3
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

+76-112
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,16 @@
10141014
"@types/yargs" "^15.0.0"
10151015
chalk "^3.0.0"
10161016

1017+
"@jest/types@^25.5.0":
1018+
version "25.5.0"
1019+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d"
1020+
integrity sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==
1021+
dependencies:
1022+
"@types/istanbul-lib-coverage" "^2.0.0"
1023+
"@types/istanbul-reports" "^1.1.1"
1024+
"@types/yargs" "^15.0.0"
1025+
chalk "^3.0.0"
1026+
10171027
"@jest/types@^26.0.1":
10181028
version "26.0.1"
10191029
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.0.1.tgz#b78333fbd113fa7aec8d39de24f88de8686dac67"
@@ -1024,75 +1034,89 @@
10241034
"@types/yargs" "^15.0.0"
10251035
chalk "^4.0.0"
10261036

1027-
"@react-native-community/cli-debugger-ui@^4.7.0":
1028-
version "4.7.0"
1029-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.7.0.tgz#4a8689f56b99378b24bbbf0ff6a89869d667f013"
1030-
integrity sha512-Z/xJ08Wz3J2fKDPrwxtQ44XSHnWsF6dnT0H2AANw63bWjnrR0E3sh8Nk8/oO+j9R7LH8S0+NHJdlniXYtL/bNg==
1037+
"@react-native-community/cli-debugger-ui@^4.9.0":
1038+
version "4.9.0"
1039+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.9.0.tgz#4177764ba69243c97aa26829d59d9501acb2bd71"
1040+
integrity sha512-fBFGamHm4VUrDqkBGnsrwQL8OC6Om7K6EBQb4xj0nWekpXt1HSa3ScylYHTTWwYcpRf9htGMRGiv4dQDY/odAw==
10311041
dependencies:
10321042
serve-static "^1.13.1"
10331043

1034-
"@react-native-community/cli-platform-android@^4.7.0":
1035-
version "4.7.0"
1036-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-4.7.0.tgz#aace6b8004b8d3aae40d6affaad1c472e0310a25"
1037-
integrity sha512-Lb6D0ipmFwYLJeQy5/NI4uJpeSHw85rd84C40wwpoUfsCgZhA93WUJdFkuQEIDkfTqs5Yqgl+/szhIZdnIXPxw==
1044+
"@react-native-community/cli-platform-android@^4.10.0":
1045+
version "4.10.0"
1046+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-4.10.0.tgz#c1e8eb4395fc51335e39fc8c09ca96517446a88d"
1047+
integrity sha512-/nfCQDbrS0F2u6nwo+4qgx+Fjcv/Rqrn4JbQWdGWEXULfCN+g2Zx9O7sSDNjV7AxOwd+sBOnU945wHkSQdASFA==
10381048
dependencies:
1039-
"@react-native-community/cli-tools" "^4.7.0"
1049+
"@react-native-community/cli-tools" "^4.9.0"
10401050
chalk "^3.0.0"
10411051
execa "^1.0.0"
10421052
fs-extra "^8.1.0"
10431053
glob "^7.1.3"
10441054
jetifier "^1.6.2"
10451055
lodash "^4.17.15"
1046-
logkitty "^0.6.0"
1056+
logkitty "^0.7.1"
10471057
slash "^3.0.0"
10481058
xmldoc "^1.1.2"
10491059

1050-
"@react-native-community/cli-platform-ios@^4.7.0":
1051-
version "4.7.0"
1052-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.7.0.tgz#471dcdbd2645c5650f16c0eddcca50e47ca78398"
1053-
integrity sha512-XqnxP6H6+PG/wn4+Pwas5jaTSr5n7x6v8trkPY8iO37b8sq7tJLNYznaBMROF43i0NqO48JdhquYOqnDN8FdBA==
1060+
"@react-native-community/cli-platform-ios@^4.10.0":
1061+
version "4.10.0"
1062+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.10.0.tgz#ef9b3adc5946bd43bbc839d0c8f26c1964fad117"
1063+
integrity sha512-3xiaqnmg0hqyMwCfhoGXkJ9GGIxVSwLpntSUo1YiZIn+PLC385ljSer4YfFvWc6N3jd9ElRa31WKtCD9kMAvkg==
10541064
dependencies:
1055-
"@react-native-community/cli-tools" "^4.7.0"
1065+
"@react-native-community/cli-tools" "^4.9.0"
10561066
chalk "^3.0.0"
10571067
glob "^7.1.3"
10581068
js-yaml "^3.13.1"
10591069
lodash "^4.17.15"
10601070
plist "^3.0.1"
10611071
xcode "^2.0.0"
10621072

1063-
"@react-native-community/cli-tools@^4.7.0":
1064-
version "4.7.0"
1065-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-4.7.0.tgz#83d49277e7f56fef87bdfd0ba55d2cfa20190689"
1066-
integrity sha512-llNWJEWXhGMsaHLWoieraPeWuva3kRsIEPi8oRVTybyz82JjR71mN0OFs41o1OnAR6+TR9d5cJPN+mIOESugEA==
1073+
"@react-native-community/cli-server-api@^4.9.0":
1074+
version "4.9.0"
1075+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-4.9.0.tgz#503f50331c6e2cc8c5fcf6b693170e3a3a669d1a"
1076+
integrity sha512-lKBIXJjFLyu4+6Vhhj/QzD41aQGkVi8xWLqTYCgi26d61kjLuuZs0Xer02DPJK3+YADKExVdWrJzVHfJ7zYlTA==
1077+
dependencies:
1078+
"@react-native-community/cli-debugger-ui" "^4.9.0"
1079+
"@react-native-community/cli-tools" "^4.9.0"
1080+
compression "^1.7.1"
1081+
connect "^3.6.5"
1082+
errorhandler "^1.5.0"
1083+
pretty-format "^25.1.0"
1084+
serve-static "^1.13.1"
1085+
ws "^1.1.0"
1086+
1087+
"@react-native-community/cli-tools@^4.9.0":
1088+
version "4.9.0"
1089+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-4.9.0.tgz#d8fd0326cc2fcaeb8c920baf24b68b63c8164fa2"
1090+
integrity sha512-vCeYkJ3n/EIaW3lAfznzojMffGxYhCUzwZzwBuC3+O+gYxkymdpletqNYLLEa04DzJr174mxgbgBw8g5IP91yA==
10671091
dependencies:
10681092
chalk "^3.0.0"
10691093
lodash "^4.17.15"
10701094
mime "^2.4.1"
10711095
node-fetch "^2.6.0"
1096+
open "^6.2.0"
1097+
shell-quote "1.6.1"
10721098

1073-
"@react-native-community/cli-types@^4.7.0":
1074-
version "4.7.0"
1075-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-4.7.0.tgz#871905753f8ff83cf10c48e8df3fdd63cd7667a0"
1076-
integrity sha512-Pw05Rsh/ENFs/Utv1SVRFfdMAn+W9yy1AOhyIKB36JX0Xw00sIZQDyZVsVfmaLSOpRpJ/qUdKWXB/WYV4XYELw==
1099+
"@react-native-community/cli-types@^4.10.0":
1100+
version "4.10.0"
1101+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-4.10.0.tgz#aea4276c035fffaeb7deae029ad8a89054fbabfc"
1102+
integrity sha512-gU0Opspa/WYLQdmY0BKe0VLwD+SuNatypRvBP6nlyzS8/qmSaZ73047jHWYQavhfqn/WxHzBLQSwZK0a7ROfeg==
10771103

1078-
"@react-native-community/cli@^4.7.0":
1079-
version "4.7.0"
1080-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-4.7.0.tgz#be692631356d14fd1ffe23f25b479dca9e8e7c95"
1081-
integrity sha512-DbpxcPC7lFCJ112dPXL4DBKh5TfH0QK2OTG7uEGjfsApT4c01Lae6OMTNSssXgXTcNJApqIT5a6GXK2vSE0CEQ==
1104+
"@react-native-community/cli@^4.10.0":
1105+
version "4.10.0"
1106+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-4.10.0.tgz#13f4fa98b66ea756e6480864c71304b49a9bca44"
1107+
integrity sha512-rg6pIMmSodqFTJ5GbdTPjIoumCE8Vm6H0DA5LzXprnGozOxJ0hRRDJqX37tR9sH50ABOQpSWs/+etJhgF2Tlxw==
10821108
dependencies:
10831109
"@hapi/joi" "^15.0.3"
1084-
"@react-native-community/cli-debugger-ui" "^4.7.0"
1085-
"@react-native-community/cli-tools" "^4.7.0"
1086-
"@react-native-community/cli-types" "^4.7.0"
1110+
"@react-native-community/cli-debugger-ui" "^4.9.0"
1111+
"@react-native-community/cli-server-api" "^4.9.0"
1112+
"@react-native-community/cli-tools" "^4.9.0"
1113+
"@react-native-community/cli-types" "^4.10.0"
10871114
chalk "^3.0.0"
10881115
command-exists "^1.2.8"
10891116
commander "^2.19.0"
1090-
compression "^1.7.1"
1091-
connect "^3.6.5"
10921117
cosmiconfig "^5.1.0"
10931118
deepmerge "^3.2.0"
10941119
envinfo "^7.1.0"
1095-
errorhandler "^1.5.0"
10961120
execa "^1.0.0"
10971121
find-up "^4.1.0"
10981122
fs-extra "^8.1.0"
@@ -1105,19 +1129,17 @@
11051129
metro-config "^0.58.0"
11061130
metro-core "^0.58.0"
11071131
metro-react-native-babel-transformer "^0.58.0"
1132+
metro-resolver "^0.58.0"
11081133
minimist "^1.2.0"
11091134
mkdirp "^0.5.1"
11101135
node-stream-zip "^1.9.1"
1111-
open "^6.2.0"
11121136
ora "^3.4.0"
11131137
pretty-format "^25.2.0"
11141138
semver "^6.3.0"
11151139
serve-static "^1.13.1"
1116-
shell-quote "1.6.1"
11171140
strip-ansi "^5.2.0"
11181141
sudo-prompt "^9.0.0"
11191142
wcwidth "^1.0.1"
1120-
ws "^1.1.0"
11211143

11221144
"@react-native-community/eslint-plugin@file:packages/eslint-plugin-react-native-community":
11231145
version "1.1.0"
@@ -2955,19 +2977,6 @@ exec-sh@^0.3.2:
29552977
resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.2.tgz#6738de2eb7c8e671d0366aea0b0db8c6f7d7391b"
29562978
integrity sha512-9sLAvzhI5nc8TpuQUh4ahMdCrWT00wPWz7j47/emR5+2qEfoZP5zzUXvx+vdx+H6ohhnsYC31iX04QLYJK8zTg==
29572979

2958-
execa@^0.10.0:
2959-
version "0.10.0"
2960-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50"
2961-
integrity sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==
2962-
dependencies:
2963-
cross-spawn "^6.0.0"
2964-
get-stream "^3.0.0"
2965-
is-stream "^1.1.0"
2966-
npm-run-path "^2.0.0"
2967-
p-finally "^1.0.0"
2968-
signal-exit "^3.0.0"
2969-
strip-eof "^1.0.0"
2970-
29712980
execa@^1.0.0:
29722981
version "1.0.0"
29732982
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
@@ -3382,11 +3391,6 @@ gensync@^1.0.0-beta.1:
33823391
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269"
33833392
integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==
33843393

3385-
get-caller-file@^1.0.1:
3386-
version "1.0.3"
3387-
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
3388-
integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==
3389-
33903394
get-caller-file@^2.0.1:
33913395
version "2.0.5"
33923396
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
@@ -3404,11 +3408,6 @@ get-stdin@^6.0.0:
34043408
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
34053409
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
34063410

3407-
get-stream@^3.0.0:
3408-
version "3.0.0"
3409-
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
3410-
integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=
3411-
34123411
get-stream@^4.0.0:
34133412
version "4.1.0"
34143413
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
@@ -4849,14 +4848,14 @@ log-symbols@^2.2.0:
48494848
dependencies:
48504849
chalk "^2.0.1"
48514850

4852-
logkitty@^0.6.0:
4853-
version "0.6.0"
4854-
resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.6.0.tgz#e327d4b144dd5c11d912d002cf57ac9fbae20e15"
4855-
integrity sha512-+F1ROENmfG3b4N9WGlRz5QGTBw/xgjZe2JzZLADYeCmzdId5c+QI7WTGRofs/10hwP84aAmjK2WStx+/oQVnwA==
4851+
logkitty@^0.7.1:
4852+
version "0.7.1"
4853+
resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.7.1.tgz#8e8d62f4085a826e8d38987722570234e33c6aa7"
4854+
integrity sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==
48564855
dependencies:
48574856
ansi-fragments "^0.2.1"
48584857
dayjs "^1.8.15"
4859-
yargs "^12.0.5"
4858+
yargs "^15.1.0"
48604859

48614860
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
48624861
version "1.4.0"
@@ -5140,7 +5139,7 @@ metro-react-native-babel-transformer@^0.58.0:
51405139
metro-react-native-babel-preset "0.58.0"
51415140
metro-source-map "0.58.0"
51425141

5143-
5142+
[email protected], metro-resolver@^0.58.0:
51445143
version "0.58.0"
51455144
resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.58.0.tgz#4d03edc52e2e25d45f16688adf3b3f268ea60df9"
51465145
integrity sha512-XFbAKvCHN2iWqKeiRARzEXn69eTDdJVJC7lu16S4dPQJ+Dy82dZBr5Es12iN+NmbJuFgrAuIHbpWrdnA9tOf6Q==
@@ -5784,15 +5783,6 @@ os-homedir@^1.0.0:
57845783
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
57855784
integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M=
57865785

5787-
os-locale@^3.0.0:
5788-
version "3.0.1"
5789-
resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.0.1.tgz#3b014fbf01d87f60a1e5348d80fe870dc82c4620"
5790-
integrity sha512-7g5e7dmXPtzcP4bgsZ8ixDVqA7oWYuEz4lOSujeWyliPai4gfVDiFIcwBg3aGCPnmSGfzOKTK3ccPn0CKv3DBw==
5791-
dependencies:
5792-
execa "^0.10.0"
5793-
lcid "^2.0.0"
5794-
mem "^4.0.0"
5795-
57965786
os-locale@^3.1.0:
57975787
version "3.1.0"
57985788
resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a"
@@ -6048,6 +6038,16 @@ pretty-format@^24.9.0:
60486038
ansi-styles "^3.2.0"
60496039
react-is "^16.8.4"
60506040

6041+
pretty-format@^25.1.0:
6042+
version "25.5.0"
6043+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a"
6044+
integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==
6045+
dependencies:
6046+
"@jest/types" "^25.5.0"
6047+
ansi-regex "^5.0.0"
6048+
ansi-styles "^4.0.0"
6049+
react-is "^16.12.0"
6050+
60516051
pretty-format@^25.2.0:
60526052
version "25.3.0"
60536053
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.3.0.tgz#d0a4f988ff4a6cd350342fdabbb809aeb4d49ad5"
@@ -6444,11 +6444,6 @@ require-directory@^2.1.1:
64446444
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
64456445
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
64466446

6447-
require-main-filename@^1.0.1:
6448-
version "1.0.1"
6449-
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
6450-
integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=
6451-
64526447
require-main-filename@^2.0.0:
64536448
version "2.0.0"
64546449
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
@@ -7057,7 +7052,7 @@ string-width@^1.0.1:
70577052
is-fullwidth-code-point "^1.0.0"
70587053
strip-ansi "^3.0.0"
70597054

7060-
"string-width@^1.0.2 || 2", string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
7055+
"string-width@^1.0.2 || 2", string-width@^2.1.0, string-width@^2.1.1:
70617056
version "2.1.1"
70627057
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
70637058
integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
@@ -7871,11 +7866,6 @@ xtend@~4.0.1:
78717866
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
78727867
integrity sha1-pcbVMr5lbiPbgg77lDofBJmNY68=
78737868

7874-
"y18n@^3.2.1 || ^4.0.0":
7875-
version "3.2.1"
7876-
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
7877-
integrity sha1-bRX7qITAhnnA136I53WegR4H+kE=
7878-
78797869
y18n@^4.0.0:
78807870
version "4.0.0"
78817871
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
@@ -7891,14 +7881,6 @@ yallist@^3.0.0, yallist@^3.0.2:
78917881
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9"
78927882
integrity sha1-hFK0u36Dx8GI2AQcGoN8dz1ti7k=
78937883

7894-
yargs-parser@^11.1.1:
7895-
version "11.1.1"
7896-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4"
7897-
integrity sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==
7898-
dependencies:
7899-
camelcase "^5.0.0"
7900-
decamelize "^1.2.0"
7901-
79027884
yargs-parser@^13.0.0:
79037885
version "13.0.0"
79047886
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.0.0.tgz#3fc44f3e76a8bdb1cc3602e860108602e5ccde8b"
@@ -7923,24 +7905,6 @@ yargs-parser@^18.1.1:
79237905
camelcase "^5.0.0"
79247906
decamelize "^1.2.0"
79257907

7926-
yargs@^12.0.5:
7927-
version "12.0.5"
7928-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
7929-
integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==
7930-
dependencies:
7931-
cliui "^4.0.0"
7932-
decamelize "^1.2.0"
7933-
find-up "^3.0.0"
7934-
get-caller-file "^1.0.1"
7935-
os-locale "^3.0.0"
7936-
require-directory "^2.1.1"
7937-
require-main-filename "^1.0.1"
7938-
set-blocking "^2.0.0"
7939-
string-width "^2.0.0"
7940-
which-module "^2.0.0"
7941-
y18n "^3.2.1 || ^4.0.0"
7942-
yargs-parser "^11.1.1"
7943-
79447908
yargs@^13.0.0:
79457909
version "13.2.2"
79467910
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.2.2.tgz#0c101f580ae95cea7f39d927e7770e3fdc97f993"
@@ -7975,7 +7939,7 @@ yargs@^14.2.0:
79757939
y18n "^4.0.0"
79767940
yargs-parser "^15.0.0"
79777941

7978-
yargs@^15.3.1:
7942+
yargs@^15.1.0, yargs@^15.3.1:
79797943
version "15.3.1"
79807944
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.1.tgz#9505b472763963e54afe60148ad27a330818e98b"
79817945
integrity sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA==

0 commit comments

Comments
 (0)