From ba2aa89781cd60681cfc53302b1bcd76bc2e99ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:30:06 +0100 Subject: [PATCH] chore(deps): bump react-native-safe-area-context from 4.8.0 to 4.8.2 in /package/example (#2484) chore(deps): bump react-native-safe-area-context in /package/example Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.8.0 to 4.8.2. - [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases) - [Commits](https://github.com/th3rdwave/react-native-safe-area-context/commits/v4.8.2) --- updated-dependencies: - dependency-name: react-native-safe-area-context dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package/example/package.json | 2 +- package/example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/example/package.json b/package/example/package.json index 4ee9a0c..5c6f306 100644 --- a/package/example/package.json +++ b/package/example/package.json @@ -24,7 +24,7 @@ "react-native-mmkv": "^2.10.2", "react-native-pressable-opacity": "^1.0.10", "react-native-reanimated": "^3.5.4", - "react-native-safe-area-context": "^4.7.1", + "react-native-safe-area-context": "^4.8.2", "react-native-screens": "^3.24.0", "react-native-static-safe-area-insets": "^2.2.0", "react-native-vector-icons": "^10.0.0", diff --git a/package/example/yarn.lock b/package/example/yarn.lock index be41969..782de59 100644 --- a/package/example/yarn.lock +++ b/package/example/yarn.lock @@ -5142,10 +5142,10 @@ react-native-reanimated@^3.5.4: convert-source-map "^2.0.0" invariant "^2.2.4" -react-native-safe-area-context@^4.7.1: - version "4.8.0" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.8.0.tgz#9fce29095b11deeead8da0abce32ee729fb3eb41" - integrity sha512-UTmn0jvikcA8LeCQuEV4/bQ1ZLODSaaEXKSK3wUskNwmtIgHFzT3lLXOBucFnyDYIxviJSWJeVc77eeBXc0UCA== +react-native-safe-area-context@^4.8.2: + version "4.8.2" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.8.2.tgz#e6b3d8acf3c6afcb4b5db03a97f9c37df7668f65" + integrity sha512-ffUOv8BJQ6RqO3nLml5gxJ6ab3EestPiyWekxdzO/1MQ7NF8fW1Mzh1C5QE9yq573Xefnc7FuzGXjtesZGv7cQ== react-native-screens@^3.24.0: version "3.29.0"