diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index f59034c5..09f04645 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -16,7 +16,7 @@ "clsx": "^2.1.1", "lucide-react": "^0.563.0", "next": "^16.1.4", - "react": "^19.2.3", + "react": "^19.2.4", "react-dom": "^19.2.3", "reactflow": "^11.11.4", "recharts": "^3.7.0", @@ -6477,9 +6477,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/dashboard/package.json b/dashboard/package.json index edb12166..67d7506d 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -17,7 +17,7 @@ "clsx": "^2.1.1", "lucide-react": "^0.563.0", "next": "^16.1.4", - "react": "^19.2.3", + "react": "^19.2.4", "react-dom": "^19.2.3", "reactflow": "^11.11.4", "recharts": "^3.7.0",