From d56332278412d740a182aa10a70ca13075ff5621 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Mar 2025 05:38:24 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 --- example/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/package.json b/example/package.json index e08378d4..ae1aafe0 100644 --- a/example/package.json +++ b/example/package.json @@ -16,15 +16,15 @@ "@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.17.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.64.0", "selenium-appium": "^0.0.15", "selenium-webdriver": "^4.0.0-alpha.7" },