diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index 8994869229ed..a559f5118015 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -23,8 +23,8 @@ "jest-message-util": "^22.4.0", "jest-regex-util": "^22.1.0", "jest-resolve-dependencies": "^22.1.0", - "jest-runner": "^22.4.0", - "jest-runtime": "^22.4.0", + "jest-runner": "^24.0.0", + "jest-runtime": "^24.9.0", "jest-snapshot": "^22.4.0", "jest-util": "^22.4.0", "jest-validate": "^22.4.0", @@ -37,7 +37,7 @@ "string-length": "^2.0.0", "strip-ansi": "^4.0.0", "which": "^1.2.12", - "yargs": "^10.0.3" + "yargs": "^13.1.0" }, "bin": { "jest": "./bin/jest.js"