Skip to content

Commit

Permalink
fix(deps): update dependency yargs to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and kellyselden committed Jun 15, 2021
1 parent 9f46e27 commit 54f4ba3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
"commitlint-format-junit": "^1.1.4",
"debug": "^4.1.1",
"execa": "^5.0.0",
"yargs": "^16.2.0"
"yargs": "^17.0.0"
},
"devDependencies": {
"@crowdstrike/commitlint": "file:",
Expand Down
15 changes: 14 additions & 1 deletion yarn.lock
Expand Up @@ -156,7 +156,7 @@
commitlint-format-junit "^1.1.4"
debug "^4.1.1"
execa "^5.0.0"
yargs "^16.2.0"
yargs "^17.0.0"

"@eslint/eslintrc@^0.4.0":
version "0.4.0"
Expand Down Expand Up @@ -3959,6 +3959,19 @@ yargs@16.2.0, yargs@^16.0.0, yargs@^16.2.0:
y18n "^5.0.5"
yargs-parser "^20.2.2"

yargs@^17.0.0:
version "17.0.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.0.1.tgz#6a1ced4ed5ee0b388010ba9fd67af83b9362e0bb"
integrity sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==
dependencies:
cliui "^7.0.2"
escalade "^3.1.1"
get-caller-file "^2.0.5"
require-directory "^2.1.1"
string-width "^4.2.0"
y18n "^5.0.5"
yargs-parser "^20.2.2"

yocto-queue@^0.1.0:
version "0.1.0"
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
Expand Down

0 comments on commit 54f4ba3

Please sign in to comment.