Skip to content

Commit

Permalink
fix(deps): bump @types/yargs from 17.0.29 to 17.0.31 (#536)
Browse files Browse the repository at this point in the history
Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) from 17.0.29 to 17.0.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs)

---
updated-dependencies:
- dependency-name: "@types/yargs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 172417c commit 6fd5bd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@types/yargs": "17.0.29",
"@types/yargs": "17.0.31",
"enquirer": "^2.3.6",
"string-argv": "^0.3.1",
"typed-emitter": "^2.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1873,12 +1873,12 @@ __metadata:
languageName: node
linkType: hard

"@types/yargs@npm:17.0.29":
version: 17.0.29
resolution: "@types/yargs@npm:17.0.29"
"@types/yargs@npm:17.0.31":
version: 17.0.31
resolution: "@types/yargs@npm:17.0.31"
dependencies:
"@types/yargs-parser": "*"
checksum: 8bbc0edd573a5a084cb13a9985c124490fd74e73b1ed8a3058861c13124e103b00a19770dc55c53215653a7845d7033e0695917b75153cfe9618d5b2fd3cf86e
checksum: a7f4fe5b05162790cbcbccceb22821e2cb3e49d95a4d8403352f258744cd504124f3ab502eddb2262f5d2d9cc6a0547851ae44621b14fe4c505d8f1434c2a19e
languageName: node
linkType: hard

Expand Down Expand Up @@ -2297,7 +2297,7 @@ __metadata:
"@semantic-release/git": 10.0.1
"@types/jest": 29.5.8
"@types/node": 20.8.10
"@types/yargs": 17.0.29
"@types/yargs": 17.0.31
convert-extension: 0.3.0
doctoc: 2.2.1
enquirer: ^2.3.6
Expand Down

0 comments on commit 6fd5bd2

Please sign in to comment.