Skip to content

Commit

Permalink
fix(deps): bump @types/yargs from 17.0.24 to 17.0.25 (#514)
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.24 to 17.0.25.
- [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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 6170467 commit 9c76f43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 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.24",
"@types/yargs": "17.0.25",
"enquirer": "^2.3.6",
"string-argv": "^0.3.1",
"typed-emitter": "^2.1.0",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,16 @@ __metadata:
languageName: node
linkType: hard

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

"@types/yargs@npm:^17.0.8":
version: 17.0.24
resolution: "@types/yargs@npm:17.0.24"
dependencies:
Expand Down Expand Up @@ -2143,7 +2152,7 @@ __metadata:
"@semantic-release/git": 10.0.1
"@types/jest": 29.5.5
"@types/node": 20.6.5
"@types/yargs": 17.0.24
"@types/yargs": 17.0.25
convert-extension: 0.3.0
doctoc: 2.2.1
enquirer: ^2.3.6
Expand Down

0 comments on commit 9c76f43

Please sign in to comment.