diff --git a/formulus/package-lock.json b/formulus/package-lock.json index 4bc5f9cea..11e9cba52 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", @@ -14053,14 +14056,14 @@ } }, "node_modules/react-native-permissions": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/react-native-permissions/-/react-native-permissions-5.4.4.tgz", - "integrity": "sha512-WB5lRCBGXETfuaUhem2vgOceb9+URCeyfKpLGFSwoOffLuyJCA6+NTR3l1KLkrK4Ykxsig37z16/shUVufmt7A==", + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/react-native-permissions/-/react-native-permissions-5.5.1.tgz", + "integrity": "sha512-nTKFoj47b6EXNqbbg+8VFwBWMpxF1/UTbrNBLpXkWpt005pH4BeFv/NwpcC1iNhToKBrxQD+5kI0z6+kTYoYWA==", "license": "MIT", "peerDependencies": { - "react": ">=18.1.0", - "react-native": ">=0.70.0", - "react-native-windows": ">=0.70.0" + "react": "*", + "react-native": "*", + "react-native-windows": "*" }, "peerDependenciesMeta": { "react-native-windows": {