update dependencies and devDependencies, fix lint issues
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 22 Jun 2024 21:32:08 +0000 (14:32 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 22 Jun 2024 21:32:08 +0000 (14:32 -0700)
commit3e0cafbdab72c337da5a146d13c591071f414eed
tree47fc8d9d4483d0d83cfc19a3a372ffeefd481344
parentf0bf29c75b0fd405ff92fa76f058e61162b87e43
update dependencies and devDependencies, fix lint issues
22 files changed:
CHANGELOG.md
package-lock.json
package.json
test/src/common.js
test/src/db/abstract.js
test/src/db/factory.js
test/src/db/integration.js
test/src/db/postgres.js
test/src/db/sqlite.js
test/src/errors.js
test/src/logger.js
test/src/manager.js
test/src/service.js
test/src/template/admin-html.js
test/src/template/admin-maintenance-html.js
test/src/template/admin-ticket-html.js
test/src/template/authorization-error-html.js
test/src/template/authorization-request-html.js
test/src/template/root-html.js
test/src/template/template-helper.js
test/stub-db.js
test/stub-logger.js