update devDependencies, fix lint issues
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 11 May 2024 18:05:17 +0000 (11:05 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 11 May 2024 18:35:52 +0000 (11:35 -0700)
commit9c8e775e5ab96a1788f535760bfa72205c430d15
tree2466401e768a58d1840e48dc5c5a2cd697138551
parent786f4aa122c3c3a1c1c8224abacd12d0ca079cd0
update devDependencies, fix lint issues
21 files changed:
CHANGELOG.md
eslint.config.js
lib/authenticator.js
lib/common.js
lib/session-manager.js
lib/stdio-credential.js
lib/template/helpers.js
lib/template/ia-html.js
lib/template/login-html.js
lib/template/otp-html.js
lib/template/settings-html.js
package-lock.json
package.json
test/lib/authenticator.js
test/lib/session-manager.js
test/lib/stdio-credential.js
test/lib/template/helpers.js
test/lib/template/settings-html.js
test/stub-config.js
test/stub-db.js
test/stub-logger.js