From e1542f9dcb1ef3c318ad3a222ebc23313f0950ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 08:03:35 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 4.4.1 to 4.5.0 Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.4.1 to 4.5.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.4.1...v4.5.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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8e667a0..f2a92bc 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "react-native-appearance": "~0.3.3", "react-native-gesture-handler": "~2.8.0", "react-native-reanimated": "~2.12.0", - "react-native-safe-area-context": "4.4.1", + "react-native-safe-area-context": "4.5.0", "react-native-screens": "~3.18.0", "react-native-web": "~0.18.7" }, diff --git a/yarn.lock b/yarn.lock index a0bc6e5..72fe5f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8956,10 +8956,10 @@ react-native-reanimated@~2.12.0: setimmediate "^1.0.5" string-hash-64 "^1.0.3" -react-native-safe-area-context@4.4.1: - version "4.4.1" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.4.1.tgz#239c60b8a9a80eac70a38a822b04c0f1d15ffc01" - integrity sha512-N9XTjiuD73ZpVlejHrUWIFZc+6Z14co1K/p1IFMkImU7+avD69F3y+lhkqA2hN/+vljdZrBSiOwXPkuo43nFQA== +react-native-safe-area-context@4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.5.0.tgz#9208313236e8f49e1920ac1e2a2c975f03aed284" + integrity sha512-0WORnk9SkREGUg2V7jHZbuN5x4vcxj/1B0QOcXJjdYWrzZHgLcUzYWWIUecUPJh747Mwjt/42RZDOaFn3L8kPQ== react-native-screens@~3.18.0: version "3.18.2"