From 70f7dd500cf9a0d290b7bb0765b340f52a9ba8df Mon Sep 17 00:00:00 2001 From: Sam Lord Date: Wed, 22 Sep 2021 14:40:00 +0100 Subject: [PATCH] Update @tryghost/logging in update-check-service no issue Prevents update check service from creating a separate logger. TODO: Ensure this is kept in sync with Ghost's version --- ghost/update-check-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/update-check-service/package.json b/ghost/update-check-service/package.json index e897c1684e..9acf63fba8 100644 --- a/ghost/update-check-service/package.json +++ b/ghost/update-check-service/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@tryghost/errors": "^0.2.11", - "@tryghost/logging": "^0.1.3", + "@tryghost/logging": "0.1.7", "@tryghost/tpl": "^0.1.3", "bluebird": "3.7.2", "lodash": "4.17.21",