From b149ba3be7e17b33d81570abd0f9e82a16242f1f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 20:50:50 +0000 Subject: [PATCH] fix: packages/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-MICROMATCH-6838728 --- packages/jest-runner/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index a6a8563e820f..e689e225bb72 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -24,13 +24,13 @@ "emittery": "^0.8.0", "exit": "^0.1.2", "graceful-fs": "^4.2.4", - "jest-config": "^27.0.0-next.2", + "jest-config": "^29.0.0", "jest-docblock": "^27.0.0-next.0", "jest-haste-map": "^27.0.0-next.2", "jest-leak-detector": "^27.0.0-next.1", "jest-message-util": "^27.0.0-next.1", "jest-resolve": "^27.0.0-next.2", - "jest-runtime": "^27.0.0-next.2", + "jest-runtime": "^29.0.0", "jest-util": "^27.0.0-next.1", "jest-worker": "^27.0.0-next.2", "source-map-support": "^0.5.6",