From 16a08b641897091fc15ecad190c5be3af4b323e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 21:19:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b7eb620a3ab..4d3034012734 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "immutable": "~3.7.6", "imurmurhash": "^0.1.4", "inquirer": "^0.12.0", - "jest-haste-map": "19.0.0", + "jest-haste-map": "27.0.0", "joi": "^6.6.1", "json-stable-stringify": "^1.0.1", "json5": "^0.4.0",