diff --git a/package-lock.json b/package-lock.json index 41b521a..06c93a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.38.0", - "lucide-react": "^1.14.0", + "lucide-react": "^1.16.0", "next": "16.2.6", "react": "^19.2.4", "react-dom": "^19.2.6", @@ -5431,9 +5431,9 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.14.0.tgz", - "integrity": "sha512-+1mdWcfSJVUsaTIjN9zoezmUhfXo5l0vP7ekBMPo3jcS/aIkxHnXqAPsByszMZx/Y8oQBRJxJx5xg+RH3urzxA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.16.0.tgz", + "integrity": "sha512-dYwyPzb4MEKpGUmNYk3WKWPnMrHs3FKM+q94kAnJrcDIqqn1hq2xY8scaS2ovsOCM5D51ey2gaRG3PBb1vgoYQ==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index f3728a8..522b873 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.38.0", - "lucide-react": "^1.14.0", + "lucide-react": "^1.16.0", "next": "16.2.6", "react": "^19.2.4", "react-dom": "^19.2.6",