diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 262396b0..70f6a9ba 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -17,7 +17,7 @@ "chartjs-plugin-annotation": "^3.1.0", "dompurify": "^3.4.5", "framer-motion": "^12.40.0", - "lucide-react": "^1.18.0", + "lucide-react": "^1.21.0", "open-dyslexic": "^1.0.3", "react": "^19.2.7", "react-chartjs-2": "^5.3.1", @@ -2091,9 +2091,9 @@ } }, "node_modules/lucide-react": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.18.0.tgz", - "integrity": "sha512-LZDb7H/0YfM+RJncD0hDQRCAu+vSGODqpe35TuVI8EuXaRjkczbsx7p8dY4J87F/MUSj6bpYqeI8nw8qXaAdmA==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.21.0.tgz", + "integrity": "sha512-reEZMXq8Qdd5jg5XYkQ5TR1fB/GiQ7ih4vcrthYDtgjSDwh0i6/YLiGjsWsIwgN49gpAnd4J2elSNzncMEEUUQ==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/dashboard/package.json b/dashboard/package.json index 6f693747..d12c2a8a 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -24,7 +24,7 @@ "chartjs-plugin-annotation": "^3.1.0", "dompurify": "^3.4.5", "framer-motion": "^12.40.0", - "lucide-react": "^1.18.0", + "lucide-react": "^1.21.0", "open-dyslexic": "^1.0.3", "react": "^19.2.7", "react-chartjs-2": "^5.3.1",