From f798e075dde7e1822e7129c4bfc1cab6a1ab4ce5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Feb 2021 07:40:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MERGE-1042987 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 95d7d3c898a2e9..4f84362b54fc93 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "immutable": "~3.7.6", "imurmurhash": "^0.1.4", "inquirer": "^0.12.0", - "jest-haste-map": "18.0.0", + "jest-haste-map": "24.3.0", "joi": "^6.6.1", "json-stable-stringify": "^1.0.1", "json5": "^0.4.0", @@ -181,7 +181,7 @@ "regenerator-runtime": "^0.9.5", "request": "^2.79.0", "rimraf": "^2.5.4", - "sane": "~1.4.1", + "sane": "~4.0.2", "semver": "^5.0.3", "shell-quote": "1.6.1", "source-map": "^0.5.6",