From 1802668cb1c2fba0a4f25b4d426a33c822f2c986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 10:56:32 +0000 Subject: [PATCH] Bump recharts from 3.1.0 to 3.1.1 in /landing-page Bumps [recharts](https://github.com/recharts/recharts) from 3.1.0 to 3.1.1. - [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.0...v3.1.1) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- landing-page/package-lock.json | 8 ++++---- landing-page/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/landing-page/package-lock.json b/landing-page/package-lock.json index a83fcf2b..17ff2be6 100644 --- a/landing-page/package-lock.json +++ b/landing-page/package-lock.json @@ -25,7 +25,7 @@ "react-dom": "^19.1.1", "react-icons": "^5.5.0", "react-markdown": "^10.1.0", - "recharts": "^3.1.0", + "recharts": "^3.1.1", "remark": "^15.0.1", "remark-gfm": "^4.0.1", "remark-html": "^16.0.1", @@ -7176,9 +7176,9 @@ } }, "node_modules/recharts": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.1.0.tgz", - "integrity": "sha512-NqAqQcGBmLrfDs2mHX/bz8jJCQtG2FeXfE0GqpZmIuXIjkpIwj8sd9ad0WyvKiBKPd8ZgNG0hL85c8sFDwascw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.1.1.tgz", + "integrity": "sha512-PVA2gdAiTPaPj+56BV5qVfkuPxhqXBhWKnu7r+7WYsczCWHkSrZcE224GLOAWjUMj+cYTkYfGYV2WC2qdJtvcQ==", "license": "MIT", "dependencies": { "@reduxjs/toolkit": "1.x.x || 2.x.x", diff --git a/landing-page/package.json b/landing-page/package.json index 5171719e..4faef0ce 100644 --- a/landing-page/package.json +++ b/landing-page/package.json @@ -26,7 +26,7 @@ "react-dom": "^19.1.1", "react-icons": "^5.5.0", "react-markdown": "^10.1.0", - "recharts": "^3.1.0", + "recharts": "^3.1.1", "remark": "^15.0.1", "remark-gfm": "^4.0.1", "remark-html": "^16.0.1",