From d3c1edfb45c5a4919aff9f0275a7c5712ac69795 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:51:58 +0000 Subject: [PATCH] Update dependency @types/mocha to v10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ade7090..f88c2ca2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "description": "WebdriverIO end-to-end test automation boilerplate. Using TypeScript, ts-node, Mocha, Chai and Expect.", "devDependencies": { "@types/chai": "4.2.21", - "@types/mocha": "8.2.3", + "@types/mocha": "10.0.10", "@types/node": "13.13.52", "husky": "6.0.0", "lint-staged": "10.5.4",