From 02db56465dd19e6d07c642febe058677b8c30539 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Apr 2022 22:40:44 +0000 Subject: [PATCH] Update test dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 96a2e9f..635ba53 100644 --- a/package.json +++ b/package.json @@ -53,16 +53,16 @@ }, "devDependencies": { "@hdsydsvenskan/ts-ignore-import": "^2.0.0", - "@types/chai": "^4.3.0", + "@types/chai": "^4.3.1", "@types/chai-as-promised": "^7.1.5", - "@types/mocha": "^9.1.0", + "@types/mocha": "^9.1.1", "@types/node": "^14.18.12", "@types/pg": "^8.6.4", "@types/pg-format": "^1.0.2", "@voxpelli/eslint-config": "^13.0.3", "@voxpelli/eslint-config-jsdoc-ts": "^1.0.0", "@voxpelli/tsconfig": "^3.2.0", - "c8": "^7.11.0", + "c8": "^7.11.2", "chai": "^4.3.6", "chai-as-promised": "^7.1.1", "cross-env": "^7.0.3", @@ -79,9 +79,9 @@ "eslint-plugin-security": "^1.4.0", "eslint-plugin-unicorn": "^41.0.0", "ghat": "^0.14.0", - "husky": "^7.0.0", + "husky": "^7.0.4", "installed-check": "^5.0.0", - "mocha": "^9.2.1", + "mocha": "^9.2.2", "npm-run-all": "^4.1.5", "typescript": "~4.6.0" }