diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1aba9b8..3a581a9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -45,7 +45,7 @@ "lucide-react": "^0.563.0", "next": "16.1.5", "next-themes": "^0.4.6", - "react": "^19.2.0", + "react": "^19.2.4", "react-day-picker": "^9.13.0", "react-dom": "^19.2.3", "react-hook-form": "^7.71.1", @@ -7702,9 +7702,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", - "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/frontend/package.json b/frontend/package.json index b8ce4a8..995442f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -49,7 +49,7 @@ "lucide-react": "^0.563.0", "next": "16.1.5", "next-themes": "^0.4.6", - "react": "^19.2.0", + "react": "^19.2.4", "react-day-picker": "^9.13.0", "react-dom": "^19.2.3", "react-hook-form": "^7.71.1",