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

This commit is contained in:
Mend Renovate
2024-10-30 16:05:07 +00:00
parent bba464b4fb
commit b730f076ca
2 changed files with 5 additions and 5 deletions
+4 -4
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.1",
"recharts": "2.13.2",
"redux-persist": "6.0.0",
"vite-plugin-svgr": "^4.2.0"
},
@@ -5518,9 +5518,9 @@
}
},
"node_modules/recharts": {
"version": "2.13.1",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.13.1.tgz",
"integrity": "sha512-87LdsmgK/MHLmWQfTC6yDysno2cOigi/+2KRCwy0D8NDu1IOdtTGS8lMovA0VIvJ7kf3zdp1IiwznHZWSPJhYw==",
"version": "2.13.2",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.13.2.tgz",
"integrity": "sha512-UDLGFmnsBluDIPpQb9uty0ejb+jiVI71vkki8vVsR6ZCJdgjBfKQoQfft4re99CKlTy9qjQApxCLG6TrxJkeAg==",
"license": "MIT",
"dependencies": {
"clsx": "^2.0.0",
+1 -1
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.1",
"recharts": "2.13.2",
"redux-persist": "6.0.0",
"vite-plugin-svgr": "^4.2.0"
},