From 438f6c2cf066ffda570ccd3bbf9219560ca6d2de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 04:00:54 +0000 Subject: [PATCH] fix: packages/jest-runtime/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/jest-runtime/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-runtime/package.json b/packages/jest-runtime/package.json index 7c06d77239a8..0412e015489e 100644 --- a/packages/jest-runtime/package.json +++ b/packages/jest-runtime/package.json @@ -28,7 +28,7 @@ "chalk": "^4.0.0", "cjs-module-lexer": "^1.0.0", "collect-v8-coverage": "^1.0.0", - "glob": "^7.1.3", + "glob": "^9.0.0", "graceful-fs": "^4.2.9", "jest-haste-map": "workspace:^", "jest-message-util": "workspace:^",