Skip to content

Commit a59553e

Browse files
committed
fix: example/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
1 parent 7f51f80 commit a59553e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"web": "expo start --web"
1010
},
1111
"dependencies": {
12-
"expo": "~49.0.8",
12+
"expo": "~52.0.24",
1313
"expo-status-bar": "~1.6.0",
1414
"react": "18.2.0",
1515
"react-native": "0.72.4",

0 commit comments

Comments
 (0)