From 9a87dc4db1b2bcb16c27ef70256c526322c8ae5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2020 07:35:40 +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-YARGSPARSER-560381 --- packages/jest-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index 437eeda979bb..24cca5731c33 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -23,7 +23,7 @@ "sane": "^1.2.0", "which": "^1.1.1", "worker-farm": "^1.3.1", - "yargs": "^4.7.1" + "yargs": "^13.1.0" }, "bin": { "jest": "./bin/jest.js"