From a1c26b87b2ad4da2609adfdd4c957633c3827620 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 02:32:53 +0000 Subject: [PATCH] fix: packages/jest-runtime/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- packages/jest-runtime/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-runtime/package.json b/packages/jest-runtime/package.json index c95893d037d1..fddae6dc53b5 100644 --- a/packages/jest-runtime/package.json +++ b/packages/jest-runtime/package.json @@ -32,7 +32,7 @@ "realpath-native": "^1.1.0", "slash": "^3.0.0", "strip-bom": "^4.0.0", - "yargs": "^14.0.0" + "yargs": "^16.0.0" }, "devDependencies": { "@types/exit": "^0.1.30",