From 7c1469ed24b5851ee93486d58a9f0c1472a8b786 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 20:18:05 +0000 Subject: [PATCH] chore(deps): update dependency react-native-safe-area-context to v5.8.0 --- formulus/package-lock.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/formulus/package-lock.json b/formulus/package-lock.json index 4bc5f9cea..fe1a42a1c 100644 --- a/formulus/package-lock.json +++ b/formulus/package-lock.json @@ -112,6 +112,9 @@ "name": "@ode/observation-query", "version": "1.0.0", "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.28.4" + }, "devDependencies": { "@types/jest": "^29.5.0", "jest": "^29.7.0", @@ -14069,9 +14072,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.8.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.8.0.tgz", + "integrity": "sha512-t+ZsAVzY/wWzzx34vqGbo3/as9EEESJdbyZNL7Yg5EYX+toYMtMqFoDDCvqZUi35eeGVsXc6pAaEk4edMwbuCQ==", "license": "MIT", "peerDependencies": { "react": "*",