From 8b586b741672c5a822526af44bfb2dd71239f43f Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 15 Jun 2021 17:12:00 -0400 Subject: [PATCH] build: mocha@8.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aae3a3e2e..fe6cdfa18 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "eslint": "7.24.0", - "mocha": "8.3.2", + "mocha": "8.4.0", "nyc": "15.1.0", "supertest": "6.1.3" },