From 0d2b068cb5f39997af081e9effdede1933c0b63e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:01:34 +0000 Subject: [PATCH] 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ec9540..16ba212 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "react-native": "0.73.6", "react-native-gesture-handler": "2.14.1", "react-native-reanimated": "3.6.3", - "react-native-safe-area-context": "4.8.2", + "react-native-safe-area-context": "4.10.5", "react-native-screens": "3.29.0", "react-native-svg": "14.1.0", "react-native-web": "0.19.10", @@ -26886,9 +26886,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": "*" @@ -53790,9 +53790,9 @@ } }, "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==", "requires": {} }, "react-native-screens": { diff --git a/package.json b/package.json index 070ce7e..2ec98ec 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "react-native": "0.73.6", "react-native-gesture-handler": "2.14.1", "react-native-reanimated": "3.6.3", - "react-native-safe-area-context": "4.8.2", + "react-native-safe-area-context": "4.10.5", "react-native-screens": "3.29.0", "react-native-svg": "14.1.0", "react-native-web": "0.19.10",