From 984472a2332ff4a38dfb65be5ad83a3fe9069297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 19:48:48 +0000 Subject: [PATCH] Bump recharts from 3.9.2 to 3.10.0 Bumps [recharts](https://github.com/recharts/recharts) from 3.9.2 to 3.10.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.9.2...v3.10.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 0b053ea..3c0cd32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "react": "19.2.7", "react-dom": "19.2.7", "react-map-gl": "^8.1.1", - "recharts": "^3.9.2", + "recharts": "^3.10.0", "zarrita": "^0.7.3" }, "devDependencies": { @@ -9802,9 +9802,9 @@ "license": "MIT" }, "node_modules/recharts": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.9.2.tgz", - "integrity": "sha512-G4fy+Pk46RaXgwWMh+Nzhyo/lbFAVqXo9gtetlyehe6Ehge9CsgDuOTwQDD+i1+llaLktNBiNq4bhnGlDRXFtw==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.10.0.tgz", + "integrity": "sha512-wulMvfncpIlmu2uFtRU/mE5/+NiVtASXkw2KdwJTdHs3WsASX0WxZlX+rpKgyn5BDbIhkPtCpUKkB9XNK5KE0w==", "license": "MIT", "workspaces": [ "www" diff --git a/package.json b/package.json index 5885e19..70c5c71 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react": "19.2.7", "react-dom": "19.2.7", "react-map-gl": "^8.1.1", - "recharts": "^3.9.2", + "recharts": "^3.10.0", "zarrita": "^0.7.3" }, "devDependencies": {