From 5c0b6be48048a8014d1fc7f9e69871c71b619284 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:49:55 +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 93add1f..2c42843 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,10 @@ }, "devDependencies": { "@types/chai": "^4.2.0", - "@types/mocha": "^5.2.7", + "@types/mocha": "^10.0.7", "@types/node": "^12.7.1", "@voxpelli/eslint-config": "^4.0.0", - "chai": "^4.2.0", + "chai": "^5.1.1", "coveralls": "^3.0.5", "dependency-check": "^4.1.0", "documentation": "^12.1.1", @@ -44,11 +44,11 @@ "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.0", - "husky": "^4.2.1", + "husky": "^9.0.11", "installed-check": "^3.0.0", - "mocha": "^7.0.1", + "mocha": "^10.5.0", "npm-run-all": "^4.1.5", - "nyc": "^15.0.0", + "nyc": "^17.0.0", "typescript": "^3.5.3" }, "dependencies": {