From 5fe07ca796524907cc8457d1e66362296ad0ad05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:54:02 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 4.4.1 to 4.9.0 Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.4.1 to 4.9.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.4.1...v4.9.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 | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85ea4e2..15759b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "react-native-notifications": "^4.3.1", "react-native-permissions": "^3.3.1", "react-native-responsive-dimensions": "^3.1.1", - "react-native-safe-area-context": "^4.3.1", + "react-native-safe-area-context": "^4.9.0", "react-native-screens": "^3.18.2", "react-native-splash-screen": "^3.3.0", "react-native-svg": "^13.6.0", @@ -13712,8 +13712,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.4.1", - "license": "MIT", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.9.0.tgz", + "integrity": "sha512-/OJD9Pb8IURyvn+1tWTszWPJqsbZ4hyHBU9P0xhOmk7h5owSuqL0zkfagU0pg7Vh0G2NKQkaPpUKUMMCUMDh/w==", "peerDependencies": { "react": "*", "react-native": "*" @@ -24884,7 +24885,9 @@ "requires": {} }, "react-native-safe-area-context": { - "version": "4.4.1", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.9.0.tgz", + "integrity": "sha512-/OJD9Pb8IURyvn+1tWTszWPJqsbZ4hyHBU9P0xhOmk7h5owSuqL0zkfagU0pg7Vh0G2NKQkaPpUKUMMCUMDh/w==", "requires": {} }, "react-native-screens": { diff --git a/package.json b/package.json index 4c1c549..74c476a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react-native-notifications": "^4.3.1", "react-native-permissions": "^3.3.1", "react-native-responsive-dimensions": "^3.1.1", - "react-native-safe-area-context": "^4.3.1", + "react-native-safe-area-context": "^4.9.0", "react-native-screens": "^3.18.2", "react-native-splash-screen": "^3.3.0", "react-native-svg": "^13.6.0",