diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 05d2f9a..8034e7f 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -12,7 +12,7 @@ "clsx": "^2.1.1", "lucide-react": "^1.12.0", "react": "^19.2.7", - "react-dom": "^19.0.0", + "react-dom": "^19.2.7", "react-hot-toast": "^2.5.1", "react-router-dom": "^7.14.2", "socket.io-client": "^4.8.1", @@ -1725,15 +1725,15 @@ } }, "node_modules/react-dom": { - "version": "19.2.6", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.6.tgz", - "integrity": "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz", + "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.6" + "react": "^19.2.7" } }, "node_modules/react-hot-toast": { diff --git a/dashboard/package.json b/dashboard/package.json index d50743f..f90caaa 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -12,7 +12,7 @@ "clsx": "^2.1.1", "lucide-react": "^1.12.0", "react": "^19.2.7", - "react-dom": "^19.0.0", + "react-dom": "^19.2.7", "react-hot-toast": "^2.5.1", "react-router-dom": "^7.14.2", "socket.io-client": "^4.8.1",