From d69c04089bebea639a8633524e68de446e6b04b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 08:52:45 +0000 Subject: [PATCH] build(deps): bump recharts from 2.15.4 to 3.7.0 in /src/HNW.WebClient Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 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/v2.15.4...v3.7.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/HNW.WebClient/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HNW.WebClient/package.json b/src/HNW.WebClient/package.json index b6b8a55..261320d 100644 --- a/src/HNW.WebClient/package.json +++ b/src/HNW.WebClient/package.json @@ -25,7 +25,7 @@ "@tanstack/react-query": "^5.56.0", "@tanstack/react-query-devtools": "^5.56.0", "axios": "^1.7.7", - "recharts": "^2.12.7", + "recharts": "^3.7.0", "@bcgov/design-tokens": "^3.1.0", "react-oidc-context": "^3.2.0", "oidc-client-ts": "^3.1.0"