Skip to content

Commit

Permalink
Update yargs version in celotool (#10312)
Browse files Browse the repository at this point in the history
Update yargs

Co-authored-by: Javier Cortejoso <[email protected]>
  • Loading branch information
hbandura and jcortejoso authored Sep 27, 2023
1 parent 0d1f040 commit 506ae3b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 32 deletions.
2 changes: 1 addition & 1 deletion packages/celotool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"tiny-secp256k1": "2.2.1",
"web3": "1.10.0",
"web3-eth-admin": "1.0.0-beta.55",
"yargs": "14.0.0"
"yargs": "17.7.2"
},
"devDependencies": {
"@celo/dev-utils": "0.0.1",
Expand Down
45 changes: 14 additions & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28455,7 +28455,7 @@ yaml@^2.2.1:
resolved "https://registry.npmjs.org/yaml/-/yaml-2.3.2.tgz"
integrity sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==

[email protected], yargs-parser@^13.1.1, yargs-parser@^13.1.2:
[email protected], yargs-parser@^13.1.2:
version "13.1.2"
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz"
integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==
Expand Down Expand Up @@ -28536,23 +28536,6 @@ [email protected], yargs@^13.2.4, yargs@^13.3.0:
y18n "^4.0.0"
yargs-parser "^13.1.2"

[email protected]:
version "14.0.0"
resolved "https://registry.npmjs.org/yargs/-/yargs-14.0.0.tgz"
integrity sha512-ssa5JuRjMeZEUjg7bEL99AwpitxU/zWGAGpdj0di41pOEmJti8NR6kyUIJBkR78DTYNPZOU08luUo0GTHuB+ow==
dependencies:
cliui "^5.0.0"
decamelize "^1.2.0"
find-up "^3.0.0"
get-caller-file "^2.0.1"
require-directory "^2.1.1"
require-main-filename "^2.0.0"
set-blocking "^2.0.0"
string-width "^3.0.0"
which-module "^2.0.0"
y18n "^4.0.0"
yargs-parser "^13.1.1"

[email protected], yargs@^16.2.0:
version "16.2.0"
resolved "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz"
Expand All @@ -28566,6 +28549,19 @@ [email protected], yargs@^16.2.0:
y18n "^5.0.5"
yargs-parser "^20.2.2"

[email protected], yargs@^17.6.2:
version "17.7.2"
resolved "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz"
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
dependencies:
cliui "^8.0.1"
escalade "^3.1.1"
get-caller-file "^2.0.5"
require-directory "^2.1.1"
string-width "^4.2.3"
y18n "^5.0.5"
yargs-parser "^21.1.1"

yargs@^11.0.0:
version "11.1.1"
resolved "https://registry.npmjs.org/yargs/-/yargs-11.1.1.tgz"
Expand Down Expand Up @@ -28614,19 +28610,6 @@ yargs@^17.3.1, yargs@^17.5.1:
y18n "^5.0.5"
yargs-parser "^21.1.1"

yargs@^17.6.2:
version "17.7.2"
resolved "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz"
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
dependencies:
cliui "^8.0.1"
escalade "^3.1.1"
get-caller-file "^2.0.5"
require-directory "^2.1.1"
string-width "^4.2.3"
y18n "^5.0.5"
yargs-parser "^21.1.1"

yargs@^3.10.0:
version "3.32.0"
resolved "https://registry.npmjs.org/yargs/-/yargs-3.32.0.tgz"
Expand Down

0 comments on commit 506ae3b

Please sign in to comment.