diff --git a/landing-page/package-lock.json b/landing-page/package-lock.json index 500a21e4..27afbdbc 100644 --- a/landing-page/package-lock.json +++ b/landing-page/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "clsx": "^2.1.1", "framer-motion": "^12.36.0", - "lucide-react": "^0.577.0", + "lucide-react": "^1.27.0", "next": "16.2.10", "next-themes": "^0.4.6", "react": "^18", @@ -4547,9 +4547,9 @@ "license": "ISC" }, "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/landing-page/package.json b/landing-page/package.json index d77537aa..6e7a8e86 100644 --- a/landing-page/package.json +++ b/landing-page/package.json @@ -11,7 +11,7 @@ "dependencies": { "clsx": "^2.1.1", "framer-motion": "^12.36.0", - "lucide-react": "^0.577.0", + "lucide-react": "^1.27.0", "next": "16.2.10", "next-themes": "^0.4.6", "react": "^18",