From 56ae8e7825f3b38f933a41ed26a2655cdf229920 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 00:31:46 +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-ERROREX-12554213 --- node_modules/@jest/transform/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/@jest/transform/package.json b/node_modules/@jest/transform/package.json index a356f905..dd5a9ea7 100644 --- a/node_modules/@jest/transform/package.json +++ b/node_modules/@jest/transform/package.json @@ -11,7 +11,7 @@ "dependencies": { "@babel/core": "^7.1.0", "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", + "babel-plugin-istanbul": "^6.0.0", "chalk": "^2.0.1", "convert-source-map": "^1.4.0", "fast-json-stable-stringify": "^2.0.0",