diff --git a/package.json b/package.json index e7ab8e8..9763d6d 100644 --- a/package.json +++ b/package.json @@ -31,24 +31,24 @@ ], "license": "MIT", "dependencies": { - "async": "^3.2.2", - "ldapjs": "^2.3.1", + "async": "^3.2.4", + "ldapjs": "^2.3.3", "ldapts": "^2.12.0" }, "peerDependencies": { - "@kth/log": "^4.0.0" + "@kth/log": "^4.0.5" }, "devDependencies": { - "@kth/eslint-config-kth": "^3.0.6", - "@kth/log": "^4.0.0", - "chai": "^4.3.4", - "eslint": "^8.12.0", + "@kth/eslint-config-kth": "^3.0.10", + "@kth/log": "^4.0.5", + "chai": "^4.3.6", + "eslint": "^8.20.0", "husky": "^7.0.4", - "jest": "^27.4.4", - "mocha": "^9.1.3", + "jest": "^27.5.1", + "mocha": "^9.2.2", "mockery": "^2.1.0", - "prettier": "^2.5.1", - "pretty-quick": "3.1.2" + "prettier": "^2.7.1", + "pretty-quick": "3.1.3" }, "prettier": { "arrowParens": "avoid",