From 7f4e8a07f64ccc21e061aa47510823cbee5579f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:00:52 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 4.8.2 to 4.9.0 Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.8.2 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.8.2...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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31ce77dc..bd2716ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "react-native-popup-menu": "^0.16.1", "react-native-qrcode-svg": "^6.3.0", "react-native-reanimated": "~3.6.2", - "react-native-safe-area-context": "4.8.2", + "react-native-safe-area-context": "4.9.0", "react-native-screens": "~3.29.0", "react-native-size-matters": "^0.4.2", "react-native-svg": "14.1.0", @@ -20460,9 +20460,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.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": "*" @@ -38637,9 +38637,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.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 d698bab5..1d33cf85 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "react-native-popup-menu": "^0.16.1", "react-native-qrcode-svg": "^6.3.0", "react-native-reanimated": "~3.6.2", - "react-native-safe-area-context": "4.8.2", + "react-native-safe-area-context": "4.9.0", "react-native-screens": "~3.29.0", "react-native-size-matters": "^0.4.2", "react-native-svg": "14.1.0",