From fe49f09f16480d6175af55de41436c14137c9a70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 16:44:10 +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..68d006dfdd32 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": "25.0.0", "joi": "^6.6.1", "json-stable-stringify": "^1.0.1", "json5": "^0.4.0",