Skip to content

Commit 47d8065

Browse files
fix(deps): update dependency recharts to v2.12.7 (#5786)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [recharts](https://togithub.com/recharts/recharts) | [`2.12.6` -> `2.12.7`](https://renovatebot.com/diffs/npm/recharts/2.12.6/2.12.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.12.6/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.12.6/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>recharts/recharts (recharts)</summary> ### [`v2.12.7`](https://togithub.com/recharts/recharts/compare/v2.12.6...2074e2e404d820db5207a7724def33aaa299a785) [Compare Source](https://togithub.com/recharts/recharts/compare/v2.12.6...v2.12.7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 412206b commit 47d8065

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"clsx": "2.1.1",
3737
"react-content-loader": "7.0.0",
38-
"recharts": "2.12.6"
38+
"recharts": "2.12.7"
3939
},
4040
"peerDependencies": {
4141
"@ui5/webcomponents-react": "~1.28.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7118,7 +7118,7 @@ __metadata:
71187118
dependencies:
71197119
clsx: "npm:2.1.1"
71207120
react-content-loader: "npm:7.0.0"
7121-
recharts: "npm:2.12.6"
7121+
recharts: "npm:2.12.7"
71227122
peerDependencies:
71237123
"@ui5/webcomponents-react": ~1.28.0
71247124
"@ui5/webcomponents-react-base": ~1.28.0
@@ -20400,9 +20400,9 @@ __metadata:
2040020400
languageName: node
2040120401
linkType: hard
2040220402

20403-
"recharts@npm:2.12.6":
20404-
version: 2.12.6
20405-
resolution: "recharts@npm:2.12.6"
20403+
"recharts@npm:2.12.7":
20404+
version: 2.12.7
20405+
resolution: "recharts@npm:2.12.7"
2040620406
dependencies:
2040720407
clsx: "npm:^2.0.0"
2040820408
eventemitter3: "npm:^4.0.1"
@@ -20415,7 +20415,7 @@ __metadata:
2041520415
peerDependencies:
2041620416
react: ^16.0.0 || ^17.0.0 || ^18.0.0
2041720417
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
20418-
checksum: 10c0/df21d5e7c33d8dc341a9186b414169b49deb1bceb73d0a265d3ef58791555680d2ed6b0fcaa88c2ebb3d12b5f3ee5f25c23e76bcc934a226127af9d5dd99ab3a
20418+
checksum: 10c0/2522d841a1f4e4c0a37046ddb61fa958ac37a66df63dcd4c6cb9113e3f7a71892d74e44494a55bc40faa0afd74d9cf58fec3d2ce53a8ddf997e75367bdd033fc
2041920419
languageName: node
2042020420
linkType: hard
2042120421

0 commit comments

Comments
 (0)