From 4c64c3f6d54d664de5c3bc859e46fb1c0650edda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 15:25:08 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 5.7.0 to 5.8.0 in /mobile Bumps [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) from 5.7.0 to 5.8.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.7.0...v5.8.0) --- updated-dependencies: - dependency-name: react-native-safe-area-context dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mobile/package-lock.json | 8 ++++---- mobile/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mobile/package-lock.json b/mobile/package-lock.json index 0715586..0927848 100644 --- a/mobile/package-lock.json +++ b/mobile/package-lock.json @@ -24,7 +24,7 @@ "expo-status-bar": "~57.0.1", "react": "19.2.3", "react-native": "0.86.0", - "react-native-safe-area-context": "~5.7.0", + "react-native-safe-area-context": "~5.8.0", "react-native-svg": "15.15.4" }, "devDependencies": { @@ -9770,9 +9770,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.7.0.tgz", - "integrity": "sha512-/9/MtQz8ODphjsLdZ+GZAIcC/RtoqW9EeShf7Uvnfgm/pzYrJ75y3PV/J1wuAV1T5Dye5ygq4EAW20RoBq0ABQ==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.8.0.tgz", + "integrity": "sha512-t+ZsAVzY/wWzzx34vqGbo3/as9EEESJdbyZNL7Yg5EYX+toYMtMqFoDDCvqZUi35eeGVsXc6pAaEk4edMwbuCQ==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/mobile/package.json b/mobile/package.json index d5e4bdd..e29547c 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -32,7 +32,7 @@ "expo-status-bar": "~57.0.1", "react": "19.2.3", "react-native": "0.86.0", - "react-native-safe-area-context": "~5.7.0", + "react-native-safe-area-context": "~5.8.0", "react-native-svg": "15.15.4" }, "devDependencies": {