CI Report:
https://ci-tests.linuxserver.io/linuxserver/thelounge/nightly-d33e1d41-ls198/index.html
LinuxServer Changes:
Full Changelog: nightly-769c9614-ls197...nightly-d33e1d41-ls198
Remote Changes:
Remove sqlite3 dependency; use built-in node:sqlite (#5055)
https://www.npmjs.com/package/sqlite3 is deprecated and Node 22 (#5041)
lets us use the builtin node:sqlite package (although it is
experimental)
most changes are a result of the native module being synchronous
relies on #5041 (now merged)
Closes thelounge/thelounge#5033