From 8b7e5778198486ed1eaab41955c6c6ebac0c62f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 23:39:59 +0000 Subject: [PATCH] Bump react-native-safe-area-context in /BlueberryMartApp 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] --- BlueberryMartApp/package-lock.json | 8 ++++---- BlueberryMartApp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BlueberryMartApp/package-lock.json b/BlueberryMartApp/package-lock.json index a30aaff..937953c 100644 --- a/BlueberryMartApp/package-lock.json +++ b/BlueberryMartApp/package-lock.json @@ -22,7 +22,7 @@ "react": "19.1.0", "react-native": "0.81.5", "react-native-chart-kit": "^6.12.3", - "react-native-safe-area-context": "~5.6.0", + "react-native-safe-area-context": "~5.8.0", "react-native-screens": "~4.16.0", "react-native-svg": "15.12.1", "react-native-webview": "13.15.0" @@ -10301,9 +10301,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/BlueberryMartApp/package.json b/BlueberryMartApp/package.json index 98fc638..ec66008 100644 --- a/BlueberryMartApp/package.json +++ b/BlueberryMartApp/package.json @@ -17,7 +17,7 @@ "react": "19.1.0", "react-native": "0.81.5", "react-native-chart-kit": "^6.12.3", - "react-native-safe-area-context": "~5.6.0", + "react-native-safe-area-context": "~5.8.0", "react-native-screens": "~4.16.0", "react-native-svg": "15.12.1", "react-native-webview": "13.15.0"