From 939b70c5b732f8a9fdbf0328961d5f9d1e7ff81f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 10:30:06 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 3.1.3 to 3.2.0 Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 3.1.3 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.3...v3.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4fa657..98e42aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6983,9 +6983,9 @@ } }, "react-native-safe-area-context": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.1.3.tgz", - "integrity": "sha512-z3CvNQLNne5BPp1RqyUHe67V1Nbjzwhsj7CXsytqwTzK6KoEUszCqlMRt/QoriCZTmlIvWQbCfTAPsQoWVV4XQ==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.2.0.tgz", + "integrity": "sha512-k2Nty4PwSnrg9HwrYeeE+EYqViYJoOFwEy9LxL5RIRfoqxAq/uQXNGwpUg2/u4gnKpBbEPa9eRh15KKMe/VHkA==" }, "react-native-safe-area-view": { "version": "0.14.9", diff --git a/package.json b/package.json index 38f571f..6fdc521 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz", "react-native-gesture-handler": "~1.6.0", "react-native-reanimated": "~1.9.0", - "react-native-safe-area-context": "3.1.3", + "react-native-safe-area-context": "3.2.0", "react-native-screens": "~2.9.0", "react-native-web": "~0.13.5", "react-navigation": "^4.3.9", diff --git a/yarn.lock b/yarn.lock index b622068..4964be5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5091,10 +5091,10 @@ react-native-reanimated@~1.9.0: dependencies: fbjs "^1.0.0" -react-native-safe-area-context@3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.1.3.tgz#11dc4a09fc64fc24e8737ff6b3acb4adf346b385" - integrity sha512-z3CvNQLNne5BPp1RqyUHe67V1Nbjzwhsj7CXsytqwTzK6KoEUszCqlMRt/QoriCZTmlIvWQbCfTAPsQoWVV4XQ== +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-context@~3.0.7: version "3.0.7"