From 1daea1f8a29d942e3bb818b352d5dc3fd5dc526e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 17:17:19 +0000 Subject: [PATCH] chore(deps): bump react-native-safe-area-context from 5.6.2 to 5.8.0 Bumps [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) from 5.6.2 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.6.2...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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40bef94..496fd18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "react-native": "0.86.2", "react-native-gesture-handler": "^3.1.0", "react-native-image-viewing": "^0.2.2", - "react-native-safe-area-context": "^5.6.2", + "react-native-safe-area-context": "^5.8.0", "react-native-screens": "^4.19.0", "react-native-webview": "^13.10.0" }, @@ -16728,9 +16728,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.6.2.tgz", - "integrity": "sha512-4XGqMNj5qjUTYywJqpdWZ9IG8jgkS3h06sfVjfw5yZQZfWnRFXczi0GnYyFyCc2EBps/qFmoCH8fez//WumdVg==", + "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/package.json b/package.json index eddf2ad..e60e34d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "react-native": "0.86.2", "react-native-gesture-handler": "^3.1.0", "react-native-image-viewing": "^0.2.2", - "react-native-safe-area-context": "^5.6.2", + "react-native-safe-area-context": "^5.8.0", "react-native-screens": "^4.19.0", "react-native-webview": "^13.10.0" },