From 2687f9081b5792311eaef6b86b26d3e8fc3d6a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:37:09 +0000 Subject: [PATCH] deps(deps): bump recharts from 3.9.1 to 3.9.2 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] --- package-lock.json | 10 +++++----- package.json | 2 +- packages/dashboard/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 228d6ac..3b62ed2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "packages/dashboard" ], "dependencies": { - "recharts": "^3.9.1" + "recharts": "^3.9.2" }, "devDependencies": { "@types/supertest": "^7.2.1", @@ -4107,9 +4107,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" @@ -5418,7 +5418,7 @@ "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0", - "recharts": "^3.9.1" + "recharts": "^3.9.2" }, "devDependencies": { "@types/react": "^19.0.0", diff --git a/package.json b/package.json index 59b8e7a..a9b3af4 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "author": "DjimIT B.V.", "license": "MIT", "dependencies": { - "recharts": "^3.9.1" + "recharts": "^3.9.2" } } diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 8438c27..7000bd8 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -12,7 +12,7 @@ "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0", - "recharts": "^3.9.1" + "recharts": "^3.9.2" }, "devDependencies": { "@types/react": "^19.0.0",