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 committed Aug 21, 2021
1 parent 8bac597 commit 72f8ccd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.5.1"
},
"dependencies": {
"@types/yargs": "15.0.14"
"@types/yargs": "17.0.2"
}
}
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.2.0",
"yargs": "16.2.0"
"yargs": "17.1.1"
},
"dependencies": {
"@graphql-tools/load": "^7.1.6",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3637,10 +3637,10 @@
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129"
integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==

"@types/yargs@15.0.14":
version "15.0.14"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.14.tgz#26d821ddb89e70492160b66d10a0eb6df8f6fb06"
integrity sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==
"@types/yargs@17.0.2":
version "17.0.2"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.2.tgz#8fb2e0f4cdc7ab2a1a570106e56533f31225b584"
integrity sha512-JhZ+pNdKMfB0rXauaDlrIvm+U7V4m03PPOSVoPS66z8gf+G4Z/UW8UlrVIj2MRQOBzuoEvYtjS0bqYwnpZaS9Q==
dependencies:
"@types/yargs-parser" "*"

Expand Down Expand Up @@ -15730,7 +15730,7 @@ yargs@^14.2.2:
y18n "^4.0.0"
yargs-parser "^15.0.1"

yargs@^17.0.1:
yargs@^17.0.0, yargs@^17.0.1:
version "17.1.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.1.1.tgz#c2a8091564bdb196f7c0a67c1d12e5b85b8067ba"
integrity sha512-c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ==
Expand Down

0 comments on commit 72f8ccd

Please sign in to comment.