From 8897ca2e7907ec59b74c2eaae4e997be476bd1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 02:59:08 +0000 Subject: [PATCH] chore: bump lucide-react from 1.7.0 to 1.8.0 in /web Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.8.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 22 +++++----------------- web/package.json | 2 +- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 6d5729a..b678d00 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -12,8 +12,8 @@ "@tanstack/react-query": "^5.96.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^1.7.0", - "next": "^16.2.4", + "lucide-react": "^1.8.0", + "next": "16.2.4", "react": "19.2.4", "react-dom": "19.2.4", "shadcn": "^4.1.2", @@ -1691,9 +1691,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1710,9 +1707,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1729,9 +1723,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1748,9 +1739,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -6764,9 +6752,9 @@ } }, "node_modules/lucide-react": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.7.0.tgz", - "integrity": "sha512-yI7BeItCLZJTXikmK4KNUGCKoGzSvbKlfCvw44bU4fXAL6v3gYS4uHD1jzsLkfwODYwI6Drw5Tu9Z5ulDe0TSg==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.8.0.tgz", + "integrity": "sha512-WuvlsjngSk7TnTBJ1hsCy3ql9V9VOdcPkd3PKcSmM34vJD8KG6molxz7m7zbYFgICwsanQWmJ13JlYs4Zp7Arw==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/web/package.json b/web/package.json index f7c6d00..eb38288 100644 --- a/web/package.json +++ b/web/package.json @@ -13,7 +13,7 @@ "@tanstack/react-query": "^5.96.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^1.7.0", + "lucide-react": "^1.8.0", "next": "16.2.4", "react": "19.2.4", "react-dom": "19.2.4",