From 99870a0bda89028c45cda40404d0f81ae98aae6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Apr 2024 16:32:30 +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 3f104c885..b3263cf84 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,6 @@ "eslint-config-rackt": "^1.1.1", "jest": "^29.2.1", "react": "18.2.0", - "react-native": "0.71.4" + "react-native": "0.74.0" } }