From 2ce0c5a992d79e1a49154db26f4e18ae94d3bbb7 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Fri, 25 Oct 2019 19:04:08 +0000 Subject: [PATCH] Update Test & linting packages --- 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 3ffb026bf3..ab45c493ad 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -22,7 +22,7 @@ "@types/jsonwebtoken": "8.3.4", "@types/node": "12.12.3", "@types/nodemailer": "6.2.1", - "mocha": "6.2.1", + "mocha": "6.2.2", "should": "13.2.3", "sinon": "7.5.0" }, diff --git a/ghost/members-api/package.json b/ghost/members-api/package.json index 40c6af3e9c..87eced5691 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -18,7 +18,7 @@ ], "devDependencies": { "jsdom": "15.1.1", - "mocha": "6.2.1", + "mocha": "6.2.2", "should": "13.2.3", "sinon": "7.5.0" }, diff --git a/ghost/members-ssr/package.json b/ghost/members-ssr/package.json index 5c037deefb..6605c07ba5 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.3", "keypair": "1.0.1", - "mocha": "6.2.1", + "mocha": "6.2.2", "should": "13.2.3", "sinon": "7.5.0" },