Skip to content

Commit

Permalink
fix(deps): update dependency yargs to v17.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2023
1 parent 98b1ee7 commit 997a69f
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 @@ -45,7 +45,7 @@
"pretty-ms": "7.0.1",
"qs": "6.11.0",
"split2": "4.1.0",
"yargs": "17.6.2"
"yargs": "17.7.0"
},
"devDependencies": {
"@babel/cli": "7.20.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 @@ -66,7 +66,7 @@
"secure-random-password": "0.2.3",
"terminal-link": "2.1.1",
"title-case": "3.0.3",
"yargs": "17.6.2"
"yargs": "17.7.0"
},
"devDependencies": {
"@babel/cli": "7.20.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 @@ -39,7 +39,7 @@
"prettier": "2.8.4",
"tasuku": "2.0.1",
"typescript": "4.9.5",
"yargs": "17.6.2"
"yargs": "17.7.0"
},
"devDependencies": {
"@types/babel__core": "7.20.0",
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 @@ -34,7 +34,7 @@
"fs-extra": "11.1.0",
"listr2": "5.0.7",
"terminal-link": "2.1.1",
"yargs": "17.6.2"
"yargs": "17.7.0"
},
"devDependencies": {
"@babel/cli": "7.20.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.17.9",
"uuid": "9.0.0",
"yargs": "17.6.2"
"yargs": "17.7.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6289,7 +6289,7 @@ __metadata:
qs: 6.11.0
split2: 4.1.0
typescript: 4.9.5
yargs: 17.6.2
yargs: 17.7.0
bin:
rw-api-server-watch: ./dist/watch.js
rw-log-formatter: ./dist/logFormatter/bin.js
Expand Down Expand Up @@ -6864,7 +6864,7 @@ __metadata:
terminal-link: 2.1.1
title-case: 3.0.3
typescript: 4.9.5
yargs: 17.6.2
yargs: 17.7.0
bin:
redwood: ./dist/index.js
rw: ./dist/index.js
Expand Down Expand Up @@ -6902,7 +6902,7 @@ __metadata:
tasuku: 2.0.1
tempy: 1.0.1
typescript: 4.9.5
yargs: 17.6.2
yargs: 17.7.0
bin:
codemods: ./dist/codemods.js
languageName: unknown
Expand Down Expand Up @@ -7252,7 +7252,7 @@ __metadata:
jest: 29.4.2
systeminformation: 5.17.9
uuid: 9.0.0
yargs: 17.6.2
yargs: 17.7.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -14469,7 +14469,7 @@ __metadata:
listr2: 5.0.7
terminal-link: 2.1.1
typescript: 4.9.5
yargs: 17.6.2
yargs: 17.7.0
bin:
create-redwood-app: ./dist/create-redwood-app.js
languageName: unknown
Expand Down Expand Up @@ -32409,9 +32409,9 @@ __metadata:
languageName: node
linkType: hard

"yargs@npm:17.6.2, yargs@npm:^17.0.0, yargs@npm:^17.3.1, yargs@npm:^17.6.2":
version: 17.6.2
resolution: "yargs@npm:17.6.2"
"yargs@npm:17.7.0, yargs@npm:^17.0.0, yargs@npm:^17.3.1, yargs@npm:^17.6.2":
version: 17.7.0
resolution: "yargs@npm:17.7.0"
dependencies:
cliui: ^8.0.1
escalade: ^3.1.1
Expand All @@ -32420,7 +32420,7 @@ __metadata:
string-width: ^4.2.3
y18n: ^5.0.5
yargs-parser: ^21.1.1
checksum: dd5c89aa8186d2a18625b26b68beb635df648617089135e9661107a92561056427bbd41dbfa228db5a7d968ea1043d96c036c2eb978acf7b61a0ae48bf3be206
checksum: d2c0b8965c95d0b4c88ea67e12d72c3d688dfc201eed6d334ec669fb65b9640ef60f5ab8ffd4a79567b0630b3b1c59005ccb63099025e5589a04ece7c1eb9b45
languageName: node
linkType: hard

Expand Down

0 comments on commit 997a69f

Please sign in to comment.