From 0b39a3d4dda9b73f6819abd09f6f524efe3fb154 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Jun 2025 05:02:09 +0000 Subject: [PATCH] fix: packages/jest-circus/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/jest-circus/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/jest-circus/package.json b/packages/jest-circus/package.json index 197adea6ed9b..8f252b2b8661 100644 --- a/packages/jest-circus/package.json +++ b/packages/jest-circus/package.json @@ -27,8 +27,8 @@ "jest-each": "^27.0.0-next.1", "jest-matcher-utils": "^27.0.0-next.1", "jest-message-util": "^27.0.0-next.1", - "jest-runner": "^27.0.0-next.2", - "jest-runtime": "^27.0.0-next.2", + "jest-runner": "^30.0.0", + "jest-runtime": "^30.0.0", "jest-snapshot": "^27.0.0-next.2", "jest-util": "^27.0.0-next.1", "pretty-format": "^27.0.0-next.1",