From 1be7dd51dbdd603ff3c0ebdb48d7ba17f9c03d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:24:42 +0000 Subject: [PATCH] build(deps): update recharts requirement in /ui/web Updates the requirements on [recharts](https://github.com/recharts/recharts) to permit the latest version. - [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.8.0...v3.8.1) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/web/package.json b/ui/web/package.json index 9a3c63a..c2c45fc 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -21,7 +21,7 @@ "lucide-react": "^0.577.0", "react": "^19.2.4", "react-dom": "^19.2.4", - "recharts": "^3.8.0", + "recharts": "^3.8.1", "tailwindcss": "^4.2.2", "three": "^0.183.2", "zustand": "^5.0.12"