From cf79d86d4dc5e6eba7e4781e8068db5fc1d6b6cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 07:23:42 +0000 Subject: [PATCH] fix: examples/react/react-native/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- examples/react/react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index 8f674c27c6..9d665a9aec 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -20,7 +20,7 @@ "expo-constants": "^17.0.3", "expo-status-bar": "^2.0.0", "react": "^19.0.0", - "react-native": "^0.76.3", + "react-native": "^0.84.0", "react-native-gesture-handler": "^2.20.2", "react-native-paper": "^5.12.5", "react-native-reanimated": "^3.16.2",