fix(MM-66553): temporary fix for CVE-2025-11953 (#9330)

This commit is contained in:
Rahim Rahman 2025-12-04 10:56:36 -07:00 committed by GitHub
parent abe7a24be5
commit 723e727f05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,7 +199,7 @@
"postinstall": "patch-package && ./scripts/postinstall.sh",
"prepare": "husky",
"preinstall": "./scripts/preinstall.sh && npx solidarity",
"start": "react-native start",
"start": "react-native start --host 127.0.0.1",
"test": "jest --runInBand",
"test:ci": "jest --verbose=false --forceExit",
"test:ci:coverage": "npm run test:ci -- --coverage",