Skip to content

Commit 17d0ada

Browse files
committed
fix: example/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent 495dd7f commit 17d0ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"@react-native-community/masked-view": "^0.1.10",
1717
"@react-navigation/native": "^5.7.2",
1818
"@react-navigation/stack": "^5.8.0",
19-
"appium": "^1.18.3",
19+
"appium": "^2.0.0",
2020
"react": "16.13.1",
21-
"react-native": "0.63.2",
21+
"react-native": "0.69.12",
2222
"react-native-gesture-handler": "^1.7.0",
2323
"react-native-reanimated": "^1.10.1",
2424
"react-native-safe-area-context": "^3.1.1",

0 commit comments

Comments
 (0)