diff --git a/landing-ui/package-lock.json b/landing-ui/package-lock.json index 2c1e136..e89614c 100644 --- a/landing-ui/package-lock.json +++ b/landing-ui/package-lock.json @@ -16,7 +16,7 @@ "@radix-ui/react-slot": "^1.2.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.468.0", + "lucide-react": "^1.11.0", "react": "^19.2.4", "react-dom": "^19.2.4", "tailwind-merge": "^3.5.0", @@ -3131,12 +3131,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": "1.11.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.11.0.tgz", + "integrity": "sha512-UOhjdztXCgdBReRcIhsvz2siIBogfv/lhJEIViCpLt924dO+GDms9T7DNoucI23s6kEPpe988m5N0D2ajnzb2g==", "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/merge2": { diff --git a/landing-ui/package.json b/landing-ui/package.json index 3425762..8d46f98 100644 --- a/landing-ui/package.json +++ b/landing-ui/package.json @@ -18,7 +18,7 @@ "@radix-ui/react-slot": "^1.2.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.468.0", + "lucide-react": "^1.11.0", "react": "^19.2.4", "react-dom": "^19.2.4", "tailwind-merge": "^3.5.0",