From 15f22543a0d2995ec0d95a636202ced6b7421c2f Mon Sep 17 00:00:00 2001 From: hasezoey Date: Tue, 6 Sep 2022 11:10:54 +0200 Subject: [PATCH] Revert "chore: revert mocha version to 5.x" This reverts commit 14de62742b495c29fcfd1d33055dcd6863f567e4. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88a4f94..d046557 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "benchmark": "~2.1.4", "eslint": "^7.16.0", "nyc": "^15.1.0", - "mocha": "5.x", + "mocha": "^9.2.2", "typescript": "^4.7.4", "eslint-plugin-mocha-no-only": "^1.1.1" }