From 726a255b2ac6d7cd325c74ac089165633885b617 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 07:20:08 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 0.7.2 to 3.1.9 Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 0.7.2 to 3.1.9. - [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.1.9) 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..7a18dce 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.1.9", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.1.9.tgz", + "integrity": "sha512-wmcGbdyE/vBSL5IjDPReoJUEqxkZsywZw5gPwsVUV1NBpw5eTIdnL6Y0uNKHE25Z661moxPHQz6kwAkYQyorxA==" }, "react-native-screens": { "version": "2.0.0-beta.2", diff --git a/package.json b/package.json index 34f8cb1..ed65f28 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.1.9", "react-native-screens": "^2.0.0-beta.2", "react-native-svg": "^9.13.3", "react-redux": "^7.1.3",