From 130f86258f0d578907816185015f5723b4531644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:01:05 +0000 Subject: [PATCH] Bump lucide-react from 0.446.0 to 0.503.0 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.446.0 to 0.503.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.503.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 0.503.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5227aa3..ca84464 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "eslint-config-next": "15.1.6", "ethers": "^6.13.4", "input-otp": "^1.2.4", - "lucide-react": "^0.446.0", + "lucide-react": "^0.503.0", "next": "14.2.21", "next-themes": "^0.3.0", "postcss": "8.4.49", @@ -5599,11 +5599,12 @@ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" }, "node_modules/lucide-react": { - "version": "0.446.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.446.0.tgz", - "integrity": "sha512-BU7gy8MfBMqvEdDPH79VhOXSEgyG8TSPOKWaExWGCQVqnGH7wGgDngPbofu+KdtVjPQBWbEmnfMTq90CTiiDRg==", + "version": "0.503.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.503.0.tgz", + "integrity": "sha512-HGGkdlPWQ0vTF8jJ5TdIqhQXZi6uh3LnNgfZ8MHiuxFfX3RZeA79r2MW2tHAZKlAVfoNE8esm3p+O6VkIvpj6w==", + "license": "ISC", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/merge2": { diff --git a/package.json b/package.json index e4956a2..84c1098 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint": "8.49.0", "eslint-config-next": "15.1.6", "input-otp": "^1.2.4", - "lucide-react": "^0.446.0", + "lucide-react": "^0.503.0", "next": "14.2.21", "next-themes": "^0.3.0", "postcss": "8.4.49",