diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-02 16:19:01 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-02 16:19:01 -0400 |
commit | 221d5aa2db29a9da05e37f93e7754d4b3b47ba5e (patch) | |
tree | 9e23bfdf0ecd34b21aff25e7b90a9367eb9c7abc /frontend/package.json | |
parent | ad16acb88f0d9e4eb0b4d7ba88add7380fe5cd42 (diff) | |
download | bazarr-221d5aa2db29a9da05e37f93e7754d4b3b47ba5e.tar.gz bazarr-221d5aa2db29a9da05e37f93e7754d4b3b47ba5e.zip |
no log: Bump recharts from 2.12.2 to 2.12.3 in /frontend (#2444)
Bumps [recharts](https://github.com/recharts/recharts) from 2.12.2 to 2.12.3.
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/recharts/recharts/compare/v2.12.2...v2.12.3)
---
updated-dependencies:
- dependency-name: recharts
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index a48c455e4..6ad8f41f8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -58,7 +58,7 @@ "prettier-plugin-organize-imports": "^3.2.4", "pretty-quick": "^4.0.0", "react-table": "^7.8.0", - "recharts": "^2.12.2", + "recharts": "^2.12.3", "sass": "^1.71.1", "typescript": "^5.4.2", "vite": "^5.1.6", |