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.6.0 to 17.6.2
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs@v17.6.0...v17.6.2)

Updates `@types/yargs` from 17.0.13 to 17.0.14
- [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 Nov 28, 2022
1 parent 50ed585 commit 3a363a6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 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.13",
"@types/yargs": "17.0.14",
"babel-jest": "29.3.1",
"babel-loader": "8.2.5",
"babel-watch": "7.7.0",
Expand All @@ -73,7 +73,7 @@
"pino-pretty": "9.1.1",
"prettier": "2.7.1",
"semantic-release": "19.0.5",
"yargs": "17.6.0"
"yargs": "17.6.2"
},
"devDependencies": {
"@types/node": "18.11.5",
Expand Down

0 comments on commit 3a363a6

Please sign in to comment.