From 057d9599f5c47c32292733c814f4b69a9970afdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:43:13 +0000 Subject: [PATCH] Update TryGhost packages --- apps/announcement-bar/package.json | 2 +- apps/sodo-search/package.json | 2 +- ghost/admin/package.json | 10 +- ghost/api-framework/package.json | 8 +- ghost/audience-feedback/package.json | 2 +- ghost/collections/package.json | 2 +- ghost/core/package.json | 48 +-- .../package.json | 4 +- ghost/data-generator/package.json | 4 +- ghost/email-analytics-service/package.json | 2 +- ghost/email-service/package.json | 6 +- ghost/importer-revue/package.json | 4 +- ghost/link-tracking/package.json | 2 +- ghost/magic-link/package.json | 4 +- ghost/mail-events/package.json | 2 +- ghost/mailgun-client/package.json | 4 +- ghost/member-attribution/package.json | 2 +- ghost/members-api/package.json | 4 +- ghost/members-importer/package.json | 2 +- ghost/members-ssr/package.json | 2 +- ghost/minifier/package.json | 4 +- ghost/mw-error-handler/package.json | 6 +- ghost/mw-version-match/package.json | 2 +- ghost/oembed-service/package.json | 2 +- ghost/offers/package.json | 2 +- ghost/package-json/package.json | 2 +- ghost/posts-service/package.json | 2 +- ghost/recommendations/package.json | 2 +- ghost/security/package.json | 2 +- ghost/settings-path-manager/package.json | 2 +- ghost/slack-notifications/package.json | 4 +- ghost/stripe/package.json | 2 +- ghost/tiers/package.json | 4 +- ghost/update-check-service/package.json | 4 +- yarn.lock | 390 ++++++++---------- 35 files changed, 240 insertions(+), 306 deletions(-) diff --git a/apps/announcement-bar/package.json b/apps/announcement-bar/package.json index 417d292974..e8ceb2088d 100644 --- a/apps/announcement-bar/package.json +++ b/apps/announcement-bar/package.json @@ -17,7 +17,7 @@ "registry": "https://registry.npmjs.org/" }, "dependencies": { - "@tryghost/content-api": "1.11.7", + "@tryghost/content-api": "1.11.19", "react": "17.0.2", "react-dom": "17.0.2" }, diff --git a/apps/sodo-search/package.json b/apps/sodo-search/package.json index 6a91e1ae20..fa960eb299 100644 --- a/apps/sodo-search/package.json +++ b/apps/sodo-search/package.json @@ -17,7 +17,7 @@ "registry": "https://registry.npmjs.org/" }, "dependencies": { - "@tryghost/content-api": "1.11.7", + "@tryghost/content-api": "1.11.19", "flexsearch": "0.7.21", "react": "17.0.2", "react-dom": "17.0.2" diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 39db359091..1370e82fa6 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -40,18 +40,18 @@ "@glimmer/component": "1.1.2", "@html-next/vertical-collection": "3.0.0", "@sentry/ember": "7.70.0", - "@tryghost/color-utils": "0.1.24", + "@tryghost/color-utils": "0.2.0", "@tryghost/ember-promise-modals": "2.0.1", - "@tryghost/helpers": "1.1.77", + "@tryghost/helpers": "1.1.88", "@tryghost/kg-clean-basic-html": "3.0.39", "@tryghost/kg-converters": "0.0.21", "@tryghost/koenig-lexical": "0.5.12", - "@tryghost/limit-service": "1.2.10", + "@tryghost/limit-service": "1.2.12", "@tryghost/members-csv": "0.0.0", "@tryghost/nql": "0.11.0", "@tryghost/nql-lang": "0.5.0", - "@tryghost/string": "0.2.4", - "@tryghost/timezone-data": "0.3.8", + "@tryghost/string": "0.2.10", + "@tryghost/timezone-data": "0.4.1", "autoprefixer": "9.8.6", "babel-eslint": "10.1.0", "babel-plugin-transform-class-properties": "6.24.1", diff --git a/ghost/api-framework/package.json b/ghost/api-framework/package.json index 6c0e5ce096..0310d0ca8f 100644 --- a/ghost/api-framework/package.json +++ b/ghost/api-framework/package.json @@ -24,11 +24,11 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/debug": "0.1.24", + "@tryghost/debug": "0.1.26", "@tryghost/errors": "1.2.26", - "@tryghost/promise": "0.3.4", - "@tryghost/tpl": "0.1.24", - "@tryghost/validator": "0.2.4", + "@tryghost/promise": "0.3.6", + "@tryghost/tpl": "0.1.26", + "@tryghost/validator": "0.2.6", "jsonpath": "1.1.1", "lodash": "4.17.21" } diff --git a/ghost/audience-feedback/package.json b/ghost/audience-feedback/package.json index 1b4569ba92..499c563f25 100644 --- a/ghost/audience-feedback/package.json +++ b/ghost/audience-feedback/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@tryghost/errors": "1.2.26", - "@tryghost/tpl": "0.1.24", + "@tryghost/tpl": "0.1.26", "bson-objectid": "2.0.4" } } diff --git a/ghost/collections/package.json b/ghost/collections/package.json index fd2d825e72..04596d0940 100644 --- a/ghost/collections/package.json +++ b/ghost/collections/package.json @@ -33,7 +33,7 @@ "@tryghost/nql": "0.11.0", "@tryghost/nql-filter-expansions": "0.0.0", "@tryghost/post-events": "0.0.0", - "@tryghost/tpl": "0.1.25", + "@tryghost/tpl": "0.1.26", "bson-objectid": "2.0.4", "lodash": "4.17.21" }, diff --git a/ghost/core/package.json b/ghost/core/package.json index a2bdb90bcf..9426a78b44 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -59,42 +59,42 @@ "dependencies": { "@extractus/oembed-extractor": "3.2.1", "@sentry/node": "7.70.0", - "@tryghost/adapter-base-cache": "0.1.5", + "@tryghost/adapter-base-cache": "0.1.10", "@tryghost/adapter-cache-redis": "0.0.0", "@tryghost/adapter-manager": "0.0.0", - "@tryghost/admin-api-schema": "4.5.1", + "@tryghost/admin-api-schema": "4.5.3", "@tryghost/announcement-bar-settings": "0.0.0", "@tryghost/api-framework": "0.0.0", "@tryghost/api-version-compatibility-service": "0.0.0", "@tryghost/audience-feedback": "0.0.0", - "@tryghost/bookshelf-plugins": "0.6.10", + "@tryghost/bookshelf-plugins": "0.6.11", "@tryghost/bootstrap-socket": "0.0.0", "@tryghost/collections": "0.0.0", - "@tryghost/color-utils": "0.1.24", - "@tryghost/config-url-helpers": "1.0.6", + "@tryghost/color-utils": "0.2.0", + "@tryghost/config-url-helpers": "1.0.10", "@tryghost/constants": "0.0.0", "@tryghost/custom-theme-settings-service": "0.0.0", "@tryghost/data-generator": "0.0.0", - "@tryghost/database-info": "0.3.17", - "@tryghost/debug": "0.1.24", + "@tryghost/database-info": "0.3.20", + "@tryghost/debug": "0.1.26", "@tryghost/domain-events": "0.0.0", "@tryghost/donations": "0.0.0", "@tryghost/dynamic-routing-events": "0.0.0", "@tryghost/email-analytics-provider-mailgun": "0.0.0", "@tryghost/email-analytics-service": "0.0.0", "@tryghost/email-content-generator": "0.0.0", - "@tryghost/email-mock-receiver": "0.3.1", + "@tryghost/email-mock-receiver": "0.3.2", "@tryghost/email-service": "0.0.0", "@tryghost/email-suppression-list": "0.0.0", "@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", - "@tryghost/helpers": "1.1.82", + "@tryghost/helpers": "1.1.88", "@tryghost/html-to-plaintext": "0.0.0", - "@tryghost/http-cache-utils": "0.1.9", + "@tryghost/http-cache-utils": "0.1.11", "@tryghost/i18n": "0.0.0", - "@tryghost/image-transform": "1.2.6", + "@tryghost/image-transform": "1.2.10", "@tryghost/importer-handler-content-files": "0.0.0", "@tryghost/importer-revue": "0.0.0", "@tryghost/job-manager": "0.0.0", @@ -106,7 +106,7 @@ "@tryghost/kg-html-to-lexical": "0.1.7", "@tryghost/kg-lexical-html-renderer": "0.3.42", "@tryghost/kg-mobiledoc-html-renderer": "6.0.14", - "@tryghost/limit-service": "1.2.10", + "@tryghost/limit-service": "1.2.12", "@tryghost/link-redirects": "0.0.0", "@tryghost/link-replacer": "0.0.0", "@tryghost/link-tracking": "0.0.0", @@ -124,7 +124,7 @@ "@tryghost/members-ssr": "0.0.0", "@tryghost/members-stripe-service": "0.0.0", "@tryghost/mentions-email-report": "0.0.0", - "@tryghost/metrics": "1.0.24", + "@tryghost/metrics": "1.0.27", "@tryghost/milestones": "0.0.0", "@tryghost/minifier": "0.0.0", "@tryghost/model-to-domain-event-interceptor": "0.0.0", @@ -134,31 +134,31 @@ "@tryghost/mw-session-from-token": "0.0.0", "@tryghost/mw-version-match": "0.0.0", "@tryghost/mw-vhost": "0.0.0", - "@tryghost/nodemailer": "0.3.35", + "@tryghost/nodemailer": "0.3.37", "@tryghost/nql": "0.11.0", "@tryghost/oembed-service": "0.0.0", "@tryghost/package-json": "0.0.0", "@tryghost/post-revisions": "0.0.0", "@tryghost/posts-service": "0.0.0", - "@tryghost/pretty-cli": "1.2.36", - "@tryghost/promise": "0.3.4", + "@tryghost/pretty-cli": "1.2.38", + "@tryghost/promise": "0.3.6", "@tryghost/recommendations": "0.0.0", "@tryghost/request": "1.0.0", "@tryghost/security": "0.0.0", "@tryghost/session-service": "0.0.0", "@tryghost/settings-path-manager": "0.0.0", "@tryghost/slack-notifications": "0.0.0", - "@tryghost/social-urls": "0.1.36", + "@tryghost/social-urls": "0.1.41", "@tryghost/staff-service": "0.0.0", "@tryghost/stats-service": "0.0.0", - "@tryghost/string": "0.2.4", + "@tryghost/string": "0.2.10", "@tryghost/tiers": "0.0.0", - "@tryghost/tpl": "0.1.24", + "@tryghost/tpl": "0.1.26", "@tryghost/update-check-service": "0.0.0", - "@tryghost/url-utils": "4.4.0", - "@tryghost/validator": "0.2.4", + "@tryghost/url-utils": "4.4.6", + "@tryghost/validator": "0.2.6", "@tryghost/verification-trigger": "0.0.0", - "@tryghost/version": "0.1.22", + "@tryghost/version": "0.1.24", "@tryghost/webmentions": "0.0.0", "@tryghost/zip": "1.1.38", "amperize": "0.6.1", @@ -225,14 +225,14 @@ "yjs": "13.6.8" }, "optionalDependencies": { - "@tryghost/html-to-mobiledoc": "2.0.36", + "@tryghost/html-to-mobiledoc": "2.0.40", "sqlite3": "5.1.6" }, "devDependencies": { "@actions/core": "1.10.1", "@playwright/test": "1.38.1", "@tryghost/express-test": "0.13.7", - "@tryghost/webhook-mock-receiver": "0.2.6", + "@tryghost/webhook-mock-receiver": "0.2.8", "@types/common-tags": "1.8.3", "c8": "8.0.1", "cli-progress": "3.12.0", diff --git a/ghost/custom-theme-settings-service/package.json b/ghost/custom-theme-settings-service/package.json index 243934ec72..0332d20825 100644 --- a/ghost/custom-theme-settings-service/package.json +++ b/ghost/custom-theme-settings-service/package.json @@ -25,10 +25,10 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/debug": "0.1.24", + "@tryghost/debug": "0.1.26", "@tryghost/errors": "1.2.26", "@tryghost/nql": "0.11.0", - "@tryghost/tpl": "0.1.24", + "@tryghost/tpl": "0.1.26", "lodash": "4.17.21" } } diff --git a/ghost/data-generator/package.json b/ghost/data-generator/package.json index 810ed13eeb..4adfc78b0b 100644 --- a/ghost/data-generator/package.json +++ b/ghost/data-generator/package.json @@ -26,8 +26,8 @@ }, "dependencies": { "@faker-js/faker": "7.6.0", - "@tryghost/root-utils": "0.3.22", - "@tryghost/string": "0.2.4", + "@tryghost/root-utils": "0.3.24", + "@tryghost/string": "0.2.10", "probability-distributions": "0.9.1" } } diff --git a/ghost/email-analytics-service/package.json b/ghost/email-analytics-service/package.json index 7207e9a547..e5df733a07 100644 --- a/ghost/email-analytics-service/package.json +++ b/ghost/email-analytics-service/package.json @@ -23,7 +23,7 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/debug": "0.1.24", + "@tryghost/debug": "0.1.26", "lodash": "4.17.21" } } diff --git a/ghost/email-service/package.json b/ghost/email-service/package.json index 67a931e435..4e258417f4 100644 --- a/ghost/email-service/package.json +++ b/ghost/email-service/package.json @@ -25,14 +25,14 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/color-utils": "0.1.24", + "@tryghost/color-utils": "0.2.0", "@tryghost/email-events": "0.0.0", "@tryghost/errors": "1.2.26", "@tryghost/html-to-plaintext": "0.0.0", "@tryghost/kg-default-cards": "9.1.8", "@tryghost/logging": "2.4.8", - "@tryghost/tpl": "0.1.24", - "@tryghost/validator": "0.2.4", + "@tryghost/tpl": "0.1.26", + "@tryghost/validator": "0.2.6", "bson-objectid": "2.0.4", "cheerio": "0.22.0", "handlebars": "4.7.8", diff --git a/ghost/importer-revue/package.json b/ghost/importer-revue/package.json index 9e08f64463..ffb91b64dd 100644 --- a/ghost/importer-revue/package.json +++ b/ghost/importer-revue/package.json @@ -21,9 +21,9 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/debug": "0.1.24", + "@tryghost/debug": "0.1.26", "@tryghost/kg-default-cards": "9.1.8", - "@tryghost/string": "0.2.4", + "@tryghost/string": "0.2.10", "lodash": "4.17.21", "papaparse": "5.3.2", "simple-dom": "1.4.0" diff --git a/ghost/link-tracking/package.json b/ghost/link-tracking/package.json index 4e0cf43220..a2d4162a9d 100644 --- a/ghost/link-tracking/package.json +++ b/ghost/link-tracking/package.json @@ -27,7 +27,7 @@ "@tryghost/errors": "1.2.26", "@tryghost/link-redirects": "0.0.0", "@tryghost/nql": "0.11.0", - "@tryghost/tpl": "0.1.24", + "@tryghost/tpl": "0.1.26", "bson-objectid": "2.0.4", "lodash": "4.17.21", "moment": "2.29.4" diff --git a/ghost/magic-link/package.json b/ghost/magic-link/package.json index e0bd4decc5..49c6e64cb7 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -27,8 +27,8 @@ }, "dependencies": { "@tryghost/errors": "1.2.26", - "@tryghost/tpl": "0.1.24", - "@tryghost/validator": "0.2.4", + "@tryghost/tpl": "0.1.26", + "@tryghost/validator": "0.2.6", "jsonwebtoken": "8.5.1" } } diff --git a/ghost/mail-events/package.json b/ghost/mail-events/package.json index b345857368..fb81f6ea42 100644 --- a/ghost/mail-events/package.json +++ b/ghost/mail-events/package.json @@ -27,7 +27,7 @@ "dependencies": { "@tryghost/errors": "1.2.26", "@tryghost/in-memory-repository": "0.0.0", - "@tryghost/tpl": "0.1.25" + "@tryghost/tpl": "0.1.26" }, "c8": { "exclude": [ diff --git a/ghost/mailgun-client/package.json b/ghost/mailgun-client/package.json index 34daf5e975..c322e9e3b5 100644 --- a/ghost/mailgun-client/package.json +++ b/ghost/mailgun-client/package.json @@ -24,9 +24,9 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/debug": "0.1.24", + "@tryghost/debug": "0.1.26", "@tryghost/logging": "2.4.8", - "@tryghost/metrics": "1.0.24", + "@tryghost/metrics": "1.0.27", "form-data": "4.0.0", "lodash": "4.17.21", "mailgun.js": "9.3.0" diff --git a/ghost/member-attribution/package.json b/ghost/member-attribution/package.json index add5147d70..6faf1a1e05 100644 --- a/ghost/member-attribution/package.json +++ b/ghost/member-attribution/package.json @@ -23,6 +23,6 @@ "@tryghost/domain-events": "0.0.0", "@tryghost/member-events": "0.0.0", "@tryghost/referrers": "0.0.0", - "@tryghost/string": "0.2.4" + "@tryghost/string": "0.2.10" } } diff --git a/ghost/members-api/package.json b/ghost/members-api/package.json index f8e797f23e..74b27bbe9c 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -37,8 +37,8 @@ "@tryghost/member-events": "0.0.0", "@tryghost/members-payments": "0.0.0", "@tryghost/nql": "0.11.0", - "@tryghost/tpl": "0.1.24", - "@tryghost/validator": "0.2.4", + "@tryghost/tpl": "0.1.26", + "@tryghost/validator": "0.2.6", "@types/jsonwebtoken": "9.0.4", "body-parser": "1.20.2", "bson-objectid": "2.0.4", diff --git a/ghost/members-importer/package.json b/ghost/members-importer/package.json index 8ef1ce965a..7cd50a39a3 100644 --- a/ghost/members-importer/package.json +++ b/ghost/members-importer/package.json @@ -28,7 +28,7 @@ "@tryghost/errors": "1.2.26", "@tryghost/logging": "2.4.8", "@tryghost/members-csv": "0.0.0", - "@tryghost/tpl": "0.1.24", + "@tryghost/tpl": "0.1.26", "moment-timezone": "0.5.23" } } diff --git a/ghost/members-ssr/package.json b/ghost/members-ssr/package.json index a0ac0e39a1..9ea69defe6 100644 --- a/ghost/members-ssr/package.json +++ b/ghost/members-ssr/package.json @@ -26,7 +26,7 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/debug": "0.1.24", + "@tryghost/debug": "0.1.26", "@tryghost/errors": "1.2.26", "cookies": "0.8.0", "jsonwebtoken": "8.5.1" diff --git a/ghost/minifier/package.json b/ghost/minifier/package.json index e30ad61363..f503675356 100644 --- a/ghost/minifier/package.json +++ b/ghost/minifier/package.json @@ -24,9 +24,9 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/debug": "0.1.24", + "@tryghost/debug": "0.1.26", "@tryghost/errors": "1.2.26", - "@tryghost/tpl": "0.1.24", + "@tryghost/tpl": "0.1.26", "csso": "5.0.5", "terser": "5.24.0", "tiny-glob": "0.2.9" diff --git a/ghost/mw-error-handler/package.json b/ghost/mw-error-handler/package.json index d188c55cbf..9e232eaa22 100644 --- a/ghost/mw-error-handler/package.json +++ b/ghost/mw-error-handler/package.json @@ -24,10 +24,10 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/debug": "0.1.24", + "@tryghost/debug": "0.1.26", "@tryghost/errors": "1.2.26", - "@tryghost/http-cache-utils": "0.1.9", - "@tryghost/tpl": "0.1.24", + "@tryghost/http-cache-utils": "0.1.11", + "@tryghost/tpl": "0.1.26", "lodash": "4.17.21", "semver": "7.5.4" } diff --git a/ghost/mw-version-match/package.json b/ghost/mw-version-match/package.json index a1a1f17147..bbb21c1033 100644 --- a/ghost/mw-version-match/package.json +++ b/ghost/mw-version-match/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@tryghost/errors": "1.2.26", - "@tryghost/tpl": "0.1.24", + "@tryghost/tpl": "0.1.26", "semver": "7.5.4" } } diff --git a/ghost/oembed-service/package.json b/ghost/oembed-service/package.json index 098b1d70c5..0ef569c1a2 100644 --- a/ghost/oembed-service/package.json +++ b/ghost/oembed-service/package.json @@ -25,7 +25,7 @@ "@extractus/oembed-extractor": "3.2.1", "@tryghost/errors": "1.2.26", "@tryghost/logging": "2.4.8", - "@tryghost/tpl": "0.1.24", + "@tryghost/tpl": "0.1.26", "charset": "1.0.1", "cheerio": "0.22.0", "iconv-lite": "0.6.3", diff --git a/ghost/offers/package.json b/ghost/offers/package.json index 06465f634a..093f4e4ca6 100644 --- a/ghost/offers/package.json +++ b/ghost/offers/package.json @@ -28,7 +28,7 @@ "@tryghost/domain-events": "0.0.0", "@tryghost/errors": "1.2.26", "@tryghost/mongo-utils": "0.5.0", - "@tryghost/string": "0.2.4", + "@tryghost/string": "0.2.10", "lodash": "4.17.21" } } diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index eeaee3b369..f2010681b8 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@tryghost/errors": "1.2.26", - "@tryghost/tpl": "0.1.24", + "@tryghost/tpl": "0.1.26", "fs-extra": "11.1.1", "lodash": "4.17.21" } diff --git a/ghost/posts-service/package.json b/ghost/posts-service/package.json index c2a41f0637..9d892c1f6b 100644 --- a/ghost/posts-service/package.json +++ b/ghost/posts-service/package.json @@ -26,7 +26,7 @@ "@tryghost/errors": "1.2.26", "@tryghost/nql": "0.11.0", "@tryghost/post-events": "0.0.0", - "@tryghost/tpl": "0.1.24", + "@tryghost/tpl": "0.1.26", "bson-objectid": "2.0.4" } } diff --git a/ghost/recommendations/package.json b/ghost/recommendations/package.json index a7e4fe3e22..4b2e9af88e 100644 --- a/ghost/recommendations/package.json +++ b/ghost/recommendations/package.json @@ -30,7 +30,7 @@ "typescript": "5.2.2" }, "dependencies": { - "@tryghost/tpl": "0.1.25", + "@tryghost/tpl": "0.1.26", "@tryghost/errors": "1.2.26", "@tryghost/in-memory-repository": "0.0.0", "@tryghost/bookshelf-repository": "0.0.0", diff --git a/ghost/security/package.json b/ghost/security/package.json index 6ca19bff4a..cc2d0006e7 100644 --- a/ghost/security/package.json +++ b/ghost/security/package.json @@ -25,7 +25,7 @@ "uuid": "9.0.1" }, "dependencies": { - "@tryghost/string": "0.2.4", + "@tryghost/string": "0.2.10", "bcryptjs": "2.4.3" } } diff --git a/ghost/settings-path-manager/package.json b/ghost/settings-path-manager/package.json index 9144f1fa5b..c6253e3f4d 100644 --- a/ghost/settings-path-manager/package.json +++ b/ghost/settings-path-manager/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@tryghost/errors": "1.2.26", - "@tryghost/tpl": "0.1.24", + "@tryghost/tpl": "0.1.26", "date-fns": "2.30.0" } } diff --git a/ghost/slack-notifications/package.json b/ghost/slack-notifications/package.json index ee43cf6d3b..9a66260711 100644 --- a/ghost/slack-notifications/package.json +++ b/ghost/slack-notifications/package.json @@ -24,8 +24,8 @@ }, "dependencies": { "@tryghost/errors": "1.2.26", - "@tryghost/validator": "0.2.4", - "@tryghost/version": "0.1.22", + "@tryghost/validator": "0.2.6", + "@tryghost/version": "0.1.24", "got": "9.6.0" } } diff --git a/ghost/stripe/package.json b/ghost/stripe/package.json index 2bd462ff1a..48dce587e2 100644 --- a/ghost/stripe/package.json +++ b/ghost/stripe/package.json @@ -25,7 +25,7 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/debug": "0.1.24", + "@tryghost/debug": "0.1.26", "@tryghost/domain-events": "0.0.0", "@tryghost/errors": "1.2.26", "@tryghost/logging": "2.4.8", diff --git a/ghost/tiers/package.json b/ghost/tiers/package.json index 193a78cc9a..c53aaf5080 100644 --- a/ghost/tiers/package.json +++ b/ghost/tiers/package.json @@ -23,8 +23,8 @@ }, "dependencies": { "@tryghost/errors": "1.2.26", - "@tryghost/string": "0.2.4", - "@tryghost/tpl": "0.1.24", + "@tryghost/string": "0.2.10", + "@tryghost/tpl": "0.1.26", "bson-objectid": "2.0.4" } } diff --git a/ghost/update-check-service/package.json b/ghost/update-check-service/package.json index feb5eeadfb..274870a3b9 100644 --- a/ghost/update-check-service/package.json +++ b/ghost/update-check-service/package.json @@ -25,10 +25,10 @@ "uuid": "9.0.1" }, "dependencies": { - "@tryghost/debug": "0.1.24", + "@tryghost/debug": "0.1.26", "@tryghost/errors": "1.2.26", "@tryghost/logging": "2.4.8", - "@tryghost/tpl": "0.1.24", + "@tryghost/tpl": "0.1.26", "lodash": "4.17.21", "moment": "2.24.0" } diff --git a/yarn.lock b/yarn.lock index f3883311c9..f8faa9c265 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7587,17 +7587,17 @@ resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf" integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== -"@tryghost/adapter-base-cache@0.1.5": - version "0.1.5" - resolved "https://registry.yarnpkg.com/@tryghost/adapter-base-cache/-/adapter-base-cache-0.1.5.tgz#66021c4e3e92bc623c82728ab50ca497ac41f7ae" - integrity sha512-ZAG7Qzn0RioU6yde67T9cneRtoD1ZxGcjwH81DdbL8ZqiPi66bmPw5TVOiEiFnny2XSDsPuUgc4/PxFO/RfV0g== +"@tryghost/adapter-base-cache@0.1.10": + version "0.1.10" + resolved "https://registry.yarnpkg.com/@tryghost/adapter-base-cache/-/adapter-base-cache-0.1.10.tgz#8ae27c65ae33f94b911de43ddae21703d1da52a3" + integrity sha512-Ns5zAIOLIVfcoJfPbqCMLOOct9JbGNKmkWgeSOJ9EdTxePsuGGOtW4BwAoqZqDgB/tgedAZ8VJMOpXXFOEWKuw== -"@tryghost/admin-api-schema@4.5.1": - version "4.5.1" - resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-4.5.1.tgz#0c82194b0f0634e8ea12b146f92e994eebd3b89b" - integrity sha512-LjDnpQSpc6ZmCd4pwoWl6iVorgh7kmbl68tJW5QagZZJorOGfV6y8LiRJssUxXWKKguP7Hxqq6TCfuxeCW7mtw== +"@tryghost/admin-api-schema@4.5.3": + version "4.5.3" + resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-4.5.3.tgz#212d7fc6f60c81c7e3982482b2902d9bcd95b70c" + integrity sha512-5ksepvrxNQyXqxzmVGpZmmMXghXCmc1SkX8WFc9sO9/VAFRiC2Z8UV8+UZjVKHKJSBdwyNRLDtwJIyNUZxViKA== dependencies: - "@tryghost/errors" "^1.0.0" + "@tryghost/errors" "^1.2.26" ajv "^6.12.6" lodash "^4.17.11" @@ -7641,10 +7641,10 @@ "@tryghost/debug" "^0.1.26" lodash "^4.17.21" -"@tryghost/bookshelf-include-count@^0.3.8": - version "0.3.8" - resolved "https://registry.yarnpkg.com/@tryghost/bookshelf-include-count/-/bookshelf-include-count-0.3.8.tgz#14c008acb3245439b3bc6a1fc33beed9328e1069" - integrity sha512-LHqIiIQ1SCDO0UAVgbgB81qhUpxhILQquLiNoI3H6yeKmm9/ZuAGlUG6/yvQCgP4fu86hTYsn8j0J5efVJBW1A== +"@tryghost/bookshelf-include-count@^0.3.9": + version "0.3.9" + resolved "https://registry.yarnpkg.com/@tryghost/bookshelf-include-count/-/bookshelf-include-count-0.3.9.tgz#55f1c8a0549fdf9aab9784022dd8610901b4583c" + integrity sha512-32VKcT8HFk6yTqJ0mV0qZrEvBGcNVxfRsnMztJyQzRMmETrXb6wHNRCPWfxAcbcD5chYx87oFiWzRYGDxP16aA== dependencies: "@tryghost/debug" "^0.1.26" lodash "^4.17.21" @@ -7665,31 +7665,31 @@ "@tryghost/tpl" "^0.1.26" lodash "^4.17.21" -"@tryghost/bookshelf-plugins@0.6.10": - version "0.6.10" - resolved "https://registry.yarnpkg.com/@tryghost/bookshelf-plugins/-/bookshelf-plugins-0.6.10.tgz#f8185fc7081c729cb9896bf965a8a259beaf05e7" - integrity sha512-k/hlgMmoAn9IUwRT0J8o+YwjKmGvBBz80OEsJkyJ/0pCldxVzY8jsaT4dsYzzGKbx48Q2Pz5CR5X6At4SDA8rA== +"@tryghost/bookshelf-plugins@0.6.11": + version "0.6.11" + resolved "https://registry.yarnpkg.com/@tryghost/bookshelf-plugins/-/bookshelf-plugins-0.6.11.tgz#ee7e83775fdf62ff81cb93f1d896139f54e08958" + integrity sha512-leqmZM22JYW5lIhQ7wJzdNGhdOIM4wGsnTRdhnWxqVLSwCAMJBNBf1ukTHVkzWbyq/r54du2XuCztkwT4KQoLA== dependencies: "@tryghost/bookshelf-collision" "^0.1.37" "@tryghost/bookshelf-custom-query" "^0.1.21" "@tryghost/bookshelf-eager-load" "^0.1.25" "@tryghost/bookshelf-filter" "^0.5.8" "@tryghost/bookshelf-has-posts" "^0.1.26" - "@tryghost/bookshelf-include-count" "^0.3.8" + "@tryghost/bookshelf-include-count" "^0.3.9" "@tryghost/bookshelf-order" "^0.1.21" "@tryghost/bookshelf-pagination" "^0.1.39" "@tryghost/bookshelf-search" "^0.1.21" - "@tryghost/bookshelf-transaction-events" "^0.2.8" + "@tryghost/bookshelf-transaction-events" "^0.2.9" "@tryghost/bookshelf-search@^0.1.21": version "0.1.21" resolved "https://registry.yarnpkg.com/@tryghost/bookshelf-search/-/bookshelf-search-0.1.21.tgz#4325b8dac5bc1724ab91a3c96edfe99c4854a5ad" integrity sha512-wertR9Oilx3kgXSDPO97qDuzvbsgFns5sx/eclFoE3UsCPShmTiokKeGY5/5XivDcacvffwySeNGE/2P2Glp2w== -"@tryghost/bookshelf-transaction-events@^0.2.8": - version "0.2.8" - resolved "https://registry.yarnpkg.com/@tryghost/bookshelf-transaction-events/-/bookshelf-transaction-events-0.2.8.tgz#c331ef3f95afef091f69cdfcb7f4015e4bb43628" - integrity sha512-iIOXj4RffwNwXj+opFf5POrDMtwllIB1Y+7/KzLjKZymerBBATEnFLkwTMETIqdUAXLEBuG3C9prqyLgjjmSsg== +"@tryghost/bookshelf-transaction-events@^0.2.9": + version "0.2.9" + resolved "https://registry.yarnpkg.com/@tryghost/bookshelf-transaction-events/-/bookshelf-transaction-events-0.2.9.tgz#05b7cbfb5f1cf5240bcaab222c86861543ae0019" + integrity sha512-wgsIc+if61OlZ9I+R1K3cqcS3oyjtgXHuAaEedDk0vM92hkzn+Ye/d3X9aLIkPXKl14jtEudAWZK4LQSkoWvrA== "@tryghost/bunyan-rotating-filestream@^0.0.7": version "0.0.7" @@ -7698,13 +7698,6 @@ dependencies: long-timeout "^0.1.1" -"@tryghost/color-utils@0.1.24": - version "0.1.24" - resolved "https://registry.yarnpkg.com/@tryghost/color-utils/-/color-utils-0.1.24.tgz#485e67bcbaa7f86dc3dd1d16f87f863df6e2981a" - integrity sha512-AZmnAxhp8kxvYEWFUXoOWZp4qjNbteDnPKNUeRnvnETIdJeKroeIZpE8sA0ev4/pJS2zrNey1nhGNfbGt6WCrQ== - dependencies: - color "^3.2.1" - "@tryghost/color-utils@0.2.0": version "0.2.0" resolved "https://registry.yarnpkg.com/@tryghost/color-utils/-/color-utils-0.2.0.tgz#c8a2cf06ec9fb8a7b4ed9bcfc2a96b1237b58eda" @@ -7713,10 +7706,10 @@ "@types/color" "3.0.2" color "^3.2.1" -"@tryghost/config-url-helpers@1.0.6": - version "1.0.6" - resolved "https://registry.yarnpkg.com/@tryghost/config-url-helpers/-/config-url-helpers-1.0.6.tgz#0f5193b26305fda48236094be69f0b4b44ee2b92" - integrity sha512-cf6JI6iTxOB8TWblJ2RPcBv7SqQwn41pC25wqkmGwStKPs9qYY/Kqr9Ekgw9vwXIqotfs9xwMGPZQzccbzL0ZA== +"@tryghost/config-url-helpers@1.0.10": + version "1.0.10" + resolved "https://registry.yarnpkg.com/@tryghost/config-url-helpers/-/config-url-helpers-1.0.10.tgz#ddc84c11d7045dec2d36c476019b559bc72a30a7" + integrity sha512-Fl7sKDDY/AMC2NPZ9DMZsKMyZTpQGhTavNPg+8tLx2EAOdIeUfZ0B8CuXqizgAJaWcMd7CD8uYo74QnL8xwZMw== "@tryghost/config@^0.2.18": version "0.2.18" @@ -7726,25 +7719,22 @@ "@tryghost/root-utils" "^0.3.24" nconf "^0.12.0" -"@tryghost/content-api@1.11.7": - version "1.11.7" - resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.11.7.tgz#5b779a319f4af16f9687c49459e475c9ca607b2f" - integrity sha512-G6Ovb0LSnlvx/nVzNDYd5kMyMmsTjwdiOANRbh/NPgaNUHS5RdUbbhPpYFvD1Cdi8xoliowCaGorv5wxI3Wb2Q== +"@tryghost/content-api@1.11.19": + version "1.11.19" + resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.11.19.tgz#65ba27d0a9da1f39f977b9f951a0ba8e765fb3ce" + integrity sha512-u3rWD7poV6DoUD6/VbUmKPEDxiEgJvrGUsWaMinOH+tBCu9oD/BM/M4MPy8mWsK0SVKLkA4ohpAaYzufNMEUfg== dependencies: - axios "^0.27.0" + axios "^1.0.0" "@tryghost/database-info@0.3.17": version "0.3.17" resolved "https://registry.yarnpkg.com/@tryghost/database-info/-/database-info-0.3.17.tgz#e7344d9f9675dfc572a71eeace97ea0527a4a7c5" integrity sha512-9wFXQVsOlLlq+6lMx2P165mCjIT/4qjDqoeAt6ct5Uag6Yjy5TRqrtqMJ09Lo3XjIUCs5vERPZPTxtCNJQCGwQ== -"@tryghost/debug@0.1.24": - version "0.1.24" - resolved "https://registry.yarnpkg.com/@tryghost/debug/-/debug-0.1.24.tgz#90ea467ab7bca847b89df642b0cbdfc5a8f15df6" - integrity sha512-jL3QH6/FAKGw3ZRw57fzknaHdiStomJl5oF+2smQdXZz30xcV9Sj841CD6pUprQ3Vsjub8FjupOFL6IQsuqLrg== - dependencies: - "@tryghost/root-utils" "^0.3.22" - debug "^4.3.1" +"@tryghost/database-info@0.3.20": + version "0.3.20" + resolved "https://registry.yarnpkg.com/@tryghost/database-info/-/database-info-0.3.20.tgz#89bc878c2f8f5d31da55bf607f0c0c4aeaef503a" + integrity sha512-HDM6ateszdBdh0D2BDXG7UeDRrPv1a+es4jB9UgijLe+GRa/gM09plDFVX63HC/dDeN+apuwH5S6PCBvLY8n2g== "@tryghost/debug@0.1.26", "@tryghost/debug@^0.1.13", "@tryghost/debug@^0.1.26": version "0.1.26" @@ -7754,7 +7744,7 @@ "@tryghost/root-utils" "^0.3.24" debug "^4.3.1" -"@tryghost/elasticsearch@^3.0.12", "@tryghost/elasticsearch@^3.0.15": +"@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== @@ -7763,10 +7753,10 @@ "@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" - integrity sha512-mFKc0WXQK9UQyz1kGYnU4ggzlh0fpHvWnFzX2k7gWaqBhyfKLMjhgHN8vcphA7LcTtnehiq8JWofC5nNCdPGfA== +"@tryghost/email-mock-receiver@0.3.2": + version "0.3.2" + resolved "https://registry.yarnpkg.com/@tryghost/email-mock-receiver/-/email-mock-receiver-0.3.2.tgz#abd8086935a95a996b6c5c803478a9f81dcae19a" + integrity sha512-On5ighfXMlXNVCARidImrnrz1LrWlkxAyykeyZqeK/HlHyjr5g3+4KY2sdaTywWUBLbJXqc4ntXRPyXRB9fxOw== "@tryghost/ember-promise-modals@2.0.1": version "2.0.1" @@ -7784,7 +7774,7 @@ focus-trap "^6.7.2" postcss-preset-env "^7.3.1" -"@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": +"@tryghost/errors@1.2.25", "@tryghost/errors@1.2.26", "@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== @@ -7802,33 +7792,26 @@ cookiejar "^2.1.3" reqresnext "^1.7.0" -"@tryghost/helpers@1.1.77": - version "1.1.77" - resolved "https://registry.yarnpkg.com/@tryghost/helpers/-/helpers-1.1.77.tgz#5a8e14f56a22118ed4423bf44696890651590d65" - integrity sha512-YFLvM8B1x66hKA3XrL3AtN9fakVcFIwykISNKqEru601vZKPOI+n8WK8o2MMMD7yhRt5Xq97w+YUoXHsaDcPOg== +"@tryghost/helpers@1.1.88": + version "1.1.88" + resolved "https://registry.yarnpkg.com/@tryghost/helpers/-/helpers-1.1.88.tgz#f4ed3c0a163c5e641cb70f7d5f4f5ddc90874b19" + integrity sha512-OK6qQg3Rd+6Hw0uyFqxYPiQzVJAe7zw/uT6EwLKraL4DnV8ODfnSJzde6PMun9duOohQxOYXEYfakeKIX+mhiw== dependencies: lodash-es "^4.17.11" -"@tryghost/helpers@1.1.82": - version "1.1.82" - resolved "https://registry.yarnpkg.com/@tryghost/helpers/-/helpers-1.1.82.tgz#eb39d2059453530a3a04f7b529ba1ffd72df2f06" - integrity sha512-qijAnvohu6D5MxWdDyz3+DDB4szwmoDkKGQ8y4k5cXDtV0Zk1jgqhGseJuvki16wbbALbFMlsV6ubaYOf/e9Ew== +"@tryghost/html-to-mobiledoc@2.0.40": + version "2.0.40" + resolved "https://registry.yarnpkg.com/@tryghost/html-to-mobiledoc/-/html-to-mobiledoc-2.0.40.tgz#5ec7117dd34bea856d22080050cbf0d94ef6b1a9" + integrity sha512-z2dfhBmgMDxIhPIPSmQYrlI8LAnuJkINFHpy628yLvtEl1skPO3zK9/pejK+PjgRiJTwMkRb9HOtcH0d2j4qOQ== dependencies: - lodash-es "^4.17.11" - -"@tryghost/html-to-mobiledoc@2.0.36": - version "2.0.36" - resolved "https://registry.yarnpkg.com/@tryghost/html-to-mobiledoc/-/html-to-mobiledoc-2.0.36.tgz#8457c75efb5e022e9ab6d8e1f14e9f3cca981ebb" - integrity sha512-AJo0FCn9qkUk76ol7W9jgP2HOPIbbeOSa4y6HBUtrIDNv5KOj4GOzgMso/gcqXoWckySyfckw47tBe+xDLTsXg== - dependencies: - "@tryghost/kg-parser-plugins" "^3.0.36" + "@tryghost/kg-parser-plugins" "^3.0.40" "@tryghost/mobiledoc-kit" "^0.12.4-ghost.1" jsdom "^22.0.0" -"@tryghost/http-cache-utils@0.1.9": - version "0.1.9" - 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-cache-utils@0.1.11": + version "0.1.11" + resolved "https://registry.yarnpkg.com/@tryghost/http-cache-utils/-/http-cache-utils-0.1.11.tgz#9b09921828f4772ac26c6d55b438a59e776e2b04" + integrity sha512-PbUfViKtY0mxzOpC5Pdkx26R4jcYfWCvSWiTNIW2OG2k1CtE83nIRD/AanIcNMXxrRNnT/hdG9Yu3+gOhEqpmA== "@tryghost/http-stream@^0.1.25": version "0.1.25" @@ -7838,15 +7821,15 @@ "@tryghost/errors" "^1.2.26" "@tryghost/request" "^1.0.0" -"@tryghost/image-transform@1.2.6": - version "1.2.6" - resolved "https://registry.yarnpkg.com/@tryghost/image-transform/-/image-transform-1.2.6.tgz#530c792a50853b1779ecb8e15bee8ea5d1d890ef" - integrity sha512-kxDJHRgCCvcnLopyDCq4XIarG9QfOout+/MMdue6cvwrd9QBFpjvmN6/quO9OoAz3++Av/ovh7e1QpZhC+sUnA== +"@tryghost/image-transform@1.2.10": + version "1.2.10" + resolved "https://registry.yarnpkg.com/@tryghost/image-transform/-/image-transform-1.2.10.tgz#0aea78ba47056e28ca21da9f625da1f1b0ca6085" + integrity sha512-xSzivoo2ME4x/UsMT8UpX1kqQTFxzckzl7kVLfvgPsnsSpAOP3W5P5cEb5szptcTLwtZhs/8kCw331Sh9kBd+g== dependencies: - "@tryghost/errors" "^1.2.1" + "@tryghost/errors" "^1.2.26" fs-extra "^11.0.0" optionalDependencies: - sharp "^0.30.0" + sharp "^0.32.0" "@tryghost/jest-snapshot@^0.5.7": version "0.5.7" @@ -7863,7 +7846,7 @@ resolved "https://registry.yarnpkg.com/@tryghost/kg-card-factory/-/kg-card-factory-4.0.14.tgz#4fdbd7e45926f26c1b96c9f6315e9294e576cb4c" integrity sha512-riIhtlHJhspvwf+9JATawIayNqzIdaZE3DEXoRwQF4Cbdyk3ksuNJ+w4iBo7cvSbQg6s30TZpjFHQ21W1AROzg== -"@tryghost/kg-clean-basic-html@3.0.39", "@tryghost/kg-clean-basic-html@^3.0.36", "@tryghost/kg-clean-basic-html@^3.0.39": +"@tryghost/kg-clean-basic-html@3.0.39", "@tryghost/kg-clean-basic-html@^3.0.39": version "3.0.39" resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-3.0.39.tgz#aedfa732e8ad85846d673352f0b8e4b519ab9638" integrity sha512-47n/D1PrWoJgRP3R62fnJeVP7YEojnlm9Sf7vGKXG2wXIsxgwhBBI6r7D7euB/t3OsRrTp5t1LMksNwoyQoO0g== @@ -7974,12 +7957,12 @@ mobiledoc-dom-renderer "^0.7.0" simple-dom "^1.4.0" -"@tryghost/kg-parser-plugins@^3.0.36": - version "3.0.37" - resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-3.0.37.tgz#202c2726906099709209db3cc3da8d887e65fca8" - integrity sha512-lfg75fcauy5icI0n+j6zTpoawYTtYP8jCYgvHq1Sg+zRY+90y9JeknLSo85hQz6nO8kP/RJvhGZ4tg9Gv3DynQ== +"@tryghost/kg-parser-plugins@^3.0.40": + version "3.0.40" + resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-3.0.40.tgz#0c3ac1c8911fbc53905f2a9d418b885986927605" + integrity sha512-OlFm8+jqV1YvlPTXRY21luqyCna0ZwMjFK+e8i0Kku9/wIydPyMqHC7osggfeGW6Z657F7ixMFSn97EGnM7Ymw== dependencies: - "@tryghost/kg-clean-basic-html" "^3.0.36" + "@tryghost/kg-clean-basic-html" "^3.0.39" "@tryghost/kg-utils@^1.0.22": version "1.0.22" @@ -7993,10 +7976,10 @@ resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-0.5.12.tgz#36e03a3d007dc71b243be1d81fcb1125e4f53970" integrity sha512-9hLhQ/6X7OlicMkGqPdsY6PBu7RaZntSlLHGgIp48dxU8lzQOKk2Nycrrvv+3DdR9Bzk79mmEWrj7vx2g9ggdw== -"@tryghost/limit-service@1.2.10", "@tryghost/limit-service@^1.2.10": - version "1.2.10" - resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-1.2.10.tgz#9e1c8b21eddc3de8c5b8a9b029ba4915ec1ac625" - integrity sha512-Spnlkf7uQqwmfy5npkrwWJCcNN3II5oQiyQPy8QhhVk/UlLvzpTpYneHBJmIn4mFRxKrWC7xzSXIRMlb13ClBA== +"@tryghost/limit-service@1.2.12", "@tryghost/limit-service@^1.2.10": + version "1.2.12" + resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-1.2.12.tgz#f6cfd592cd0ca26b9d81c02f3e5455426dd00789" + integrity sha512-CoUzuzwhFFxiSHGeUPzm7ku1xuDoC9Gygm4DjzTUPLgQSpiEnz64TrMqJBjxYpV9Jc0PV47GEya5wIdlsPdEvg== dependencies: "@tryghost/errors" "^1.2.26" lodash "^4.17.21" @@ -8019,14 +8002,14 @@ json-stringify-safe "^5.0.1" lodash "^4.17.21" -"@tryghost/metrics@1.0.24": - version "1.0.24" - resolved "https://registry.yarnpkg.com/@tryghost/metrics/-/metrics-1.0.24.tgz#d1aad748a4d0ca71ce7a78fd926ff0fdf44e95b3" - integrity sha512-8mVD/2LiciIGKM2yh5ne87oTK2aa7FJNYMf2p6THKdS07wEJZzV3KT+cRnwaSznwBdJqyHTWQPXJ7XNaw+Spdg== +"@tryghost/metrics@1.0.27": + version "1.0.27" + resolved "https://registry.yarnpkg.com/@tryghost/metrics/-/metrics-1.0.27.tgz#00713047bf4592a26a83e4b9bb05eb41f103ab91" + integrity sha512-aOS+YljlSw6CSN7JZX8AVtSgSgrOfjxdDeGkSAyzNfj+7t/A7+Vf4lpKyblA3MtL54VVL2cXSZ5LcHnz7c2jEA== dependencies: - "@tryghost/elasticsearch" "^3.0.12" - "@tryghost/pretty-stream" "^0.1.18" - "@tryghost/root-utils" "^0.3.22" + "@tryghost/elasticsearch" "^3.0.15" + "@tryghost/pretty-stream" "^0.1.20" + "@tryghost/root-utils" "^0.3.24" json-stringify-safe "^5.0.1" optionalDependencies: promise.allsettled "^1.0.5" @@ -8054,13 +8037,13 @@ dependencies: lodash "^4.17.11" -"@tryghost/nodemailer@0.3.35": - version "0.3.35" - resolved "https://registry.yarnpkg.com/@tryghost/nodemailer/-/nodemailer-0.3.35.tgz#b03248783afc60dc5baf965051b932639264d873" - integrity sha512-dz1P36m64a75bZRvjkq3f6khxFBugmb8olFUFSZJOuj2eYuuJ6aoBKBmJvcERBOIt/g6dwQ81NJqZipn+66SOg== +"@tryghost/nodemailer@0.3.37": + version "0.3.37" + resolved "https://registry.yarnpkg.com/@tryghost/nodemailer/-/nodemailer-0.3.37.tgz#f8766fdc176fec1e5fcfad1ed3c137702f247c83" + integrity sha512-rav7IaXvGw14Z3B5nj9tMpFiCVxivshjGM9C0H5B/JZdHkaLd/5mqjpJM66ZnjusxGipUwMPaxGSnFWYB2SOvg== dependencies: "@aws-sdk/client-ses" "^3.31.0" - "@tryghost/errors" "^1.2.24" + "@tryghost/errors" "^1.2.26" nodemailer "^6.6.3" nodemailer-direct-transport "^3.3.2" nodemailer-mailgun-transport "^2.1.5" @@ -8083,15 +8066,7 @@ "@tryghost/nql-lang" "^0.5.0" mingo "^2.2.2" -"@tryghost/pretty-cli@1.2.36": - version "1.2.36" - resolved "https://registry.yarnpkg.com/@tryghost/pretty-cli/-/pretty-cli-1.2.36.tgz#ea4466214bb99c5d192e40bfa947448d3b058cb1" - integrity sha512-Bxnzou/BiMS+Kz3SaRwcVrxbnbqu3XYkXjAorZKy9eKJ26OXQ4F1TC8oLS1aByOLz1QgqjOgzTytwjSxNyfXAQ== - dependencies: - chalk "^4.1.0" - sywac "^1.3.0" - -"@tryghost/pretty-cli@^1.2.38": +"@tryghost/pretty-cli@1.2.38", "@tryghost/pretty-cli@^1.2.38": version "1.2.38" resolved "https://registry.yarnpkg.com/@tryghost/pretty-cli/-/pretty-cli-1.2.38.tgz#a2844f504dfd841f9f0552769ec3f62239433eca" integrity sha512-hGzFdJT4+Z77LWv+CPFwt36jE6JjXg/YGV+IkM1YvE7qNL5UL4hTNdi0M4hy8d19SICY9Ob1UYuKZLWhY5fd4w== @@ -8099,7 +8074,7 @@ chalk "^4.1.0" sywac "^1.3.0" -"@tryghost/pretty-stream@^0.1.18", "@tryghost/pretty-stream@^0.1.20": +"@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== @@ -8108,10 +8083,10 @@ 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/promise@0.3.6": + version "0.3.6" + resolved "https://registry.yarnpkg.com/@tryghost/promise/-/promise-0.3.6.tgz#b6b36442100564eab3d3de46595646722754113c" + integrity sha512-ZCNc3GUxMd8A7PXKso1s3kCfQfXZgm+e7TCZ2bog/mfpU08EHWVOnAeRTygzlbooTTxTRsqUnMfaXnD5ZyOAdw== "@tryghost/request@1.0.0", "@tryghost/request@^1.0.0": version "1.0.0" @@ -8125,15 +8100,7 @@ got "13.0.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" - integrity sha512-vA9zdwlS3nPISTptr94/9psgxcISZ0tB8SoT4HxtPif2wjYgfvSDPJCBaVh1TKXhFZAxcwQSedQElK2XoIs83g== - dependencies: - caller "^1.0.1" - find-root "^1.1.0" - -"@tryghost/root-utils@^0.3.22", "@tryghost/root-utils@^0.3.24": +"@tryghost/root-utils@0.3.24", "@tryghost/root-utils@^0.3.24": version "0.3.24" resolved "https://registry.yarnpkg.com/@tryghost/root-utils/-/root-utils-0.3.24.tgz#91653fbadc882fb8510844f163a2231c87f30fab" integrity sha512-EzYM3dR/3xyvJHm37RumiIzeGEBRwnnQtQzswXpzn46Rooz7PA7NSjUbLZ8j2K3t0ee+CsPNuyzmzZl+Ih1P2g== @@ -8149,92 +8116,44 @@ "@tryghost/debug" "^0.1.26" "@tryghost/logging" "^2.4.7" -"@tryghost/social-urls@0.1.36": - version "0.1.36" - resolved "https://registry.yarnpkg.com/@tryghost/social-urls/-/social-urls-0.1.36.tgz#1ab1e083d439c45b6df43e32adf045738c606158" - integrity sha512-Xg9wljbS7HrsWyK/VBVUbYnmTX7Mc8gF6ix+UlIbbtqk4jUdCxF2w76bZc9Ff+SiE6DQtuT5m6HmSeR1YGKLYg== +"@tryghost/social-urls@0.1.41": + version "0.1.41" + resolved "https://registry.yarnpkg.com/@tryghost/social-urls/-/social-urls-0.1.41.tgz#3f57ff1e184b7d1ccd9a4e90e2ddb0d61750d296" + integrity sha512-blWlifsoWAlttnmPspJyZE/3UHjCVc1VXqI8f/GSbi+l7d05ndLErAS18L4PQqRVUWibK12Zh2rd4WInExGEOw== -"@tryghost/string@0.2.4": - version "0.2.4" - resolved "https://registry.yarnpkg.com/@tryghost/string/-/string-0.2.4.tgz#bcf90a5b278dd5c763a900fdb19be045e1ad81d9" - integrity sha512-O8gOrZhWo7djxCOss75vtGrninjZk989aWdry4zosHRZqIT5bEbAQbOpBLIa2Zc5BfmHIVZmuVb1Nj6h3+8p6w== +"@tryghost/string@0.2.10", "@tryghost/string@^0.2.0": + version "0.2.10" + resolved "https://registry.yarnpkg.com/@tryghost/string/-/string-0.2.10.tgz#0519a36a4c402a409a071bc2f474b763f8a20788" + integrity sha512-bju3GUWu4qjp+0SF6ubYK9QXUgntiZ88PXLpU25IlfiZCKKx4r4MQ5T46dGI+LrEoidSR8uTldjpaAnMzuXFoQ== dependencies: unidecode "^0.1.8" -"@tryghost/string@^0.2.0": - version "0.2.6" - resolved "https://registry.yarnpkg.com/@tryghost/string/-/string-0.2.6.tgz#59e15a28821992b780eaad33d06ffb9073a9ca5a" - integrity sha512-ZzrpySEDa6wZ3/VIMCOpYJCuwLnBh5+4gFVNzEx5raSnwIpNHvi+SplXroILk/GftsAemnKdEDIbHiaF40W4Gg== - dependencies: - unidecode "^0.1.8" - -"@tryghost/timezone-data@0.3.8": - version "0.3.8" - resolved "https://registry.yarnpkg.com/@tryghost/timezone-data/-/timezone-data-0.3.8.tgz#413f8c7efa972bbdb186d95f4eab8d2799704010" - integrity sha512-0CkCR6uRwANHvP8BJ/3EPPw4Z55u+WCBFM/+KR2KGCogGQwx8npIDA0zWUyWzKk+Y2Z9IqoHs+IlaA1v3t+Jdw== - "@tryghost/timezone-data@0.4.1": version "0.4.1" resolved "https://registry.yarnpkg.com/@tryghost/timezone-data/-/timezone-data-0.4.1.tgz#67f648f8aeb7da565df7c96bf91bac66de0a7af2" integrity sha512-jIUlJG1Yvv013HORnxOm5ucY+a0EPQ7YLudXUOpmUGU+ctVsubctzHd0Sn+ZIHm8x3wFJKjBSiu9ThtirEZM8g== -"@tryghost/tpl@0.1.24": - version "0.1.24" - resolved "https://registry.yarnpkg.com/@tryghost/tpl/-/tpl-0.1.24.tgz#fcf585be02531baf651f2f7605466a3df744d0bc" - integrity sha512-8DkKSCUuoGmagQ+LeiICt7mTC12HJdBIBhgK/zmOE/QKdl95G0y1mZuyc7dRaUyoXAwTj5EF+MR8gWOtuLdAEw== - dependencies: - lodash.template "^4.5.0" - -"@tryghost/tpl@0.1.25": - version "0.1.25" - resolved "https://registry.yarnpkg.com/@tryghost/tpl/-/tpl-0.1.25.tgz#500a05a2fce936ee785347259c4a8952223dea90" - integrity sha512-E4lLVhTNZn67TbOg94HHhW8lndgwP+G9yTDzTKXFabEB5zgfjaX4qBkJJvS0DO8RWMsO8O4c10/cQQpKXQrFBg== - dependencies: - lodash.template "^4.5.0" - -"@tryghost/tpl@^0.1.24", "@tryghost/tpl@^0.1.26": +"@tryghost/tpl@0.1.26", "@tryghost/tpl@^0.1.26": version "0.1.26" resolved "https://registry.yarnpkg.com/@tryghost/tpl/-/tpl-0.1.26.tgz#5a7a67a9f0e8ff730b0e9af579b73a64bb34251c" integrity sha512-ofM8EYMktK/7VRsOG6TKF+ObShGsme7lPZ+/9YBVlrHzWiFSR+sG1x+qBIlmPXpDVk9nGt4OAOX4rpdZ2B9PpA== dependencies: lodash.template "^4.5.0" -"@tryghost/url-utils@4.4.0": - version "4.4.0" - resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-4.4.0.tgz#3f2e0c50ddec49f9c90f6d611eddce51185e6cad" - integrity sha512-MS5K+fgPdjMpbuo1NMIE38x1DXotRsgJRxRBy1noiTjFV3o7VLQVd7PYC3KZY+N0qKFAzwPSaAPOzlumIK/UBA== +"@tryghost/url-utils@4.4.6", "@tryghost/url-utils@^4.0.0": + version "4.4.6" + resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-4.4.6.tgz#4938e55fcc11620fd17c64346249d420f6f97129" + integrity sha512-ceUJsCXow3itfKSDyFxUsggbFc5o5mMKzrI4D33SHN41CMU27ELSQPYZjTU2oG2VBsd2qBBo94+1sWPFyGseww== dependencies: cheerio "^0.22.0" - moment "^2.27.0" - moment-timezone "^0.5.31" - remark "^11.0.2" - remark-footnotes "^1.0.0" - unist-util-visit "^2.0.0" - -"@tryghost/url-utils@^4.0.0": - version "4.4.2" - resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-4.4.2.tgz#3461c65f00e1167ff479da15bfabcbb4d2a82163" - integrity sha512-UDaPjAX3VWUvj9zSqWe4nMhfNsXpg32R9h1QpXH0N4jw4gBj7Y54pCRZmQ6NjKxHrL66sX0mJWYxd/2LVdusag== - dependencies: - cheerio "^0.22.0" - moment "^2.27.0" - moment-timezone "^0.5.31" - remark "^11.0.2" - remark-footnotes "^1.0.0" - unist-util-visit "^2.0.0" - -"@tryghost/validator@0.2.4": - version "0.2.4" - resolved "https://registry.yarnpkg.com/@tryghost/validator/-/validator-0.2.4.tgz#75322a46f16b033ae27ea0839231ef0a3bc434f6" - integrity sha512-KhAauvyyebf++bveqgwTiphVzLQrupdWLP8zOWASqRDpKR3x+ztJDm1oy9F2aVQTvhxFq5Gwfwhg6+uZncx7pQ== - dependencies: - "@tryghost/errors" "^1.2.24" - "@tryghost/tpl" "^0.1.24" lodash "^4.17.21" - moment-timezone "^0.5.23" - validator "7.2.0" + moment "^2.27.0" + moment-timezone "^0.5.31" + remark "^11.0.2" + remark-footnotes "^1.0.0" + unist-util-visit "^2.0.0" -"@tryghost/validator@^0.2.6": +"@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== @@ -8245,15 +8164,7 @@ moment-timezone "^0.5.23" validator "7.2.0" -"@tryghost/version@0.1.22": - version "0.1.22" - resolved "https://registry.yarnpkg.com/@tryghost/version/-/version-0.1.22.tgz#e2a9f6eec4f9f8945094d3bd7c0757438f4e0622" - integrity sha512-LpOglcRlwE9auw+OIIN32DWMc2Xr4I57SzIxfXm+AEZWz/lSrBN/3UCb1CyLAWptdEoKKszX7VVa7gZO66A5wg== - dependencies: - "@tryghost/root-utils" "^0.3.22" - semver "^7.3.5" - -"@tryghost/version@^0.1.24": +"@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== @@ -8261,10 +8172,10 @@ "@tryghost/root-utils" "^0.3.24" semver "^7.3.5" -"@tryghost/webhook-mock-receiver@0.2.6": - version "0.2.6" - resolved "https://registry.yarnpkg.com/@tryghost/webhook-mock-receiver/-/webhook-mock-receiver-0.2.6.tgz#20a4141f5813287988770f5f1e394ad2af5c1063" - integrity sha512-OB+6Wx2yoAafOe4/GEy3X1KEnNPysvijkZTDyZRjbs9qFA1gJ0IdxWL/oyoX4HgVuGDuVr/LM83zomsM5YUtBQ== +"@tryghost/webhook-mock-receiver@0.2.8": + version "0.2.8" + resolved "https://registry.yarnpkg.com/@tryghost/webhook-mock-receiver/-/webhook-mock-receiver-0.2.8.tgz#1cb3bb5de667f597f2eaa25aff3e9e572212cafa" + integrity sha512-xEzooRTnZVlzeTalYbdGWwmJ4GJ9RKcPcn4x2vt/9Mogm6E23xc+vQEAUtfaKAQPpXHDf+S2glXMOJ8S0MQCCw== dependencies: p-wait-for "3.2.0" @@ -10316,7 +10227,7 @@ axios@1.6.0, axios@^1.0.0, axios@^1.3.3: form-data "^4.0.0" proxy-from-env "^1.1.0" -axios@^0.27.0, axios@^0.27.2: +axios@^0.27.2: version "0.27.2" resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972" integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ== @@ -10324,6 +10235,11 @@ axios@^0.27.0, axios@^0.27.2: follow-redirects "^1.14.9" form-data "^4.0.0" +b4a@^1.6.4: + version "1.6.4" + resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.6.4.tgz#ef1c1422cae5ce6535ec191baeed7567443f36c9" + integrity sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw== + babel-code-frame@^6.26.0: version "6.26.0" resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b" @@ -14562,10 +14478,10 @@ detect-indent@^4.0.0: dependencies: repeating "^2.0.0" -detect-libc@^2.0.0, detect-libc@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.1.tgz#e1897aa88fa6ad197862937fbc0441ef352ee0cd" - integrity sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w== +detect-libc@^2.0.0, detect-libc@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.2.tgz#8ccf2ba9315350e1241b88d0ac3b0e1fbd99605d" + integrity sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw== detect-newline@3.1.0: version "3.1.0" @@ -17647,10 +17563,10 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== -fast-fifo@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.1.0.tgz#17d1a3646880b9891dfa0c54e69c5fef33cad779" - integrity sha512-Kl29QoNbNvn4nhDsLYjyIAaIqaJB6rBx5p3sL9VjaefJ+eMFBWVZiaoguaoZfzEKr5RhAti0UgM8703akGPJ6g== +fast-fifo@^1.1.0, fast-fifo@^1.2.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.3.2.tgz#286e31de96eb96d38a97899815740ba2a4f3640c" + integrity sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ== fast-glob@3.2.7: version "3.2.7" @@ -24095,10 +24011,10 @@ node-addon-api@^4.2.0: resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-4.3.0.tgz#52a1a0b475193e0928e98e0426a0d1254782b77f" integrity sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ== -node-addon-api@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-5.0.0.tgz#7d7e6f9ef89043befdb20c1989c905ebde18c501" - integrity sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA== +node-addon-api@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-6.1.0.tgz#ac8470034e58e67d0c6f1204a18ae6995d9c0d76" + integrity sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA== node-dir@^0.1.10, node-dir@^0.1.17: version "0.1.17" @@ -28518,18 +28434,18 @@ shallow-clone@^3.0.0: dependencies: kind-of "^6.0.2" -sharp@^0.30.0: - version "0.30.7" - resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.30.7.tgz#7862bda98804fdd1f0d5659c85e3324b90d94c7c" - integrity sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig== +sharp@^0.32.0: + version "0.32.6" + resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.32.6.tgz#6ad30c0b7cd910df65d5f355f774aa4fce45732a" + integrity sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w== dependencies: color "^4.2.3" - detect-libc "^2.0.1" - node-addon-api "^5.0.0" + detect-libc "^2.0.2" + node-addon-api "^6.1.0" prebuild-install "^7.1.1" - semver "^7.3.7" + semver "^7.5.4" simple-get "^4.0.1" - tar-fs "^2.1.1" + tar-fs "^3.0.4" tunnel-agent "^0.6.0" shebang-command@^1.2.0: @@ -29282,10 +29198,10 @@ streamsearch@^1.1.0: resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764" integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg== -streamx@^2.12.5: - version "2.15.1" - resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.15.1.tgz#396ad286d8bc3eeef8f5cea3f029e81237c024c6" - integrity sha512-fQMzy2O/Q47rgwErk/eGeLu/roaFWV0jVsogDmrszM9uIw8L5OA+t+V93MgYlufNptfjmYR1tOMWhei/Eh7TQA== +streamx@^2.12.5, streamx@^2.15.0: + version "2.15.2" + resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.15.2.tgz#680eacebdc9c43ede7362c2e6695b34dd413c741" + integrity sha512-b62pAV/aeMjUoRN2C/9F0n+G8AfcJjNC0zw/ZmOHeFsIe4m4GzjVW9m6VHXVjk536NbdU9JRwKMJRfkc+zUFTg== dependencies: fast-fifo "^1.1.0" queue-tick "^1.0.1" @@ -29919,6 +29835,15 @@ tar-fs@^2.0.0, tar-fs@^2.1.1: pump "^3.0.0" tar-stream "^2.1.4" +tar-fs@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.0.4.tgz#a21dc60a2d5d9f55e0089ccd78124f1d3771dbbf" + integrity sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w== + dependencies: + mkdirp-classic "^0.5.2" + pump "^3.0.0" + tar-stream "^3.1.5" + tar-stream@^2.1.4, tar-stream@^2.2.0, tar-stream@~2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287" @@ -29930,6 +29855,15 @@ tar-stream@^2.1.4, tar-stream@^2.2.0, tar-stream@~2.2.0: inherits "^2.0.3" readable-stream "^3.1.1" +tar-stream@^3.1.5: + version "3.1.6" + resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-3.1.6.tgz#6520607b55a06f4a2e2e04db360ba7d338cc5bab" + integrity sha512-B/UyjYwPpMBv+PaFSWAmtYjwdrlEaZQEhMIBFNC5oEG8lpiW8XjcSdmEaClj28ArfKScKHs2nshz3k2le6crsg== + dependencies: + b4a "^1.6.4" + fast-fifo "^1.2.0" + streamx "^2.15.0" + tar@^6.0.2, tar@^6.1.11, tar@^6.1.13, tar@^6.1.2: version "6.1.14" resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.14.tgz#e87926bec1cfe7c9e783a77a79f3e81c1cfa3b66"