From 22140bb1aa4a05863c2f1c46bd694a343987507c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Jun 2025 06:43:59 +0000 Subject: [PATCH] fix: examples/expo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- examples/expo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/expo/package.json b/examples/expo/package.json index 5233ea6..2fdd57c 100644 --- a/examples/expo/package.json +++ b/examples/expo/package.json @@ -21,7 +21,7 @@ "fastify": "^4.9.2", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.6", + "react-native": "0.74.0", "@react-navigation/native": "^6.1.6", "@react-navigation/native-stack": "^6.9.12", "react-native-safe-area-context": "^4.5.1",