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",