From 4867b7fb3d0001d9608bd1aaff0e4afbeda394d3 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 2 Jan 2023 21:01:45 +0100 Subject: [PATCH] Updated `@tryghost/logging` resolutions refs https://github.com/TryGhost/Ghost/commit/08b786af3b92aaf3557af846a3fc67bbb33e5558 - we recently bumped the packages but I forgot to update the resolutions to pin Ghost to a specific version of the package --- ghost/core/package.json | 2 +- package.json | 2 +- yarn.lock | 24 ++++++++++++------------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index 48984e5d15..81e715dc77 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -227,7 +227,7 @@ "toml": "3.0.0" }, "resolutions": { - "@tryghost/logging": "2.3.5", + "@tryghost/logging": "2.3.6", "moment": "2.24.0", "moment-timezone": "0.5.23" } diff --git a/package.json b/package.json index 67992fa9cf..46b837d321 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "prepare": "husky install .github/hooks" }, "resolutions": { - "@tryghost/logging": "2.3.5", + "@tryghost/logging": "2.3.6", "moment": "2.24.0", "moment-timezone": "0.5.23" }, diff --git a/yarn.lock b/yarn.lock index d022ae0ceb..a0cddb284c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4402,7 +4402,7 @@ "@tryghost/root-utils" "^0.3.19" debug "^4.3.1" -"@tryghost/elasticsearch@^3.0.7", "@tryghost/elasticsearch@^3.0.8": +"@tryghost/elasticsearch@^3.0.8": version "3.0.8" resolved "https://registry.yarnpkg.com/@tryghost/elasticsearch/-/elasticsearch-3.0.8.tgz#cc39d7781140403c66b760233b87793a6cecb29a" integrity sha512-CDLDsvwLMHVOorS19m2bUwSbHagDZR00Rc8x4yKhtpihetOXXdFbwRu/0eYjenTDZfd+94JeQAyoEwK9RsrHPg== @@ -4466,7 +4466,7 @@ resolved "https://registry.yarnpkg.com/@tryghost/http-cache-utils/-/http-cache-utils-0.1.6.tgz#893ffad3b03b29ef5a4ab72b6298e95f9d6a7a08" integrity sha512-8j35Ixs5Ioa88cSKz2MaAILusuNa2cmbgt7b+XabwAyL3thxNZd6iaEyExPqqX6UOLkGJgO2e1oA5J+qeC7Ajg== -"@tryghost/http-stream@^0.1.15": +"@tryghost/http-stream@^0.1.16": version "0.1.16" resolved "https://registry.yarnpkg.com/@tryghost/http-stream/-/http-stream-0.1.16.tgz#4200cc785d39862f08b75d31b497d7f7af3a328e" integrity sha512-/W60TawqGK2IN1tMCNH3V4SLMpMHeUMEyG7PQfZXpK2VZUXkD4Puyz/45C79J71uftSUlIDN7XtruBKxZRvB+w== @@ -4590,16 +4590,16 @@ lodash "^4.17.21" luxon "^1.26.0" -"@tryghost/logging@2.3.5", "@tryghost/logging@2.3.6", "@tryghost/logging@^2.3.6": - version "2.3.5" - resolved "https://registry.yarnpkg.com/@tryghost/logging/-/logging-2.3.5.tgz#76806c21190d43008750dfb3e88cbe3558145511" - integrity sha512-/rZ4CrBG1mi/WZXT86cXUadGOkTbdio4mo1csDft8SUfA/NYC7jm8TlfApeUn/O3CWiEO4vuTFeVlM8i4k4log== +"@tryghost/logging@2.3.6", "@tryghost/logging@^2.3.6": + version "2.3.6" + resolved "https://registry.yarnpkg.com/@tryghost/logging/-/logging-2.3.6.tgz#7faab8f43bf934e2276c16d8e9bec638e930a355" + integrity sha512-PkxFwwlOgvn6hkkANYj6E/NZa8bJ82CbeNdSYd87FjgMNSuLXUcQuQSRbs/89ZF20NO1P4PUQTSs6cPoZHP54Q== dependencies: "@tryghost/bunyan-rotating-filestream" "^0.0.7" - "@tryghost/elasticsearch" "^3.0.7" - "@tryghost/http-stream" "^0.1.15" - "@tryghost/pretty-stream" "^0.1.14" - "@tryghost/root-utils" "^0.3.18" + "@tryghost/elasticsearch" "^3.0.8" + "@tryghost/http-stream" "^0.1.16" + "@tryghost/pretty-stream" "^0.1.15" + "@tryghost/root-utils" "^0.3.19" bunyan "^1.8.15" bunyan-loggly "^1.4.2" fs-extra "^10.0.0" @@ -4687,7 +4687,7 @@ chalk "^4.1.0" sywac "^1.3.0" -"@tryghost/pretty-stream@^0.1.14", "@tryghost/pretty-stream@^0.1.15": +"@tryghost/pretty-stream@^0.1.15": version "0.1.15" resolved "https://registry.yarnpkg.com/@tryghost/pretty-stream/-/pretty-stream-0.1.15.tgz#4f74cb322294a2ddc3ebfe68bf64a8bcbb45599d" integrity sha512-QG9hXe+0JxL81MbC2s3SanR/a1UjgavHdKnBkkQhEDFL8P+V/aAcPPbN//sImtVZfCNrrY9d5d8N47G4PqHlKg== @@ -4719,7 +4719,7 @@ got "9.6.0" lodash "^4.17.21" -"@tryghost/root-utils@0.3.19", "@tryghost/root-utils@^0.3.18", "@tryghost/root-utils@^0.3.19": +"@tryghost/root-utils@0.3.19", "@tryghost/root-utils@^0.3.19": version "0.3.19" resolved "https://registry.yarnpkg.com/@tryghost/root-utils/-/root-utils-0.3.19.tgz#714e67fdea080efc97d12f477b62cc89a66ade74" integrity sha512-Ehdg5208QHMz4+Btwt7DRYlqvvZ9Wbfqr1FG8MRD2GT9e7mc3+YqysizVAF1hQN4b4yQZw5mn92ezw8JPojpYQ==