Files
redlight/server/routes
MichelleandClaude Fable 5 8c65e4acd2
Build & Push Docker Image / build (push) Successful in 3m57s
refactor: replace exceljs with write-excel-file for analytics export
exceljs (latest 4.4.0) ships years-old transitive dependencies that
npm flags as deprecated on every install (rimraf 2, glob 7, inflight,
fstream, lodash.isequal) and needed a uuid override for a security
advisory. It was only used for the single-sheet analytics XLSX export,
which write-excel-file covers with the same output (column widths,
bold/grey header, formula-injection escaping).

Removes the now-unneeded exceljs uuid override.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 09:40:53 +02:00
..
2026-07-16 09:03:40 +02:00