From c5792f6e7c84c14a88d821ff7ae640302e255785 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2026 12:19:41 +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 865b6df..7bb19e8 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "react": "^19.2.4", "react-day-picker": "^9.14.0", "react-dom": "^19.2.4", - "react-native": "0.83.2", + "react-native": "0.84.0", "react-hook-form": "^7.53.1", "recharts": "^2.13.3", "tailwind-merge": "^2.5.4",