Skip to content

Commit

Permalink
fix: example/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-7266574
  • Loading branch information
snyk-bot committed Jun 18, 2024
1 parent 495dd7f commit 61980c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.7.2",
"@react-navigation/stack": "^5.8.0",
"appium": "^1.18.3",
"appium": "^2.0.0",
"react": "16.13.1",
"react-native": "0.63.2",
"react-native": "0.69.12",
"react-native-gesture-handler": "^1.7.0",
"react-native-reanimated": "^1.10.1",
"react-native-safe-area-context": "^3.1.1",
Expand Down

0 comments on commit 61980c3

Please sign in to comment.