diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 58aec59..8f8f74a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "clsx": "^2.1.1", "dompurify": "^3.4.12", "framer-motion": "^12.38.0", - "lucide-react": "^0.577.0", + "lucide-react": "^1.27.0", "next": "^16.2.12", "react": "^18", "react-dom": "^18", @@ -4263,9 +4263,9 @@ } }, "node_modules/lucide-react": { - "version": "0.577.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.577.0.tgz", - "integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==", + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.27.0.tgz", + "integrity": "sha512-rJicGl/3Fly/E0rOH1YmPZ6e49JCnKknh1ox1vpHnkfjujAkKA6sqUZvH3MTAaXXjgexyUwgNwTJzTtYuAFYJw==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/frontend/package.json b/frontend/package.json index 1db05ef..7d79638 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "clsx": "^2.1.1", "dompurify": "^3.4.12", "framer-motion": "^12.38.0", - "lucide-react": "^0.577.0", + "lucide-react": "^1.27.0", "next": "^16.2.12", "react": "^18", "react-dom": "^18",