From 82a26333f6d876e2058095c7ec197b3e124008f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:53:22 +0100 Subject: [PATCH] chore(deps): bump recharts from 2.13.2 to 2.13.3 (#975) Bumps [recharts](https://github.com/recharts/recharts) from 2.13.2 to 2.13.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.13.2...v2.13.3) --- updated-dependencies: - dependency-name: recharts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 51888d3e..ab868b5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "react-dom": "*", "react-player": "^2.16.0", "react-redux": "^9.1.2", - "recharts": "^2.13.2", + "recharts": "^2.13.3", "sharp": "^0.33.5", "typescript": "5.6.3" }, @@ -5912,9 +5912,9 @@ } }, "node_modules/recharts": { - "version": "2.13.2", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.13.2.tgz", - "integrity": "sha512-UDLGFmnsBluDIPpQb9uty0ejb+jiVI71vkki8vVsR6ZCJdgjBfKQoQfft4re99CKlTy9qjQApxCLG6TrxJkeAg==", + "version": "2.13.3", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.13.3.tgz", + "integrity": "sha512-YDZ9dOfK9t3ycwxgKbrnDlRC4BHdjlY73fet3a0C1+qGMjXVZe6+VXmpOIIhzkje5MMEL8AN4hLIe4AMskBzlA==", "dependencies": { "clsx": "^2.0.0", "eventemitter3": "^4.0.1", diff --git a/package.json b/package.json index 65f975a6..a6ee665b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-dom": "rc", "react-player": "^2.16.0", "react-redux": "^9.1.2", - "recharts": "^2.13.2", + "recharts": "^2.13.3", "sharp": "^0.33.5", "typescript": "5.6.3" },