From 37fc05e31f45486400d20024a5e78f76618076b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:41:08 +0000 Subject: [PATCH] build(deps): bump react-native-safe-area-context from 4.8.2 to 4.10.5 Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.8.2 to 4.10.5. - [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases) - [Commits](https://github.com/th3rdwave/react-native-safe-area-context/compare/v4.8.2...v4.10.5) --- 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 4c5e4b4..d7c591f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-native-gesture-handler": "~2.14.0", "react-native-paper": "^5.12.3", "react-native-reanimated": "~3.6.2", - "react-native-safe-area-context": "4.8.2", + "react-native-safe-area-context": "4.10.5", "react-native-screens": "~3.29.0", "react-native-timer-picker": "^1.6.0", "react-native-vector-icons": "^10.0.3" @@ -14641,9 +14641,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.8.2", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.8.2.tgz", - "integrity": "sha512-ffUOv8BJQ6RqO3nLml5gxJ6ab3EestPiyWekxdzO/1MQ7NF8fW1Mzh1C5QE9yq573Xefnc7FuzGXjtesZGv7cQ==", + "version": "4.10.5", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.10.5.tgz", + "integrity": "sha512-Wyb0Nqw2XJ6oZxW/cK8k5q7/UAhg/wbEG6UVf89rQqecDZTDA5ic//P9J6VvJRVZerzGmxWQpVuM7f+PRYUM4g==", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/package.json b/package.json index 2917651..e8ae4a1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-native-gesture-handler": "~2.14.0", "react-native-paper": "^5.12.3", "react-native-reanimated": "~3.6.2", - "react-native-safe-area-context": "4.8.2", + "react-native-safe-area-context": "4.10.5", "react-native-screens": "~3.29.0", "react-native-timer-picker": "^1.6.0", "react-native-vector-icons": "^10.0.3"