From 2b5319247f92ee6d55bcd88986e16003199ce0e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Oct 2025 03:27:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINDOCUMENT-13045385 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b40237e..cb392c0 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,11 @@ "dependencies": { "native-base": "^2.0.13", "react": "15.4.2", - "react-native": "0.42.3", + "react-native": "0.69.12", "react-native-fit-image": "^1.4.7", "react-native-htmlview": "^0.8.0", - "react-native-router-flux": "^3.38.0", + "react-native-router-flux": "^4.0.0", "react-native-timeago": "^0.3.0" },