-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
32888a8
commit 001eb7c
Showing
2 changed files
with
79 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1014,6 +1014,16 @@ | |
"@types/yargs" "^15.0.0" | ||
chalk "^3.0.0" | ||
|
||
"@jest/types@^25.5.0": | ||
version "25.5.0" | ||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d" | ||
integrity sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw== | ||
dependencies: | ||
"@types/istanbul-lib-coverage" "^2.0.0" | ||
"@types/istanbul-reports" "^1.1.1" | ||
"@types/yargs" "^15.0.0" | ||
chalk "^3.0.0" | ||
|
||
"@jest/types@^26.0.1": | ||
version "26.0.1" | ||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.0.1.tgz#b78333fbd113fa7aec8d39de24f88de8686dac67" | ||
|
@@ -1024,75 +1034,89 @@ | |
"@types/yargs" "^15.0.0" | ||
chalk "^4.0.0" | ||
|
||
"@react-native-community/cli-debugger-ui@^4.7.0": | ||
version "4.7.0" | ||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.7.0.tgz#4a8689f56b99378b24bbbf0ff6a89869d667f013" | ||
integrity sha512-Z/xJ08Wz3J2fKDPrwxtQ44XSHnWsF6dnT0H2AANw63bWjnrR0E3sh8Nk8/oO+j9R7LH8S0+NHJdlniXYtL/bNg== | ||
"@react-native-community/cli-debugger-ui@^4.9.0": | ||
version "4.9.0" | ||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.9.0.tgz#4177764ba69243c97aa26829d59d9501acb2bd71" | ||
integrity sha512-fBFGamHm4VUrDqkBGnsrwQL8OC6Om7K6EBQb4xj0nWekpXt1HSa3ScylYHTTWwYcpRf9htGMRGiv4dQDY/odAw== | ||
dependencies: | ||
serve-static "^1.13.1" | ||
|
||
"@react-native-community/cli-platform-android@^4.7.0": | ||
version "4.7.0" | ||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-4.7.0.tgz#aace6b8004b8d3aae40d6affaad1c472e0310a25" | ||
integrity sha512-Lb6D0ipmFwYLJeQy5/NI4uJpeSHw85rd84C40wwpoUfsCgZhA93WUJdFkuQEIDkfTqs5Yqgl+/szhIZdnIXPxw== | ||
"@react-native-community/cli-platform-android@^4.10.0": | ||
version "4.10.0" | ||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-4.10.0.tgz#c1e8eb4395fc51335e39fc8c09ca96517446a88d" | ||
integrity sha512-/nfCQDbrS0F2u6nwo+4qgx+Fjcv/Rqrn4JbQWdGWEXULfCN+g2Zx9O7sSDNjV7AxOwd+sBOnU945wHkSQdASFA== | ||
dependencies: | ||
"@react-native-community/cli-tools" "^4.7.0" | ||
"@react-native-community/cli-tools" "^4.9.0" | ||
chalk "^3.0.0" | ||
execa "^1.0.0" | ||
fs-extra "^8.1.0" | ||
glob "^7.1.3" | ||
jetifier "^1.6.2" | ||
lodash "^4.17.15" | ||
logkitty "^0.6.0" | ||
logkitty "^0.7.1" | ||
slash "^3.0.0" | ||
xmldoc "^1.1.2" | ||
|
||
"@react-native-community/cli-platform-ios@^4.7.0": | ||
version "4.7.0" | ||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.7.0.tgz#471dcdbd2645c5650f16c0eddcca50e47ca78398" | ||
integrity sha512-XqnxP6H6+PG/wn4+Pwas5jaTSr5n7x6v8trkPY8iO37b8sq7tJLNYznaBMROF43i0NqO48JdhquYOqnDN8FdBA== | ||
"@react-native-community/cli-platform-ios@^4.10.0": | ||
version "4.10.0" | ||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.10.0.tgz#ef9b3adc5946bd43bbc839d0c8f26c1964fad117" | ||
integrity sha512-3xiaqnmg0hqyMwCfhoGXkJ9GGIxVSwLpntSUo1YiZIn+PLC385ljSer4YfFvWc6N3jd9ElRa31WKtCD9kMAvkg== | ||
dependencies: | ||
"@react-native-community/cli-tools" "^4.7.0" | ||
"@react-native-community/cli-tools" "^4.9.0" | ||
chalk "^3.0.0" | ||
glob "^7.1.3" | ||
js-yaml "^3.13.1" | ||
lodash "^4.17.15" | ||
plist "^3.0.1" | ||
xcode "^2.0.0" | ||
|
||
"@react-native-community/cli-tools@^4.7.0": | ||
version "4.7.0" | ||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-4.7.0.tgz#83d49277e7f56fef87bdfd0ba55d2cfa20190689" | ||
integrity sha512-llNWJEWXhGMsaHLWoieraPeWuva3kRsIEPi8oRVTybyz82JjR71mN0OFs41o1OnAR6+TR9d5cJPN+mIOESugEA== | ||
"@react-native-community/cli-server-api@^4.9.0": | ||
version "4.9.0" | ||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-4.9.0.tgz#503f50331c6e2cc8c5fcf6b693170e3a3a669d1a" | ||
integrity sha512-lKBIXJjFLyu4+6Vhhj/QzD41aQGkVi8xWLqTYCgi26d61kjLuuZs0Xer02DPJK3+YADKExVdWrJzVHfJ7zYlTA== | ||
dependencies: | ||
"@react-native-community/cli-debugger-ui" "^4.9.0" | ||
"@react-native-community/cli-tools" "^4.9.0" | ||
compression "^1.7.1" | ||
connect "^3.6.5" | ||
errorhandler "^1.5.0" | ||
pretty-format "^25.1.0" | ||
serve-static "^1.13.1" | ||
ws "^1.1.0" | ||
|
||
"@react-native-community/cli-tools@^4.9.0": | ||
version "4.9.0" | ||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-4.9.0.tgz#d8fd0326cc2fcaeb8c920baf24b68b63c8164fa2" | ||
integrity sha512-vCeYkJ3n/EIaW3lAfznzojMffGxYhCUzwZzwBuC3+O+gYxkymdpletqNYLLEa04DzJr174mxgbgBw8g5IP91yA== | ||
dependencies: | ||
chalk "^3.0.0" | ||
lodash "^4.17.15" | ||
mime "^2.4.1" | ||
node-fetch "^2.6.0" | ||
open "^6.2.0" | ||
shell-quote "1.6.1" | ||
|
||
"@react-native-community/cli-types@^4.7.0": | ||
version "4.7.0" | ||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-4.7.0.tgz#871905753f8ff83cf10c48e8df3fdd63cd7667a0" | ||
integrity sha512-Pw05Rsh/ENFs/Utv1SVRFfdMAn+W9yy1AOhyIKB36JX0Xw00sIZQDyZVsVfmaLSOpRpJ/qUdKWXB/WYV4XYELw== | ||
"@react-native-community/cli-types@^4.10.0": | ||
version "4.10.0" | ||
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-4.10.0.tgz#aea4276c035fffaeb7deae029ad8a89054fbabfc" | ||
integrity sha512-gU0Opspa/WYLQdmY0BKe0VLwD+SuNatypRvBP6nlyzS8/qmSaZ73047jHWYQavhfqn/WxHzBLQSwZK0a7ROfeg== | ||
|
||
"@react-native-community/cli@^4.7.0": | ||
version "4.7.0" | ||
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-4.7.0.tgz#be692631356d14fd1ffe23f25b479dca9e8e7c95" | ||
integrity sha512-DbpxcPC7lFCJ112dPXL4DBKh5TfH0QK2OTG7uEGjfsApT4c01Lae6OMTNSssXgXTcNJApqIT5a6GXK2vSE0CEQ== | ||
"@react-native-community/cli@^4.10.0": | ||
version "4.10.0" | ||
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-4.10.0.tgz#13f4fa98b66ea756e6480864c71304b49a9bca44" | ||
integrity sha512-rg6pIMmSodqFTJ5GbdTPjIoumCE8Vm6H0DA5LzXprnGozOxJ0hRRDJqX37tR9sH50ABOQpSWs/+etJhgF2Tlxw== | ||
dependencies: | ||
"@hapi/joi" "^15.0.3" | ||
"@react-native-community/cli-debugger-ui" "^4.7.0" | ||
"@react-native-community/cli-tools" "^4.7.0" | ||
"@react-native-community/cli-types" "^4.7.0" | ||
"@react-native-community/cli-debugger-ui" "^4.9.0" | ||
"@react-native-community/cli-server-api" "^4.9.0" | ||
"@react-native-community/cli-tools" "^4.9.0" | ||
"@react-native-community/cli-types" "^4.10.0" | ||
chalk "^3.0.0" | ||
command-exists "^1.2.8" | ||
commander "^2.19.0" | ||
compression "^1.7.1" | ||
connect "^3.6.5" | ||
cosmiconfig "^5.1.0" | ||
deepmerge "^3.2.0" | ||
envinfo "^7.1.0" | ||
errorhandler "^1.5.0" | ||
execa "^1.0.0" | ||
find-up "^4.1.0" | ||
fs-extra "^8.1.0" | ||
|
@@ -1105,19 +1129,17 @@ | |
metro-config "^0.58.0" | ||
metro-core "^0.58.0" | ||
metro-react-native-babel-transformer "^0.58.0" | ||
metro-resolver "^0.58.0" | ||
minimist "^1.2.0" | ||
mkdirp "^0.5.1" | ||
node-stream-zip "^1.9.1" | ||
open "^6.2.0" | ||
ora "^3.4.0" | ||
pretty-format "^25.2.0" | ||
semver "^6.3.0" | ||
serve-static "^1.13.1" | ||
shell-quote "1.6.1" | ||
strip-ansi "^5.2.0" | ||
sudo-prompt "^9.0.0" | ||
wcwidth "^1.0.1" | ||
ws "^1.1.0" | ||
|
||
"@react-native-community/eslint-plugin@file:packages/eslint-plugin-react-native-community": | ||
version "1.1.0" | ||
|
@@ -2955,19 +2977,6 @@ exec-sh@^0.3.2: | |
resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.2.tgz#6738de2eb7c8e671d0366aea0b0db8c6f7d7391b" | ||
integrity sha512-9sLAvzhI5nc8TpuQUh4ahMdCrWT00wPWz7j47/emR5+2qEfoZP5zzUXvx+vdx+H6ohhnsYC31iX04QLYJK8zTg== | ||
|
||
execa@^0.10.0: | ||
version "0.10.0" | ||
resolved "https://registry.yarnpkg.com/execa/-/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50" | ||
integrity sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw== | ||
dependencies: | ||
cross-spawn "^6.0.0" | ||
get-stream "^3.0.0" | ||
is-stream "^1.1.0" | ||
npm-run-path "^2.0.0" | ||
p-finally "^1.0.0" | ||
signal-exit "^3.0.0" | ||
strip-eof "^1.0.0" | ||
|
||
execa@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" | ||
|
@@ -3382,11 +3391,6 @@ gensync@^1.0.0-beta.1: | |
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269" | ||
integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== | ||
|
||
get-caller-file@^1.0.1: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a" | ||
integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w== | ||
|
||
get-caller-file@^2.0.1: | ||
version "2.0.5" | ||
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: | |
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" | ||
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== | ||
|
||
get-stream@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" | ||
integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= | ||
|
||
get-stream@^4.0.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" | ||
|
@@ -4849,14 +4848,14 @@ log-symbols@^2.2.0: | |
dependencies: | ||
chalk "^2.0.1" | ||
|
||
logkitty@^0.6.0: | ||
version "0.6.0" | ||
resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.6.0.tgz#e327d4b144dd5c11d912d002cf57ac9fbae20e15" | ||
integrity sha512-+F1ROENmfG3b4N9WGlRz5QGTBw/xgjZe2JzZLADYeCmzdId5c+QI7WTGRofs/10hwP84aAmjK2WStx+/oQVnwA== | ||
logkitty@^0.7.1: | ||
version "0.7.1" | ||
resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.7.1.tgz#8e8d62f4085a826e8d38987722570234e33c6aa7" | ||
integrity sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ== | ||
dependencies: | ||
ansi-fragments "^0.2.1" | ||
dayjs "^1.8.15" | ||
yargs "^12.0.5" | ||
yargs "^15.1.0" | ||
|
||
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1, loose-envify@^1.4.0: | ||
version "1.4.0" | ||
|
@@ -5140,7 +5139,7 @@ metro-react-native-babel-transformer@^0.58.0: | |
metro-react-native-babel-preset "0.58.0" | ||
metro-source-map "0.58.0" | ||
|
||
[email protected]: | ||
[email protected], metro-resolver@^0.58.0: | ||
version "0.58.0" | ||
resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.58.0.tgz#4d03edc52e2e25d45f16688adf3b3f268ea60df9" | ||
integrity sha512-XFbAKvCHN2iWqKeiRARzEXn69eTDdJVJC7lu16S4dPQJ+Dy82dZBr5Es12iN+NmbJuFgrAuIHbpWrdnA9tOf6Q== | ||
|
@@ -5784,15 +5783,6 @@ os-homedir@^1.0.0: | |
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" | ||
integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= | ||
|
||
os-locale@^3.0.0: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.0.1.tgz#3b014fbf01d87f60a1e5348d80fe870dc82c4620" | ||
integrity sha512-7g5e7dmXPtzcP4bgsZ8ixDVqA7oWYuEz4lOSujeWyliPai4gfVDiFIcwBg3aGCPnmSGfzOKTK3ccPn0CKv3DBw== | ||
dependencies: | ||
execa "^0.10.0" | ||
lcid "^2.0.0" | ||
mem "^4.0.0" | ||
|
||
os-locale@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a" | ||
|
@@ -6048,6 +6038,16 @@ pretty-format@^24.9.0: | |
ansi-styles "^3.2.0" | ||
react-is "^16.8.4" | ||
|
||
pretty-format@^25.1.0: | ||
version "25.5.0" | ||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a" | ||
integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ== | ||
dependencies: | ||
"@jest/types" "^25.5.0" | ||
ansi-regex "^5.0.0" | ||
ansi-styles "^4.0.0" | ||
react-is "^16.12.0" | ||
|
||
pretty-format@^25.2.0: | ||
version "25.3.0" | ||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.3.0.tgz#d0a4f988ff4a6cd350342fdabbb809aeb4d49ad5" | ||
|
@@ -6444,11 +6444,6 @@ require-directory@^2.1.1: | |
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" | ||
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= | ||
|
||
require-main-filename@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" | ||
integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE= | ||
|
||
require-main-filename@^2.0.0: | ||
version "2.0.0" | ||
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: | |
is-fullwidth-code-point "^1.0.0" | ||
strip-ansi "^3.0.0" | ||
|
||
"string-width@^1.0.2 || 2", string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1: | ||
"string-width@^1.0.2 || 2", string-width@^2.1.0, string-width@^2.1.1: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" | ||
integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== | ||
|
@@ -7871,11 +7866,6 @@ xtend@~4.0.1: | |
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" | ||
integrity sha1-pcbVMr5lbiPbgg77lDofBJmNY68= | ||
|
||
"y18n@^3.2.1 || ^4.0.0": | ||
version "3.2.1" | ||
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" | ||
integrity sha1-bRX7qITAhnnA136I53WegR4H+kE= | ||
|
||
y18n@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" | ||
|
@@ -7891,14 +7881,6 @@ yallist@^3.0.0, yallist@^3.0.2: | |
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9" | ||
integrity sha1-hFK0u36Dx8GI2AQcGoN8dz1ti7k= | ||
|
||
yargs-parser@^11.1.1: | ||
version "11.1.1" | ||
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4" | ||
integrity sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ== | ||
dependencies: | ||
camelcase "^5.0.0" | ||
decamelize "^1.2.0" | ||
|
||
yargs-parser@^13.0.0: | ||
version "13.0.0" | ||
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.0.0.tgz#3fc44f3e76a8bdb1cc3602e860108602e5ccde8b" | ||
|
@@ -7923,24 +7905,6 @@ yargs-parser@^18.1.1: | |
camelcase "^5.0.0" | ||
decamelize "^1.2.0" | ||
|
||
yargs@^12.0.5: | ||
version "12.0.5" | ||
resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13" | ||
integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw== | ||
dependencies: | ||
cliui "^4.0.0" | ||
decamelize "^1.2.0" | ||
find-up "^3.0.0" | ||
get-caller-file "^1.0.1" | ||
os-locale "^3.0.0" | ||
require-directory "^2.1.1" | ||
require-main-filename "^1.0.1" | ||
set-blocking "^2.0.0" | ||
string-width "^2.0.0" | ||
which-module "^2.0.0" | ||
y18n "^3.2.1 || ^4.0.0" | ||
yargs-parser "^11.1.1" | ||
|
||
yargs@^13.0.0: | ||
version "13.2.2" | ||
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.2.2.tgz#0c101f580ae95cea7f39d927e7770e3fdc97f993" | ||
|
@@ -7975,7 +7939,7 @@ yargs@^14.2.0: | |
y18n "^4.0.0" | ||
yargs-parser "^15.0.0" | ||
|
||
yargs@^15.3.1: | ||
yargs@^15.1.0, yargs@^15.3.1: | ||
version "15.3.1" | ||
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.1.tgz#9505b472763963e54afe60148ad27a330818e98b" | ||
integrity sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA== | ||
|