diff --git a/package-lock.json b/package-lock.json index 861e2ec..5b44fc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@next/third-parties": "^16.2.10", "@opennextjs/cloudflare": "^1.20.1", "cmdk": "^1.1.1", - "lucide-react": "^0.563.0", + "lucide-react": "^1.27.0", "next": "^16.2.10", "next-intl": "^4.13.2", "react": "^19.2.7", @@ -10288,9 +10288,9 @@ } }, "node_modules/lucide-react": { - "version": "0.563.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.563.0.tgz", - "integrity": "sha512-8dXPB2GI4dI8jV4MgUDGBeLdGk8ekfqVZ0BdLcrRzocGgG75ltNEmWS+gE7uokKF/0oSUuczNDT+g9hFJ23FkA==", + "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 5d4af95..244b7be 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@next/third-parties": "^16.2.10", "@opennextjs/cloudflare": "^1.20.1", "cmdk": "^1.1.1", - "lucide-react": "^0.563.0", + "lucide-react": "^1.27.0", "next": "^16.2.10", "next-intl": "^4.13.2", "react": "^19.2.7",