diff --git a/package-lock.json b/package-lock.json index 4d9fadd..9ea3286 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "clsx": "^2.1.1", "embla-carousel-react": "^8.1.4", "framer-motion": "^11.2.12", - "lucide-react": "^0.379.0", + "lucide-react": "^0.394.0 "next": "^14.2.4", "react": "^18", "react-dom": "^18", @@ -2159,9 +2159,10 @@ } }, "node_modules/lucide-react": { - "version": "0.379.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.379.0.tgz", - "integrity": "sha512-KcdeVPqmhRldldAAgptb8FjIunM2x2Zy26ZBh1RsEUcdLIvsEmbcw7KpzFYUy5BbpGeWhPu9Z9J5YXfStiXwhg==", + "version": "0.394.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.394.0.tgz", + "integrity": "sha512-PzTbJ0bsyXRhH59k5qe7MpTd5MxlpYZUcM9kGSwvPGAfnn0J6FElDwu2EX6Vuh//F7y60rcVJiFQ7EK9DCMgfw==", + "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } diff --git a/package.json b/package.json index 1668f2f..05aeb06 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "clsx": "^2.1.1", "embla-carousel-react": "^8.1.4", "framer-motion": "^11.2.12", - "lucide-react": "^0.379.0", + "lucide-react": "^0.394.0", "next": "14.2.4", "react": "^18", "react-dom": "^18",