@depup/ghost 6.28.0-depup.0 → 6.28.0-depup.1
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 +3 -2
- package/changes.json +7 -3
- package/package.json +10 -6
package/README.md
CHANGED
|
@@ -16,13 +16,13 @@ npm install @depup/ghost
|
|
|
16
16
|
| Original | [ghost](https://www.npmjs.com/package/ghost) @ 6.28.0 |
|
|
17
17
|
| Processed | 2026-04-10 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 83 |
|
|
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 |
|
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"
|
|
@@ -329,6 +333,6 @@
|
|
|
329
333
|
"to": "^2.0.9"
|
|
330
334
|
}
|
|
331
335
|
},
|
|
332
|
-
"timestamp": "2026-04-
|
|
333
|
-
"totalUpdated":
|
|
336
|
+
"timestamp": "2026-04-10T20:17:52.180Z",
|
|
337
|
+
"totalUpdated": 83
|
|
334
338
|
}
|
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.1",
|
|
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",
|
|
@@ -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"
|
|
@@ -666,10 +670,10 @@
|
|
|
666
670
|
"to": "^2.0.9"
|
|
667
671
|
}
|
|
668
672
|
},
|
|
669
|
-
"depsUpdated":
|
|
673
|
+
"depsUpdated": 83,
|
|
670
674
|
"originalPackage": "ghost",
|
|
671
675
|
"originalVersion": "6.28.0",
|
|
672
|
-
"processedAt": "2026-04-
|
|
676
|
+
"processedAt": "2026-04-10T20:19:44.558Z",
|
|
673
677
|
"smokeTest": "failed"
|
|
674
678
|
}
|
|
675
679
|
}
|