From b6b82ca6de0f19089119e0fd9f3b1d39c42fd80f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 07:44:05 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 0.7.2 to 3.2.0 Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 0.7.2 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/v0.7.2...v3.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d0c493..9bde1e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6779,9 +6779,9 @@ "integrity": "sha512-FQWSqP605eQVJumuK2HpR+7heF0ZI+qfy4jNguv3Xv8nPFHeIgZaRTXHCEQL2AcuSIj50zy8jGJf5l134QMQWQ==" }, "react-native-safe-area-context": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-0.7.2.tgz", - "integrity": "sha512-xdPFBt7usIKa4QYxRzNWFKeMbukRltFOAoFK0mqURm7wzxWH9Kg0rPyGzXXdgmAFTrT7Nz98h7Pc9/9Ue0TSJQ==" + "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-screens": { "version": "2.0.0-beta.2", diff --git a/package.json b/package.json index 34f8cb1..c72ffae 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-native-gesture-handler": "^1.5.6", "react-native-locale-detector": "^1.0.1", "react-native-reanimated": "^1.7.0", - "react-native-safe-area-context": "^0.7.2", + "react-native-safe-area-context": "^3.2.0", "react-native-screens": "^2.0.0-beta.2", "react-native-svg": "^9.13.3", "react-redux": "^7.1.3",