Skip to content

Commit

Permalink
fix: example/package.json 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-MICROMATCH-6838728
  • Loading branch information
snyk-bot committed Jan 11, 2025
1 parent 7f51f80 commit a59553e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"web": "expo start --web"
},
"dependencies": {
"expo": "~49.0.8",
"expo": "~52.0.24",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-native": "0.72.4",
Expand Down

0 comments on commit a59553e

Please sign in to comment.