diff --git a/package-lock.json b/package-lock.json index e287dbf..d84b4d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@upstash/redis": "^1.38.0", "clsx": "^2.1.1", "framer-motion": "^12.38.0", - "lucide-react": "^1.8.0", + "lucide-react": "^1.27.0", "next": "16.2.6", "next-themes": "^0.4.6", "pdfkit": "^0.19.1", @@ -11233,9 +11233,9 @@ } }, "node_modules/lucide-react": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.8.0.tgz", - "integrity": "sha512-WuvlsjngSk7TnTBJ1hsCy3ql9V9VOdcPkd3PKcSmM34vJD8KG6molxz7m7zbYFgICwsanQWmJ13JlYs4Zp7Arw==", + "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/package.json b/package.json index 0294e03..df3992a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@upstash/redis": "^1.38.0", "clsx": "^2.1.1", "framer-motion": "^12.38.0", - "lucide-react": "^1.8.0", + "lucide-react": "^1.27.0", "next": "16.2.6", "next-themes": "^0.4.6", "pdfkit": "^0.19.1",