From 6ab5255c23231b7e31b72c1df030dccaba38c6c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Apr 2025 03:33:40 +0000 Subject: [PATCH] fix: upgrade react-native from 0.74.1 to 0.78.2 Snyk has created this PR to upgrade react-native from 0.74.1 to 0.78.2. See this package in npm: react-native See this project in Snyk: https://app.snyk.io/org/nerds-github/project/d1ea702b-d50d-411f-a324-f5d36f17ad7c?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/user-management/expo-user-management/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/user-management/expo-user-management/package.json b/examples/user-management/expo-user-management/package.json index 6989f81c7e7d2..a962499a641d6 100644 --- a/examples/user-management/expo-user-management/package.json +++ b/examples/user-management/expo-user-management/package.json @@ -18,7 +18,7 @@ "expo-status-bar": "~1.12.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.1", + "react-native": "0.78.2", "react-native-document-picker": "^8.1.1", "react-native-url-polyfill": "^1.3.0", "react-native-web": "~0.19.10"