From ce9811f29d6294b7fcee0fd475bc7a9e00593420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 03:03:04 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 4.3.4 to 4.5.0 Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.3.4 to 4.5.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.3.4...v4.5.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7377990..9a229eb 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz", "react-native-gesture-handler": "~2.6.2", "react-native-safe-area-context": "3.4.1", - "react-native-safe-area-context": "4.3.4", + "react-native-safe-area-context": "4.5.0", "react-native-screens": "~3.13.1", "react-native-web": "~0.18.9", "react-redux": "^8.0.1",