From c60bcbb3abbc2f4ecadffe7ee5a2d7313a64cc94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 04:36:11 +0000 Subject: [PATCH] build(deps): bump recharts from 3.7.0 to 3.8.0 in /dashboard Bumps [recharts](https://github.com/recharts/recharts) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md) - [Commits](https://github.com/recharts/recharts/compare/v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 db904f06..acd54687 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -19,7 +19,7 @@ "react": "^19.2.3", "react-dom": "^19.2.4", "reactflow": "^11.11.4", - "recharts": "^3.7.0", + "recharts": "^3.8.0", "tailwind-merge": "^3.5.0", "uuid": "^13.0.0" }, @@ -6548,15 +6548,15 @@ } }, "node_modules/recharts": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.7.0.tgz", - "integrity": "sha512-l2VCsy3XXeraxIID9fx23eCb6iCBsxUQDnE8tWm6DFdszVAO7WVY/ChAD9wVit01y6B2PMupYiMmQwhgPHc9Ew==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.8.0.tgz", + "integrity": "sha512-Z/m38DX3L73ExO4Tpc9/iZWHmHnlzWG4njQbxsF5aSjwqmHNDDIm0rdEBArkwsBvR8U6EirlEHiQNYWCVh9sGQ==", "license": "MIT", "workspaces": [ "www" ], "dependencies": { - "@reduxjs/toolkit": "1.x.x || 2.x.x", + "@reduxjs/toolkit": "^1.9.0 || 2.x.x", "clsx": "^2.1.1", "decimal.js-light": "^2.5.1", "es-toolkit": "^1.39.3", diff --git a/dashboard/package.json b/dashboard/package.json index b2c13563..b3d83a7a 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -20,7 +20,7 @@ "react": "^19.2.3", "react-dom": "^19.2.4", "reactflow": "^11.11.4", - "recharts": "^3.7.0", + "recharts": "^3.8.0", "tailwind-merge": "^3.5.0", "uuid": "^13.0.0" },