Skip to content

Commit

Permalink
fix(deps): update dependency yargs to ^17.5.0 (#1494)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 12, 2022
1 parent c4c67db commit 43fed86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/rest-api-client-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@kintone/profile-loader": "^2.0.7",
"@kintone/rest-api-client": "^2.0.38",
"yargs": "^17.4.1"
"yargs": "^17.5.0"
},
"devDependencies": {
"@kintone/customize-uploader": "^5.0.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"dependencies": {
"@kintone/rest-api-client": "^2.0.38",
"csv-parse": "^4.16.3",
"yargs": "^17.4.1"
"yargs": "^17.5.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13935,10 +13935,10 @@ yargs@^17.0.0:
y18n "^5.0.5"
yargs-parser "^20.2.2"

yargs@^17.4.1:
version "17.4.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.4.1.tgz#ebe23284207bb75cee7c408c33e722bfb27b5284"
integrity sha512-WSZD9jgobAg3ZKuCQZSa3g9QOJeCCqLoLAykiWgmXnDo9EPnn4RPf5qVTtzgOx66o6/oqhcA5tHtJXpG8pMt3g==
yargs@^17.5.0:
version "17.5.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.0.tgz#2706c5431f8c119002a2b106fc9f58b9bb9097a3"
integrity sha512-3sLxVhbAB5OC8qvVRebCLWuouhwh/rswsiDYx3WGxajUk/l4G20SKfrKKFeNIHboUFt2JFgv2yfn+5cgOr/t5A==
dependencies:
cliui "^7.0.2"
escalade "^3.1.1"
Expand Down

0 comments on commit 43fed86

Please sign in to comment.