From c48a896ea9406ed1c9479903296a6cc2a2bdb052 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 May 2024 07:57:11 +0000 Subject: [PATCH] fix: node_modules/jest-cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- node_modules/jest-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/jest-cli/package.json b/node_modules/jest-cli/package.json index a4251472..a9800cd6 100644 --- a/node_modules/jest-cli/package.json +++ b/node_modules/jest-cli/package.json @@ -5,7 +5,7 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/core": "^24.9.0", + "@jest/core": "^27.0.0", "@jest/test-result": "^24.9.0", "@jest/types": "^24.9.0", "chalk": "^2.0.1",