Skip to content

Commit a111af6

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
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",
2525
"react-native-screens": "^2.9.0",
2626
"react-native-sensitive-info": "file:.yalc/react-native-sensitive-info",
2727
"react-native-windows": "^0.63.0-0",
2828
"selenium-appium": "^0.0.15",
29-
"selenium-webdriver": "^4.0.0-alpha.7"
29+
"selenium-webdriver": "^4.1.0"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.10.5",

0 commit comments

Comments
 (0)