From f630ec69cba03544d25990f942225c3a17606fdb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Jan 2026 03:57:31 +0000 Subject: [PATCH] fix: upgrade react-native from 0.82.1 to 0.83.0 Snyk has created this PR to upgrade react-native from 0.82.1 to 0.83.0. See this package in npm: react-native See this project in Snyk: https://app.snyk.io/org/whyiswhen/project/6eaca691-a19e-4c2c-b090-8a92f86a1b53?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 5fe9e11..f890697 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "expo-web-browser": "~12.8.2", "formik": "^2.4.3", "react": "18.3.1", - "react-native": "0.82.1", + "react-native": "0.83.0", "react-native-chart-kit": "^6.12.0", "react-native-gesture-handler": "~2.29.1", "react-native-paper": "^5.10.1",