From d27ba3c44802fe5627ccca26c118c9191a7b16c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Sep 2024 21:38:00 +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-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - 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..5ae36e79 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.2", "@jest/test-result": "^24.9.0", "@jest/types": "^24.9.0", "chalk": "^2.0.1",