From 64d1bc234eb2155931bc165b2478d01897358522 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 06:15:09 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 3.1.4 to 3.2.0 Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 3.1.4 to 3.2.0. - [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases) - [Commits](https://github.com/th3rdwave/react-native-safe-area-context/compare/v3.1.4...v3.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 939ef1e..67cdbfd 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react-native-lightbox": "^0.8.1", "react-native-linear-gradient": "^2.5.6", "react-native-reanimated": "^1.10.2", - "react-native-safe-area-context": "^3.1.4", + "react-native-safe-area-context": "^3.2.0", "react-native-screens": "^2.10.1", "react-native-vector-icons": "^7.0.0", "react-navigation": "3.8.1", diff --git a/yarn.lock b/yarn.lock index ca5ee05..56d081a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5652,10 +5652,10 @@ react-native-reanimated@^1.10.2: dependencies: fbjs "^1.0.0" -react-native-safe-area-context@^3.1.4: - version "3.1.4" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.1.4.tgz#9b7f883a5ae8da6218d17467a350434005893602" - integrity sha512-bXx3hqz4LovFoMnJIRGIWL2oJ/PHadXviBKvgZV9yNErtURQLJSn0yfQytVtiqslhaBMZOJwH4R6HiClyofvBg== +react-native-safe-area-context@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.2.0.tgz#06113c6b208f982d68ab5c3cebd199ca93db6941" + integrity sha512-k2Nty4PwSnrg9HwrYeeE+EYqViYJoOFwEy9LxL5RIRfoqxAq/uQXNGwpUg2/u4gnKpBbEPa9eRh15KKMe/VHkA== react-native-safe-area-view@^0.14.1, react-native-safe-area-view@^0.14.9: version "0.14.9"