From f37d515dce81e5c357662b352861c2ea1bf59531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:42:31 +0000 Subject: [PATCH] chore(deps): bump lucide-react from 0.441.0 to 0.446.0 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.441.0 to 0.446.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.446.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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f16728b..6127e8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "cmdk": "^1.0.0", "framer-motion": "^11.1.7", "fuse.js": "^7.0.0", - "lucide-react": "^0.441.0", + "lucide-react": "^0.446.0", "mini-svg-data-uri": "^1.4.4", "next": "14.2.11", "next-themes": "^0.3.0", @@ -3471,9 +3471,9 @@ } }, "node_modules/lucide-react": { - "version": "0.441.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.441.0.tgz", - "integrity": "sha512-0vfExYtvSDhkC2lqg0zYVW1Uu9GsI4knuV9GP9by5z0Xhc4Zi5RejTxfz9LsjRmCyWVzHCJvxGKZWcRyvQCWVg==", + "version": "0.446.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.446.0.tgz", + "integrity": "sha512-BU7gy8MfBMqvEdDPH79VhOXSEgyG8TSPOKWaExWGCQVqnGH7wGgDngPbofu+KdtVjPQBWbEmnfMTq90CTiiDRg==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" } diff --git a/package.json b/package.json index 4320f48..03c7d3c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "cmdk": "^1.0.0", "framer-motion": "^11.1.7", "fuse.js": "^7.0.0", - "lucide-react": "^0.441.0", + "lucide-react": "^0.446.0", "mini-svg-data-uri": "^1.4.4", "next": "14.2.11", "next-themes": "^0.3.0",