fix(deps): update dependency recharts to v2.13.3

This commit is contained in:
Mend Renovate
2024-11-01 23:03:53 +00:00
parent 568372f54d
commit 2a5f785fa2
2 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
"react-router": "^6.23.0",
"react-router-dom": "^6.23.1",
"react-toastify": "^10.0.5",
"recharts": "2.13.2",
"recharts": "2.13.3",
"redux-persist": "6.0.0",
"vite-plugin-svgr": "^4.2.0"
},
@@ -5518,9 +5518,9 @@
}
},
"node_modules/recharts": {
"version": "2.13.2",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.13.2.tgz",
"integrity": "sha512-UDLGFmnsBluDIPpQb9uty0ejb+jiVI71vkki8vVsR6ZCJdgjBfKQoQfft4re99CKlTy9qjQApxCLG6TrxJkeAg==",
"version": "2.13.3",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.13.3.tgz",
"integrity": "sha512-YDZ9dOfK9t3ycwxgKbrnDlRC4BHdjlY73fet3a0C1+qGMjXVZe6+VXmpOIIhzkje5MMEL8AN4hLIe4AMskBzlA==",
"license": "MIT",
"dependencies": {
"clsx": "^2.0.0",

View File

@@ -32,7 +32,7 @@
"react-router": "^6.23.0",
"react-router-dom": "^6.23.1",
"react-toastify": "^10.0.5",
"recharts": "2.13.2",
"recharts": "2.13.3",
"redux-persist": "6.0.0",
"vite-plugin-svgr": "^4.2.0"
},