fix: packages/demo/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
This commit is contained in:
snyk-bot
2024-11-12 19:05:06 +00:00
parent 62ac69f59c
commit 47461f323b

View File

@@ -11,7 +11,7 @@
"postinstall": "expo-yarn-workspaces postinstall" "postinstall": "expo-yarn-workspaces postinstall"
}, },
"dependencies": { "dependencies": {
"expo": "^33.0.0", "expo": "^49.0.0",
"react": "16.8.3", "react": "16.8.3",
"react-dom": "^16.8.6", "react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz", "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",