From e57a6732dcef7384eaab4dc0bba90c4704766558 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 22:56:22 +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-WS-7266574 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- 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..46b5d7d8 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": "^27.0.2", + "jest-runtime": "^27.0.0" }, "engines": { "node": ">= 6"