From d7d61981be7135c1dbf278d8b48c223156060011 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Jun 2025 08:08:26 +0000 Subject: [PATCH] fix: packages/jest-config/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/jest-config/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index c285577e1b3e..0532ea3abfc9 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -30,11 +30,11 @@ "deepmerge": "^4.2.2", "glob": "^7.1.1", "graceful-fs": "^4.2.4", - "jest-circus": "^27.0.0-next.2", + "jest-circus": "^30.0.0", "jest-environment-jsdom": "^27.0.0-next.1", "jest-environment-node": "^27.0.0-next.1", "jest-get-type": "^27.0.0-next.0", - "jest-jasmine2": "^27.0.0-next.2", + "jest-jasmine2": "^30.0.0", "jest-regex-util": "^27.0.0-next.0", "jest-resolve": "^27.0.0-next.2", "jest-util": "^27.0.0-next.1",