Skip to content

Commit 20e5406

Browse files
committed
fix: example/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 - https://snyk.io/vuln/SNYK-JS-WS-1296835
1 parent 495dd7f commit 20e5406

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
@@ -18,13 +18,13 @@
1818
"@react-navigation/stack": "^5.8.0",
1919
"appium": "^1.18.3",
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",
27-
"react-native-windows": "^0.63.0-0",
27+
"react-native-windows": "^0.63.9",
2828
"selenium-appium": "^0.0.15",
2929
"selenium-webdriver": "^4.0.0-alpha.7"
3030
},

0 commit comments

Comments
 (0)