From 680c2e7e2242465b35b10d5bb36b1b782e4fc576 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 00:32:24 +0000 Subject: [PATCH] Update test dependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e516d40..698fa06 100644 --- a/package.json +++ b/package.json @@ -52,12 +52,12 @@ "@types/chai-quantifiers": "^1.0.3", "@types/mocha": "^10.0.3", "@types/node": "^16.18.59", - "@types/sinon": "^10.0.20", + "@types/sinon": "^17.0.3", "@types/sinon-chai": "^3.2.11", "@voxpelli/eslint-config": "^19.0.0", "@voxpelli/tsconfig": "^9.0.0", - "c8": "^8.0.1", - "chai": "^4.3.10", + "c8": "^9.1.0", + "chai": "^5.0.3", "chai-as-promised": "^7.1.1", "chai-quantifiers": "^1.0.17", "eslint": "^8.51.0", @@ -70,7 +70,7 @@ "eslint-plugin-security": "^1.7.1", "eslint-plugin-sort-destructure-keys": "^1.5.0", "eslint-plugin-unicorn": "^48.0.1", - "husky": "^8.0.3", + "husky": "^9.0.10", "installed-check": "^8.0.0", "knip": "^2.35.0", "mocha": "^10.2.0",