You need to sign in or sign up before continuing.
Commit f4deaecc authored by simon's avatar simon

chore: pkg upgrades

parent 5688844f
This diff is collapsed.
...@@ -30,30 +30,30 @@ ...@@ -30,30 +30,30 @@
"preferGlobal": true, "preferGlobal": true,
"main": "dist/app.js", "main": "dist/app.js",
"dependencies": { "dependencies": {
"@hokify/node-ts-cache": "^5.1.7", "@hokify/node-ts-cache": "^5.2.0",
"debug": "^4.1.1", "debug": "^4.1.1",
"imap-simple": "^5.0.0", "imap-simple": "^5.0.0",
"ldapauth-fork": "^4.3.3", "ldapauth-fork": "^4.3.3",
"ldapjs": "^2.0.0", "ldapjs": "^2.1.1",
"native-duplexpair": "^1.0.0", "native-duplexpair": "^1.0.0",
"node-cache": "^5.1.1", "node-cache": "^5.1.2",
"radius": "~1.1.4", "radius": "~1.1.4",
"smtp-client": "^0.3.1", "smtp-client": "^0.3.2",
"yargs": "~15.3.1" "yargs": "~15.4.1"
}, },
"license": "GPLv3", "license": "GPLv3",
"devDependencies": { "devDependencies": {
"ts-node": "^8.10.2", "ts-node": "^8.10.2",
"standard-version": "^8.0.0", "standard-version": "^8.0.2",
"@hokify/eslint-config": "^0.4.25", "@hokify/eslint-config": "^0.4.42",
"@types/chai": "^4.2.11", "@types/chai": "^4.2.12",
"@types/ldapjs": "^1.0.8", "@types/ldapjs": "^1.0.9",
"@types/mocha": "^7.0.2", "@types/mocha": "^8.0.1",
"@types/radius": "0.0.28", "@types/radius": "0.0.28",
"chai": "^4.2.0", "chai": "^4.2.0",
"eslint": "^7.3.1", "eslint": "^7.6.0",
"mocha": "^8.0.1", "mocha": "^8.1.1",
"prettier": "^2.0.5", "prettier": "^2.0.5",
"typescript": "^3.9.5" "typescript": "^3.9.7"
} }
} }
...@@ -86,7 +86,7 @@ export class GoogleLDAPAuth implements IAuthentication { ...@@ -86,7 +86,7 @@ export class GoogleLDAPAuth implements IAuthentication {
}); });
res.on('error', function (ldapErr) { res.on('error', function (ldapErr) {
console.error(`error: ${ldapErr.message}`); console.error(`error: ${JSON.stringify(ldapErr)}`);
reject(); reject();
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment