fix(MM-66553): temporary fix for CVE-2025-11953 (#9330)
This commit is contained in:
parent
abe7a24be5
commit
723e727f05
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue