Skip to content

Commit dd800d1

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

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": "~53.0.0",
1313
"expo-status-bar": "~1.6.0",
1414
"react": "18.2.0",
1515
"react-native": "0.72.4",

0 commit comments

Comments
 (0)