diff --git a/ui/mobile/package-lock.json b/ui/mobile/package-lock.json index a568d2f8..683d69d8 100644 --- a/ui/mobile/package-lock.json +++ b/ui/mobile/package-lock.json @@ -17,7 +17,7 @@ "expo": "~55.0.4", "expo-status-bar": "~55.0.4", "react": "19.2.0", - "react-dom": "19.2.0", + "react-dom": "19.2.6", "react-native": "0.85.2", "react-native-gesture-handler": "~2.30.0", "react-native-reanimated": "4.2.1", @@ -14754,15 +14754,15 @@ } }, "node_modules/react-dom": { - "version": "19.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz", - "integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.6.tgz", + "integrity": "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.0" + "react": "^19.2.6" } }, "node_modules/react-fast-compare": { diff --git a/ui/mobile/package.json b/ui/mobile/package.json index 8b935dc5..d00ded5e 100644 --- a/ui/mobile/package.json +++ b/ui/mobile/package.json @@ -20,7 +20,7 @@ "expo": "~55.0.4", "expo-status-bar": "~55.0.4", "react": "19.2.0", - "react-dom": "19.2.0", + "react-dom": "19.2.6", "react-native": "0.85.2", "react-native-gesture-handler": "~2.30.0", "react-native-reanimated": "4.2.1",