From 35b317a938326417a3f179f1b90ece767a92f811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 11:29:40 +0000 Subject: [PATCH] chore(deps): bump react-native-safe-area-context in /mobile Bumps [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) from 5.6.2 to 5.7.0. - [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases) - [Commits](https://github.com/AppAndFlow/react-native-safe-area-context/compare/v5.6.2...v5.7.0) --- updated-dependencies: - dependency-name: react-native-safe-area-context dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mobile/package-lock.json | 32 ++++---------------------------- mobile/package.json | 2 +- 2 files changed, 5 insertions(+), 29 deletions(-) diff --git a/mobile/package-lock.json b/mobile/package-lock.json index 103b984..6a1cbff 100644 --- a/mobile/package-lock.json +++ b/mobile/package-lock.json @@ -25,7 +25,7 @@ "react-native": "0.81.5", "react-native-gesture-handler": "~2.28.0", "react-native-qrcode-svg": "^6.3.2", - "react-native-safe-area-context": "~5.6.0", + "react-native-safe-area-context": "~5.7.0", "react-native-screens": "~4.24.0", "react-native-svg": "15.15.4" }, @@ -4742,9 +4742,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4759,9 +4756,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4776,9 +4770,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4793,9 +4784,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4810,9 +4798,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4827,9 +4812,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4844,9 +4826,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4861,9 +4840,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -13108,9 +13084,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.6.2.tgz", - "integrity": "sha512-4XGqMNj5qjUTYywJqpdWZ9IG8jgkS3h06sfVjfw5yZQZfWnRFXczi0GnYyFyCc2EBps/qFmoCH8fez//WumdVg==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.7.0.tgz", + "integrity": "sha512-/9/MtQz8ODphjsLdZ+GZAIcC/RtoqW9EeShf7Uvnfgm/pzYrJ75y3PV/J1wuAV1T5Dye5ygq4EAW20RoBq0ABQ==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/mobile/package.json b/mobile/package.json index 6dfb522..1b9762f 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -26,7 +26,7 @@ "react-native": "0.81.5", "react-native-gesture-handler": "~2.28.0", "react-native-qrcode-svg": "^6.3.2", - "react-native-safe-area-context": "~5.6.0", + "react-native-safe-area-context": "~5.7.0", "react-native-screens": "~4.24.0", "react-native-svg": "15.15.4" },