From db8235d11def4e86268bf18fcc09d57ccc61b37b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Apr 2024 00:58:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b1f645..f239607 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.74.0", "react-native-gesture-handler": "~1.10.2", "react-native-inset-shadow": "^1.0.3", "react-native-material-textfield": "^0.16.1",