From 546d93fd594eb142068f85b617cdd543491ce77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 19:23:20 +0000 Subject: [PATCH] chore(deps): bump lucide-react from 1.18.0 to 1.21.0 in /dashboard Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 1.18.0 to 1.21.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.21.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",