From a17fce6da653478219d27db4f033d48364c56cba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 16:14:35 +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 7b1f645..23783c8 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "qs": "^6.10.3", "react": "17.0.1", "react-dom": "17.0.1", - "react-native": "^0.63.4", + "react-native": "^0.71.0", "react-native-gesture-handler": "~1.10.2", "react-native-inset-shadow": "^1.0.3", "react-native-material-textfield": "^0.16.1",