Skip to content

Commit 63fecb6

Browse files
committed
fix: example/package.json & example/yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent 7f51f80 commit 63fecb6

File tree

2 files changed

+1819
-1509
lines changed

2 files changed

+1819
-1509
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"web": "expo start --web"
1010
},
1111
"dependencies": {
12-
"expo": "~49.0.8",
12+
"expo": "~51.0.0",
1313
"expo-status-bar": "~1.6.0",
1414
"react": "18.2.0",
15-
"react-native": "0.72.4",
15+
"react-native": "0.73.0",
1616
"react-dom": "18.2.0",
1717
"react-native-web": "~0.19.6"
1818
},

0 commit comments

Comments
 (0)