From d3fbb988d54acd27f5863c7ff3b7777544588d29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jun 2025 08:31:54 +0000 Subject: [PATCH] fix: packages/jest-cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/jest-cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index abe2bd0cb69b..f9caa8a5da5d 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -10,7 +10,7 @@ "./bin/jest": "./bin/jest.js" }, "dependencies": { - "@jest/core": "^27.0.0-next.2", + "@jest/core": "^30.0.0", "@jest/test-result": "^27.0.0-next.1", "@jest/types": "^27.0.0-next.1", "chalk": "^4.0.0", @@ -18,7 +18,7 @@ "graceful-fs": "^4.2.4", "import-local": "^3.0.2", "is-ci": "^2.0.0", - "jest-config": "^27.0.0-next.2", + "jest-config": "^30.0.0", "jest-util": "^27.0.0-next.1", "jest-validate": "^27.0.0-next.1", "prompts": "^2.0.1",