diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index de26b20b..c0c9299c 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -16,7 +16,7 @@ "clsx": "^2.1.1", "lucide-react": "^1.7.0", "next": "^16.2.2", - "react": "^19.2.3", + "react": "^19.2.5", "react-dom": "^19.2.4", "reactflow": "^11.11.4", "recharts": "^3.8.1", @@ -6531,9 +6531,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/dashboard/package.json b/dashboard/package.json index 811652bb..e231f80b 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -17,7 +17,7 @@ "clsx": "^2.1.1", "lucide-react": "^1.7.0", "next": "^16.2.2", - "react": "^19.2.3", + "react": "^19.2.5", "react-dom": "^19.2.4", "reactflow": "^11.11.4", "recharts": "^3.8.1",