From 2ba34e489e2cc712706f0d011067f2aa972743d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 11:22:26 +0000 Subject: [PATCH] Update dependency react-native-safe-area-context to ~5.7.0 --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ed09635..ec15fd8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "react-i18next": "^17.0.6", "react-native": "0.81.5", "react-native-paper": "^5.15.1", - "react-native-safe-area-context": "~5.6.0", + "react-native-safe-area-context": "~5.7.0", "react-native-screens": "~4.16.0", "react-native-web": "^0.21.2" }, @@ -10857,9 +10857,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/frontend/package.json b/frontend/package.json index 9744406..6391fab 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "react-i18next": "^17.0.6", "react-native": "0.81.5", "react-native-paper": "^5.15.1", - "react-native-safe-area-context": "~5.6.0", + "react-native-safe-area-context": "~5.7.0", "react-native-screens": "~4.16.0", "react-native-web": "^0.21.2" },