From f1739a83a06892bea5aadc68d74bb6acafbd0481 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 08:44:23 +0000 Subject: [PATCH] fix: packages/jest-cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- packages/jest-cli/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index 96d5b53c4b50..c96c9dae1707 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -12,19 +12,19 @@ } }, "dependencies": { - "@jest/core": "^25.2.7", + "@jest/core": "^26.0.0", "@jest/test-result": "^25.2.6", "@jest/types": "^25.2.6", "chalk": "^3.0.0", "exit": "^0.1.2", "import-local": "^3.0.2", "is-ci": "^2.0.0", - "jest-config": "^25.2.7", + "jest-config": "^26.0.0", "jest-util": "^25.2.6", "jest-validate": "^25.2.6", "prompts": "^2.0.1", "realpath-native": "^2.0.0", - "yargs": "^15.3.1" + "yargs": "^16.0.0" }, "devDependencies": { "@jest/test-utils": "^25.2.6",