diff --git a/package-lock.json b/package-lock.json index b98dba1..849b9b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "embla-carousel-react": "^8.3.0", "framer-motion": "^12.26.2", "input-otp": "^1.2.4", - "lucide-react": "^0.462.0", + "lucide-react": "^1.14.0", "next-themes": "^0.4.6", "react": "^18.3.1", "react-day-picker": "^9.14.0", @@ -5729,12 +5729,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": "1.14.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.14.0.tgz", + "integrity": "sha512-+1mdWcfSJVUsaTIjN9zoezmUhfXo5l0vP7ekBMPo3jcS/aIkxHnXqAPsByszMZx/Y8oQBRJxJx5xg+RH3urzxA==", "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 083589a..1259be9 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "embla-carousel-react": "^8.3.0", "framer-motion": "^12.26.2", "input-otp": "^1.2.4", - "lucide-react": "^0.462.0", + "lucide-react": "^1.14.0", "next-themes": "^0.4.6", "react": "^18.3.1", "react-day-picker": "^9.14.0",