From 38c5b4d11441dfad4b73df179aad9e4b9f2527e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Jul 2024 03:12:19 +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 bad9ebd48e92d..fb3f421161881 100644 --- a/package.json +++ b/package.json @@ -235,7 +235,7 @@ "progress": "2.0.3", "react": "18.3.1", "react-dom": "18.3.1", - "react-native": "0.73.3", + "react-native": "0.74.0", "react-native-url-polyfill": "1.1.2", "react-refresh": "0.14.0", "react-test-renderer": "18.3.1",