From 66e3594116d49f9c15436f92de2f5589bc89f696 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jun 2025 07:04:18 +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..774517984d93 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": "30.0.0", "joi": "^6.6.1", "json-stable-stringify": "^1.0.1", "json5": "^0.4.0",