From 921b84d0768f7a0fa85ff9f0c4f9a6bff8d9252c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Apr 2024 01:13:25 +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 5398d33..39657db 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "graphql": "^15.3.0", "react": "16.13.1", "react-apollo": "^3.1.5", - "react-native": "0.63.0", + "react-native": "0.74.0", "react-native-gesture-handler": "^1.6.1", "react-native-gridview": "^0.1.2", "react-native-reanimated": "^1.9.0",