diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ffebc14..0665c00 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "lucide-react": "^1.31.0", "react": "^19.2.8", "react-dom": "^19.2.8", - "react-icons": "^5.6.0", + "react-icons": "^5.7.0", "recharts": "^3.10.0", "tailwind-merge": "^3.6.0", "tailwindcss": "^4.3.1" @@ -2238,9 +2238,9 @@ } }, "node_modules/react-icons": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.6.0.tgz", - "integrity": "sha512-RH93p5ki6LfOiIt0UtDyNg/cee+HLVR6cHHtW3wALfo+eOHTp8RnU2kRkI6E+H19zMIs03DyxUG/GfZMOGvmiA==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.7.0.tgz", + "integrity": "sha512-LBLy340Rzqy6+/yVhZKT3B/QpP1BZaesGqasf09HPOBzRarcDIFH0WwXlXQfE7q7ipxK4MSiC5DIBWURCny6fw==", "license": "MIT", "peerDependencies": { "react": "*" diff --git a/frontend/package.json b/frontend/package.json index 11c033a..26dec3b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "lucide-react": "^1.31.0", "react": "^19.2.8", "react-dom": "^19.2.8", - "react-icons": "^5.6.0", + "react-icons": "^5.7.0", "recharts": "^3.10.0", "tailwind-merge": "^3.6.0", "tailwindcss": "^4.3.1"