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

Updates `@types/yargs` from 17.0.10 to 17.0.12
- [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 Sep 22, 2022
1 parent 889f482 commit aa01c70
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
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^18.7.18",
"@types/yargs": "^17.0.10",
"@types/yargs": "^17.0.12",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@vercel/ncc": "^0.33.4",
Expand All @@ -45,6 +45,6 @@
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"yaml": "^2.0.1",
"yargs": "^17.4.1"
"yargs": "^17.5.1"
}
}

0 comments on commit aa01c70

Please sign in to comment.