diff --git a/package-lock.json b/package-lock.json index 6ae158b..1e0f866 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "clsx": "^2.1.1", "csv-parse": "^5.6.0", "jose": "^6.1.2", - "lucide-react": "^0.555.0", + "lucide-react": "^0.556.0", "mongodb": "^7.0.0", "mongoose": "^9.0.0", "next": "^15.5.6", @@ -10058,9 +10058,9 @@ } }, "node_modules/lucide-react": { - "version": "0.555.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.555.0.tgz", - "integrity": "sha512-D8FvHUGbxWBRQM90NZeIyhAvkFfsh3u9ekrMvJ30Z6gnpBHS6HC6ldLg7tL45hwiIz/u66eKDtdA23gwwGsAHA==", + "version": "0.556.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.556.0.tgz", + "integrity": "sha512-iOb8dRk7kLaYBZhR2VlV1CeJGxChBgUthpSP8wom9jfj79qovgG6qcSdiy6vkoREKPnbUYzJsCn4o4PtG3Iy+A==", "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 b05caf3..362b8f2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "clsx": "^2.1.1", "csv-parse": "^5.6.0", "jose": "^6.1.2", - "lucide-react": "^0.555.0", + "lucide-react": "^0.556.0", "mongodb": "^7.0.0", "mongoose": "^9.0.0", "next": "^15.5.6",