Skip to content

Commit

Permalink
fix(deps): bump yargs and @types/yargs
Browse files Browse the repository at this point in the history
Bumps [yargs](https://github.com/yargs/yargs) and [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs). These dependencies needed to be updated together.

Updates `yargs` from 17.7.1 to 17.7.2
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs@v17.7.1...v17.7.2)

Updates `@types/yargs` from 17.0.23 to 17.0.24
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kettil committed Aug 8, 2023
1 parent 8f9f81a commit 39ba349
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/istanbul-lib-report": "3.0.0",
"@types/istanbul-reports": "3.0.1",
"@types/jest": "28.1.8",
"@types/yargs": "17.0.23",
"@types/yargs": "17.0.24",
"babel-jest": "29.6.2",
"babel-loader": "9.1.3",
"babel-watch": "7.8.1",
Expand All @@ -73,7 +73,7 @@
"pino-pretty": "9.1.1",
"prettier": "3.0.1",
"semantic-release": "19.0.5",
"yargs": "17.7.1"
"yargs": "17.7.2"
},
"devDependencies": {
"@types/node": "18.11.18",
Expand Down

0 comments on commit 39ba349

Please sign in to comment.