From b2bb6a12f112efbaf393f3ad7d5b10f935d9f110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:15:37 +0000 Subject: [PATCH] build(deps): bump lucide-react from 0.456.0 to 0.460.0 in /client Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.456.0 to 0.460.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.460.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 658fdbf..6109bc9 100644 --- a/client/package.json +++ b/client/package.json @@ -27,7 +27,7 @@ "clsx": "^2.1.1", "framer-motion": "^11.11.10", "fuse.js": "^7.0.0", - "lucide-react": "^0.456.0", + "lucide-react": "^0.460.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hotkeys-hook": "^4.5.1",