From 4069d8783560a33a991dade09bda5034719a0783 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Nov 2020 03:21:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MERGE-1040469 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4c0373167abe39..0a155c404df3a8 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,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", @@ -177,7 +177,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",