diff --git a/package-lock.json b/package-lock.json index 6258763..c9be995 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "clsx": "^2.1.1", "jotai": "^2.12.5", "lightningcss": "^1.25.1", - "lucide-react": "^0.525.0", + "lucide-react": "^0.543.0", "next": "15.4.1", "next-themes": "^0.4.6", "prettier": "^3.6.2", @@ -2447,9 +2447,9 @@ } }, "node_modules/lucide-react": { - "version": "0.525.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.525.0.tgz", - "integrity": "sha512-Tm1txJ2OkymCGkvwoHt33Y2JpN5xucVq1slHcgE6Lk0WjDfjgKWor5CdVER8U6DvcfMwh4M8XxmpTiyzfmfDYQ==", + "version": "0.543.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.543.0.tgz", + "integrity": "sha512-fpVfuOQO0V3HBaOA1stIiP/A2fPCXHIleRZL16Mx3HmjTYwNSbimhnFBygs2CAfU1geexMX5ItUcWBGUaqw5CA==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index d0edf84..e1777f4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "clsx": "^2.1.1", "jotai": "^2.12.5", "lightningcss": "^1.25.1", - "lucide-react": "^0.525.0", + "lucide-react": "^0.543.0", "next": "15.4.1", "next-themes": "^0.4.6", "prettier": "^3.6.2",