From 664c14963b157e309da822cfe9278a3d76b3d4ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:46:04 +0000 Subject: [PATCH] build(deps): bump react from 19.2.1 to 19.2.3 in /dashboard Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.1 to 19.2.3. - [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.3/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 76fbd19f..cad0f5b5 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -16,7 +16,7 @@ "clsx": "^2.1.1", "lucide-react": "^0.559.0", "next": "^16.0.10", - "react": "^19.1.0", + "react": "^19.2.3", "react-dom": "^19.2.1", "reactflow": "^11.11.4", "recharts": "^3.5.1", @@ -6501,9 +6501,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.1", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.1.tgz", - "integrity": "sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==", + "version": "19.2.3", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", + "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", "license": "MIT", "peer": true, "engines": { diff --git a/dashboard/package.json b/dashboard/package.json index 80fd2658..5d6e4cde 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -17,7 +17,7 @@ "clsx": "^2.1.1", "lucide-react": "^0.559.0", "next": "^16.0.10", - "react": "^19.1.0", + "react": "^19.2.3", "react-dom": "^19.2.1", "reactflow": "^11.11.4", "recharts": "^3.5.1",