mirror of
https://github.com/directus/directus.git
synced 2026-01-24 01:17:56 -05:00
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:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -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": "*"
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user