From 169a3a2375d5080e31ef3465a13f52d8c41bd7e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Nov 2020 21:58:32 +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 3588bb96fba2..fcce94c6d0f9 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -5,19 +5,19 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/core": "^25.1.0", + "@jest/core": "^26.0.0", "@jest/test-result": "^25.1.0", "@jest/types": "^25.1.0", "chalk": "^3.0.0", "exit": "^0.1.2", "import-local": "^3.0.2", "is-ci": "^2.0.0", - "jest-config": "^25.1.0", + "jest-config": "^26.0.0", "jest-util": "^25.1.0", "jest-validate": "^25.1.0", "prompts": "^2.0.1", "realpath-native": "^2.0.0", - "yargs": "^15.2.0" + "yargs": "^16.0.0" }, "devDependencies": { "@jest/test-utils": "^25.1.0",