From 6dc8c9dc43fc79f90579521900b5ff4a0768afb7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Apr 2024 05:27:20 +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 39f4ab82105e8a..21024f6eafc506 100644 --- a/package.json +++ b/package.json @@ -231,7 +231,7 @@ "progress": "2.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.11", + "react-native": "0.74.0", "react-native-url-polyfill": "1.1.2", "react-refresh": "0.14.0", "react-test-renderer": "18.2.0",