From 17d0adad5694082d0d27a04150a69e8b9fda2c89 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 May 2025 06:21:38 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index e08378d4..1fa12bcc 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",