Skip to content

Commit

Permalink
fix(deps): update dependency yargs to v17.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 16, 2022
1 parent aa956eb commit b1e959c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"pretty-ms": "7.0.1",
"qs": "6.10.3",
"split2": "4.1.0",
"yargs": "17.5.0"
"yargs": "17.5.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"rimraf": "3.0.2",
"secure-random-password": "0.2.3",
"terminal-link": "2.1.1",
"yargs": "17.5.0"
"yargs": "17.5.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prettier": "2.6.2",
"tasuku": "2.0.0",
"toml": "3.0.0",
"yargs": "17.5.0"
"yargs": "17.5.1"
},
"devDependencies": {
"@types/babel__core": "7.1.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"execa": "5.1.1",
"fs-extra": "10.1.0",
"listr": "0.14.3",
"yargs": "17.5.0"
"yargs": "17.5.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"envinfo": "7.8.1",
"systeminformation": "5.11.14",
"uuid": "8.3.2",
"yargs": "17.5.0"
"yargs": "17.5.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6008,7 +6008,7 @@ __metadata:
qs: 6.10.3
split2: 4.1.0
typescript: 4.6.4
yargs: 17.5.0
yargs: 17.5.1
bin:
rw-api-server-watch: ./dist/watch.js
rw-log-formatter: ./dist/logFormatter/bin.js
Expand Down Expand Up @@ -6140,7 +6140,7 @@ __metadata:
secure-random-password: 0.2.3
terminal-link: 2.1.1
typescript: 4.6.4
yargs: 17.5.0
yargs: 17.5.1
bin:
redwood: ./dist/index.js
rw: ./dist/index.js
Expand Down Expand Up @@ -6177,7 +6177,7 @@ __metadata:
tasuku: 2.0.0
tempy: 1.0.1
toml: 3.0.0
yargs: 17.5.0
yargs: 17.5.1
bin:
codemods: ./dist/codemods.js
languageName: unknown
Expand Down Expand Up @@ -6525,7 +6525,7 @@ __metadata:
jest: 27.5.1
systeminformation: 5.11.14
uuid: 8.3.2
yargs: 17.5.0
yargs: 17.5.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13394,7 +13394,7 @@ __metadata:
jest: 27.5.1
listr: 0.14.3
typescript: 4.6.4
yargs: 17.5.0
yargs: 17.5.1
bin:
create-redwood-app: ./dist/create-redwood-app.js
languageName: unknown
Expand Down Expand Up @@ -31981,9 +31981,9 @@ __metadata:
languageName: node
linkType: hard

"yargs@npm:17.5.0, yargs@npm:^17.0.0, yargs@npm:^17.3.1":
version: 17.5.0
resolution: "yargs@npm:17.5.0"
"yargs@npm:17.5.1, yargs@npm:^17.0.0, yargs@npm:^17.3.1":
version: 17.5.1
resolution: "yargs@npm:17.5.1"
dependencies:
cliui: ^7.0.2
escalade: ^3.1.1
Expand All @@ -31992,7 +31992,7 @@ __metadata:
string-width: ^4.2.3
y18n: ^5.0.5
yargs-parser: ^21.0.0
checksum: 5be7427351aedbccdc68b673651d91915fb62a17d932d8c7dff46f49ae1a691711a0d3a570de37c29311450e797956c122b87140fb807395e367abdd63cc6335
checksum: 349c823b772bc5383d56684bca8615020ae5cc0b81bacafe1ef268b281ade93528da1982b0f2dd898e0c678932d9147b8a2e93e341733622773caf7048196de4
languageName: node
linkType: hard

Expand Down

0 comments on commit b1e959c

Please sign in to comment.