From 996a74b52ad55da68114d578f7b45a299a841575 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Nov 2024 22:42:16 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-NANOID-2332193 --- example/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example/package.json b/example/package.json index e08378d4..c702d933 100644 --- a/example/package.json +++ b/example/package.json @@ -14,17 +14,17 @@ }, "dependencies": { "@react-native-community/masked-view": "^0.1.10", - "@react-navigation/native": "^5.7.2", + "@react-navigation/native": "^7.0.0", "@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.76.0", "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" },