From ec432ab47df5c17183bbe968a6f4f997a86474d7 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Tue, 5 Apr 2022 23:14:26 +0000 Subject: Update dependencies to fix jest issue --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'package.json') 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 -- cgit