From 09299118244096172a4670234720a76356087999 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 03:31:03 +0000 Subject: [PATCH] chore(deps): update test dependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4785c7b..a6b4119 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "test": "run-s check test:*" }, "devDependencies": { - "@types/chai": "^4.3.16", + "@types/chai": "^4.3.17", "@types/chai-as-promised": "^7.1.8", "@types/chai-quantifiers": "^1.0.4", "@types/mocha": "^10.0.7", @@ -57,14 +57,14 @@ "@voxpelli/eslint-config": "^20.0.0", "@voxpelli/tsconfig": "^12.0.1", "c8": "^10.1.2", - "chai": "^4.4.1", + "chai": "^4.5.0", "chai-as-promised": "^7.1.2", "chai-quantifiers": "^1.0.18", "eslint": "^9.7.0", - "husky": "^9.0.11", + "husky": "^9.1.4", "installed-check": "^9.3.0", "knip": "^5.26.0", - "mocha": "^10.6.0", + "mocha": "^10.7.3", "npm-run-all2": "^6.2.2", "sinon": "^18.0.0", "sinon-chai": "^3.7.0",