From 9d5706fab4c1331b024e38209b5db67e37f61320 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 11:23:44 +0000 Subject: [PATCH] fix: node_modules/@jest/transform/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 --- node_modules/@jest/transform/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/@jest/transform/package.json b/node_modules/@jest/transform/package.json index a356f905..46784213 100644 --- a/node_modules/@jest/transform/package.json +++ b/node_modules/@jest/transform/package.json @@ -16,10 +16,10 @@ "convert-source-map": "^1.4.0", "fast-json-stable-stringify": "^2.0.0", "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", + "jest-haste-map": "^25.0.0", "jest-regex-util": "^24.9.0", "jest-util": "^24.9.0", - "micromatch": "^3.1.10", + "micromatch": "^4.0.6", "pirates": "^4.0.1", "realpath-native": "^1.1.0", "slash": "^2.0.0",