From c69461b95d2fffa963ac58e9000a539dc1eb3583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:47:18 +0200 Subject: [PATCH] Build(deps): bump recharts from 2.6.0 to 2.7.2 (#267) Bumps [recharts](https://github.com/recharts/recharts) from 2.6.0 to 2.7.2. - [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.6.0...v2.7.2) --- updated-dependencies: - dependency-name: recharts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 13e59993..6935e331 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-spring": "^9.7.1", "react-toastify": "^9.1.3", "react-use-clipboard": "^1.0.9", - "recharts": "^2.6.0", + "recharts": "^2.7.2", "swr": "^2.2.0", "tailwind-scrollbar-hide": "^1.1.7", "zustand": "^4.3.8" diff --git a/yarn.lock b/yarn.lock index 7b1769aa..f07c6e22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8028,10 +8028,10 @@ recharts-scale@^0.4.4: dependencies: decimal.js-light "^2.4.1" -recharts@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/recharts/-/recharts-2.6.0.tgz#11f38f4aa37dbae69294e0845d407b853265987e" - integrity sha512-Y6PgYMmqAxj2cw1FClB1ldcn1xqjJIFysDNGZoyn4faVqNFP4Vx94fDqUz+OgpdTU3APMwIpu/JTVPPGGRUOGQ== +recharts@^2.7.2: + version "2.7.2" + resolved "https://registry.yarnpkg.com/recharts/-/recharts-2.7.2.tgz#6d813681910ad33a4bbf3bdd06c6f64f20b39319" + integrity sha512-HMKRBkGoOXHW+7JcRa6+MukPSifNtJlqbc+JreGVNA407VLE/vOP+8n3YYjprDVVIF9E2ZgwWnL3D7K/LUFzBg== dependencies: classnames "^2.2.5" eventemitter3 "^4.0.1"