From 39cdae87389b84f70ec00c92d514d0ff45fea4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 04:24:47 +0000 Subject: [PATCH] Bump recharts from 2.7.3 to 2.8.0 Bumps [recharts](https://github.com/recharts/recharts) from 2.7.3 to 2.8.0. - [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.7.3...v2.8.0) --- updated-dependencies: - dependency-name: recharts dependency-type: direct:production update-type: version-update:semver-minor ... 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 2d3a6ad..a745c67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "react": "17.0.2", "react-cookie": "5.0.0", "react-dom": "17.0.2", - "recharts": "2.7.3", + "recharts": "2.8.0", "socket.io": "4.7.2", "socket.io-client": "4.7.2" }, @@ -17455,9 +17455,9 @@ } }, "node_modules/recharts": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.7.3.tgz", - "integrity": "sha512-cKoO9jUZRQavn06H6Ih2EcG82zUNdQH3OEGWVCmluSDyp3d7fIpDAsbMTd8hE8+T+MD8P76iicv/J4pJspDP7A==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.8.0.tgz", + "integrity": "sha512-nciXqQDh3aW8abhwUlA4EBOBusRHLNiKHfpRZiG/yjups1x+auHb2zWPuEcTn/IMiN47vVMMuF8Sr+vcQJtsmw==", "dependencies": { "classnames": "^2.2.5", "eventemitter3": "^4.0.1", diff --git a/package.json b/package.json index 84cef34..a734475 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react": "17.0.2", "react-cookie": "5.0.0", "react-dom": "17.0.2", - "recharts": "2.7.3", + "recharts": "2.8.0", "socket.io": "4.7.2", "socket.io-client": "4.7.2" },