Bump @types/yargs from 17.0.19 to 17.0.20

Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) from 17.0.19 to 17.0.20.
- [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:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-24 02:50:27 +00:00
committed by GitHub
parent ad5b4f9e46
commit 034254b6fc
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^18.11.18",
"@types/yargs": "^17.0.19",
"@types/yargs": "^17.0.20",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.48.2",
"@vercel/ncc": "^0.36.0",
@@ -1398,9 +1398,9 @@
"dev": true
},
"node_modules/@types/yargs": {
"version": "17.0.19",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.19.tgz",
"integrity": "sha512-cAx3qamwaYX9R0fzOIZAlFpo4A+1uBVCxqpKz9D26uTF4srRXaGTTsikQmaotCtNdbhzyUH7ft6p9ktz9s6UNQ==",
"version": "17.0.20",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.20.tgz",
"integrity": "sha512-eknWrTHofQuPk2iuqDm1waA7V6xPlbgBoaaXEgYkClhLOnB0TtbW+srJaOToAgawPxPlHQzwypFA2bhZaUGP5A==",
"dev": true,
"dependencies": {
"@types/yargs-parser": "*"
@@ -10216,9 +10216,9 @@
"dev": true
},
"@types/yargs": {
"version": "17.0.19",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.19.tgz",
"integrity": "sha512-cAx3qamwaYX9R0fzOIZAlFpo4A+1uBVCxqpKz9D26uTF4srRXaGTTsikQmaotCtNdbhzyUH7ft6p9ktz9s6UNQ==",
"version": "17.0.20",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.20.tgz",
"integrity": "sha512-eknWrTHofQuPk2iuqDm1waA7V6xPlbgBoaaXEgYkClhLOnB0TtbW+srJaOToAgawPxPlHQzwypFA2bhZaUGP5A==",
"dev": true,
"requires": {
"@types/yargs-parser": "*"

View File

@@ -29,7 +29,7 @@
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^18.11.18",
"@types/yargs": "^17.0.19",
"@types/yargs": "^17.0.20",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.48.2",
"@vercel/ncc": "^0.36.0",