diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-04-05 23:14:26 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-04-05 23:14:26 +0000 |
| commit | ec432ab47df5c17183bbe968a6f4f997a86474d7 (patch) | |
| tree | f1f1e005ae25cdcc950c0f1307dee99bc63cbffb /package.json | |
| parent | 27b22ffa626d42a64c61a2a9e0727e5df2c9445b (diff) | |
| download | ao-coverage-ec432ab47df5c17183bbe968a6f4f997a86474d7.tar.gz ao-coverage-ec432ab47df5c17183bbe968a6f4f997a86474d7.tar.bz2 ao-coverage-ec432ab47df5c17183bbe968a6f4f997a86474d7.zip | |
Update dependencies to fix jest issue
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index dfdd22b..9396ea3 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,9 @@ "handlebars": "^4.7.7", "jsdom": "^19.0.0", "logform": "^2.4.0", - "mongodb": "^4.4.1", + "mongodb": "^4.5.0", "uuid": "^8.3.2", - "winston": "^3.6.0", + "winston": "^3.7.2", "winston-transport": "^4.5.0", "xml2js": "^0.4.23" }, @@ -46,18 +46,18 @@ "@types/triple-beam": "^1.3.2", "@types/uuid": "^8.3.4", "@types/xml2js": "^0.4.9", - "@typescript-eslint/eslint-plugin": "^5.17.0", - "@typescript-eslint/parser": "^5.17.0", + "@typescript-eslint/eslint-plugin": "^5.18.0", + "@typescript-eslint/parser": "^5.18.0", "eslint": "^8.12.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-tsdoc": "^0.2.14", - "jest": "^27.4.1", + "jest": "^27.5.1", "prettier": "^2.6.2", "supertest": "^6.2.2", "triple-beam": "^1.3.0", "ts-jest": "^27.1.4", - "tsc-watch": "^4.6.2", + "tsc-watch": "^5.0.2", "typedoc": "^0.22.13", "typescript": "^4.6.3" }, @@ -76,7 +76,7 @@ ], "coverageThreshold": { "global": { - "branches": 85, + "branches": 80, "functions": 85, "lines": 85, "statements": 85 |
