From 6f5463e905ec17ddd12cd77bd8cc971f0bd764aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 May 2024 07:14:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-7148531 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70d9443..bb579df 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "jest-expo": "^48.0.2", "radio-buttons-react-native": "^1.0.4", "react": "18.0.0", - "react-native": "0.69.6", + "react-native": "0.71.0", "react-native-gesture-handler": "^2.8.0", "react-native-paper": "^5.0.0-rc.9", "react-native-paper-select": "^0.3.8",