From f5636cad04f241cf39626c39b6456e459cb64ede Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Dec 2024 06:42:57 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 - https://snyk.io/vuln/SNYK-JS-NANOID-8492085 --- example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index e08378d4..d8f90ade 100644 --- a/example/package.json +++ b/example/package.json @@ -14,9 +14,9 @@ }, "dependencies": { "@react-native-community/masked-view": "^0.1.10", - "@react-navigation/native": "^5.7.2", + "@react-navigation/native": "^7.0.14", "@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-gesture-handler": "^1.7.0",