From 7638c9ba7e7fd9dc4a1d852c624f798ad7c81e64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 04:14:51 +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 896f655..e925498 100644 --- a/package.json +++ b/package.json @@ -47,10 +47,10 @@ "test": "run-s check test:*" }, "devDependencies": { - "@types/chai": "^4.3.19", + "@types/chai": "^4.3.20", "@types/chai-as-promised": "^7.1.8", "@types/chai-quantifiers": "^1.0.4", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.9", "@types/node": "^18.19.50", "@types/sinon": "^17.0.3", "@types/sinon-chai": "^3.2.12", @@ -64,8 +64,8 @@ "husky": "^9.1.6", "installed-check": "^9.3.0", "knip": "^5.30.2", - "mocha": "^10.7.3", - "npm-run-all2": "^6.2.2", + "mocha": "^10.8.2", + "npm-run-all2": "^6.2.6", "sinon": "^19.0.2", "sinon-chai": "^3.7.0", "type-coverage": "^2.29.1",