From 26d9ebfad6825ed3482e22813a0a0a70886706a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 03:42:57 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index 0d589358e12d..14a8d0c88f05 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -22,7 +22,7 @@ "jest-message-util": "^19.0.0", "jest-regex-util": "^19.0.0", "jest-resolve-dependencies": "^19.0.0", - "jest-runtime": "^19.0.2", + "jest-runtime": "^26.5.0", "jest-snapshot": "^19.0.2", "jest-util": "^19.0.2", "micromatch": "^2.3.11", @@ -34,7 +34,7 @@ "throat": "^3.0.0", "which": "^1.2.12", "worker-farm": "^1.3.1", - "yargs": "^7.0.2" + "yargs": "^16.0.0" }, "bin": { "jest": "./bin/jest.js"