From 06512aa565c8a75efa018e8da1123b75df683d56 Mon Sep 17 00:00:00 2001 From: Neil Agarwal Date: Wed, 29 May 2024 23:21:24 -0700 Subject: [PATCH] fix: use consistent version of glob in react-native (#44713) Summary: https://github.com/isaacs/node-glob/issues/493 Fixes https://github.com/facebook/react-native/issues/44712 ## Changelog: [General][Fixed] - Use consistent version of glob in react-native Pull Request resolved: https://github.com/facebook/react-native/pull/44713 Reviewed By: yungsters Differential Revision: D57949442 Pulled By: NickGerleman fbshipit-source-id: 9ea246c6b5307370628f34a78373a8bddb42420d --- packages/react-native/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-native/package.json b/packages/react-native/package.json index b1e9f4a4a95..250873f8cae 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -125,6 +125,7 @@ "chalk": "^4.0.0", "event-target-shim": "^5.0.1", "flow-enums-runtime": "^0.0.6", + "glob": "^7.1.1", "invariant": "^2.2.4", "jest-environment-node": "^29.6.3", "jsc-android": "^250231.0.0",