Skip to content

Commit

Permalink
chore(deps): update dependency yargs to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2023
1 parent aa70956 commit 4637728
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"graphql": "15.7.2"
},
"dependencies": {
"@types/yargs": "15.0.14"
"@types/yargs": "17.0.23"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"globby": "^11.0.2",
"graphql-config": "^3.2.0",
"open": "^7.4.2",
"yargs": "^16.2.0"
"yargs": "^17.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"peerDependencies": {
"graphql-config": "3.4.1",
"yargs": "16.2.0"
"yargs": "17.7.1"
},
"dependencies": {
"@graphql-tools/load": "^7.1.6",
Expand Down

0 comments on commit 4637728

Please sign in to comment.