From 3996107dcc9ecae8e6b117c3ccba888d4c81178f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 16:00:15 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 4.4.1 to 4.5.2 Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.4.1 to 4.5.2. - [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases) - [Commits](https://github.com/th3rdwave/react-native-safe-area-context/compare/v4.4.1...v4.5.2) --- updated-dependencies: - dependency-name: react-native-safe-area-context dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85ea4e2..1795a77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "react-native-notifications": "^4.3.1", "react-native-permissions": "^3.3.1", "react-native-responsive-dimensions": "^3.1.1", - "react-native-safe-area-context": "^4.3.1", + "react-native-safe-area-context": "^4.5.2", "react-native-screens": "^3.18.2", "react-native-splash-screen": "^3.3.0", "react-native-svg": "^13.6.0", @@ -13712,8 +13712,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.4.1", - "license": "MIT", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.5.2.tgz", + "integrity": "sha512-oH4/Dm7/PWOOZtFRiA4HE08lsfA948BRq8Fn7TEndYjoDXFoNdbjQRahXzCV8JGP/tv3qrVNeaDE8rmdRRUOlA==", "peerDependencies": { "react": "*", "react-native": "*" @@ -24884,7 +24885,9 @@ "requires": {} }, "react-native-safe-area-context": { - "version": "4.4.1", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.5.2.tgz", + "integrity": "sha512-oH4/Dm7/PWOOZtFRiA4HE08lsfA948BRq8Fn7TEndYjoDXFoNdbjQRahXzCV8JGP/tv3qrVNeaDE8rmdRRUOlA==", "requires": {} }, "react-native-screens": { diff --git a/package.json b/package.json index 4c1c549..ff2b121 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react-native-notifications": "^4.3.1", "react-native-permissions": "^3.3.1", "react-native-responsive-dimensions": "^3.1.1", - "react-native-safe-area-context": "^4.3.1", + "react-native-safe-area-context": "^4.5.2", "react-native-screens": "^3.18.2", "react-native-splash-screen": "^3.3.0", "react-native-svg": "^13.6.0",