ghost 5.116.2 → 5.117.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/components/{tryghost-api-framework-5.116.2.tgz → tryghost-api-framework-5.117.0.tgz} +0 -0
  2. package/components/tryghost-constants-5.117.0.tgz +0 -0
  3. package/components/tryghost-custom-fonts-5.117.0.tgz +0 -0
  4. package/components/{tryghost-custom-theme-settings-service-5.116.2.tgz → tryghost-custom-theme-settings-service-5.117.0.tgz} +0 -0
  5. package/components/tryghost-domain-events-5.117.0.tgz +0 -0
  6. package/components/tryghost-donations-5.117.0.tgz +0 -0
  7. package/components/tryghost-email-addresses-5.117.0.tgz +0 -0
  8. package/components/{tryghost-email-service-5.116.2.tgz → tryghost-email-service-5.117.0.tgz} +0 -0
  9. package/components/tryghost-email-suppression-list-5.117.0.tgz +0 -0
  10. package/components/tryghost-html-to-plaintext-5.117.0.tgz +0 -0
  11. package/components/tryghost-i18n-5.117.0.tgz +0 -0
  12. package/components/{tryghost-job-manager-5.116.2.tgz → tryghost-job-manager-5.117.0.tgz} +0 -0
  13. package/components/tryghost-link-replacer-5.117.0.tgz +0 -0
  14. package/components/{tryghost-magic-link-5.116.2.tgz → tryghost-magic-link-5.117.0.tgz} +0 -0
  15. package/components/{tryghost-member-attribution-5.116.2.tgz → tryghost-member-attribution-5.117.0.tgz} +0 -0
  16. package/components/{tryghost-member-events-5.116.2.tgz → tryghost-member-events-5.117.0.tgz} +0 -0
  17. package/components/{tryghost-members-api-5.116.2.tgz → tryghost-members-api-5.117.0.tgz} +0 -0
  18. package/components/{tryghost-members-csv-5.116.2.tgz → tryghost-members-csv-5.117.0.tgz} +0 -0
  19. package/components/{tryghost-members-offers-5.116.2.tgz → tryghost-members-offers-5.117.0.tgz} +0 -0
  20. package/components/tryghost-milestones-5.117.0.tgz +0 -0
  21. package/components/tryghost-mw-error-handler-5.117.0.tgz +0 -0
  22. package/components/tryghost-mw-vhost-5.117.0.tgz +0 -0
  23. package/components/tryghost-post-events-5.117.0.tgz +0 -0
  24. package/components/tryghost-post-revisions-5.117.0.tgz +0 -0
  25. package/components/tryghost-posts-service-5.117.0.tgz +0 -0
  26. package/components/tryghost-prometheus-metrics-5.117.0.tgz +0 -0
  27. package/components/tryghost-security-5.117.0.tgz +0 -0
  28. package/components/{tryghost-tiers-5.116.2.tgz → tryghost-tiers-5.117.0.tgz} +0 -0
  29. package/components/tryghost-webmentions-5.117.0.tgz +0 -0
  30. package/core/built/admin/assets/admin-x-activitypub/admin-x-activitypub.js +2735 -2717
  31. package/core/built/admin/assets/admin-x-settings/{CodeEditorView-550846e0.mjs → CodeEditorView-3bc05d1b.mjs} +2 -2
  32. package/core/built/admin/assets/admin-x-settings/admin-x-settings.js +1 -1
  33. package/core/built/admin/assets/admin-x-settings/{index-4ce2fcd1.mjs → index-b2cdc747.mjs} +80 -60
  34. package/core/built/admin/assets/admin-x-settings/{index-f3cb3f4d.mjs → index-c5623145.mjs} +2 -2
  35. package/core/built/admin/assets/admin-x-settings/{modals-6bc20529.mjs → modals-fd7bc70c.mjs} +3 -3
  36. package/core/built/admin/assets/{chunk.524.578de86e5014b911b05a.js → chunk.524.f4d7526780f546c5fc0b.js} +7 -7
  37. package/core/built/admin/assets/{chunk.582.21bf3e37b5d84ac4b58a.js → chunk.582.869c66dfbfa68412de07.js} +10 -10
  38. package/core/built/admin/assets/{chunk.713.761d11035fe0bf3e557c.js → chunk.713.48f120c377bcaffdfddf.js} +6 -9
  39. package/core/built/admin/assets/{ghost-868c537d5c02ca65323d0122596a67ec.js → ghost-45186e4f079c9fdd8f42dfbfb93d3344.js} +123 -121
  40. package/core/built/admin/assets/posts/posts.js +6727 -6669
  41. package/core/built/admin/assets/stats/stats.js +70576 -59644
  42. package/core/built/admin/index.html +4 -4
  43. package/core/server/data/migrations/versions/5.117/2025-04-14-02-36-30-add-additional-social-accounts-columns-to-user-table.js +38 -0
  44. package/core/server/data/schema/schema.js +7 -0
  45. package/core/server/services/auth/session/middleware.js +2 -1
  46. package/core/server/services/auth/session/session-service.js +2 -2
  47. package/core/shared/labs.js +2 -1
  48. package/package.json +58 -58
  49. package/yarn.lock +220 -26
  50. package/components/tryghost-constants-5.116.2.tgz +0 -0
  51. package/components/tryghost-custom-fonts-5.116.2.tgz +0 -0
  52. package/components/tryghost-domain-events-5.116.2.tgz +0 -0
  53. package/components/tryghost-donations-5.116.2.tgz +0 -0
  54. package/components/tryghost-email-addresses-5.116.2.tgz +0 -0
  55. package/components/tryghost-email-suppression-list-5.116.2.tgz +0 -0
  56. package/components/tryghost-html-to-plaintext-5.116.2.tgz +0 -0
  57. package/components/tryghost-i18n-5.116.2.tgz +0 -0
  58. package/components/tryghost-link-replacer-5.116.2.tgz +0 -0
  59. package/components/tryghost-milestones-5.116.2.tgz +0 -0
  60. package/components/tryghost-mw-error-handler-5.116.2.tgz +0 -0
  61. package/components/tryghost-mw-vhost-5.116.2.tgz +0 -0
  62. package/components/tryghost-post-events-5.116.2.tgz +0 -0
  63. package/components/tryghost-post-revisions-5.116.2.tgz +0 -0
  64. package/components/tryghost-posts-service-5.116.2.tgz +0 -0
  65. package/components/tryghost-prometheus-metrics-5.116.2.tgz +0 -0
  66. package/components/tryghost-security-5.116.2.tgz +0 -0
  67. package/components/tryghost-webmentions-5.116.2.tgz +0 -0
  68. /package/core/built/admin/assets/{chunk.713.761d11035fe0bf3e557c.js.LICENSE.txt → chunk.713.48f120c377bcaffdfddf.js.LICENSE.txt} +0 -0
@@ -8,7 +8,7 @@
8
8
  <title>Ghost Admin</title>
9
9
 
10
10
 
11
- <meta name="ghost-admin/config/environment" content="%7B%22modulePrefix%22%3A%22ghost-admin%22%2C%22environment%22%3A%22production%22%2C%22cdnUrl%22%3A%22%22%2C%22editorUrl%22%3A%22%22%2C%22rootURL%22%3A%22%22%2C%22locationType%22%3A%22trailing-hash%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%2C%22EXTEND_PROTOTYPES%22%3A%7B%22Date%22%3Afalse%2C%22Array%22%3Atrue%2C%22String%22%3Atrue%2C%22Function%22%3Afalse%7D%2C%22_APPLICATION_TEMPLATE_WRAPPER%22%3Afalse%2C%22_JQUERY_INTEGRATION%22%3Atrue%2C%22_TEMPLATE_ONLY_GLIMMER_COMPONENTS%22%3Atrue%7D%2C%22APP%22%3A%7B%22version%22%3A%225.116%22%2C%22name%22%3A%22ghost-admin%22%7D%2C%22ember-simple-auth%22%3A%7B%7D%2C%22%40sentry%2Fember%22%3A%7B%22disablePerformance%22%3Atrue%2C%22sentry%22%3A%7B%7D%7D%2C%22ember-cli-mirage%22%3A%7B%22usingProxy%22%3Afalse%2C%22useDefaultPassthroughs%22%3Atrue%7D%2C%22exportApplicationGlobal%22%3Afalse%2C%22ember-load%22%3A%7B%22loadingIndicatorClass%22%3A%22ember-load-indicator%22%7D%2C%22editorFilename%22%3A%22koenig-lexical.umd.js%22%2C%22editorHash%22%3A%2270b6e1c5ab%22%2C%22adminXDemoFilename%22%3A%22admin-x-demo.js%22%2C%22adminXDemoHash%22%3A%22fd54878445%22%2C%22adminXSettingsFilename%22%3A%22admin-x-settings.js%22%2C%22adminXSettingsHash%22%3A%22f374d17369%22%2C%22adminXActivitypubFilename%22%3A%22admin-x-activitypub.js%22%2C%22adminXActivitypubHash%22%3A%22bff4438287%22%2C%22postsFilename%22%3A%22posts.js%22%2C%22postsHash%22%3A%222c1461dad3%22%2C%22statsFilename%22%3A%22stats.js%22%2C%22statsHash%22%3A%22ffcc9f090c%22%2C%22adminXActivitypubCustomUrl%22%3A%22https%3A%2F%2Fcdn.jsdelivr.net%2Fghost%2Fadmin-x-activitypub%400%2Fdist%2Fadmin-x-activitypub.js%22%7D" />
11
+ <meta name="ghost-admin/config/environment" content="%7B%22modulePrefix%22%3A%22ghost-admin%22%2C%22environment%22%3A%22production%22%2C%22cdnUrl%22%3A%22%22%2C%22editorUrl%22%3A%22%22%2C%22rootURL%22%3A%22%22%2C%22locationType%22%3A%22trailing-hash%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%2C%22EXTEND_PROTOTYPES%22%3A%7B%22Date%22%3Afalse%2C%22Array%22%3Atrue%2C%22String%22%3Atrue%2C%22Function%22%3Afalse%7D%2C%22_APPLICATION_TEMPLATE_WRAPPER%22%3Afalse%2C%22_JQUERY_INTEGRATION%22%3Atrue%2C%22_TEMPLATE_ONLY_GLIMMER_COMPONENTS%22%3Atrue%7D%2C%22APP%22%3A%7B%22version%22%3A%225.117%22%2C%22name%22%3A%22ghost-admin%22%7D%2C%22ember-simple-auth%22%3A%7B%7D%2C%22%40sentry%2Fember%22%3A%7B%22disablePerformance%22%3Atrue%2C%22sentry%22%3A%7B%7D%7D%2C%22ember-cli-mirage%22%3A%7B%22usingProxy%22%3Afalse%2C%22useDefaultPassthroughs%22%3Atrue%7D%2C%22exportApplicationGlobal%22%3Afalse%2C%22ember-load%22%3A%7B%22loadingIndicatorClass%22%3A%22ember-load-indicator%22%7D%2C%22editorFilename%22%3A%22koenig-lexical.umd.js%22%2C%22editorHash%22%3A%2270b6e1c5ab%22%2C%22adminXDemoFilename%22%3A%22admin-x-demo.js%22%2C%22adminXDemoHash%22%3A%22fd54878445%22%2C%22adminXSettingsFilename%22%3A%22admin-x-settings.js%22%2C%22adminXSettingsHash%22%3A%22cbac8e867a%22%2C%22adminXActivitypubFilename%22%3A%22admin-x-activitypub.js%22%2C%22adminXActivitypubHash%22%3A%22e88b5b6865%22%2C%22postsFilename%22%3A%22posts.js%22%2C%22postsHash%22%3A%226845f0f047%22%2C%22statsFilename%22%3A%22stats.js%22%2C%22statsHash%22%3A%2203ed60fb0a%22%2C%22adminXActivitypubCustomUrl%22%3A%22https%3A%2F%2Fcdn.jsdelivr.net%2Fghost%2Fadmin-x-activitypub%400%2Fdist%2Fadmin-x-activitypub.js%22%7D" />
12
12
 
13
13
  <meta name="HandheldFriendly" content="True" />
14
14
  <meta name="MobileOptimized" content="320" />
@@ -57,8 +57,8 @@
57
57
  <div id="ember-basic-dropdown-wormhole"></div>
58
58
 
59
59
  <script src="assets/vendor-8e3ee8261528bb429cfe78ce79a4a82a.js"></script>
60
- <script src="assets/chunk.713.761d11035fe0bf3e557c.js"></script>
61
- <script src="assets/chunk.524.578de86e5014b911b05a.js"></script>
62
- <script src="assets/ghost-868c537d5c02ca65323d0122596a67ec.js"></script>
60
+ <script src="assets/chunk.713.48f120c377bcaffdfddf.js"></script>
61
+ <script src="assets/chunk.524.f4d7526780f546c5fc0b.js"></script>
62
+ <script src="assets/ghost-45186e4f079c9fdd8f42dfbfb93d3344.js"></script>
63
63
  </body>
64
64
  </html>
@@ -0,0 +1,38 @@
1
+ const {combineNonTransactionalMigrations, createAddColumnMigration} = require('../../utils');
2
+ module.exports = combineNonTransactionalMigrations(
3
+ createAddColumnMigration('users', 'threads', {
4
+ type: 'string',
5
+ maxlength: 191,
6
+ nullable: true
7
+ }),
8
+ createAddColumnMigration('users', 'bluesky', {
9
+ type: 'string',
10
+ maxlength: 191,
11
+ nullable: true
12
+ }),
13
+ createAddColumnMigration('users', 'mastodon', {
14
+ type: 'string',
15
+ maxlength: 191,
16
+ nullable: true
17
+ }),
18
+ createAddColumnMigration('users', 'tiktok', {
19
+ type: 'string',
20
+ maxlength: 191,
21
+ nullable: true
22
+ }),
23
+ createAddColumnMigration('users', 'youtube', {
24
+ type: 'string',
25
+ maxlength: 191,
26
+ nullable: true
27
+ }),
28
+ createAddColumnMigration('users', 'instagram', {
29
+ type: 'string',
30
+ maxlength: 191,
31
+ nullable: true
32
+ }),
33
+ createAddColumnMigration('users', 'linkedin', {
34
+ type: 'string',
35
+ maxlength: 191,
36
+ nullable: true
37
+ })
38
+ );
@@ -131,6 +131,13 @@ module.exports = {
131
131
  location: {type: 'text', maxlength: 65535, nullable: true, validations: {isLength: {max: 150}}},
132
132
  facebook: {type: 'string', maxlength: 2000, nullable: true},
133
133
  twitter: {type: 'string', maxlength: 2000, nullable: true},
134
+ threads: {type: 'string', maxlength: 191, nullable: true},
135
+ bluesky: {type: 'string', maxlength: 191, nullable: true},
136
+ mastodon: {type: 'string', maxlength: 191, nullable: true},
137
+ tiktok: {type: 'string', maxlength: 191, nullable: true},
138
+ youtube: {type: 'string', maxlength: 191, nullable: true},
139
+ instagram: {type: 'string', maxlength: 191, nullable: true},
140
+ linkedin: {type: 'string', maxlength: 191, nullable: true},
134
141
  accessibility: {type: 'text', maxlength: 65535, nullable: true},
135
142
  status: {
136
143
  type: 'string',
@@ -15,7 +15,8 @@ function SessionMiddleware({sessionService}) {
15
15
  } else {
16
16
  await sessionService.sendAuthCodeToUser(req, res);
17
17
  throw new errors.NoPermissionError({
18
- code: '2FA_TOKEN_REQUIRED',
18
+ code: sessionService.isVerificationRequired() ? '2FA_TOKEN_REQUIRED' : '2FA_NEW_DEVICE_DETECTED',
19
+ context: 'A 6-digit sign-in verification code has been sent to your email to keep your account safe.',
19
20
  errorType: 'Needs2FAError',
20
21
  message: 'User must verify session to login.'
21
22
  });
@@ -271,7 +271,7 @@ module.exports = function createSessionService({
271
271
  siteLogo: siteLogo,
272
272
  token: token,
273
273
  deviceDetails: await getDeviceDetails(session.user_agent, session.ip),
274
- is2FARequired: this.isVerificationRequired()
274
+ is2FARequired: isVerificationRequired()
275
275
  });
276
276
 
277
277
  try {
@@ -320,7 +320,7 @@ module.exports = function createSessionService({
320
320
  async function removeUserForSession(req, res) {
321
321
  const session = await getSession(req, res);
322
322
 
323
- if (this.isVerificationRequired()) {
323
+ if (isVerificationRequired()) {
324
324
  session.verified = undefined;
325
325
  }
326
326
 
@@ -54,7 +54,8 @@ const ALPHA_FEATURES = [
54
54
  'statsX',
55
55
  'captcha',
56
56
  'contentVisibilityAlpha',
57
- 'explore'
57
+ 'explore',
58
+ 'socialLinks'
58
59
  ];
59
60
 
60
61
  module.exports.GA_KEYS = [...GA_FEATURES];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ghost",
3
- "version": "5.116.2",
3
+ "version": "5.117.0",
4
4
  "description": "The professional publishing platform",
5
5
  "author": "Ghost Foundation",
6
6
  "homepage": "https://ghost.org",
@@ -66,28 +66,28 @@
66
66
  "@slack/webhook": "7.0.5",
67
67
  "@tryghost/adapter-base-cache": "0.1.12",
68
68
  "@tryghost/admin-api-schema": "4.5.5",
69
- "@tryghost/api-framework": "file:components/tryghost-api-framework-5.116.2.tgz",
69
+ "@tryghost/api-framework": "file:components/tryghost-api-framework-5.117.0.tgz",
70
70
  "@tryghost/bookshelf-plugins": "0.6.25",
71
71
  "@tryghost/color-utils": "0.2.2",
72
72
  "@tryghost/config-url-helpers": "1.0.12",
73
- "@tryghost/constants": "file:components/tryghost-constants-5.116.2.tgz",
74
- "@tryghost/custom-fonts": "file:components/tryghost-custom-fonts-5.116.2.tgz",
75
- "@tryghost/custom-theme-settings-service": "file:components/tryghost-custom-theme-settings-service-5.116.2.tgz",
73
+ "@tryghost/constants": "file:components/tryghost-constants-5.117.0.tgz",
74
+ "@tryghost/custom-fonts": "file:components/tryghost-custom-fonts-5.117.0.tgz",
75
+ "@tryghost/custom-theme-settings-service": "file:components/tryghost-custom-theme-settings-service-5.117.0.tgz",
76
76
  "@tryghost/database-info": "0.3.27",
77
77
  "@tryghost/debug": "0.1.32",
78
- "@tryghost/domain-events": "file:components/tryghost-domain-events-5.116.2.tgz",
79
- "@tryghost/donations": "file:components/tryghost-donations-5.116.2.tgz",
80
- "@tryghost/email-addresses": "file:components/tryghost-email-addresses-5.116.2.tgz",
78
+ "@tryghost/domain-events": "file:components/tryghost-domain-events-5.117.0.tgz",
79
+ "@tryghost/donations": "file:components/tryghost-donations-5.117.0.tgz",
80
+ "@tryghost/email-addresses": "file:components/tryghost-email-addresses-5.117.0.tgz",
81
81
  "@tryghost/email-mock-receiver": "0.3.8",
82
- "@tryghost/email-service": "file:components/tryghost-email-service-5.116.2.tgz",
83
- "@tryghost/email-suppression-list": "file:components/tryghost-email-suppression-list-5.116.2.tgz",
82
+ "@tryghost/email-service": "file:components/tryghost-email-service-5.117.0.tgz",
83
+ "@tryghost/email-suppression-list": "file:components/tryghost-email-suppression-list-5.117.0.tgz",
84
84
  "@tryghost/errors": "1.3.5",
85
85
  "@tryghost/helpers": "1.1.90",
86
- "@tryghost/html-to-plaintext": "file:components/tryghost-html-to-plaintext-5.116.2.tgz",
86
+ "@tryghost/html-to-plaintext": "file:components/tryghost-html-to-plaintext-5.117.0.tgz",
87
87
  "@tryghost/http-cache-utils": "0.1.17",
88
- "@tryghost/i18n": "file:components/tryghost-i18n-5.116.2.tgz",
88
+ "@tryghost/i18n": "file:components/tryghost-i18n-5.117.0.tgz",
89
89
  "@tryghost/image-transform": "1.3.0",
90
- "@tryghost/job-manager": "file:components/tryghost-job-manager-5.116.2.tgz",
90
+ "@tryghost/job-manager": "file:components/tryghost-job-manager-5.117.0.tgz",
91
91
  "@tryghost/kg-card-factory": "5.1.0",
92
92
  "@tryghost/kg-converters": "1.1.0",
93
93
  "@tryghost/kg-default-atoms": "5.1.0",
@@ -97,36 +97,36 @@
97
97
  "@tryghost/kg-lexical-html-renderer": "1.3.5",
98
98
  "@tryghost/kg-mobiledoc-html-renderer": "7.1.1",
99
99
  "@tryghost/limit-service": "1.2.14",
100
- "@tryghost/link-replacer": "file:components/tryghost-link-replacer-5.116.2.tgz",
100
+ "@tryghost/link-replacer": "file:components/tryghost-link-replacer-5.117.0.tgz",
101
101
  "@tryghost/logging": "2.4.21",
102
- "@tryghost/magic-link": "file:components/tryghost-magic-link-5.116.2.tgz",
103
- "@tryghost/member-attribution": "file:components/tryghost-member-attribution-5.116.2.tgz",
104
- "@tryghost/member-events": "file:components/tryghost-member-events-5.116.2.tgz",
105
- "@tryghost/members-api": "file:components/tryghost-members-api-5.116.2.tgz",
106
- "@tryghost/members-csv": "file:components/tryghost-members-csv-5.116.2.tgz",
107
- "@tryghost/members-offers": "file:components/tryghost-members-offers-5.116.2.tgz",
102
+ "@tryghost/magic-link": "file:components/tryghost-magic-link-5.117.0.tgz",
103
+ "@tryghost/member-attribution": "file:components/tryghost-member-attribution-5.117.0.tgz",
104
+ "@tryghost/member-events": "file:components/tryghost-member-events-5.117.0.tgz",
105
+ "@tryghost/members-api": "file:components/tryghost-members-api-5.117.0.tgz",
106
+ "@tryghost/members-csv": "file:components/tryghost-members-csv-5.117.0.tgz",
107
+ "@tryghost/members-offers": "file:components/tryghost-members-offers-5.117.0.tgz",
108
108
  "@tryghost/metrics": "1.0.37",
109
- "@tryghost/milestones": "file:components/tryghost-milestones-5.116.2.tgz",
110
- "@tryghost/mw-error-handler": "file:components/tryghost-mw-error-handler-5.116.2.tgz",
111
- "@tryghost/mw-vhost": "file:components/tryghost-mw-vhost-5.116.2.tgz",
109
+ "@tryghost/milestones": "file:components/tryghost-milestones-5.117.0.tgz",
110
+ "@tryghost/mw-error-handler": "file:components/tryghost-mw-error-handler-5.117.0.tgz",
111
+ "@tryghost/mw-vhost": "file:components/tryghost-mw-vhost-5.117.0.tgz",
112
112
  "@tryghost/nodemailer": "0.3.45",
113
113
  "@tryghost/nql": "0.12.7",
114
- "@tryghost/post-revisions": "file:components/tryghost-post-revisions-5.116.2.tgz",
115
- "@tryghost/posts-service": "file:components/tryghost-posts-service-5.116.2.tgz",
114
+ "@tryghost/post-revisions": "file:components/tryghost-post-revisions-5.117.0.tgz",
115
+ "@tryghost/posts-service": "file:components/tryghost-posts-service-5.117.0.tgz",
116
116
  "@tryghost/pretty-cli": "1.2.44",
117
- "@tryghost/prometheus-metrics": "file:components/tryghost-prometheus-metrics-5.116.2.tgz",
117
+ "@tryghost/prometheus-metrics": "file:components/tryghost-prometheus-metrics-5.117.0.tgz",
118
118
  "@tryghost/promise": "0.3.12",
119
119
  "@tryghost/request": "1.0.8",
120
120
  "@tryghost/root-utils": "0.3.30",
121
- "@tryghost/security": "file:components/tryghost-security-5.116.2.tgz",
121
+ "@tryghost/security": "file:components/tryghost-security-5.117.0.tgz",
122
122
  "@tryghost/social-urls": "0.1.43",
123
123
  "@tryghost/string": "0.2.12",
124
- "@tryghost/tiers": "file:components/tryghost-tiers-5.116.2.tgz",
124
+ "@tryghost/tiers": "file:components/tryghost-tiers-5.117.0.tgz",
125
125
  "@tryghost/tpl": "0.1.32",
126
126
  "@tryghost/url-utils": "4.4.8",
127
127
  "@tryghost/validator": "0.2.14",
128
128
  "@tryghost/version": "0.1.30",
129
- "@tryghost/webmentions": "file:components/tryghost-webmentions-5.116.2.tgz",
129
+ "@tryghost/webmentions": "file:components/tryghost-webmentions-5.117.0.tgz",
130
130
  "@tryghost/zip": "1.1.46",
131
131
  "amperize": "0.6.1",
132
132
  "body-parser": "1.20.3",
@@ -269,35 +269,35 @@
269
269
  "jackspeak": "2.1.1",
270
270
  "moment": "2.24.0",
271
271
  "moment-timezone": "0.5.45",
272
- "@tryghost/api-framework": "file:components/tryghost-api-framework-5.116.2.tgz",
273
- "@tryghost/constants": "file:components/tryghost-constants-5.116.2.tgz",
274
- "@tryghost/custom-fonts": "file:components/tryghost-custom-fonts-5.116.2.tgz",
275
- "@tryghost/custom-theme-settings-service": "file:components/tryghost-custom-theme-settings-service-5.116.2.tgz",
276
- "@tryghost/domain-events": "file:components/tryghost-domain-events-5.116.2.tgz",
277
- "@tryghost/donations": "file:components/tryghost-donations-5.116.2.tgz",
278
- "@tryghost/email-addresses": "file:components/tryghost-email-addresses-5.116.2.tgz",
279
- "@tryghost/email-service": "file:components/tryghost-email-service-5.116.2.tgz",
280
- "@tryghost/email-suppression-list": "file:components/tryghost-email-suppression-list-5.116.2.tgz",
281
- "@tryghost/html-to-plaintext": "file:components/tryghost-html-to-plaintext-5.116.2.tgz",
282
- "@tryghost/i18n": "file:components/tryghost-i18n-5.116.2.tgz",
283
- "@tryghost/job-manager": "file:components/tryghost-job-manager-5.116.2.tgz",
284
- "@tryghost/link-replacer": "file:components/tryghost-link-replacer-5.116.2.tgz",
285
- "@tryghost/magic-link": "file:components/tryghost-magic-link-5.116.2.tgz",
286
- "@tryghost/member-attribution": "file:components/tryghost-member-attribution-5.116.2.tgz",
287
- "@tryghost/member-events": "file:components/tryghost-member-events-5.116.2.tgz",
288
- "@tryghost/members-api": "file:components/tryghost-members-api-5.116.2.tgz",
289
- "@tryghost/members-csv": "file:components/tryghost-members-csv-5.116.2.tgz",
290
- "@tryghost/milestones": "file:components/tryghost-milestones-5.116.2.tgz",
291
- "@tryghost/mw-error-handler": "file:components/tryghost-mw-error-handler-5.116.2.tgz",
292
- "@tryghost/mw-vhost": "file:components/tryghost-mw-vhost-5.116.2.tgz",
293
- "@tryghost/members-offers": "file:components/tryghost-members-offers-5.116.2.tgz",
294
- "@tryghost/post-events": "file:components/tryghost-post-events-5.116.2.tgz",
295
- "@tryghost/post-revisions": "file:components/tryghost-post-revisions-5.116.2.tgz",
296
- "@tryghost/posts-service": "file:components/tryghost-posts-service-5.116.2.tgz",
297
- "@tryghost/prometheus-metrics": "file:components/tryghost-prometheus-metrics-5.116.2.tgz",
298
- "@tryghost/security": "file:components/tryghost-security-5.116.2.tgz",
299
- "@tryghost/tiers": "file:components/tryghost-tiers-5.116.2.tgz",
300
- "@tryghost/webmentions": "file:components/tryghost-webmentions-5.116.2.tgz"
272
+ "@tryghost/api-framework": "file:components/tryghost-api-framework-5.117.0.tgz",
273
+ "@tryghost/constants": "file:components/tryghost-constants-5.117.0.tgz",
274
+ "@tryghost/custom-fonts": "file:components/tryghost-custom-fonts-5.117.0.tgz",
275
+ "@tryghost/custom-theme-settings-service": "file:components/tryghost-custom-theme-settings-service-5.117.0.tgz",
276
+ "@tryghost/domain-events": "file:components/tryghost-domain-events-5.117.0.tgz",
277
+ "@tryghost/donations": "file:components/tryghost-donations-5.117.0.tgz",
278
+ "@tryghost/email-addresses": "file:components/tryghost-email-addresses-5.117.0.tgz",
279
+ "@tryghost/email-service": "file:components/tryghost-email-service-5.117.0.tgz",
280
+ "@tryghost/email-suppression-list": "file:components/tryghost-email-suppression-list-5.117.0.tgz",
281
+ "@tryghost/html-to-plaintext": "file:components/tryghost-html-to-plaintext-5.117.0.tgz",
282
+ "@tryghost/i18n": "file:components/tryghost-i18n-5.117.0.tgz",
283
+ "@tryghost/job-manager": "file:components/tryghost-job-manager-5.117.0.tgz",
284
+ "@tryghost/link-replacer": "file:components/tryghost-link-replacer-5.117.0.tgz",
285
+ "@tryghost/magic-link": "file:components/tryghost-magic-link-5.117.0.tgz",
286
+ "@tryghost/member-attribution": "file:components/tryghost-member-attribution-5.117.0.tgz",
287
+ "@tryghost/member-events": "file:components/tryghost-member-events-5.117.0.tgz",
288
+ "@tryghost/members-api": "file:components/tryghost-members-api-5.117.0.tgz",
289
+ "@tryghost/members-csv": "file:components/tryghost-members-csv-5.117.0.tgz",
290
+ "@tryghost/milestones": "file:components/tryghost-milestones-5.117.0.tgz",
291
+ "@tryghost/mw-error-handler": "file:components/tryghost-mw-error-handler-5.117.0.tgz",
292
+ "@tryghost/mw-vhost": "file:components/tryghost-mw-vhost-5.117.0.tgz",
293
+ "@tryghost/members-offers": "file:components/tryghost-members-offers-5.117.0.tgz",
294
+ "@tryghost/post-events": "file:components/tryghost-post-events-5.117.0.tgz",
295
+ "@tryghost/post-revisions": "file:components/tryghost-post-revisions-5.117.0.tgz",
296
+ "@tryghost/posts-service": "file:components/tryghost-posts-service-5.117.0.tgz",
297
+ "@tryghost/prometheus-metrics": "file:components/tryghost-prometheus-metrics-5.117.0.tgz",
298
+ "@tryghost/security": "file:components/tryghost-security-5.117.0.tgz",
299
+ "@tryghost/tiers": "file:components/tryghost-tiers-5.117.0.tgz",
300
+ "@tryghost/webmentions": "file:components/tryghost-webmentions-5.117.0.tgz"
301
301
  },
302
302
  "nx": {
303
303
  "targets": {