From 78fadda8fbfd9914833ee1fe0409c14554024d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 06:51:59 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 4.3.1 to 5.3.0 Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.3.1 to 5.3.0. - [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases) - [Commits](https://github.com/th3rdwave/react-native-safe-area-context/compare/v4.3.1...v5.3.0) --- updated-dependencies: - dependency-name: react-native-safe-area-context dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0f771ab..5253edd 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-native-modal": "^13.0.1", "react-native-onboarding-swiper": "^1.2.0", "react-native-reanimated": "^2.9.1", - "react-native-safe-area-context": "^4.3.1", + "react-native-safe-area-context": "^5.3.0", "react-native-screens": "^3.15.0", "react-native-svg": "^12.4.0", "react-native-webview": "^11.22.7", diff --git a/yarn.lock b/yarn.lock index 7764fbf..a7f4a1b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6430,10 +6430,10 @@ react-native-reanimated@^2.9.1: setimmediate "^1.0.5" string-hash-64 "^1.0.3" -react-native-safe-area-context@^4.3.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.3.1.tgz#5cf97b25b395e0d09bc1f828920cd7da0d792ade" - integrity sha512-cEr7fknJCToTrSyDCVNg0GRdRMhyLeQa2NZwVCuzEQcWedOw/59ExomjmzCE4rxrKXs6OJbyfNtFRNyewDaHuA== +react-native-safe-area-context@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.3.0.tgz#272e6786a58aafe3362fde4d3233713b66158179" + integrity sha512-glV9bwuozTjf/JDBIBm+ITnukHNaUT3nucgdeADwjtHsfEN3RL5UO6nq99vvdWv5j/O9yCZBvFncM1BBQ+UvpQ== react-native-screens@^3.15.0: version "3.15.0"