From e37d8c5604f6e2ba1d239bf24e75cfa4110790a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 02:30:51 +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/react/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 3560953..58e9c44 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", @@ -1791,15 +1791,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 807f05f..c7d7f31 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",