From 4d59a4d8698a37eabf64b495cce54e3b324af93f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 Apr 2021 10:38:26 +0000 Subject: [PATCH] Update dependency @types/mocha to v8.2.2 --- ghost/adapter-manager/package.json | 2 +- ghost/mw-session-from-token/package.json | 2 +- ghost/session-service/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index 16588ec649..91b8585557 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -22,7 +22,7 @@ "access": "public" }, "devDependencies": { - "@types/mocha": "8.2.1", + "@types/mocha": "8.2.2", "@types/sinon": "9.0.10", "mocha": "8.3.2", "should": "13.2.3", diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index ff0f8c37c2..fc4fdf8723 100644 --- a/ghost/mw-session-from-token/package.json +++ b/ghost/mw-session-from-token/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@types/express": "4.17.3", - "@types/mocha": "8.2.1", + "@types/mocha": "8.2.2", "express": "4.17.1", "mocha": "8.3.2", "should": "13.2.3", diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 6bcb520c8d..08ae71a710 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@types/express": "4.17.4", - "@types/mocha": "8.2.1", + "@types/mocha": "8.2.2", "express": "4.17.1", "mocha": "8.3.2", "should": "13.2.3",