@depup/ghost 6.28.0-depup.0 → 6.28.0-depup.2
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.
- package/README.md +5 -3
- package/changes.json +11 -3
- package/package.json +15 -7
package/README.md
CHANGED
|
@@ -14,15 +14,15 @@ npm install @depup/ghost
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [ghost](https://www.npmjs.com/package/ghost) @ 6.28.0 |
|
|
17
|
-
| Processed | 2026-04-
|
|
17
|
+
| Processed | 2026-04-12 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 84 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| @aws-sdk/client-s3 | 3.1025.0 | ^3.
|
|
25
|
+
| @aws-sdk/client-s3 | 3.1025.0 | ^3.1029.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 |
|
|
@@ -49,6 +49,7 @@ npm install @depup/ghost
|
|
|
49
49
|
| @tryghost/logging | 2.5.5 | ^4.0.3 |
|
|
50
50
|
| @tryghost/metrics | 1.0.43 | ^3.0.3 |
|
|
51
51
|
| @tryghost/mw-error-handler | 1.0.13 | ^3.0.3 |
|
|
52
|
+
| @tryghost/mw-vhost | 1.0.6 | ^3.0.3 |
|
|
52
53
|
| @tryghost/nodemailer | 0.3.48 | ^2.0.3 |
|
|
53
54
|
| @tryghost/pretty-cli | 1.2.52 | ^3.0.3 |
|
|
54
55
|
| @tryghost/prometheus-metrics | 1.0.8 | ^3.0.3 |
|
|
@@ -65,6 +66,7 @@ npm install @depup/ghost
|
|
|
65
66
|
| cache-manager | 4.1.0 | ^7.2.8 |
|
|
66
67
|
| chalk | 4.1.2 | ^5.6.2 |
|
|
67
68
|
| cheerio | 0.22.0 | ^1.2.0 |
|
|
69
|
+
| countries-and-timezones | 3.8.0 | ^3.9.0 |
|
|
68
70
|
| date-fns | 2.30.0 | ^4.1.0 |
|
|
69
71
|
| dompurify | 3.3.0 | ^3.3.3 |
|
|
70
72
|
| entities | 4.5.0 | ^8.0.0 |
|
package/changes.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"bumped": {
|
|
3
3
|
"@aws-sdk/client-s3": {
|
|
4
4
|
"from": "3.1025.0",
|
|
5
|
-
"to": "^3.
|
|
5
|
+
"to": "^3.1029.0"
|
|
6
6
|
},
|
|
7
7
|
"@extractus/oembed-extractor": {
|
|
8
8
|
"from": "3.2.1",
|
|
@@ -108,6 +108,10 @@
|
|
|
108
108
|
"from": "1.0.13",
|
|
109
109
|
"to": "^3.0.3"
|
|
110
110
|
},
|
|
111
|
+
"@tryghost/mw-vhost": {
|
|
112
|
+
"from": "1.0.6",
|
|
113
|
+
"to": "^3.0.3"
|
|
114
|
+
},
|
|
111
115
|
"@tryghost/nodemailer": {
|
|
112
116
|
"from": "0.3.48",
|
|
113
117
|
"to": "^2.0.3"
|
|
@@ -172,6 +176,10 @@
|
|
|
172
176
|
"from": "0.22.0",
|
|
173
177
|
"to": "^1.2.0"
|
|
174
178
|
},
|
|
179
|
+
"countries-and-timezones": {
|
|
180
|
+
"from": "3.8.0",
|
|
181
|
+
"to": "^3.9.0"
|
|
182
|
+
},
|
|
175
183
|
"date-fns": {
|
|
176
184
|
"from": "2.30.0",
|
|
177
185
|
"to": "^4.1.0"
|
|
@@ -329,6 +337,6 @@
|
|
|
329
337
|
"to": "^2.0.9"
|
|
330
338
|
}
|
|
331
339
|
},
|
|
332
|
-
"timestamp": "2026-04-
|
|
333
|
-
"totalUpdated":
|
|
340
|
+
"timestamp": "2026-04-12T20:14:34.501Z",
|
|
341
|
+
"totalUpdated": 84
|
|
334
342
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/ghost",
|
|
3
|
-
"version": "6.28.0-depup.
|
|
3
|
+
"version": "6.28.0-depup.2",
|
|
4
4
|
"description": "The professional publishing platform (with updated dependencies)",
|
|
5
5
|
"author": "Ghost Foundation",
|
|
6
6
|
"homepage": "https://ghost.org",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"cli": "^1.27.0"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@aws-sdk/client-s3": "^3.
|
|
70
|
+
"@aws-sdk/client-s3": "^3.1029.0",
|
|
71
71
|
"@extractus/oembed-extractor": "^4.0.9",
|
|
72
72
|
"@faker-js/faker": "^10.4.0",
|
|
73
73
|
"@isaacs/ttlcache": "^2.1.4",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@tryghost/members-csv": "2.0.5",
|
|
108
108
|
"@tryghost/metrics": "^3.0.3",
|
|
109
109
|
"@tryghost/mw-error-handler": "^3.0.3",
|
|
110
|
-
"@tryghost/mw-vhost": "
|
|
110
|
+
"@tryghost/mw-vhost": "^3.0.3",
|
|
111
111
|
"@tryghost/nodemailer": "^2.0.3",
|
|
112
112
|
"@tryghost/nql": "0.12.10",
|
|
113
113
|
"@tryghost/parse-email-address": "file:components/tryghost-parse-email-address-6.28.0.tgz",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"cookie-session": "2.1.1",
|
|
144
144
|
"cookies": "0.9.1",
|
|
145
145
|
"cors": "2.8.6",
|
|
146
|
-
"countries-and-timezones": "3.
|
|
146
|
+
"countries-and-timezones": "^3.9.0",
|
|
147
147
|
"csso": "5.0.5",
|
|
148
148
|
"csv-writer": "1.6.0",
|
|
149
149
|
"date-fns": "^4.1.0",
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
"changes": {
|
|
340
340
|
"@aws-sdk/client-s3": {
|
|
341
341
|
"from": "3.1025.0",
|
|
342
|
-
"to": "^3.
|
|
342
|
+
"to": "^3.1029.0"
|
|
343
343
|
},
|
|
344
344
|
"@extractus/oembed-extractor": {
|
|
345
345
|
"from": "3.2.1",
|
|
@@ -445,6 +445,10 @@
|
|
|
445
445
|
"from": "1.0.13",
|
|
446
446
|
"to": "^3.0.3"
|
|
447
447
|
},
|
|
448
|
+
"@tryghost/mw-vhost": {
|
|
449
|
+
"from": "1.0.6",
|
|
450
|
+
"to": "^3.0.3"
|
|
451
|
+
},
|
|
448
452
|
"@tryghost/nodemailer": {
|
|
449
453
|
"from": "0.3.48",
|
|
450
454
|
"to": "^2.0.3"
|
|
@@ -509,6 +513,10 @@
|
|
|
509
513
|
"from": "0.22.0",
|
|
510
514
|
"to": "^1.2.0"
|
|
511
515
|
},
|
|
516
|
+
"countries-and-timezones": {
|
|
517
|
+
"from": "3.8.0",
|
|
518
|
+
"to": "^3.9.0"
|
|
519
|
+
},
|
|
512
520
|
"date-fns": {
|
|
513
521
|
"from": "2.30.0",
|
|
514
522
|
"to": "^4.1.0"
|
|
@@ -666,10 +674,10 @@
|
|
|
666
674
|
"to": "^2.0.9"
|
|
667
675
|
}
|
|
668
676
|
},
|
|
669
|
-
"depsUpdated":
|
|
677
|
+
"depsUpdated": 84,
|
|
670
678
|
"originalPackage": "ghost",
|
|
671
679
|
"originalVersion": "6.28.0",
|
|
672
|
-
"processedAt": "2026-04-
|
|
680
|
+
"processedAt": "2026-04-12T20:16:20.822Z",
|
|
673
681
|
"smokeTest": "failed"
|
|
674
682
|
}
|
|
675
683
|
}
|