From be6828ab76a803851821556a643690bcc575a82f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 04:35:06 +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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- node_modules/jest-cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/jest-cli/package.json b/node_modules/jest-cli/package.json index a4251472..8e1469a8 100644 --- a/node_modules/jest-cli/package.json +++ b/node_modules/jest-cli/package.json @@ -5,14 +5,14 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/core": "^24.9.0", + "@jest/core": "^26.0.0", "@jest/test-result": "^24.9.0", "@jest/types": "^24.9.0", "chalk": "^2.0.1", "exit": "^0.1.2", "import-local": "^2.0.0", "is-ci": "^2.0.0", - "jest-config": "^24.9.0", + "jest-config": "^26.0.0", "jest-util": "^24.9.0", "jest-validate": "^24.9.0", "prompts": "^2.0.1",