From 85d41d0562b8c808ee4966b5ed01274496a53929 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Thu, 12 Oct 2023 09:50:42 +0200 Subject: [PATCH] Aligned dependencies with resolution values - this commit brings all dependencies up-to-date with the version set as a resolution --- ghost/adapter-manager/package.json | 2 +- ghost/api-framework/package.json | 2 +- ghost/audience-feedback/package.json | 2 +- ghost/bootstrap-socket/package.json | 2 +- ghost/collections/package.json | 4 +- ghost/core/package.json | 8 +- .../package.json | 2 +- ghost/domain-events/package.json | 2 +- ghost/email-service/package.json | 4 +- ghost/job-manager/package.json | 4 +- ghost/link-tracking/package.json | 2 +- ghost/magic-link/package.json | 2 +- ghost/mail-events/package.json | 2 +- ghost/mailgun-client/package.json | 2 +- ghost/members-api/package.json | 4 +- ghost/members-events-service/package.json | 4 +- ghost/members-importer/package.json | 4 +- ghost/members-ssr/package.json | 2 +- ghost/milestones/package.json | 2 +- ghost/minifier/package.json | 2 +- ghost/mw-api-version-mismatch/package.json | 2 +- ghost/mw-error-handler/package.json | 2 +- ghost/mw-version-match/package.json | 2 +- ghost/oembed-service/package.json | 4 +- ghost/offers/package.json | 2 +- ghost/package-json/package.json | 2 +- ghost/payments/package.json | 2 +- ghost/posts-service/package.json | 2 +- ghost/recommendations/package.json | 4 +- ghost/session-service/package.json | 2 +- ghost/settings-path-manager/package.json | 2 +- ghost/slack-notifications/package.json | 2 +- ghost/stripe/package.json | 4 +- ghost/tiers/package.json | 2 +- ghost/update-check-service/package.json | 4 +- ghost/verification-trigger/package.json | 2 +- ghost/webmentions/package.json | 4 +- package.json | 4 +- yarn.lock | 75 ++++++++++--------- 39 files changed, 94 insertions(+), 87 deletions(-) diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index c885e69b9d..4c9b6eff59 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -24,6 +24,6 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.24" + "@tryghost/errors": "1.2.26" } } diff --git a/ghost/api-framework/package.json b/ghost/api-framework/package.json index a635be08c7..6c0e5ce096 100644 --- a/ghost/api-framework/package.json +++ b/ghost/api-framework/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@tryghost/debug": "0.1.24", - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/promise": "0.3.4", "@tryghost/tpl": "0.1.24", "@tryghost/validator": "0.2.4", diff --git a/ghost/audience-feedback/package.json b/ghost/audience-feedback/package.json index 3d13341e0d..1b4569ba92 100644 --- a/ghost/audience-feedback/package.json +++ b/ghost/audience-feedback/package.json @@ -24,7 +24,7 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/tpl": "0.1.24", "bson-objectid": "2.0.4" } diff --git a/ghost/bootstrap-socket/package.json b/ghost/bootstrap-socket/package.json index f8efd6a9ca..8626dc0da5 100644 --- a/ghost/bootstrap-socket/package.json +++ b/ghost/bootstrap-socket/package.json @@ -24,6 +24,6 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/logging": "2.4.4" + "@tryghost/logging": "2.4.8" } } diff --git a/ghost/collections/package.json b/ghost/collections/package.json index 459362236d..fd2d825e72 100644 --- a/ghost/collections/package.json +++ b/ghost/collections/package.json @@ -27,9 +27,9 @@ }, "dependencies": { "@tryghost/debug": "0.1.26", - "@tryghost/errors": "1.2.25", + "@tryghost/errors": "1.2.26", "@tryghost/in-memory-repository": "0.0.0", - "@tryghost/logging": "2.4.5", + "@tryghost/logging": "2.4.8", "@tryghost/nql": "0.11.0", "@tryghost/nql-filter-expansions": "0.0.0", "@tryghost/post-events": "0.0.0", diff --git a/ghost/core/package.json b/ghost/core/package.json index d4769d77cf..7ed4b142a5 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -88,7 +88,7 @@ "@tryghost/email-mock-receiver": "0.3.1", "@tryghost/email-service": "0.0.0", "@tryghost/email-suppression-list": "0.0.0", - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/event-aware-cache-wrapper": "0.0.0", "@tryghost/express-dynamic-redirects": "0.0.0", "@tryghost/external-media-inliner": "0.0.0", @@ -112,7 +112,7 @@ "@tryghost/link-redirects": "0.0.0", "@tryghost/link-replacer": "0.0.0", "@tryghost/link-tracking": "0.0.0", - "@tryghost/logging": "2.4.4", + "@tryghost/logging": "2.4.8", "@tryghost/magic-link": "0.0.0", "@tryghost/mail-events": "0.0.0", "@tryghost/mailgun-client": "0.0.0", @@ -260,8 +260,8 @@ }, "resolutions": { "@elastic/elasticsearch": "8.5.0", - "@tryghost/errors": "1.2.24", - "@tryghost/logging": "2.4.4", + "@tryghost/errors": "1.2.26", + "@tryghost/logging": "2.4.8", "moment": "2.24.0", "moment-timezone": "0.5.23" }, diff --git a/ghost/custom-theme-settings-service/package.json b/ghost/custom-theme-settings-service/package.json index 30c065262d..243934ec72 100644 --- a/ghost/custom-theme-settings-service/package.json +++ b/ghost/custom-theme-settings-service/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@tryghost/debug": "0.1.24", - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/nql": "0.11.0", "@tryghost/tpl": "0.1.24", "lodash": "4.17.21" diff --git a/ghost/domain-events/package.json b/ghost/domain-events/package.json index 8eb2900ad0..996321ebb9 100644 --- a/ghost/domain-events/package.json +++ b/ghost/domain-events/package.json @@ -19,7 +19,7 @@ "lib" ], "devDependencies": { - "@tryghost/logging": "2.4.4", + "@tryghost/logging": "2.4.8", "c8": "8.0.1", "mocha": "10.2.0", "should": "13.2.3" diff --git a/ghost/email-service/package.json b/ghost/email-service/package.json index a647fe8fda..b26d2a3f82 100644 --- a/ghost/email-service/package.json +++ b/ghost/email-service/package.json @@ -27,10 +27,10 @@ "dependencies": { "@tryghost/color-utils": "0.1.24", "@tryghost/email-events": "0.0.0", - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/html-to-plaintext": "0.0.0", "@tryghost/kg-default-cards": "9.1.6", - "@tryghost/logging": "2.4.4", + "@tryghost/logging": "2.4.8", "@tryghost/tpl": "0.1.24", "@tryghost/validator": "0.2.4", "bson-objectid": "2.0.4", diff --git a/ghost/job-manager/package.json b/ghost/job-manager/package.json index df6385fcdb..073475379b 100644 --- a/ghost/job-manager/package.json +++ b/ghost/job-manager/package.json @@ -28,8 +28,8 @@ }, "dependencies": { "@breejs/later": "4.1.0", - "@tryghost/errors": "1.2.24", - "@tryghost/logging": "2.4.4", + "@tryghost/errors": "1.2.26", + "@tryghost/logging": "2.4.8", "bree": "6.5.0", "cron-validate": "1.4.5", "fastq": "1.15.0", diff --git a/ghost/link-tracking/package.json b/ghost/link-tracking/package.json index 102b0a443b..4e0cf43220 100644 --- a/ghost/link-tracking/package.json +++ b/ghost/link-tracking/package.json @@ -24,7 +24,7 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/link-redirects": "0.0.0", "@tryghost/nql": "0.11.0", "@tryghost/tpl": "0.1.24", diff --git a/ghost/magic-link/package.json b/ghost/magic-link/package.json index 209b9a8fde..6532a35b22 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -26,7 +26,7 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/tpl": "0.1.24", "@tryghost/validator": "0.2.4", "jsonwebtoken": "8.5.1" diff --git a/ghost/mail-events/package.json b/ghost/mail-events/package.json index 017da3930d..b345857368 100644 --- a/ghost/mail-events/package.json +++ b/ghost/mail-events/package.json @@ -25,7 +25,7 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.25", + "@tryghost/errors": "1.2.26", "@tryghost/in-memory-repository": "0.0.0", "@tryghost/tpl": "0.1.25" }, diff --git a/ghost/mailgun-client/package.json b/ghost/mailgun-client/package.json index 9665f54c93..34daf5e975 100644 --- a/ghost/mailgun-client/package.json +++ b/ghost/mailgun-client/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@tryghost/debug": "0.1.24", - "@tryghost/logging": "2.4.4", + "@tryghost/logging": "2.4.8", "@tryghost/metrics": "1.0.24", "form-data": "4.0.0", "lodash": "4.17.21", diff --git a/ghost/members-api/package.json b/ghost/members-api/package.json index ab1aa37426..321723800a 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -31,8 +31,8 @@ }, "dependencies": { "@tryghost/domain-events": "0.0.0", - "@tryghost/errors": "1.2.24", - "@tryghost/logging": "2.4.4", + "@tryghost/errors": "1.2.26", + "@tryghost/logging": "2.4.8", "@tryghost/magic-link": "0.0.0", "@tryghost/member-events": "0.0.0", "@tryghost/members-payments": "0.0.0", diff --git a/ghost/members-events-service/package.json b/ghost/members-events-service/package.json index 3f5af200d9..a0110e9a82 100644 --- a/ghost/members-events-service/package.json +++ b/ghost/members-events-service/package.json @@ -26,8 +26,8 @@ }, "dependencies": { "@tryghost/domain-events": "0.0.0", - "@tryghost/errors": "1.2.24", - "@tryghost/logging": "2.4.4", + "@tryghost/errors": "1.2.26", + "@tryghost/logging": "2.4.8", "@tryghost/member-events": "0.0.0", "moment-timezone": "0.5.34" } diff --git a/ghost/members-importer/package.json b/ghost/members-importer/package.json index 9f89aaab07..8ef1ce965a 100644 --- a/ghost/members-importer/package.json +++ b/ghost/members-importer/package.json @@ -25,8 +25,8 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.24", - "@tryghost/logging": "2.4.4", + "@tryghost/errors": "1.2.26", + "@tryghost/logging": "2.4.8", "@tryghost/members-csv": "0.0.0", "@tryghost/tpl": "0.1.24", "moment-timezone": "0.5.23" diff --git a/ghost/members-ssr/package.json b/ghost/members-ssr/package.json index e974d453fa..3c9895f246 100644 --- a/ghost/members-ssr/package.json +++ b/ghost/members-ssr/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@tryghost/debug": "0.1.24", - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "cookies": "0.8.0", "jsonwebtoken": "8.5.1" } diff --git a/ghost/milestones/package.json b/ghost/milestones/package.json index 81f180017a..8bba709441 100644 --- a/ghost/milestones/package.json +++ b/ghost/milestones/package.json @@ -23,7 +23,7 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "bson-objectid": "2.0.4" } } diff --git a/ghost/minifier/package.json b/ghost/minifier/package.json index d1647b4a26..292e1943aa 100644 --- a/ghost/minifier/package.json +++ b/ghost/minifier/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@tryghost/debug": "0.1.24", - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/tpl": "0.1.24", "csso": "5.0.5", "terser": "5.21.0", diff --git a/ghost/mw-api-version-mismatch/package.json b/ghost/mw-api-version-mismatch/package.json index 388e5fc71a..032d86db44 100644 --- a/ghost/mw-api-version-mismatch/package.json +++ b/ghost/mw-api-version-mismatch/package.json @@ -18,7 +18,7 @@ "lib" ], "devDependencies": { - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "c8": "8.0.1", "mocha": "10.2.0", "sinon": "15.2.0" diff --git a/ghost/mw-error-handler/package.json b/ghost/mw-error-handler/package.json index d9a73965fd..d188c55cbf 100644 --- a/ghost/mw-error-handler/package.json +++ b/ghost/mw-error-handler/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@tryghost/debug": "0.1.24", - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/http-cache-utils": "0.1.9", "@tryghost/tpl": "0.1.24", "lodash": "4.17.21", diff --git a/ghost/mw-version-match/package.json b/ghost/mw-version-match/package.json index 840229712a..a1a1f17147 100644 --- a/ghost/mw-version-match/package.json +++ b/ghost/mw-version-match/package.json @@ -23,7 +23,7 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/tpl": "0.1.24", "semver": "7.5.4" } diff --git a/ghost/oembed-service/package.json b/ghost/oembed-service/package.json index 28e94c85ae..098b1d70c5 100644 --- a/ghost/oembed-service/package.json +++ b/ghost/oembed-service/package.json @@ -23,8 +23,8 @@ }, "dependencies": { "@extractus/oembed-extractor": "3.2.1", - "@tryghost/errors": "1.2.24", - "@tryghost/logging": "2.4.4", + "@tryghost/errors": "1.2.26", + "@tryghost/logging": "2.4.8", "@tryghost/tpl": "0.1.24", "charset": "1.0.1", "cheerio": "0.22.0", diff --git a/ghost/offers/package.json b/ghost/offers/package.json index ee6585705a..06465f634a 100644 --- a/ghost/offers/package.json +++ b/ghost/offers/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@tryghost/domain-events": "0.0.0", - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/mongo-utils": "0.5.0", "@tryghost/string": "0.2.4", "lodash": "4.17.21" diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index 8ba554a483..eeaee3b369 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -25,7 +25,7 @@ "tmp": "0.2.1" }, "dependencies": { - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/tpl": "0.1.24", "fs-extra": "11.1.1", "lodash": "4.17.21" diff --git a/ghost/payments/package.json b/ghost/payments/package.json index 67fe3b200c..6059067682 100644 --- a/ghost/payments/package.json +++ b/ghost/payments/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@tryghost/domain-events": "0.0.0", - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/members-offers": "0.0.0", "@tryghost/tiers": "0.0.0" } diff --git a/ghost/posts-service/package.json b/ghost/posts-service/package.json index 1be75dcfaa..c2a41f0637 100644 --- a/ghost/posts-service/package.json +++ b/ghost/posts-service/package.json @@ -23,7 +23,7 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/nql": "0.11.0", "@tryghost/post-events": "0.0.0", "@tryghost/tpl": "0.1.24", diff --git a/ghost/recommendations/package.json b/ghost/recommendations/package.json index 2186e2c248..a7e4fe3e22 100644 --- a/ghost/recommendations/package.json +++ b/ghost/recommendations/package.json @@ -31,9 +31,9 @@ }, "dependencies": { "@tryghost/tpl": "0.1.25", - "@tryghost/errors": "1.2.25", + "@tryghost/errors": "1.2.26", "@tryghost/in-memory-repository": "0.0.0", "@tryghost/bookshelf-repository": "0.0.0", - "@tryghost/logging": "2.4.5" + "@tryghost/logging": "2.4.8" } } diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 720b00f79c..5f95f1b73d 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -25,6 +25,6 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.24" + "@tryghost/errors": "1.2.26" } } diff --git a/ghost/settings-path-manager/package.json b/ghost/settings-path-manager/package.json index eaa2ed0198..9144f1fa5b 100644 --- a/ghost/settings-path-manager/package.json +++ b/ghost/settings-path-manager/package.json @@ -24,7 +24,7 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/tpl": "0.1.24", "date-fns": "2.30.0" } diff --git a/ghost/slack-notifications/package.json b/ghost/slack-notifications/package.json index bd617214ce..ee43cf6d3b 100644 --- a/ghost/slack-notifications/package.json +++ b/ghost/slack-notifications/package.json @@ -23,7 +23,7 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/validator": "0.2.4", "@tryghost/version": "0.1.22", "got": "9.6.0" diff --git a/ghost/stripe/package.json b/ghost/stripe/package.json index d7a7478454..2bd462ff1a 100644 --- a/ghost/stripe/package.json +++ b/ghost/stripe/package.json @@ -27,8 +27,8 @@ "dependencies": { "@tryghost/debug": "0.1.24", "@tryghost/domain-events": "0.0.0", - "@tryghost/errors": "1.2.24", - "@tryghost/logging": "2.4.4", + "@tryghost/errors": "1.2.26", + "@tryghost/logging": "2.4.8", "@tryghost/member-events": "0.0.0", "leaky-bucket": "2.2.0", "lodash": "4.17.21", diff --git a/ghost/tiers/package.json b/ghost/tiers/package.json index f4ea438eef..193a78cc9a 100644 --- a/ghost/tiers/package.json +++ b/ghost/tiers/package.json @@ -22,7 +22,7 @@ "mocha": "10.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/string": "0.2.4", "@tryghost/tpl": "0.1.24", "bson-objectid": "2.0.4" diff --git a/ghost/update-check-service/package.json b/ghost/update-check-service/package.json index e631952448..feb5eeadfb 100644 --- a/ghost/update-check-service/package.json +++ b/ghost/update-check-service/package.json @@ -26,8 +26,8 @@ }, "dependencies": { "@tryghost/debug": "0.1.24", - "@tryghost/errors": "1.2.24", - "@tryghost/logging": "2.4.4", + "@tryghost/errors": "1.2.26", + "@tryghost/logging": "2.4.8", "@tryghost/tpl": "0.1.24", "lodash": "4.17.21", "moment": "2.24.0" diff --git a/ghost/verification-trigger/package.json b/ghost/verification-trigger/package.json index d3aa0f6c6a..f1389e385a 100644 --- a/ghost/verification-trigger/package.json +++ b/ghost/verification-trigger/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@tryghost/domain-events": "0.0.0", - "@tryghost/errors": "1.2.24", + "@tryghost/errors": "1.2.26", "@tryghost/member-events": "0.0.0" } } diff --git a/ghost/webmentions/package.json b/ghost/webmentions/package.json index e5a8f74885..f8c8188708 100644 --- a/ghost/webmentions/package.json +++ b/ghost/webmentions/package.json @@ -25,8 +25,8 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.24", - "@tryghost/logging": "2.4.4", + "@tryghost/errors": "1.2.26", + "@tryghost/logging": "2.4.8", "cheerio": "0.22.0" } } diff --git a/package.json b/package.json index fe06774d00..a0a72c5349 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,8 @@ }, "resolutions": { "@elastic/elasticsearch": "8.5.0", - "@tryghost/errors": "1.2.24", - "@tryghost/logging": "2.4.4", + "@tryghost/errors": "1.2.26", + "@tryghost/logging": "2.4.8", "moment": "2.24.0", "moment-timezone": "0.5.23" }, diff --git a/yarn.lock b/yarn.lock index e23a7d9f59..b3a2618ed4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2629,7 +2629,7 @@ resolved "https://registry.yarnpkg.com/@ebay/nice-modal-react/-/nice-modal-react-1.2.13.tgz#7e8229fe3a48a11f27cd7f5e21190d82d6f609ce" integrity sha512-jx8xIWe/Up4tpNuM02M+rbnLoxdngTGk3Y8LjJsLGXXcSoKd/+eZStZcAlIO/jwxyz/bhPZnpqPJZWAmhOofuA== -"@elastic/elasticsearch@8.5.0", "@elastic/elasticsearch@8.6.0": +"@elastic/elasticsearch@8.10.0", "@elastic/elasticsearch@8.5.0", "@elastic/elasticsearch@8.6.0": version "8.5.0" resolved "https://registry.yarnpkg.com/@elastic/elasticsearch/-/elasticsearch-8.5.0.tgz#407aee0950a082ee76735a567f2571cf4301d4ea" integrity sha512-iOgr/3zQi84WmPhAplnK2W13R89VXD2oc6WhlQmH3bARQwmI+De23ZJKBEn7bvuG/AHMAqasPXX7uJIiJa2MqQ== @@ -7670,6 +7670,15 @@ "@tryghost/debug" "^0.1.24" split2 "4.2.0" +"@tryghost/elasticsearch@^3.0.15": + version "3.0.15" + resolved "https://registry.yarnpkg.com/@tryghost/elasticsearch/-/elasticsearch-3.0.15.tgz#d4be60b79155d95de063e17ea90ff0151a0a35d9" + integrity sha512-LoDGpr04xuAOIfLDCIEvXT6jJCRA1OmJUpKV2vA8TqYvzbWdiLBhwg+RMZ1QYdHT1TvwUIjch0F1Np7wPizrrg== + dependencies: + "@elastic/elasticsearch" "8.10.0" + "@tryghost/debug" "^0.1.26" + split2 "4.2.0" + "@tryghost/email-mock-receiver@0.3.1": version "0.3.1" resolved "https://registry.yarnpkg.com/@tryghost/email-mock-receiver/-/email-mock-receiver-0.3.1.tgz#b69c6866f4880ec1be9bf16cfcb3907d8a98d447" @@ -7691,10 +7700,10 @@ focus-trap "^6.7.2" postcss-preset-env "^7.3.1" -"@tryghost/errors@1.2.24", "@tryghost/errors@1.2.25", "@tryghost/errors@^1.0.0", "@tryghost/errors@^1.2.1", "@tryghost/errors@^1.2.24", "@tryghost/errors@^1.2.26", "@tryghost/errors@^1.2.3": - version "1.2.24" - resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.24.tgz#5daceff6cdee9421297849474fd885857c4bfe3f" - integrity sha512-5iRF8dl2wirb/1gQA2dv8MtxK204vnjbWvmb3fULNZoVlmuHY1ZUgwRJRquClfUEFyl2qGmNDuoxGoTvur8JKA== +"@tryghost/errors@1.2.25", "@tryghost/errors@1.2.26", "@tryghost/errors@^1.0.0", "@tryghost/errors@^1.2.1", "@tryghost/errors@^1.2.24", "@tryghost/errors@^1.2.26", "@tryghost/errors@^1.2.3": + version "1.2.26" + resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.26.tgz#0d0503a51e681998421548fbddbdd7376384c457" + integrity sha512-s/eynvVUiAhHP0HB7CPQs7qH7Pm1quJ2iUMTCuH7HV8LqiGoQFNc21/5R4lRv+2Jt3yf69UPCs/6G+kAgZipNw== dependencies: "@stdlib/utils-copy" "^0.0.7" lodash "^4.17.21" @@ -7737,13 +7746,13 @@ resolved "https://registry.yarnpkg.com/@tryghost/http-cache-utils/-/http-cache-utils-0.1.9.tgz#882ea71e93bd5342515232bfc46562db348c93c7" integrity sha512-wtW+G23cUF6QR+9EoZlesUSscirg1+NuFTF1cCBotaDxVL5un4dY2aU64ZIEMXTCvy8fnBsre2UE4+XRzTubag== -"@tryghost/http-stream@^0.1.21": - version "0.1.21" - resolved "https://registry.yarnpkg.com/@tryghost/http-stream/-/http-stream-0.1.21.tgz#a6cf15a4feeeb54b197231dc550d9981fca4091a" - integrity sha512-h9t3St+zePe/1s0TEsdo7zFT+AxRIq/iv/9TPIks55OPe2OWZaTtFCiAG6oRFKAfzJcd80aBy31CX2KLo7m6xA== +"@tryghost/http-stream@^0.1.25": + version "0.1.25" + resolved "https://registry.yarnpkg.com/@tryghost/http-stream/-/http-stream-0.1.25.tgz#cbe87996c67a2814c4a6706cd7e445a2b069246e" + integrity sha512-aeuGSvoXS1rjY+LupkqzJ9osKEkouzs/LrVqvOe7x9b/c8VUWIh6SrQ2KegKXtkvBggI8dBCH39bJiheZea9/Q== dependencies: - "@tryghost/errors" "^1.2.24" - "@tryghost/request" "^0.1.39" + "@tryghost/errors" "^1.2.26" + "@tryghost/request" "^1.0.0" "@tryghost/image-transform@1.2.6": version "1.2.6" @@ -7895,19 +7904,19 @@ lodash "^4.17.21" luxon "^1.26.0" -"@tryghost/logging@2.4.4", "@tryghost/logging@2.4.5", "@tryghost/logging@^2.4.7": - version "2.4.4" - resolved "https://registry.yarnpkg.com/@tryghost/logging/-/logging-2.4.4.tgz#4101d87c82bc6996a3ddd99755069b94d584e3e6" - integrity sha512-nRsc5EOqYuHLWYXe/K1AjrRU82xOtQN52GL7r9WY0NCKNZ5/tCFTDdOASKMbFPvpyT5pZlt2vE5+Fu8TdbN8Aw== +"@tryghost/logging@2.4.5", "@tryghost/logging@2.4.8", "@tryghost/logging@^2.4.7": + version "2.4.8" + resolved "https://registry.yarnpkg.com/@tryghost/logging/-/logging-2.4.8.tgz#a9e9abdbec823f0c6a009aa2f6847ce454b35475" + integrity sha512-/pIeTcw9jpqWJ5/VyUn5sa3rsUxUHortykB4oYd5vKr16KgnrVOuGPCg4JqmdGfz2zrkgKaGd9cAsTNE++0Deg== dependencies: "@tryghost/bunyan-rotating-filestream" "^0.0.7" - "@tryghost/elasticsearch" "^3.0.12" - "@tryghost/http-stream" "^0.1.21" - "@tryghost/pretty-stream" "^0.1.18" - "@tryghost/root-utils" "^0.3.22" + "@tryghost/elasticsearch" "^3.0.15" + "@tryghost/http-stream" "^0.1.25" + "@tryghost/pretty-stream" "^0.1.20" + "@tryghost/root-utils" "^0.3.24" bunyan "^1.8.15" bunyan-loggly "^1.4.2" - fs-extra "^10.0.0" + fs-extra "^11.0.0" gelf-stream "^1.1.1" json-stringify-safe "^5.0.1" lodash "^4.17.21" @@ -8001,12 +8010,21 @@ moment "^2.29.1" prettyjson "^1.2.5" +"@tryghost/pretty-stream@^0.1.20": + version "0.1.20" + resolved "https://registry.yarnpkg.com/@tryghost/pretty-stream/-/pretty-stream-0.1.20.tgz#cccb2173cde85f450895777edf79d94cb712db74" + integrity sha512-2fWRvTUrnbD/AnDChyZ0ZwUWdqRg2dsoa+DZxfH9hJNAwCDAMgp1qVEoOCwMMB1YYDWKKsYM/i+xoxDueMwyLA== + dependencies: + lodash "^4.17.21" + moment "^2.29.1" + prettyjson "^1.2.5" + "@tryghost/promise@0.3.4": version "0.3.4" resolved "https://registry.yarnpkg.com/@tryghost/promise/-/promise-0.3.4.tgz#b5437eb14a3d06e7d32f277e10975ff77061e16e" integrity sha512-D8zxDpLuPfPjakMTj7o2dpcdi+luwC6ibQLDy6Z0ImQtBt4wZEbmAH1eAsYpk4JVviuGWzwkOM1cURmMEJO5Ig== -"@tryghost/request@1.0.0": +"@tryghost/request@1.0.0", "@tryghost/request@^1.0.0": version "1.0.0" resolved "https://registry.yarnpkg.com/@tryghost/request/-/request-1.0.0.tgz#2fc95c1a119e70a1e1cadd7c173beb810cf49809" integrity sha512-budMHtaaysFZT5gCIkbbsILiSXOxeiPKNGfUNtjKByuheLDhrQnz7E7+C0FWIIniMoJ6nI8FJdbixS9glpDOgQ== @@ -8018,17 +8036,6 @@ got "13.0.0" lodash "^4.17.21" -"@tryghost/request@^0.1.39": - version "0.1.39" - resolved "https://registry.yarnpkg.com/@tryghost/request/-/request-0.1.39.tgz#26cace3784bed41b7b98179e69239bf96e829546" - integrity sha512-ivb+GdUjcO2tPOGOw7LamfkYgxlB6xipYzkKaUIKUr7K1kI+BW7+n8cnRYHwpT+Wd7J8KDMBKDC2uWHMdHKMsQ== - dependencies: - "@tryghost/errors" "^1.2.24" - "@tryghost/validator" "^0.2.4" - "@tryghost/version" "^0.1.22" - got "9.6.0" - lodash "^4.17.21" - "@tryghost/root-utils@0.3.22": version "0.3.22" resolved "https://registry.yarnpkg.com/@tryghost/root-utils/-/root-utils-0.3.22.tgz#23793e467afb41b27f4e289a3618d71bd90bc575" @@ -8138,7 +8145,7 @@ moment-timezone "^0.5.23" validator "7.2.0" -"@tryghost/validator@^0.2.4", "@tryghost/validator@^0.2.6": +"@tryghost/validator@^0.2.6": version "0.2.6" resolved "https://registry.yarnpkg.com/@tryghost/validator/-/validator-0.2.6.tgz#99a01bf6e6c70c1eb79098e6b95b980e0efa126b" integrity sha512-2p1/X7vqI/tikc2beRQ1efCm/hSRCkB7y0+etCGROKNH3nHJwvw+OKSxgmNZ7+5OjR6DJkNW88aMYPz47X3fAg== @@ -8157,7 +8164,7 @@ "@tryghost/root-utils" "^0.3.22" semver "^7.3.5" -"@tryghost/version@^0.1.22", "@tryghost/version@^0.1.24": +"@tryghost/version@^0.1.24": version "0.1.24" resolved "https://registry.yarnpkg.com/@tryghost/version/-/version-0.1.24.tgz#eb8bc345929ba8f67c3f36757bd91c12f701a5f5" integrity sha512-XM0aXB3dQNjazeMX5YbBLjA+airE5HR5XqmEB9YrAxlQPaYdXkQUq+ar6L/dxiS8dp+o2DQIcp2XgGd/Ay3MuQ==