From 931d2a8c522b11b366db2db9c8e36b31f4d33869 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 20:43:27 +0000 Subject: [PATCH] fix: packages/jest-circus/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-circus/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/jest-circus/package.json b/packages/jest-circus/package.json index 197adea6ed9b..027d0064375d 100644 --- a/packages/jest-circus/package.json +++ b/packages/jest-circus/package.json @@ -27,9 +27,9 @@ "jest-each": "^27.0.0-next.1", "jest-matcher-utils": "^27.0.0-next.1", "jest-message-util": "^27.0.0-next.1", - "jest-runner": "^27.0.0-next.2", - "jest-runtime": "^27.0.0-next.2", - "jest-snapshot": "^27.0.0-next.2", + "jest-runner": "^29.0.0", + "jest-runtime": "^29.0.0", + "jest-snapshot": "^29.5.0", "jest-util": "^27.0.0-next.1", "pretty-format": "^27.0.0-next.1", "stack-utils": "^2.0.3",