From 392f66483afce1795f51eaa10be66f4170320203 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Nov 2025 22:12:16 +0000 Subject: [PATCH] fix: node_modules/jest-cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- node_modules/jest-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/jest-cli/package.json b/node_modules/jest-cli/package.json index a4251472..a9800cd6 100644 --- a/node_modules/jest-cli/package.json +++ b/node_modules/jest-cli/package.json @@ -5,7 +5,7 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/core": "^24.9.0", + "@jest/core": "^27.0.0", "@jest/test-result": "^24.9.0", "@jest/types": "^24.9.0", "chalk": "^2.0.1",