diff --git a/package-lock.json b/package-lock.json index 6aa8255..8bfe4da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "docxtemplater": "^3.66.7", - "lucide-react": "^0.545.0", + "lucide-react": "^1.31.0", "next": "16.3.1", "next-themes": "^0.4.6", "pdf-parse": "^1.1.1", @@ -5176,9 +5176,9 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.545.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.545.0.tgz", - "integrity": "sha512-7r1/yUuflQDSt4f1bpn5ZAocyIxcTyVyBBChSVtBKn5M+392cPmI5YJMWOJKk/HUWGm5wg83chlAZtCcGbEZtw==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.31.0.tgz", + "integrity": "sha512-G8u2eEtoHUnUa9f8lbvqDhCiORMnYLdUEo06EEG9MQvHQrInKcX3Pa2TH39MM5qyzRcWETxB0+aOwAPI1g1kEg==", "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 d8d1907..d3bb866 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "docxtemplater": "^3.66.7", - "lucide-react": "^0.545.0", + "lucide-react": "^1.31.0", "next": "16.3.1", "next-themes": "^0.4.6", "pdf-parse": "^1.1.1",