From e1e9c0089ecf88b4972fed3c02f4ba26b4827289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:05:30 +0000 Subject: [PATCH] chore(deps): bump recharts from 3.9.1 to 3.9.2 in /frontend Bumps [recharts](https://github.com/recharts/recharts) from 3.9.1 to 3.9.2. - [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.1...v3.9.2) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 59963c2..ac42219 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,7 +15,7 @@ "react-dom": "19.2.3", "react-easy-crop": "^5.5.6", "react-syntax-highlighter": "^16.1.1", - "recharts": "^3.9.1" + "recharts": "^3.9.2" }, "devDependencies": { "@playwright/test": "^1.61.1", @@ -6274,9 +6274,9 @@ } }, "node_modules/recharts": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.9.1.tgz", - "integrity": "sha512-WMcwlXcB7l+BbxiEdyClkG+1sxrMHNZpzT577LEvU4+rXPd8oTAy1wXk72hnk2KOOmxuLvw3z5DtXT7HEAydtg==", + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.9.2.tgz", + "integrity": "sha512-G4fy+Pk46RaXgwWMh+Nzhyo/lbFAVqXo9gtetlyehe6Ehge9CsgDuOTwQDD+i1+llaLktNBiNq4bhnGlDRXFtw==", "license": "MIT", "workspaces": [ "www" diff --git a/frontend/package.json b/frontend/package.json index 9428810..31359e6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "react-dom": "19.2.3", "react-easy-crop": "^5.5.6", "react-syntax-highlighter": "^16.1.1", - "recharts": "^3.9.1" + "recharts": "^3.9.2" }, "devDependencies": { "@playwright/test": "^1.61.1",