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": "*",