From 355d42c4ea81c0238177da17960e022d98c35b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:24:04 +0300 Subject: [PATCH] chore(deps): bump recharts from 2.12.6 to 2.12.7 (#812) 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 de826802..f1cd34e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "react-leaflet": "^4.0.1", "react-leaflet-cluster": "^2.1.0", "react-router-dom": "^6.22.3", - "recharts": "^2.12.6", + "recharts": "^2.12.7", "sass": "^1.72.0", "styled-components": "^6.1.8", "stylis-plugin-rtl": "^2.1.1", @@ -22882,9 +22882,9 @@ } }, "node_modules/recharts": { - "version": "2.12.6", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.12.6.tgz", - "integrity": "sha512-D+7j9WI+D0NHauah3fKHuNNcRK8bOypPW7os1DERinogGBGaHI7i6tQKJ0aUF3JXyBZ63dyfKIW2WTOPJDxJ8w==", + "version": "2.12.7", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.12.7.tgz", + "integrity": "sha512-hlLJMhPQfv4/3NBSAyq3gzGg4h2v69RJh6KU7b3pXYNNAELs9kEoXOjbkxdXpALqKBoVmVptGfLpxdaVYqjmXQ==", "dependencies": { "clsx": "^2.0.0", "eventemitter3": "^4.0.1", diff --git a/package.json b/package.json index be53a4e9..6114c674 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-leaflet": "^4.0.1", "react-leaflet-cluster": "^2.1.0", "react-router-dom": "^6.22.3", - "recharts": "^2.12.6", + "recharts": "^2.12.7", "sass": "^1.72.0", "styled-components": "^6.1.8", "stylis-plugin-rtl": "^2.1.1",