Skip to content

Commit

Permalink
Update dependency yargs to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 29, 2021
1 parent 25ff9eb commit fee4b05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -64,12 +64,12 @@
"dependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^9.0.11",
"@types/yargs": "^16.0.1",
"@types/yargs": "^17.0.0",
"cross-spawn": "^7.0.3",
"csv-parse": "^4.16.0",
"ora": "^5.4.1",
"winston": "^3.3.3",
"yargs": "^16.2.0"
"yargs": "^17.0.0"
},
"devDependencies": {
"@rubensworks/eslint-config": "^1.0.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -789,10 +789,10 @@
dependencies:
"@types/yargs-parser" "*"

"@types/yargs@^16.0.1":
version "16.0.3"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.3.tgz#4b6d35bb8e680510a7dc2308518a80ee1ef27e01"
integrity sha512-YlFfTGS+zqCgXuXNV26rOIeETOkXnGQXP/pjjL9P0gO/EP9jTmc7pUBhx+jVEIxpq41RX33GQ7N3DzOSfZoglQ==
"@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 Expand Up @@ -6346,10 +6346,10 @@ yargs@^15.4.1:
y18n "^4.0.0"
yargs-parser "^18.1.2"

yargs@^16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
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"
Expand Down

0 comments on commit fee4b05

Please sign in to comment.