From 3103c21660694ba65b0768d7f50aaee628866cc5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jun 2025 07:59:45 +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 16e608f83fb8..6c784e45797e 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.5", + "@jest/core": "^30.0.0", "@jest/test-result": "^27.0.0-next.5", "@jest/types": "^27.0.0-next.3", "chalk": "^4.0.0", @@ -18,7 +18,7 @@ "graceful-fs": "^4.2.4", "import-local": "^3.0.2", "is-ci": "^3.0.0", - "jest-config": "^27.0.0-next.5", + "jest-config": "^30.0.0", "jest-util": "^27.0.0-next.3", "jest-validate": "^27.0.0-next.5", "prompts": "^2.0.1",