From f72c25a5d984d7445a88a9fc454281cdee657e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 02:58:30 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 4.12.0 to 4.14.0 Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.12.0 to 4.14.0. - [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases) - [Commits](https://github.com/th3rdwave/react-native-safe-area-context/compare/v4.12.0...v4.14.0) --- 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fc34d13..32f713b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "react-native-loading-spinner-overlay": "^3.0.1", "react-native-modal": "^13.0.1", "react-native-reanimated": "^3.4.2", - "react-native-safe-area-context": "^4.7.2", + "react-native-safe-area-context": "^4.14.0", "react-native-screens": "^3.29.0", "react-native-shadow-2": "^7.0.8", "react-native-simple-markdown": "^1.1.0", @@ -11338,9 +11338,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.12.0.tgz", - "integrity": "sha512-ukk5PxcF4p3yu6qMZcmeiZgowhb5AsKRnil54YFUUAXVIS7PJcMHGGC+q44fCiBg44/1AJk5njGMez1m9H0BVQ==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.14.0.tgz", + "integrity": "sha512-/SyYpCulWQOnnXhRq6wepkhoyQMowHm1ptDyRz20s+YS/R9mbd+mK+jFyFCyXFJn8jp7vFl43VUCgspuOiEbwA==", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/package.json b/package.json index 2087b50a..5e7c265f 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "react-native-loading-spinner-overlay": "^3.0.1", "react-native-modal": "^13.0.1", "react-native-reanimated": "^3.4.2", - "react-native-safe-area-context": "^4.7.2", + "react-native-safe-area-context": "^4.14.0", "react-native-screens": "^3.29.0", "react-native-shadow-2": "^7.0.8", "react-native-simple-markdown": "^1.1.0",