From 1a4e345c9a95934e11de08e690f2075941acdfb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 00:03:01 +0000 Subject: [PATCH] Bump recharts from 3.5.1 to 3.6.0 Bumps [recharts](https://github.com/recharts/recharts) from 3.5.1 to 3.6.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.5.1...v3.6.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.6.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 9991daa..21f75d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-router-dom": "^7.10.1", "react-scripts": "5.0.1", "react-twemoji": "^0.6.0", - "recharts": "^3.5.1", + "recharts": "^3.6.0", "simplebar-react": "^3.3.2", "simplify-js": "^1.2.4", "socket.io-client": "^4.8.1", @@ -18097,9 +18097,9 @@ } }, "node_modules/recharts": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.5.1.tgz", - "integrity": "sha512-+v+HJojK7gnEgG6h+b2u7k8HH7FhyFUzAc4+cPrsjL4Otdgqr/ecXzAnHciqlzV1ko064eNcsdzrYOM78kankA==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.6.0.tgz", + "integrity": "sha512-L5bjxvQRAe26RlToBAziKUB7whaGKEwD3znoM6fz3DrTowCIC/FnJYnuq1GEzB8Zv2kdTfaxQfi5GoH0tBinyg==", "license": "MIT", "workspaces": [ "www" diff --git a/package.json b/package.json index fd672cc..77daeab 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "react-router-dom": "^7.10.1", "react-scripts": "5.0.1", "react-twemoji": "^0.6.0", - "recharts": "^3.5.1", + "recharts": "^3.6.0", "simplebar-react": "^3.3.2", "simplify-js": "^1.2.4", "socket.io-client": "^4.8.1",