diff --git a/ui/package-lock.json b/ui/package-lock.json index bfce295b..b709c322 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -13,7 +13,7 @@ "react": "^19.2.4", "react-dom": "^19.2.4", "react-router-dom": "^7.13.1", - "recharts": "^3.8.0" + "recharts": "^3.8.1" }, "devDependencies": { "@eslint/js": "^9.39.4", @@ -3320,9 +3320,9 @@ } }, "node_modules/recharts": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.8.0.tgz", - "integrity": "sha512-Z/m38DX3L73ExO4Tpc9/iZWHmHnlzWG4njQbxsF5aSjwqmHNDDIm0rdEBArkwsBvR8U6EirlEHiQNYWCVh9sGQ==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.8.1.tgz", + "integrity": "sha512-mwzmO1s9sFL0TduUpwndxCUNoXsBw3u3E/0+A+cLcrSfQitSG62L32N69GhqUrrT5qKcAE3pCGVINC6pqkBBQg==", "license": "MIT", "workspaces": [ "www" diff --git a/ui/package.json b/ui/package.json index e910b8e4..70576ef4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,7 +15,7 @@ "react": "^19.2.4", "react-dom": "^19.2.4", "react-router-dom": "^7.13.1", - "recharts": "^3.8.0" + "recharts": "^3.8.1" }, "devDependencies": { "@eslint/js": "^9.39.4",