From b8ab26550ed01f5cde8c0c7721c5ceff06f31765 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Apr 2024 13:31:58 +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 8556fdb..8edf415 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@react-navigation/stack": "^6.3.29", "axios": "^1.6.8", "react": "18.2.0", - "react-native": "0.73.6", + "react-native": "0.74.0", "react-native-elements": "^3.4.3", "react-native-gesture-handler": "^2.16.0", "react-native-safe-area-context": "^4.9.0",