Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @types/yargs to v17.0.33 #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@redwoodjs/cli-helpers": "5.0.6"
},
"devDependencies": {
"@types/yargs": "17.0.24",
"@types/yargs": "17.0.33",
"typescript": "5.0.4"
}
}
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2373,7 +2373,7 @@ __metadata:
resolution: "@redwoodjs/auth-clerk-setup@workspace:packages/setup"
dependencies:
"@redwoodjs/cli-helpers": 5.0.6
"@types/yargs": 17.0.24
"@types/yargs": 17.0.33
typescript: 5.0.4
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2995,7 +2995,16 @@ __metadata:
languageName: node
linkType: hard

"@types/yargs@npm:17.0.24, @types/yargs@npm:^17.0.8":
"@types/yargs@npm:17.0.33":
version: 17.0.33
resolution: "@types/yargs@npm:17.0.33"
dependencies:
"@types/yargs-parser": "*"
checksum: ee013f257472ab643cb0584cf3e1ff9b0c44bca1c9ba662395300a7f1a6c55fa9d41bd40ddff42d99f5d95febb3907c9ff600fbcb92dadbec22c6a76de7e1236
languageName: node
linkType: hard

"@types/yargs@npm:^17.0.8":
version: 17.0.24
resolution: "@types/yargs@npm:17.0.24"
dependencies:
Expand Down
Loading