diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d2bf8f5..e3987a8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -17,7 +17,7 @@ "dompurify": "^3.4.5", "highlight.js": "^11.11.1", "isbot": "^5.1.40", - "lucide-react": "^1.14.0", + "lucide-react": "^1.16.0", "marked": "^18.0.4", "next-themes": "^0.4.6", "radix-ui": "^1.4.3", @@ -7890,9 +7890,9 @@ } }, "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/frontend/package.json b/frontend/package.json index fdaf650..a0cb7cb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "dompurify": "^3.4.5", "highlight.js": "^11.11.1", "isbot": "^5.1.40", - "lucide-react": "^1.14.0", + "lucide-react": "^1.16.0", "marked": "^18.0.4", "next-themes": "^0.4.6", "radix-ui": "^1.4.3",