From e13b432215e630b37159974a868c0236311b74ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 01:04:23 +0000 Subject: [PATCH] chore(deps): update dependency mocha to v10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5f7c53..0abbc70 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint-config-phanective": "latest", - "mocha": "^9.1.3" + "mocha": "^10.0.0" }, "engines": { "node": ">=14",