From b45f8b38da236f0110df2cbb135db04099cf6cf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:59:49 +0000 Subject: [PATCH] chore(deps): bump recharts from 2.12.5 to 2.12.6 Bumps [recharts](https://github.com/recharts/recharts) from 2.12.5 to 2.12.6. - [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.12.5...v2.12.6) --- updated-dependencies: - dependency-name: recharts 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 b0aa7db..f74836d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-icons": "5.1.0", "react-loader-spinner": "^6.1.6", "react-toastify": "^10.0.5", - "recharts": "^2.12.5", + "recharts": "^2.12.6", "sharp": "^0.33.3", "zod": "^3.22.5" }, @@ -5964,9 +5964,9 @@ } }, "node_modules/recharts": { - "version": "2.12.5", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.12.5.tgz", - "integrity": "sha512-Cy+BkqrFIYTHJCyKHJEPvbHE2kVQEP6PKbOHJ8ztRGTAhvHuUnCwDaKVb13OwRFZ0QNUk1QvGTDdgWSMbuMtKw==", + "version": "2.12.6", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.12.6.tgz", + "integrity": "sha512-D+7j9WI+D0NHauah3fKHuNNcRK8bOypPW7os1DERinogGBGaHI7i6tQKJ0aUF3JXyBZ63dyfKIW2WTOPJDxJ8w==", "dependencies": { "clsx": "^2.0.0", "eventemitter3": "^4.0.1", diff --git a/package.json b/package.json index b8b8555..b247077 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react-icons": "5.1.0", "react-loader-spinner": "^6.1.6", "react-toastify": "^10.0.5", - "recharts": "^2.12.5", + "recharts": "^2.12.6", "sharp": "^0.33.3", "zod": "^3.22.5" },