From 82d3b15a19b24bb860a1745329253665afb28f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:50:37 +0530 Subject: [PATCH] Bump react-native-safe-area-context in /fixture/react-native (#1356) Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.10.8 to 4.11.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.10.8...v4.11.0) --- updated-dependencies: - dependency-name: react-native-safe-area-context dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- fixture/react-native/package.json | 2 +- fixture/react-native/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fixture/react-native/package.json b/fixture/react-native/package.json index f745face8..5c6b4cb80 100644 --- a/fixture/react-native/package.json +++ b/fixture/react-native/package.json @@ -23,7 +23,7 @@ "react-native-fast-image": "^8.6.3", "react-native-gesture-handler": "^2.16.2", "react-native-reanimated": "3.14.0", - "react-native-safe-area-context": "4.10.8", + "react-native-safe-area-context": "4.11.0", "react-native-screens": "3.32.0" }, "devDependencies": { diff --git a/fixture/react-native/yarn.lock b/fixture/react-native/yarn.lock index b5befc2cf..2a8abfc96 100644 --- a/fixture/react-native/yarn.lock +++ b/fixture/react-native/yarn.lock @@ -5569,10 +5569,10 @@ react-native-reanimated@3.14.0: convert-source-map "^2.0.0" invariant "^2.2.4" -react-native-safe-area-context@4.10.8: - version "4.10.8" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.10.8.tgz#038bd6a4853a38189c186d119302943c8d13f56f" - integrity sha512-Jx1lovhvIdYygg0UsMCBUJN0Wvj9GlA5bbcBLzjZf93uJpNHzaiHC4hR280+sNVK1+/pMHEyEkXVHDZE5JWn0w== +react-native-safe-area-context@4.11.0: + version "4.11.0" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.11.0.tgz#d45271363672dc1923ddb0ce5a6ad588e210c85d" + integrity sha512-Bg7bozxEB+ZS+H3tVYs5yY1cvxNXgR6nRQwpSMkYR9IN5CbxohLnSprrOPG/ostTCd4F6iCk0c51pExEhifSKQ== react-native-screens@3.32.0: version "3.32.0"