From 5874b1b3f8fe1bd36fc00b3d5496cf84969f24f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 10:06:18 +0000 Subject: [PATCH] Bump recharts from 3.1.2 to 3.3.0 in /horreum-web Bumps [recharts](https://github.com/recharts/recharts) from 3.1.2 to 3.3.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.1.2...v3.3.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- horreum-web/package-lock.json | 11 +++++++---- horreum-web/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/horreum-web/package-lock.json b/horreum-web/package-lock.json index b83aba578..88e14ba75 100644 --- a/horreum-web/package-lock.json +++ b/horreum-web/package-lock.json @@ -39,7 +39,7 @@ "react-router": "7.9.5", "react-router-dom": "7.9.1", "react-to-print": "3.1.1", - "recharts": "3.1.2", + "recharts": "3.4.1", "redux": "5.0.1", "redux-thunk": "3.1.0", "typescript": "5.9.3", @@ -4809,10 +4809,13 @@ } }, "node_modules/recharts": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.1.2.tgz", - "integrity": "sha512-vhNbYwaxNbk/IATK0Ki29k3qvTkGqwvCgyQAQ9MavvvBwjvKnMTswdbklJpcOAoMPN/qxF3Lyqob0zO+ZXkZ4g==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.4.1.tgz", + "integrity": "sha512-35kYg6JoOgwq8sE4rhYkVWwa6aAIgOtT+Ob0gitnShjwUwZmhrmy7Jco/5kJNF4PnLXgt9Hwq+geEMS+WrjU1g==", "license": "MIT", + "workspaces": [ + "www" + ], "dependencies": { "@reduxjs/toolkit": "1.x.x || 2.x.x", "clsx": "^2.1.1", diff --git a/horreum-web/package.json b/horreum-web/package.json index 2a1f225f4..d38b37fcf 100644 --- a/horreum-web/package.json +++ b/horreum-web/package.json @@ -35,7 +35,7 @@ "react-router": "7.9.5", "react-router-dom": "7.9.1", "react-to-print": "3.1.1", - "recharts": "3.1.2", + "recharts": "3.4.1", "redux": "5.0.1", "redux-thunk": "3.1.0", "typescript": "5.9.3",