From b5c06b6e82ef45871d02c1a6ea575952587e14bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 15:15:29 +0000 Subject: [PATCH] fix: node_modules/jest/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/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/jest/package.json b/node_modules/jest/package.json index e631d0f7..4a5c71a3 100644 --- a/node_modules/jest/package.json +++ b/node_modules/jest/package.json @@ -6,7 +6,7 @@ "types": "build/jest.d.ts", "dependencies": { "import-local": "^2.0.0", - "jest-cli": "^24.9.0" + "jest-cli": "^27.0.0" }, "bin": { "jest": "./bin/jest.js"