From 0f554c3db392cbd932e448f4f51d2f9da2381285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 07:57:30 +0000 Subject: [PATCH] chore(deps): bump react-dom from 19.2.6 to 19.2.7 in /dashboard Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.6 to 19.2.7. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 10 +++++----- dashboard/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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",