diff --git a/package-lock.json b/package-lock.json index 0288c56..0fea707 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "cmdk": "^1.1.1", "framer-motion": "^12.7.4", "katex": "^0.16.21", - "lucide-react": "^0.477.0", + "lucide-react": "^0.541.0", "micromark-extension-llm-math": "^3.1.0", "motion": "^12.7.4", "next": "^15.3.0", @@ -9672,9 +9672,9 @@ } }, "node_modules/lucide-react": { - "version": "0.477.0", - "resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-0.477.0.tgz", - "integrity": "sha512-yCf7aYxerFZAbd8jHJxjwe1j7jEMPptjnaOqdYeirFnEy85cNR3/L+o0I875CYFYya+eEVzZSbNuRk8BZPDpVw==", + "version": "0.541.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.541.0.tgz", + "integrity": "sha512-s0Vircsu5WaGv2KoJZ5+SoxiAJ3UXV5KqEM3eIFDHaHkcLIFdIWgXtZ412+Gh02UsdS7Was+jvEpBvPCWQISlg==", "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 5ce3ebe..14f9d92 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "cmdk": "^1.1.1", "framer-motion": "^12.7.4", "katex": "^0.16.21", - "lucide-react": "^0.477.0", + "lucide-react": "^0.541.0", "micromark-extension-llm-math": "^3.1.0", "motion": "^12.7.4", "next": "^15.3.0",