diff --git a/mobile/package-lock.json b/mobile/package-lock.json index 891450e..7725633 100644 --- a/mobile/package-lock.json +++ b/mobile/package-lock.json @@ -26,7 +26,7 @@ "lucide-react-native": "^1.7.0", "nativewind": "^4.2.2", "react": "19.2.0", - "react-dom": "19.2.0", + "react-dom": "19.2.5", "react-native": "0.83.2", "react-native-gesture-handler": "~2.30.0", "react-native-reanimated": "4.2.1", @@ -8575,15 +8575,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.5", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz", + "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.0" + "react": "^19.2.5" } }, "node_modules/react-fast-compare": { diff --git a/mobile/package.json b/mobile/package.json index d79f6c9..465fc16 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -29,7 +29,7 @@ "lucide-react-native": "^1.7.0", "nativewind": "^4.2.2", "react": "19.2.0", - "react-dom": "19.2.0", + "react-dom": "19.2.5", "react-native": "0.83.2", "react-native-gesture-handler": "~2.30.0", "react-native-reanimated": "4.2.1",