diff --git a/package.json b/package.json index 7c3ad00..023672b 100644 --- a/package.json +++ b/package.json @@ -57,9 +57,9 @@ }, "devDependencies": { "@hdsydsvenskan/ts-ignore-import": "^2.0.0", - "@types/chai": "^4.2.15", + "@types/chai": "^4.2.16", "@types/chai-as-promised": "^7.1.3", - "@types/mocha": "^8.2.0", + "@types/mocha": "^8.2.2", "@types/node": "^12.20.1", "@types/pg": "^7.14.10", "@types/pg-format": "^1.0.1", @@ -67,8 +67,8 @@ "@voxpelli/eslint-config": "11.0.1", "@voxpelli/eslint-config-jsdoc-ts": "^0.3.1", "@voxpelli/tsconfig": "^1.0.0", - "c8": "^7.5.0", - "chai": "^4.3.0", + "c8": "^7.7.1", + "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "cross-env": "^7.0.3", "dependency-check": "^4.1.0", @@ -86,7 +86,7 @@ "ghat": "^0.14.0", "husky": "^4.3.8", "installed-check": "^4.0.0", - "mocha": "^8.3.0", + "mocha": "^8.3.2", "npm-run-all": "^4.1.5", "typescript": "^4.1.5" }