From d5906570aa8ed330a6084bae3cda02ae3c670644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 04:35:27 +0000 Subject: [PATCH] build(deps): bump recharts from 3.6.0 to 3.7.0 in /dashboard Bumps [recharts](https://github.com/recharts/recharts) from 3.6.0 to 3.7.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.6.0...v3.7.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1c392d0a..42dea7eb 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -19,7 +19,7 @@ "react": "^19.2.3", "react-dom": "^19.2.3", "reactflow": "^11.11.4", - "recharts": "^3.6.0", + "recharts": "^3.7.0", "tailwind-merge": "^3.4.0", "uuid": "^13.0.0" }, @@ -6545,9 +6545,9 @@ } }, "node_modules/recharts": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.6.0.tgz", - "integrity": "sha512-L5bjxvQRAe26RlToBAziKUB7whaGKEwD3znoM6fz3DrTowCIC/FnJYnuq1GEzB8Zv2kdTfaxQfi5GoH0tBinyg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.7.0.tgz", + "integrity": "sha512-l2VCsy3XXeraxIID9fx23eCb6iCBsxUQDnE8tWm6DFdszVAO7WVY/ChAD9wVit01y6B2PMupYiMmQwhgPHc9Ew==", "license": "MIT", "workspaces": [ "www" diff --git a/dashboard/package.json b/dashboard/package.json index b97db994..25becf38 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -20,7 +20,7 @@ "react": "^19.2.3", "react-dom": "^19.2.3", "reactflow": "^11.11.4", - "recharts": "^3.6.0", + "recharts": "^3.7.0", "tailwind-merge": "^3.4.0", "uuid": "^13.0.0" },