From 32dcce112369cbdb9e208420cc7590bb82de9d41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 15:11:53 +0000 Subject: [PATCH] chore(deps): update dependency react-native-safe-area-context to v4 --- example/Galaxy/package.json | 2 +- example/Galaxy/yarn.lock | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/Galaxy/package.json b/example/Galaxy/package.json index a876dca53..8aa0b836d 100644 --- a/example/Galaxy/package.json +++ b/example/Galaxy/package.json @@ -33,7 +33,7 @@ "react-native-gesture-handler": "^2.4.2", "react-native-paper": "^4.12.1", "react-native-reanimated": "^2.8.0", - "react-native-safe-area-context": "3.3.2", + "react-native-safe-area-context": "4.5.0", "react-native-uuid": "^2.0.1", "react-native-vector-icons": "^9.1.0" }, diff --git a/example/Galaxy/yarn.lock b/example/Galaxy/yarn.lock index 064e47892..266ad11c4 100644 --- a/example/Galaxy/yarn.lock +++ b/example/Galaxy/yarn.lock @@ -6334,10 +6334,10 @@ react-native-reanimated@^2.8.0: setimmediate "^1.0.5" string-hash-64 "^1.0.3" -react-native-safe-area-context@3.3.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.3.2.tgz#9549a2ce580f2374edb05e49d661258d1b8bcaed" - integrity sha512-yOwiiPJ1rk+/nfK13eafbpW6sKW0jOnsRem2C1LPJjM3tfTof6hlvV5eWHATye3XOpu2cJ7N+HdkUvUDGwFD2Q== +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-uuid@^2.0.1: version "2.0.1" diff --git a/package.json b/package.json index cb6cdd6bd..2ebbe7326 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "react-native-gesture-handler": "^2.4.2", "react-native-paper": "^4.12.1", "react-native-reanimated": "^2.8.0", - "react-native-safe-area-context": "3.3.2", + "react-native-safe-area-context": "4.5.0", "react-native-uuid": "2.0.1" } }