From fc959b0837d46af9abc3c5fe34464213fd22a48c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 03:04:11 +0000 Subject: [PATCH] fix: node_modules/@jest/test-sequencer/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/test-sequencer/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/@jest/test-sequencer/package.json b/node_modules/@jest/test-sequencer/package.json index 13f494ce..6d3ac526 100644 --- a/node_modules/@jest/test-sequencer/package.json +++ b/node_modules/@jest/test-sequencer/package.json @@ -12,8 +12,8 @@ "dependencies": { "@jest/test-result": "^24.9.0", "jest-haste-map": "^24.9.0", - "jest-runner": "^24.9.0", - "jest-runtime": "^24.9.0" + "jest-runner": "^26.0.0", + "jest-runtime": "^26.0.0" }, "engines": { "node": ">= 6"