diff --git a/package-lock.json b/package-lock.json index 5c8bdfd..08b7c00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "lucide-react": "^0.468.0", + "lucide-react": "^0.563.0", "next": "^15.1.0", "next-themes": "^0.4.4", "react": "^19.0.0", @@ -8073,12 +8073,12 @@ } }, "node_modules/lucide-react": { - "version": "0.468.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.468.0.tgz", - "integrity": "sha512-6koYRhnM2N0GGZIdXzSeiNwguv1gt/FAjZOiPl76roBi3xKEXa4WmfpxgQwTTL4KipXjefrnf3oV4IsYhi4JFA==", + "version": "0.563.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.563.0.tgz", + "integrity": "sha512-8dXPB2GI4dI8jV4MgUDGBeLdGk8ekfqVZ0BdLcrRzocGgG75ltNEmWS+gE7uokKF/0oSUuczNDT+g9hFJ23FkA==", "license": "ISC", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/lz-string": { diff --git a/package.json b/package.json index e83898a..3f95c44 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "clsx": "^2.1.1", "tailwind-merge": "^2.6.0", "class-variance-authority": "^0.7.1", - "lucide-react": "^0.468.0", + "lucide-react": "^0.563.0", "date-fns": "^4.1.0", "zod": "^3.24.1", "@hookform/resolvers": "^3.9.1",