Skip to content

Commit

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

Updates `@types/yargs` from 17.0.12 to 17.0.13
- [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:development
  update-type: version-update:semver-minor
- dependency-name: "@types/yargs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 1, 2022
1 parent 7942397 commit 32b7ed3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 26 deletions.
51 changes: 27 additions & 24 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
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^18.11.9",
"@types/yargs": "^17.0.12",
"@types/yargs": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.38.0",
"@vercel/ncc": "^0.34.0",
Expand All @@ -45,6 +45,6 @@
"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"yaml": "^2.1.1",
"yargs": "^17.5.1"
"yargs": "^17.6.0"
}
}

0 comments on commit 32b7ed3

Please sign in to comment.