From b90178da168daea728ecbf325994fca06d5b7ac3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Aug 2025 05:57:29 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- example/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example/package.json b/example/package.json index e08378d4..31863f44 100644 --- a/example/package.json +++ b/example/package.json @@ -16,17 +16,17 @@ "@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", "react-native-screens": "^2.9.0", "react-native-sensitive-info": "file:.yalc/react-native-sensitive-info", - "react-native-windows": "^0.63.0-0", + "react-native-windows": "^0.65.0", "selenium-appium": "^0.0.15", - "selenium-webdriver": "^4.0.0-alpha.7" + "selenium-webdriver": "^4.0.0" }, "devDependencies": { "@babel/core": "^7.10.5",