@depup/ghost 6.24.0-depup.1 → 6.24.0-depup.3

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 (3) hide show
  1. package/README.md +6 -5
  2. package/changes.json +9 -5
  3. package/package.json +14 -10
package/README.md CHANGED
@@ -14,19 +14,19 @@ npm install @depup/ghost
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [ghost](https://www.npmjs.com/package/ghost) @ 6.24.0 |
17
- | Processed | 2026-03-27 |
17
+ | Processed | 2026-03-31 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 99 |
19
+ | Deps updated | 100 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @aws-sdk/client-s3 | 3.864.0 | ^3.1019.0 |
25
+ | @aws-sdk/client-s3 | 3.864.0 | ^3.1020.0 |
26
26
  | @extractus/oembed-extractor | 3.2.1 | ^4.0.9 |
27
27
  | @faker-js/faker | 7.6.0 | ^10.4.0 |
28
28
  | @isaacs/ttlcache | 1.4.1 | ^2.1.4 |
29
- | @sentry/node | 7.120.4 | ^10.46.0 |
29
+ | @sentry/node | 7.120.4 | ^10.47.0 |
30
30
  | @slack/webhook | 7.0.6 | ^7.0.8 |
31
31
  | @tryghost/adapter-base-cache | 0.1.17 | ^0.1.23 |
32
32
  | @tryghost/admin-api-schema | 4.5.10 | ^4.7.2 |
@@ -84,6 +84,7 @@ npm install @depup/ghost
84
84
  | ghost-storage-base | 1.0.0 | ^1.1.2 |
85
85
  | glob | 8.1.0 | ^13.0.6 |
86
86
  | got | 11.8.6 | ^14.6.6 |
87
+ | gscan | 5.4.0 | ^5.4.1 |
87
88
  | handlebars | 4.7.8 | ^4.7.9 |
88
89
  | html-to-text | 5.1.1 | ^9.0.5 |
89
90
  | human-number | 2.0.7 | ^2.0.8 |
@@ -93,7 +94,7 @@ npm install @depup/ghost
93
94
  | js-yaml | 4.1.0 | ^4.1.1 |
94
95
  | jsonwebtoken | 8.5.1 | ^9.0.3 |
95
96
  | juice | 9.1.0 | ^11.1.1 |
96
- | knex | 2.4.2 | ^3.2.7 |
97
+ | knex | 2.4.2 | ^3.2.8 |
97
98
  | leaky-bucket | 2.2.0 | ^4.1.4 |
98
99
  | lodash | 4.17.21 | ^4.17.23 |
99
100
  | mailgun.js | 10.4.0 | ^12.7.1 |
package/changes.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "bumped": {
3
3
  "@aws-sdk/client-s3": {
4
4
  "from": "3.864.0",
5
- "to": "^3.1019.0"
5
+ "to": "^3.1020.0"
6
6
  },
7
7
  "@extractus/oembed-extractor": {
8
8
  "from": "3.2.1",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "@sentry/node": {
20
20
  "from": "7.120.4",
21
- "to": "^10.46.0"
21
+ "to": "^10.47.0"
22
22
  },
23
23
  "@slack/webhook": {
24
24
  "from": "7.0.6",
@@ -248,6 +248,10 @@
248
248
  "from": "11.8.6",
249
249
  "to": "^14.6.6"
250
250
  },
251
+ "gscan": {
252
+ "from": "5.4.0",
253
+ "to": "^5.4.1"
254
+ },
251
255
  "handlebars": {
252
256
  "from": "4.7.8",
253
257
  "to": "^4.7.9"
@@ -286,7 +290,7 @@
286
290
  },
287
291
  "knex": {
288
292
  "from": "2.4.2",
289
- "to": "^3.2.7"
293
+ "to": "^3.2.8"
290
294
  },
291
295
  "leaky-bucket": {
292
296
  "from": "2.2.0",
@@ -397,6 +401,6 @@
397
401
  "to": "^2.0.9"
398
402
  }
399
403
  },
400
- "timestamp": "2026-03-27T20:19:57.901Z",
401
- "totalUpdated": 99
404
+ "timestamp": "2026-03-31T12:29:44.404Z",
405
+ "totalUpdated": 100
402
406
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/ghost",
3
- "version": "6.24.0-depup.1",
3
+ "version": "6.24.0-depup.3",
4
4
  "description": "The professional publishing platform (with updated dependencies)",
5
5
  "author": "Ghost Foundation",
6
6
  "homepage": "https://ghost.org",
@@ -70,11 +70,11 @@
70
70
  "cli": "^1.27.0"
71
71
  },
72
72
  "dependencies": {
73
- "@aws-sdk/client-s3": "^3.1019.0",
73
+ "@aws-sdk/client-s3": "^3.1020.0",
74
74
  "@extractus/oembed-extractor": "^4.0.9",
75
75
  "@faker-js/faker": "^10.4.0",
76
76
  "@isaacs/ttlcache": "^2.1.4",
77
- "@sentry/node": "^10.46.0",
77
+ "@sentry/node": "^10.47.0",
78
78
  "@slack/webhook": "^7.0.8",
79
79
  "@tryghost/adapter-base-cache": "^0.1.23",
80
80
  "@tryghost/admin-api-schema": "^4.7.2",
@@ -167,7 +167,7 @@
167
167
  "ghost-storage-base": "^1.1.2",
168
168
  "glob": "^13.0.6",
169
169
  "got": "^14.6.6",
170
- "gscan": "5.4.0",
170
+ "gscan": "^5.4.1",
171
171
  "handlebars": "^4.7.9",
172
172
  "heic-convert": "2.1.0",
173
173
  "html-to-text": "^9.0.5",
@@ -182,7 +182,7 @@
182
182
  "jsonwebtoken": "^9.0.3",
183
183
  "juice": "^11.1.1",
184
184
  "keypair": "1.0.4",
185
- "knex": "^3.2.7",
185
+ "knex": "^3.2.8",
186
186
  "knex-migrator": "5.3.2",
187
187
  "leaky-bucket": "^4.1.4",
188
188
  "lodash": "^4.17.23",
@@ -361,7 +361,7 @@
361
361
  "changes": {
362
362
  "@aws-sdk/client-s3": {
363
363
  "from": "3.864.0",
364
- "to": "^3.1019.0"
364
+ "to": "^3.1020.0"
365
365
  },
366
366
  "@extractus/oembed-extractor": {
367
367
  "from": "3.2.1",
@@ -377,7 +377,7 @@
377
377
  },
378
378
  "@sentry/node": {
379
379
  "from": "7.120.4",
380
- "to": "^10.46.0"
380
+ "to": "^10.47.0"
381
381
  },
382
382
  "@slack/webhook": {
383
383
  "from": "7.0.6",
@@ -607,6 +607,10 @@
607
607
  "from": "11.8.6",
608
608
  "to": "^14.6.6"
609
609
  },
610
+ "gscan": {
611
+ "from": "5.4.0",
612
+ "to": "^5.4.1"
613
+ },
610
614
  "handlebars": {
611
615
  "from": "4.7.8",
612
616
  "to": "^4.7.9"
@@ -645,7 +649,7 @@
645
649
  },
646
650
  "knex": {
647
651
  "from": "2.4.2",
648
- "to": "^3.2.7"
652
+ "to": "^3.2.8"
649
653
  },
650
654
  "leaky-bucket": {
651
655
  "from": "2.2.0",
@@ -756,10 +760,10 @@
756
760
  "to": "^2.0.9"
757
761
  }
758
762
  },
759
- "depsUpdated": 99,
763
+ "depsUpdated": 100,
760
764
  "originalPackage": "ghost",
761
765
  "originalVersion": "6.24.0",
762
- "processedAt": "2026-03-27T20:21:42.724Z",
766
+ "processedAt": "2026-03-31T12:31:21.217Z",
763
767
  "smokeTest": "failed"
764
768
  }
765
769
  }