From 9ef8356c9ef99fd59d1d5fba9ce1656087aafc2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 17:25:03 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 5132f8c3..0e9d29aa 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,7 @@ "@react-navigation/native": "^7.1.28", "@react-navigation/stack": "^7.6.4", "react": "19.2.3", - "react-native": "0.83.1", + "react-native": "0.84.0", "react-native-gesture-handler": "^2.29.1", "react-native-safe-area-context": "^5.6.2", "react-native-screens": "^4.18.0",