From b1c4719aed7460f2403ede39cae6a850567fdb20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 09:46:37 +0000 Subject: [PATCH] Bump recharts from 2.15.1 to 2.15.3 Bumps [recharts](https://github.com/recharts/recharts) from 2.15.1 to 2.15.3. - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/recharts/recharts/compare/v2.15.1...v2.15.3) --- updated-dependencies: - dependency-name: recharts dependency-version: 2.15.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 06b916b..67cf8a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-dom": "^19.0.0", "react-firebase-hooks": "^5.1.1", "react-icons": "^5.5.0", - "recharts": "^2.15.1", + "recharts": "^2.15.3", "zustand": "^5.0.3" }, "devDependencies": { @@ -7327,9 +7327,9 @@ } }, "node_modules/recharts": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.15.1.tgz", - "integrity": "sha512-v8PUTUlyiDe56qUj82w/EDVuzEFXwEHp9/xOowGAZwfLjB9uAy3GllQVIYMWF6nU+qibx85WF75zD7AjqoT54Q==", + "version": "2.15.3", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.15.3.tgz", + "integrity": "sha512-EdOPzTwcFSuqtvkDoaM5ws/Km1+WTAO2eizL7rqiG0V2UVhTnz0m7J2i0CjVPUCdEkZImaWvXLbZDS2H5t6GFQ==", "license": "MIT", "dependencies": { "clsx": "^2.0.0", diff --git a/package.json b/package.json index 01c5454..2e64d32 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react-dom": "^19.0.0", "react-firebase-hooks": "^5.1.1", "react-icons": "^5.5.0", - "recharts": "^2.15.1", + "recharts": "^2.15.3", "zustand": "^5.0.3" }, "devDependencies": {