From 06a63a6c4f895b606d84cef5b57e4cefa665fda9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Sep 2025 06:59:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db1e1cb..4185a51 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "expo-updates": "~0.2.10", "react": "~16.11.0", "react-dom": "~16.11.0", - "react-native": "~0.62.2", + "react-native": "~0.71.0", "react-native-elements": "^2.2.1", "react-native-gesture-handler": "~1.6.0", "react-native-reanimated": "~1.9.0",