Compare commits

...

1 Commits

Author SHA1 Message Date
snyk-bot
b7f889a7cf fix: packages/demo/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311
2023-11-27 14:09:22 +00:00

View File

@@ -11,12 +11,12 @@
"postinstall": "expo-yarn-workspaces postinstall" "postinstall": "expo-yarn-workspaces postinstall"
}, },
"dependencies": { "dependencies": {
"expo": "^33.0.0", "expo": "^45.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",
"react-native-debug-console": "^2.0.0-alpha.17", "react-native-debug-console": "^2.0.0-alpha.17",
"react-native-web": "0.11.4" "react-native-web": "0.15.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/runtime": "^7.5.0", "@babel/runtime": "^7.5.0",