From d3d977bf189eaa7a1a57f8504ffc39a051aa8e2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 19:07:21 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index e08378d4..b3fa7b12 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,7 @@ "@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-gesture-handler": "^1.7.0",