From a1e8509cf910f5c5d2e2a1dd31fd374f5e9dc453 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Jan 2024 02:03:40 +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-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..f4fa3ce6 100644 --- a/node_modules/jest-cli/package.json +++ b/node_modules/jest-cli/package.json @@ -12,7 +12,7 @@ "exit": "^0.1.2", "import-local": "^2.0.0", "is-ci": "^2.0.0", - "jest-config": "^24.9.0", + "jest-config": "^27.0.0", "jest-util": "^24.9.0", "jest-validate": "^24.9.0", "prompts": "^2.0.1",