From 5f982c1d8ff3fe415db1b26bde216e51adc3a920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 05:30:43 +0000 Subject: [PATCH] build(deps): bump react-native-safe-area-context in /apps/mobile Bumps [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) from 5.6.2 to 5.7.0. - [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases) - [Commits](https://github.com/AppAndFlow/react-native-safe-area-context/compare/v5.6.2...v5.7.0) --- updated-dependencies: - dependency-name: react-native-safe-area-context dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/mobile/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 1571b972..1d498ef5 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -38,7 +38,7 @@ "react-native-gesture-handler": "~2.28.0", "react-native-google-mobile-ads": "^16.0.3", "react-native-reanimated": "~4.1.1", - "react-native-safe-area-context": "~5.6.0", + "react-native-safe-area-context": "~5.7.0", "react-native-svg": "15.12.1", "react-native-url-polyfill": "^3.0.0", "react-native-view-shot": "4.0.3"