From e52f056de645f9fe4c379107c8cabf21f791646f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:08:46 +0000 Subject: [PATCH] Update test dependencies --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d17b10f..7c17e55 100644 --- a/package.json +++ b/package.json @@ -47,17 +47,17 @@ "test": "run-s check test:*" }, "devDependencies": { - "@types/chai": "^4.3.5", - "@types/chai-as-promised": "^7.1.5", - "@types/chai-quantifiers": "^1.0.1", - "@types/mocha": "^10.0.1", + "@types/chai": "^4.3.6", + "@types/chai-as-promised": "^7.1.6", + "@types/chai-quantifiers": "^1.0.2", + "@types/mocha": "^10.0.2", "@types/node": "^16.18.31", - "@types/sinon": "^10.0.15", - "@types/sinon-chai": "^3.2.9", + "@types/sinon": "^10.0.18", + "@types/sinon-chai": "^3.2.10", "@voxpelli/eslint-config": "^18.0.0", "@voxpelli/tsconfig": "^8.0.0", "c8": "^7.14.0", - "chai": "^4.3.7", + "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "chai-quantifiers": "^1.0.17", "eslint": "^8.42.0",