From f71eec2a60a2a4267f432080da1edd86320fe89d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Oct 2021 08:04:29 +0000 Subject: [PATCH] Update dependency mocha to v9.1.3 --- ghost/update-check-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/update-check-service/package.json b/ghost/update-check-service/package.json index a26ca66527..be031955f0 100644 --- a/ghost/update-check-service/package.json +++ b/ghost/update-check-service/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "mocha": "9.1.2", + "mocha": "9.1.3", "should": "13.2.3", "sinon": "11.1.2" },