diff --git a/package.json b/package.json index cbb2fcf7c..8bf302c92 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,6 @@ "graphql": "15.7.2" }, "dependencies": { - "@types/yargs": "15.0.14" + "@types/yargs": "17.0.7" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index f490d19f3..936a6ace2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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" } } diff --git a/packages/common/package.json b/packages/common/package.json index 08ed1d799..43f681c15 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -11,7 +11,7 @@ }, "peerDependencies": { "graphql-config": "3.4.1", - "yargs": "16.2.0" + "yargs": "17.2.1" }, "dependencies": { "@graphql-tools/load": "^7.1.6", diff --git a/yarn.lock b/yarn.lock index 85d1c1064..8bf1cfaaf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3757,10 +3757,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.7": + version "17.0.7" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.7.tgz#44a484c634761da4391477515a98772b82b5060f" + integrity sha512-OvLKmpKdea1aWtqHv9bxVVcMoT6syAeK+198dfETIFkAevYRGwqh4H+KFxfjUETZuUuE5sQCAFwdOdoHUdo8eg== dependencies: "@types/yargs-parser" "*" @@ -15912,6 +15912,19 @@ yargs@^14.2.2: y18n "^4.0.0" yargs-parser "^15.0.1" +yargs@^17.0.0: + version "17.2.1" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.2.1.tgz#e2c95b9796a0e1f7f3bf4427863b42e0418191ea" + integrity sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q== + dependencies: + cliui "^7.0.2" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.0" + y18n "^5.0.5" + yargs-parser "^20.2.2" + yargs@^17.0.1: version "17.1.1" resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.1.1.tgz#c2a8091564bdb196f7c0a67c1d12e5b85b8067ba"