From 5129808d0303c09d760f898640fd654ac0e79928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 00:08:37 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20react-dom=20from=2019.2.3=20?= =?UTF-8?q?to=2019.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.3 to 19.2.6. - [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.6/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- frontend/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index f4872bf..5f108da 100644 --- a/bun.lock +++ b/bun.lock @@ -35,7 +35,7 @@ "lucide-react": "^0.563.0", "next-themes": "^0.4.6", "react": "^19.1.1", - "react-dom": "^19.2.3", + "react-dom": "^19.2.6", "react-error-boundary": "^6.0.0", "react-hook-form": "^7.68.0", "react-icons": "^5.5.0", @@ -698,7 +698,7 @@ "react": ["react@19.2.3", "", {}, "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA=="], - "react-dom": ["react-dom@19.2.3", "", { "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { "react": "^19.2.3" } }, "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg=="], + "react-dom": ["react-dom@19.2.6", "", { "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { "react": "^19.2.6" } }, "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g=="], "react-error-boundary": ["react-error-boundary@6.1.0", "", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0" } }, "sha512-02k9WQ/mUhdbXir0tC1NiMesGzRPaCsJEWU/4bcFrbY1YMZOtHShtZP6zw0SJrBWA/31H0KT9/FgdL8+sPKgHA=="], diff --git a/frontend/package.json b/frontend/package.json index 9b69525..773e850 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,7 +39,7 @@ "lucide-react": "^0.563.0", "next-themes": "^0.4.6", "react": "^19.1.1", - "react-dom": "^19.2.3", + "react-dom": "^19.2.6", "react-error-boundary": "^6.0.0", "react-hook-form": "^7.68.0", "react-icons": "^5.5.0",