From 55699ad93360d24f6761271694974b8033e5122d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:31:33 +0000 Subject: [PATCH] chore(deps): 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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 42b4213..910a05f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react": "~18.3.1", "react-i18next": "^15.0.2", "react-native": "^0.75", - "react-native-safe-area-context": "^4.12.0", + "react-native-safe-area-context": "^4.14.0", "react-native-screens": "3.34.0", "react-native-vector-icons": "^10.2.0", "react-redux": "^9.1.2", diff --git a/yarn.lock b/yarn.lock index 1a34d33..242c73a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8164,10 +8164,10 @@ react-native-ratings@^8.1.0: dependencies: lodash "^4.17.15" -react-native-safe-area-context@^4.12.0: - version "4.12.0" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.12.0.tgz#17868522a55bbc6757418c94a1b4abdda6b045d9" - integrity sha512-ukk5PxcF4p3yu6qMZcmeiZgowhb5AsKRnil54YFUUAXVIS7PJcMHGGC+q44fCiBg44/1AJk5njGMez1m9H0BVQ== +react-native-safe-area-context@^4.14.0: + version "4.14.0" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.14.0.tgz#138f4b2e180cb7517c78bd5f4d4cf91325ba0b1a" + integrity sha512-/SyYpCulWQOnnXhRq6wepkhoyQMowHm1ptDyRz20s+YS/R9mbd+mK+jFyFCyXFJn8jp7vFl43VUCgspuOiEbwA== react-native-screens@3.34.0: version "3.34.0"