Bump @types/yargs from 17.0.0 to 17.0.2

Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) from 17.0.0 to 17.0.2.
- [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]
2021-07-12 12:06:13 +00:00
committed by GitHub
parent 98c62aa15c
commit 9f3b9f8924
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.12.5",
"@types/yargs": "^17.0.0",
"@types/yargs": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"@vercel/ncc": "^0.28.5",
@@ -1219,9 +1219,9 @@
"dev": true
},
"node_modules/@types/yargs": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.0.tgz",
"integrity": "sha512-RS7u2X7vdXjVQs160PWY1pjLBw6GJj04utojn0KU8p2rRZR37FSzzK6XOT+KLzT/DVbDYRyezroc0LHIvM5Z2A==",
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.2.tgz",
"integrity": "sha512-JhZ+pNdKMfB0rXauaDlrIvm+U7V4m03PPOSVoPS66z8gf+G4Z/UW8UlrVIj2MRQOBzuoEvYtjS0bqYwnpZaS9Q==",
"dev": true,
"dependencies": {
"@types/yargs-parser": "*"
@@ -9415,9 +9415,9 @@
"dev": true
},
"@types/yargs": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.0.tgz",
"integrity": "sha512-RS7u2X7vdXjVQs160PWY1pjLBw6GJj04utojn0KU8p2rRZR37FSzzK6XOT+KLzT/DVbDYRyezroc0LHIvM5Z2A==",
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.2.tgz",
"integrity": "sha512-JhZ+pNdKMfB0rXauaDlrIvm+U7V4m03PPOSVoPS66z8gf+G4Z/UW8UlrVIj2MRQOBzuoEvYtjS0bqYwnpZaS9Q==",
"dev": true,
"requires": {
"@types/yargs-parser": "*"

View File

@@ -25,7 +25,7 @@
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.12.5",
"@types/yargs": "^17.0.0",
"@types/yargs": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"@vercel/ncc": "^0.28.5",