From 4c288fa50ebc3f9467cbf6fdfbc1eaf16989c49d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 30 Dec 2021 16:28:02 +0000 Subject: [PATCH] Update dependency c8 to v7.11.0 --- ghost/adapter-manager/package.json | 2 +- ghost/bootstrap-socket/package.json | 2 +- ghost/config-url-helpers/package.json | 2 +- ghost/constants/package.json | 2 +- ghost/errors/package.json | 2 +- ghost/image-transform/package.json | 2 +- ghost/job-manager/package.json | 2 +- ghost/limit-service/package.json | 2 +- ghost/minifier/package.json | 2 +- ghost/moleculer-service-from-class/package.json | 2 +- ghost/mw-error-handler/package.json | 2 +- ghost/mw-session-from-token/package.json | 2 +- ghost/mw-update-user-last-seen/package.json | 2 +- ghost/package-json/package.json | 2 +- ghost/pretty-cli/package.json | 2 +- ghost/promise/package.json | 2 +- ghost/release-utils/package.json | 2 +- ghost/security/package.json | 2 +- ghost/session-service/package.json | 2 +- ghost/settings-path-manager/package.json | 2 +- ghost/vhost-middleware/package.json | 2 +- ghost/zip/package.json | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index ff6c1adbfe..52b374ee78 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "11.1.2" diff --git a/ghost/bootstrap-socket/package.json b/ghost/bootstrap-socket/package.json index 3d95b0010a..945b67d86a 100644 --- a/ghost/bootstrap-socket/package.json +++ b/ghost/bootstrap-socket/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "11.1.2" diff --git a/ghost/config-url-helpers/package.json b/ghost/config-url-helpers/package.json index 3cfcb40014..9b4a9a9464 100644 --- a/ghost/config-url-helpers/package.json +++ b/ghost/config-url-helpers/package.json @@ -20,7 +20,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "11.1.2" diff --git a/ghost/constants/package.json b/ghost/constants/package.json index da05fc8b67..3c34c3edd5 100644 --- a/ghost/constants/package.json +++ b/ghost/constants/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "11.1.2" diff --git a/ghost/errors/package.json b/ghost/errors/package.json index 97184e5db9..2fe82dee3f 100644 --- a/ghost/errors/package.json +++ b/ghost/errors/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "11.1.2" diff --git a/ghost/image-transform/package.json b/ghost/image-transform/package.json index 5c0328b9c0..ff72dd03fc 100644 --- a/ghost/image-transform/package.json +++ b/ghost/image-transform/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "11.1.2" diff --git a/ghost/job-manager/package.json b/ghost/job-manager/package.json index 0f9c4a8907..b108ac204d 100644 --- a/ghost/job-manager/package.json +++ b/ghost/job-manager/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@sinonjs/fake-timers": "8.1.0", - "c8": "7.10.0", + "c8": "7.11.0", "date-fns": "2.28.0", "delay": "5.0.0", "mocha": "9.1.3", diff --git a/ghost/limit-service/package.json b/ghost/limit-service/package.json index 1b93775a63..3a3a6abef7 100644 --- a/ghost/limit-service/package.json +++ b/ghost/limit-service/package.json @@ -20,7 +20,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "11.1.2" diff --git a/ghost/minifier/package.json b/ghost/minifier/package.json index 4a6ec02b12..1074a85de0 100644 --- a/ghost/minifier/package.json +++ b/ghost/minifier/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.2", "should": "13.2.3", "sinon": "11.1.2" diff --git a/ghost/moleculer-service-from-class/package.json b/ghost/moleculer-service-from-class/package.json index 3a7973cdf1..69b5b23905 100644 --- a/ghost/moleculer-service-from-class/package.json +++ b/ghost/moleculer-service-from-class/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "11.1.2" diff --git a/ghost/mw-error-handler/package.json b/ghost/mw-error-handler/package.json index b910062a1f..b9a8034774 100644 --- a/ghost/mw-error-handler/package.json +++ b/ghost/mw-error-handler/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "12.0.1" diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index d410736f0a..f787f8298f 100644 --- a/ghost/mw-session-from-token/package.json +++ b/ghost/mw-session-from-token/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "express": "4.17.2", "mocha": "9.1.3", "should": "13.2.3", diff --git a/ghost/mw-update-user-last-seen/package.json b/ghost/mw-update-user-last-seen/package.json index f290bfc32b..36b746b0a4 100644 --- a/ghost/mw-update-user-last-seen/package.json +++ b/ghost/mw-update-user-last-seen/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "12.0.1" diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index 8b1c872ec3..5c7fd3d80f 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "11.1.2", diff --git a/ghost/pretty-cli/package.json b/ghost/pretty-cli/package.json index 46a6a5e1d0..6afa4d7f6e 100644 --- a/ghost/pretty-cli/package.json +++ b/ghost/pretty-cli/package.json @@ -20,7 +20,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "11.1.2" diff --git a/ghost/promise/package.json b/ghost/promise/package.json index 425d860081..9f978969fe 100644 --- a/ghost/promise/package.json +++ b/ghost/promise/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "11.1.2" diff --git a/ghost/release-utils/package.json b/ghost/release-utils/package.json index 229b841a61..059b806541 100644 --- a/ghost/release-utils/package.json +++ b/ghost/release-utils/package.json @@ -18,7 +18,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "11.1.2" diff --git a/ghost/security/package.json b/ghost/security/package.json index c85bf826cc..993d3e30bc 100644 --- a/ghost/security/package.json +++ b/ghost/security/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "11.1.2" diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 1ecf92a14e..640983065c 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "express": "4.17.2", "mocha": "9.1.3", "should": "13.2.3", diff --git a/ghost/settings-path-manager/package.json b/ghost/settings-path-manager/package.json index 115729f219..7d6933ce73 100644 --- a/ghost/settings-path-manager/package.json +++ b/ghost/settings-path-manager/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "should": "13.2.3", "sinon": "11.1.2" diff --git a/ghost/vhost-middleware/package.json b/ghost/vhost-middleware/package.json index bc8a1e97d2..e013ef7fad 100644 --- a/ghost/vhost-middleware/package.json +++ b/ghost/vhost-middleware/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "mocha": "9.1.3", "supertest": "6.1.6" } diff --git a/ghost/zip/package.json b/ghost/zip/package.json index 6ee61b4098..8798e8a9e6 100644 --- a/ghost/zip/package.json +++ b/ghost/zip/package.json @@ -19,7 +19,7 @@ "access": "public" }, "devDependencies": { - "c8": "7.10.0", + "c8": "7.11.0", "folder-hash": "4.0.1", "mocha": "9.1.3", "should": "13.2.3",