Skip to content

Commit

Permalink
Merge pull request #769 from nklincoln/bump-yargs-version
Browse files Browse the repository at this point in the history
update yargs to 15.3.1
  • Loading branch information
aklenik authored Mar 16, 2020
2 parents 3a56747 + e18a018 commit 7023da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/caliper-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@hyperledger/caliper-sawtooth": "0.3.1-unstable",
"@hyperledger/caliper-ethereum": "0.3.1-unstable",
"@hyperledger/caliper-fisco-bcos": "0.3.1-unstable",
"yargs": "15.1.0"
"yargs": "15.3.1"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/caliper-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"npm": ">=5.6.0"
},
"dependencies": {
"yargs": "15.1.0"
"yargs": "15.3.1"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit 7023da7

Please sign in to comment.