From 232eb59dd373461d618a55607df0f26fd98b4a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 05:24:47 +0000 Subject: [PATCH] build(deps): bump recharts from 3.10.0 to 3.10.1 Bumps [recharts](https://github.com/recharts/recharts) from 3.10.0 to 3.10.1. - [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.10.0...v3.10.1) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3f4229..ee73db0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "pino": "^10.3.1", "react": "19.2.8", "react-dom": "19.2.8", - "recharts": "^3.10.0", + "recharts": "^3.10.1", "server-only": "^0.0.1", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0", @@ -13052,9 +13052,9 @@ } }, "node_modules/recharts": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.10.0.tgz", - "integrity": "sha512-wulMvfncpIlmu2uFtRU/mE5/+NiVtASXkw2KdwJTdHs3WsASX0WxZlX+rpKgyn5BDbIhkPtCpUKkB9XNK5KE0w==", + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.10.1.tgz", + "integrity": "sha512-QXFrvt6IVcw7eeZCoyXTwkIJAX3Dv1nyVhMicXJ47GsGDDpcN8z6o644DibE9XjpBTThtsomLKnTV6lc+cVFUA==", "license": "MIT", "workspaces": [ "www" diff --git a/package.json b/package.json index 348eb9f..8eaf080 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "pino": "^10.3.1", "react": "19.2.8", "react-dom": "19.2.8", - "recharts": "^3.10.0", + "recharts": "^3.10.1", "server-only": "^0.0.1", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0",