From 8137d5aa7289aa140529cc87fb672db98dd3178f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 Jul 2020 10:40:19 +0000 Subject: [PATCH] Update dependency mocha to v6.2.3 --- ghost/magic-link/package.json | 2 +- ghost/members-api/package.json | 2 +- ghost/members-ssr/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/magic-link/package.json b/ghost/magic-link/package.json index a50aa19733..9832ad0a53 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -22,7 +22,7 @@ "@types/jsonwebtoken": "8.5.0", "@types/node": "12.12.51", "@types/nodemailer": "6.4.0", - "mocha": "6.2.2", + "mocha": "6.2.3", "should": "13.2.3", "sinon": "7.5.0" }, diff --git a/ghost/members-api/package.json b/ghost/members-api/package.json index 5306d03ae6..29186edac1 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@types/stripe": "7.13.24", "jsdom": "15.2.1", - "mocha": "6.2.2", + "mocha": "6.2.3", "nock": "12.0.3", "should": "13.2.3", "sinon": "7.5.0" diff --git a/ghost/members-ssr/package.json b/ghost/members-ssr/package.json index c74e1851f1..cfc5445141 100644 --- a/ghost/members-ssr/package.json +++ b/ghost/members-ssr/package.json @@ -19,7 +19,7 @@ "@types/cookies": "0.7.4", "@types/node": "12.12.51", "keypair": "1.0.1", - "mocha": "6.2.2", + "mocha": "6.2.3", "should": "13.2.3", "sinon": "7.5.0" },