Skip to content

Commit

Permalink
fix: cleanup logs, bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Aug 28, 2024
1 parent b5d856d commit b9e8b59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions helpers/on-auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async function onAuth(auth, session, fn) {
verifications.push(record.replace(config.paidPrefix, '').trim());
}
} catch (err) {
this.logger.error(err, { session });
this.logger.debug(err, { session });
}

if (verifications.length === 0)
Expand Down Expand Up @@ -319,8 +319,8 @@ async function onAuth(auth, session, fn) {
)}/aliases and click "Generate Password"`,
{
responseCode: 535,
imapResponse: 'AUTHENTICATIONFAILED'
// ignoreHook: true
imapResponse: 'AUTHENTICATIONFAILED',
ignoreHook: true
}
);
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
],
"dependencies": {
"@ava/get-port": "2.0.0",
"@aws-sdk/client-s3": "3.635.0",
"@aws-sdk/lib-storage": "3.635.0",
"@aws-sdk/s3-request-presigner": "3.635.0",
"@aws-sdk/client-s3": "3.637.0",
"@aws-sdk/lib-storage": "3.637.0",
"@aws-sdk/s3-request-presigner": "3.637.0",
"@forevolve/bootstrap-dark": "4.0.2",
"@fortawesome/fontawesome-free": "5.15.4",
"@forwardemail/highlight-pug": "1.0.1",
Expand All @@ -34,7 +34,7 @@
"@hapi/boom": "10.0.1",
"@ioredis/commands": "1.2.0",
"@koa/multer": "3.0.2",
"@koa/router": "12.0.1",
"@koa/router": "13.0.0",
"@ladjs/api": "14.1.16",
"@ladjs/assets": "2.1.29",
"@ladjs/consolidate": "1.0.4",
Expand Down Expand Up @@ -294,8 +294,8 @@
"@babel/core": "7.25.2",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.25.4",
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@ladjs/browserslist-config": "1.0.0",
"@ladjs/gulp-envify": "2.0.1",
"@ladjs/pug-lint": "2.6.1",
Expand Down

0 comments on commit b9e8b59

Please sign in to comment.