diff --git a/package-lock.json b/package-lock.json index 3438ce6..6a1c7b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "embla-carousel-react": "^8.3.0", "framer-motion": "^12.6.5", "input-otp": "^1.2.4", - "lucide-react": "^0.462.0", + "lucide-react": "^0.547.0", "next-themes": "^0.3.0", "react": "^18.3.1", "react-day-picker": "^8.10.1", @@ -7893,11 +7893,12 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.462.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.462.0.tgz", - "integrity": "sha512-NTL7EbAao9IFtuSivSZgrAh4fZd09Lr+6MTkqIxuHaH2nnYiYIzXPo06cOxHg9wKLdj6LL8TByG4qpePqwgx/g==", + "version": "0.547.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.547.0.tgz", + "integrity": "sha512-YLChGBWKq8ynr1UWP8WWRPhHhyuBAXfSBnHSgfoj51L//9TU3d0zvxpigf5C1IJ4vnEoTzthl5awPK55PiZhdA==", + "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/magic-string": { diff --git a/package.json b/package.json index 9929de4..850a8c0 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "embla-carousel-react": "^8.3.0", "framer-motion": "^12.6.5", "input-otp": "^1.2.4", - "lucide-react": "^0.462.0", + "lucide-react": "^0.547.0", "next-themes": "^0.3.0", "react": "^18.3.1", "react-day-picker": "^8.10.1",