From 15bd389241e97ccb6fbfa423a613cebfeca1f0cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 May 2025 17:20:49 +0000 Subject: [PATCH] fix: upgrade react-native from 0.78.2 to 0.79.2 Snyk has created this PR to upgrade react-native from 0.78.2 to 0.79.2. See this package in npm: react-native See this project in Snyk: https://app.snyk.io/org/snapp949/project/726fac68-3daa-4173-93e4-e38868999dec?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/booking/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/booking/package.json b/packages/booking/package.json index d8ed3cc6..b7ab7710 100644 --- a/packages/booking/package.json +++ b/packages/booking/package.json @@ -20,7 +20,7 @@ "@react-navigation/native": "7.0.14", "@react-navigation/native-stack": "7.2.0", "react": "19.0.0", - "react-native": "0.78.2", + "react-native": "0.79.2", "react-native-bottom-tabs": "0.9.0", "react-native-calendars": "1.1291.1", "react-native-edge-to-edge": "1.1.3",