From 7523dc37aeae6050d864cd1a56d3c3ca3c7d2919 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 17:42:03 +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-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-SOURCEMAPSUPPORT-6112477 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- 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 0ae23ab456eb..a6dee1d0dade 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -5,14 +5,14 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/core": "^24.9.0", + "@jest/core": "^27.0.2", "@jest/test-result": "^24.9.0", "@jest/types": "^24.9.0", "chalk": "^2.0.1", "exit": "^0.1.2", "import-local": "^3.0.2", "is-ci": "^2.0.0", - "jest-config": "^24.9.0", + "jest-config": "^27.0.2", "jest-util": "^24.9.0", "jest-validate": "^24.9.0", "prompts": "^2.0.1",