diff --git a/package-lock.json b/package-lock.json index f140ebfc..7f42ccc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.7", "jszip": "^3.10.1", - "lucide-react": "^1.17.0", + "lucide-react": "^1.27.0", "next": "16.2.9", "next-themes": "^0.4.3", "nostr-tools": "^2.23.5", @@ -14146,9 +14146,9 @@ } }, "node_modules/lucide-react": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.17.0.tgz", - "integrity": "sha512-9FA9evdox/JQL5PT57fdA1x/yg8T7knJ98+zjTL3UfKza6pflQUUh3XtaQIHKvnsJw1lmsEyHVlt5jchYxOQ5w==", + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.27.0.tgz", + "integrity": "sha512-rJicGl/3Fly/E0rOH1YmPZ6e49JCnKknh1ox1vpHnkfjujAkKA6sqUZvH3MTAaXXjgexyUwgNwTJzTtYuAFYJw==", "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 374c2f25..0ade0f05 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.7", "jszip": "^3.10.1", - "lucide-react": "^1.17.0", + "lucide-react": "^1.27.0", "next": "16.2.9", "next-themes": "^0.4.3", "nostr-tools": "^2.23.5",