From f609158086d87c02a405ca817b91f3b8cc0e3814 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jun 2024 09:29:24 +0000 Subject: [PATCH] fix: node_modules/jest-runner/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-runner/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/jest-runner/package.json b/node_modules/jest-runner/package.json index 42a56ceb..55837ccb 100644 --- a/node_modules/jest-runner/package.json +++ b/node_modules/jest-runner/package.json @@ -17,14 +17,14 @@ "chalk": "^2.4.2", "exit": "^0.1.2", "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", + "jest-config": "^25.0.0", "jest-docblock": "^24.3.0", "jest-haste-map": "^24.9.0", - "jest-jasmine2": "^24.9.0", + "jest-jasmine2": "^25.0.0", "jest-leak-detector": "^24.9.0", "jest-message-util": "^24.9.0", "jest-resolve": "^24.9.0", - "jest-runtime": "^24.9.0", + "jest-runtime": "^25.0.0", "jest-util": "^24.9.0", "jest-worker": "^24.6.0", "source-map-support": "^0.5.6",