From 40c95d9bab6677c29c2f58a07cb016a3c4dfff07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 08:19:46 +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 3107b375a2ab..12700237adb5 100644 --- a/packages/jest-runtime/package.json +++ b/packages/jest-runtime/package.json @@ -23,7 +23,7 @@ "micromatch": "^2.3.11", "pkg-dir": "^1.0.0", "strip-bom": "3.0.0", - "yargs": "^7.0.2" + "yargs": "^16.0.0" }, "devDependencies": { "jest-environment-jsdom": "^19.0.2",