From 0fdbba9dbd097a29fc442bfcedc5989c85d5c50f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 20:05:27 +0000 Subject: [PATCH] Update Test & linting packages --- ghost/custom-theme-settings-service/package.json | 2 +- ghost/email-analytics-provider-mailgun/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/custom-theme-settings-service/package.json b/ghost/custom-theme-settings-service/package.json index 8e8cc0af46..091e1e8e39 100644 --- a/ghost/custom-theme-settings-service/package.json +++ b/ghost/custom-theme-settings-service/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@nexes/nql": "0.6.0", - "c8": "7.11.3", + "c8": "7.12.0", "mocha": "10.0.0", "should": "13.2.3", "sinon": "14.0.0" diff --git a/ghost/email-analytics-provider-mailgun/package.json b/ghost/email-analytics-provider-mailgun/package.json index e2bdd51182..79fd30b1c2 100644 --- a/ghost/email-analytics-provider-mailgun/package.json +++ b/ghost/email-analytics-provider-mailgun/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "mocha": "10.0.0", - "nock": "13.2.8", + "nock": "13.2.9", "should": "13.2.3", "sinon": "14.0.0" },