Skip to content

Commit

Permalink
Bump @types/yargs from 16.0.1 to 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 28, 2021
1 parent f019088 commit 72a895e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"@types/url-parse": "^1.4.3",
"@types/uuid": "^8.3.0",
"@types/xml2js": "^0.4.8",
"@types/yargs": "^16.0.1",
"@types/yargs": "^17.0.0",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/experimental-utils": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -284,10 +284,10 @@
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==

"@types/yargs@^16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.1.tgz#5fc5d41f69762e00fbecbc8d4bf9dea47d8726f4"
integrity sha512-x4HABGLyzr5hKUzBC9dvjciOTm11WVH1NWonNjGgxapnTHu5SWUqyqn0zQ6Re0yQU0lsQ6ztLCoMAKDGZflyxA==
"@types/yargs@^17.0.0":
version "17.0.0"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.0.tgz#32f740934eedf0a5cd19470249f317755c91f1ae"
integrity sha512-RS7u2X7vdXjVQs160PWY1pjLBw6GJj04utojn0KU8p2rRZR37FSzzK6XOT+KLzT/DVbDYRyezroc0LHIvM5Z2A==
dependencies:
"@types/yargs-parser" "*"

Expand Down

0 comments on commit 72a895e

Please sign in to comment.