From a111af6ceca00ef8cfb731254b04d000c844181a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Jun 2025 12:37:03 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- example/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/package.json b/example/package.json index e08378d4..7cc514f6 100644 --- a/example/package.json +++ b/example/package.json @@ -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", @@ -26,7 +26,7 @@ "react-native-sensitive-info": "file:.yalc/react-native-sensitive-info", "react-native-windows": "^0.63.0-0", "selenium-appium": "^0.0.15", - "selenium-webdriver": "^4.0.0-alpha.7" + "selenium-webdriver": "^4.1.0" }, "devDependencies": { "@babel/core": "^7.10.5",