From 08b3a48ea542692cc1a7849433590273365884e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 00:15:07 +0100 Subject: [PATCH] chore(deps): bump recharts from 2.9.0 to 2.9.1 (#272) Bumps [recharts](https://github.com/recharts/recharts) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/master/CHANGELOG.md) - [Commits](https://github.com/recharts/recharts/compare/v2.9.0...v2.9.1) --- 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 5ec9c365..d3d907d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-dom": "18.2.0", "react-player": "^2.12.0", "react-redux": "^8.1.3", - "recharts": "^2.7.2", + "recharts": "^2.9.1", "sharp": "^0.32.4", "typescript": "5.2.2" } @@ -4761,9 +4761,9 @@ } }, "node_modules/recharts": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.9.0.tgz", - "integrity": "sha512-cVgiAU3W5UrA8nRRV/N0JrudgZzY/vjkzrlShbH+EFo1vs4nMlXgshZWLI0DfDLmn4/p4pF7Lq7F5PU+K94Ipg==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.9.1.tgz", + "integrity": "sha512-GqHrQVMgDIktzNIIlhtvZnjYurr6Wy+KMSDxO1MEp3CrZZbvisUmnBojSWAZ7j8cjwhD4uRRFga2s5wcd/w9sQ==", "dependencies": { "classnames": "^2.2.5", "eventemitter3": "^4.0.1", diff --git a/package.json b/package.json index ad2f60d6..ce96d116 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-dom": "18.2.0", "react-player": "^2.12.0", "react-redux": "^8.1.3", - "recharts": "^2.7.2", + "recharts": "^2.9.1", "sharp": "^0.32.4", "typescript": "5.2.2" }