Skip to content

Commit

Permalink
Bump @types/yargs to ^17.0.11 (#33825)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 15, 2022
1 parent e27db4d commit 10ad00e
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 @@ -103,7 +103,7 @@
"@types/sinon": "^10.0.13",
"@types/stylis": "^4.0.2",
"@types/webpack": "^5.28.0",
"@types/yargs": "^17.0.10",
"@types/yargs": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"argos-cli": "^0.3.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3721,10 +3721,10 @@
dependencies:
"@types/yargs-parser" "*"

"@types/yargs@^17.0.10":
version "17.0.10"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.10.tgz#591522fce85d8739bca7b8bb90d048e4478d186a"
integrity sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==
"@types/yargs@^17.0.11":
version "17.0.11"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.11.tgz#5e10ca33e219807c0eee0f08b5efcba9b6a42c06"
integrity sha512-aB4y9UDUXTSMxmM4MH+YnuR0g5Cph3FLQBoWoMB21DSvFVAxRVEHEMx3TLh+zUZYMCQtKiqazz0Q4Rre31f/OA==
dependencies:
"@types/yargs-parser" "*"

Expand Down

0 comments on commit 10ad00e

Please sign in to comment.