Skip to content

Commit

Permalink
fix: Example/package.json & Example/yarn.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
  • Loading branch information
snyk-bot committed Nov 9, 2024
1 parent 7fe5cf3 commit ec859a7
Show file tree
Hide file tree
Showing 2 changed files with 5,205 additions and 1,432 deletions.
4 changes: 2 additions & 2 deletions Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"eject": "expo eject"
},
"dependencies": {
"expo": "~37.0.3",
"expo": "~49.0.0",
"expo-blur": "~8.1.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native": "0.76.0",
"react-native-gesture-handler": "~1.6.1",
"react-native-reanimated": "~1.7.0",
"react-native-screens": "~2.2.0",
Expand Down
Loading

0 comments on commit ec859a7

Please sign in to comment.