diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index 07c47f0661fc..0ae23ab456eb 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -17,7 +17,7 @@ "jest-validate": "^24.9.0", "prompts": "^2.0.1", "realpath-native": "^1.1.0", - "yargs": "^13.3.0" + "yargs": "^14.0.0" }, "devDependencies": { "@types/exit": "^0.1.30", diff --git a/packages/jest-repl/package.json b/packages/jest-repl/package.json index 80f8b8469ef9..dbb7aed050c4 100644 --- a/packages/jest-repl/package.json +++ b/packages/jest-repl/package.json @@ -16,7 +16,7 @@ "jest-runtime": "^24.9.0", "jest-validate": "^24.9.0", "repl": "^0.1.3", - "yargs": "^13.3.0" + "yargs": "^14.0.0" }, "devDependencies": { "@types/yargs": "^13.0.0" diff --git a/packages/jest-runtime/package.json b/packages/jest-runtime/package.json index 371c5aa163c1..c1b3180cf950 100644 --- a/packages/jest-runtime/package.json +++ b/packages/jest-runtime/package.json @@ -32,7 +32,7 @@ "realpath-native": "^1.1.0", "slash": "^3.0.0", "strip-bom": "^4.0.0", - "yargs": "^13.3.0" + "yargs": "^14.0.0" }, "devDependencies": { "@types/exit": "^0.1.30", diff --git a/yarn.lock b/yarn.lock index 3a67c51aaa48..433e2feec955 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14372,12 +14372,13 @@ yargs@^12.0.1, yargs@^12.0.5: y18n "^3.2.1 || ^4.0.0" yargs-parser "^11.1.1" -yargs@^13.3.0: - version "13.3.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83" - integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA== +yargs@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.0.0.tgz#ba4cacc802b3c0b3e36a9e791723763d57a85066" + integrity sha512-ssa5JuRjMeZEUjg7bEL99AwpitxU/zWGAGpdj0di41pOEmJti8NR6kyUIJBkR78DTYNPZOU08luUo0GTHuB+ow== dependencies: cliui "^5.0.0" + decamelize "^1.2.0" find-up "^3.0.0" get-caller-file "^2.0.1" require-directory "^2.1.1"