Skip to content

Commit

Permalink
fix(deps): update dependency yargs to v17.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 1, 2022
1 parent 1373580 commit ccf07d6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ora": "5.4.1",
"prompts": "2.4.2",
"table": "6.8.0",
"yargs": "17.5.1"
"yargs": "17.6.0"
},
"devDependencies": {
"@commitlint/cli": "17.1.2",
Expand Down
23 changes: 17 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3306,7 +3306,7 @@ __metadata:
typescript: 4.8.4
webpack: 5.74.0
webpack-cli: 4.10.0
yargs: 17.5.1
yargs: 17.6.0
bin:
aws-spot-price: bin/aws-spot-price
languageName: unknown
Expand Down Expand Up @@ -3976,6 +3976,17 @@ __metadata:
languageName: node
linkType: hard

"cliui@npm:^8.0.1":
version: 8.0.1
resolution: "cliui@npm:8.0.1"
dependencies:
string-width: ^4.2.0
strip-ansi: ^6.0.1
wrap-ansi: ^7.0.0
checksum: 79648b3b0045f2e285b76fb2e24e207c6db44323581e421c3acbd0e86454cba1b37aea976ab50195a49e7384b871e6dfb2247ad7dec53c02454ac6497394cb56
languageName: node
linkType: hard

"clone-deep@npm:^4.0.1":
version: 4.0.1
resolution: "clone-deep@npm:4.0.1"
Expand Down Expand Up @@ -12802,18 +12813,18 @@ fsevents@^2.3.2:
languageName: node
linkType: hard

"yargs@npm:17.5.1":
version: 17.5.1
resolution: "yargs@npm:17.5.1"
"yargs@npm:17.6.0":
version: 17.6.0
resolution: "yargs@npm:17.6.0"
dependencies:
cliui: ^7.0.2
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.0.0
checksum: 00d58a2c052937fa044834313f07910fd0a115dec5ee35919e857eeee3736b21a4eafa8264535800ba8bac312991ce785ecb8a51f4d2cc8c4676d865af1cfbde
checksum: 604bdb4a6395a870540d2f3fea083c8e28441f12da8fd05b172b1e68480f00ed73d76be4a05fac19de9bf55ec7729b41e81cf555cccaed700aa192e4fff64872
languageName: node
linkType: hard

Expand Down

0 comments on commit ccf07d6

Please sign in to comment.