Bump @types/yargs from 16.0.1 to 17.0.0 (#6108)

Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) from 16.0.1 to 17.0.0.
- [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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-06-07 09:21:31 -04:00
committed by GitHub
parent f35eb12d01
commit fb920ee797
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -50807,7 +50807,7 @@
"dependencies": {
"@directus/format-title": "9.0.0-rc.73",
"@directus/sdk": "9.0.0-rc.73",
"@types/yargs": "^16.0.1",
"@types/yargs": "^17.0.0",
"app-module-path": "^2.2.0",
"chalk": "^4.1.0",
"cli-highlight": "^2.1.11",
@@ -50860,9 +50860,9 @@
}
},
"packages/cli/node_modules/@types/yargs": {
"version": "16.0.1",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.1.tgz",
"integrity": "sha512-x4HABGLyzr5hKUzBC9dvjciOTm11WVH1NWonNjGgxapnTHu5SWUqyqn0zQ6Re0yQU0lsQ6ztLCoMAKDGZflyxA==",
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.0.tgz",
"integrity": "sha512-RS7u2X7vdXjVQs160PWY1pjLBw6GJj04utojn0KU8p2rRZR37FSzzK6XOT+KLzT/DVbDYRyezroc0LHIvM5Z2A==",
"dependencies": {
"@types/yargs-parser": "*"
}
@@ -55927,7 +55927,7 @@
"@types/jest": "^26.0.23",
"@types/js-yaml": "^4.0.0",
"@types/marked-terminal": "^3.1.1",
"@types/yargs": "^16.0.1",
"@types/yargs": "^17.0.0",
"app-module-path": "^2.2.0",
"chalk": "^4.1.0",
"cli-highlight": "^2.1.11",
@@ -55969,9 +55969,9 @@
},
"dependencies": {
"@types/yargs": {
"version": "16.0.1",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.1.tgz",
"integrity": "sha512-x4HABGLyzr5hKUzBC9dvjciOTm11WVH1NWonNjGgxapnTHu5SWUqyqn0zQ6Re0yQU0lsQ6ztLCoMAKDGZflyxA==",
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.0.tgz",
"integrity": "sha512-RS7u2X7vdXjVQs160PWY1pjLBw6GJj04utojn0KU8p2rRZR37FSzzK6XOT+KLzT/DVbDYRyezroc0LHIvM5Z2A==",
"requires": {
"@types/yargs-parser": "*"
}

View File

@@ -43,7 +43,7 @@
"dependencies": {
"@directus/format-title": "9.0.0-rc.73",
"@directus/sdk": "9.0.0-rc.73",
"@types/yargs": "^16.0.1",
"@types/yargs": "^17.0.0",
"app-module-path": "^2.2.0",
"chalk": "^4.1.0",
"cli-highlight": "^2.1.11",