From 619ff5e84ece066a32ebcc86324e3bd9587bd6d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2020 07:35:38 +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-KINDOF-537849 --- 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..4068831141ea 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -20,7 +20,7 @@ "jest-snapshot": "^12.1.0", "json-stable-stringify": "^1.0.0", "lodash.template": "^4.2.4", - "sane": "^1.2.0", + "sane": "^2.5.0", "which": "^1.1.1", "worker-farm": "^1.3.1", "yargs": "^4.7.1"