@depup/ghost 6.25.1-depup.2 → 6.25.1-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.
- package/README.md +13 -7
- package/changes.json +32 -8
- package/package.json +45 -21
package/README.md
CHANGED
|
@@ -16,13 +16,13 @@ npm install @depup/ghost
|
|
|
16
16
|
| Original | [ghost](https://www.npmjs.com/package/ghost) @ 6.25.1 |
|
|
17
17
|
| Processed | 2026-04-02 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 106 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| @aws-sdk/client-s3 | 3.864.0 | ^3.
|
|
25
|
+
| @aws-sdk/client-s3 | 3.864.0 | ^3.1023.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 |
|
|
@@ -43,11 +43,17 @@ npm install @depup/ghost
|
|
|
43
43
|
| @tryghost/html-to-plaintext | 1.0.4 | ^1.0.8 |
|
|
44
44
|
| @tryghost/http-cache-utils | 0.1.20 | ^2.0.3 |
|
|
45
45
|
| @tryghost/job-manager | 1.0.3 | ^3.0.3 |
|
|
46
|
-
| @tryghost/kg-
|
|
47
|
-
| @tryghost/kg-
|
|
48
|
-
| @tryghost/kg-
|
|
49
|
-
| @tryghost/kg-
|
|
50
|
-
| @tryghost/kg-
|
|
46
|
+
| @tryghost/kg-card-factory | 5.1.13 | ^5.1.14 |
|
|
47
|
+
| @tryghost/kg-clean-basic-html | 4.2.21 | ^4.2.23 |
|
|
48
|
+
| @tryghost/kg-converters | 1.1.20 | ^1.1.21 |
|
|
49
|
+
| @tryghost/kg-default-atoms | 5.1.8 | ^5.1.9 |
|
|
50
|
+
| @tryghost/kg-default-cards | 10.2.11 | ^10.2.13 |
|
|
51
|
+
| @tryghost/kg-default-nodes | 2.0.17 | ^2.0.21 |
|
|
52
|
+
| @tryghost/kg-default-transforms | 1.2.40 | ^1.2.44 |
|
|
53
|
+
| @tryghost/kg-html-to-lexical | 1.2.41 | ^1.2.45 |
|
|
54
|
+
| @tryghost/kg-lexical-html-renderer | 1.3.40 | ^1.3.44 |
|
|
55
|
+
| @tryghost/kg-markdown-html-renderer | 7.1.16 | ^7.1.18 |
|
|
56
|
+
| @tryghost/kg-mobiledoc-html-renderer | 7.1.16 | ^7.1.18 |
|
|
51
57
|
| @tryghost/limit-service | 1.4.1 | ^1.5.2 |
|
|
52
58
|
| @tryghost/logging | 2.5.0 | ^4.0.3 |
|
|
53
59
|
| @tryghost/members-csv | 2.0.3 | ^2.0.5 |
|
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.
|
|
5
|
+
"to": "^3.1023.0"
|
|
6
6
|
},
|
|
7
7
|
"@extractus/oembed-extractor": {
|
|
8
8
|
"from": "3.2.1",
|
|
@@ -84,25 +84,49 @@
|
|
|
84
84
|
"from": "1.0.3",
|
|
85
85
|
"to": "^3.0.3"
|
|
86
86
|
},
|
|
87
|
+
"@tryghost/kg-card-factory": {
|
|
88
|
+
"from": "5.1.13",
|
|
89
|
+
"to": "^5.1.14"
|
|
90
|
+
},
|
|
87
91
|
"@tryghost/kg-clean-basic-html": {
|
|
88
92
|
"from": "4.2.21",
|
|
89
|
-
"to": "^4.2.
|
|
93
|
+
"to": "^4.2.23"
|
|
94
|
+
},
|
|
95
|
+
"@tryghost/kg-converters": {
|
|
96
|
+
"from": "1.1.20",
|
|
97
|
+
"to": "^1.1.21"
|
|
98
|
+
},
|
|
99
|
+
"@tryghost/kg-default-atoms": {
|
|
100
|
+
"from": "5.1.8",
|
|
101
|
+
"to": "^5.1.9"
|
|
102
|
+
},
|
|
103
|
+
"@tryghost/kg-default-cards": {
|
|
104
|
+
"from": "10.2.11",
|
|
105
|
+
"to": "^10.2.13"
|
|
90
106
|
},
|
|
91
107
|
"@tryghost/kg-default-nodes": {
|
|
92
108
|
"from": "2.0.17",
|
|
93
|
-
"to": "^2.0.
|
|
109
|
+
"to": "^2.0.21"
|
|
94
110
|
},
|
|
95
111
|
"@tryghost/kg-default-transforms": {
|
|
96
112
|
"from": "1.2.40",
|
|
97
|
-
"to": "^1.2.
|
|
113
|
+
"to": "^1.2.44"
|
|
98
114
|
},
|
|
99
115
|
"@tryghost/kg-html-to-lexical": {
|
|
100
116
|
"from": "1.2.41",
|
|
101
|
-
"to": "^1.2.
|
|
117
|
+
"to": "^1.2.45"
|
|
102
118
|
},
|
|
103
119
|
"@tryghost/kg-lexical-html-renderer": {
|
|
104
120
|
"from": "1.3.40",
|
|
105
|
-
"to": "^1.3.
|
|
121
|
+
"to": "^1.3.44"
|
|
122
|
+
},
|
|
123
|
+
"@tryghost/kg-markdown-html-renderer": {
|
|
124
|
+
"from": "7.1.16",
|
|
125
|
+
"to": "^7.1.18"
|
|
126
|
+
},
|
|
127
|
+
"@tryghost/kg-mobiledoc-html-renderer": {
|
|
128
|
+
"from": "7.1.16",
|
|
129
|
+
"to": "^7.1.18"
|
|
106
130
|
},
|
|
107
131
|
"@tryghost/limit-service": {
|
|
108
132
|
"from": "1.4.1",
|
|
@@ -401,6 +425,6 @@
|
|
|
401
425
|
"to": "^2.0.9"
|
|
402
426
|
}
|
|
403
427
|
},
|
|
404
|
-
"timestamp": "2026-04-
|
|
405
|
-
"totalUpdated":
|
|
428
|
+
"timestamp": "2026-04-02T20:18:13.574Z",
|
|
429
|
+
"totalUpdated": 106
|
|
406
430
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/ghost",
|
|
3
|
-
"version": "6.25.1-depup.
|
|
3
|
+
"version": "6.25.1-depup.3",
|
|
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.1023.0",
|
|
71
71
|
"@extractus/oembed-extractor": "^4.0.9",
|
|
72
72
|
"@faker-js/faker": "^10.4.0",
|
|
73
73
|
"@isaacs/ttlcache": "^2.1.4",
|
|
@@ -91,17 +91,17 @@
|
|
|
91
91
|
"@tryghost/i18n": "file:components/tryghost-i18n-6.25.1.tgz",
|
|
92
92
|
"@tryghost/image-transform": "1.4.13",
|
|
93
93
|
"@tryghost/job-manager": "^3.0.3",
|
|
94
|
-
"@tryghost/kg-card-factory": "5.1.
|
|
95
|
-
"@tryghost/kg-clean-basic-html": "^4.2.
|
|
96
|
-
"@tryghost/kg-converters": "1.1.
|
|
97
|
-
"@tryghost/kg-default-atoms": "5.1.
|
|
98
|
-
"@tryghost/kg-default-cards": "10.2.
|
|
99
|
-
"@tryghost/kg-default-nodes": "^2.0.
|
|
100
|
-
"@tryghost/kg-default-transforms": "^1.2.
|
|
101
|
-
"@tryghost/kg-html-to-lexical": "^1.2.
|
|
102
|
-
"@tryghost/kg-lexical-html-renderer": "^1.3.
|
|
103
|
-
"@tryghost/kg-markdown-html-renderer": "7.1.
|
|
104
|
-
"@tryghost/kg-mobiledoc-html-renderer": "7.1.
|
|
94
|
+
"@tryghost/kg-card-factory": "^5.1.14",
|
|
95
|
+
"@tryghost/kg-clean-basic-html": "^4.2.23",
|
|
96
|
+
"@tryghost/kg-converters": "^1.1.21",
|
|
97
|
+
"@tryghost/kg-default-atoms": "^5.1.9",
|
|
98
|
+
"@tryghost/kg-default-cards": "^10.2.13",
|
|
99
|
+
"@tryghost/kg-default-nodes": "^2.0.21",
|
|
100
|
+
"@tryghost/kg-default-transforms": "^1.2.44",
|
|
101
|
+
"@tryghost/kg-html-to-lexical": "^1.2.45",
|
|
102
|
+
"@tryghost/kg-lexical-html-renderer": "^1.3.44",
|
|
103
|
+
"@tryghost/kg-markdown-html-renderer": "^7.1.18",
|
|
104
|
+
"@tryghost/kg-mobiledoc-html-renderer": "^7.1.18",
|
|
105
105
|
"@tryghost/limit-service": "^1.5.2",
|
|
106
106
|
"@tryghost/logging": "^4.0.3",
|
|
107
107
|
"@tryghost/members-csv": "^2.0.5",
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
"changes": {
|
|
340
340
|
"@aws-sdk/client-s3": {
|
|
341
341
|
"from": "3.864.0",
|
|
342
|
-
"to": "^3.
|
|
342
|
+
"to": "^3.1023.0"
|
|
343
343
|
},
|
|
344
344
|
"@extractus/oembed-extractor": {
|
|
345
345
|
"from": "3.2.1",
|
|
@@ -421,25 +421,49 @@
|
|
|
421
421
|
"from": "1.0.3",
|
|
422
422
|
"to": "^3.0.3"
|
|
423
423
|
},
|
|
424
|
+
"@tryghost/kg-card-factory": {
|
|
425
|
+
"from": "5.1.13",
|
|
426
|
+
"to": "^5.1.14"
|
|
427
|
+
},
|
|
424
428
|
"@tryghost/kg-clean-basic-html": {
|
|
425
429
|
"from": "4.2.21",
|
|
426
|
-
"to": "^4.2.
|
|
430
|
+
"to": "^4.2.23"
|
|
431
|
+
},
|
|
432
|
+
"@tryghost/kg-converters": {
|
|
433
|
+
"from": "1.1.20",
|
|
434
|
+
"to": "^1.1.21"
|
|
435
|
+
},
|
|
436
|
+
"@tryghost/kg-default-atoms": {
|
|
437
|
+
"from": "5.1.8",
|
|
438
|
+
"to": "^5.1.9"
|
|
439
|
+
},
|
|
440
|
+
"@tryghost/kg-default-cards": {
|
|
441
|
+
"from": "10.2.11",
|
|
442
|
+
"to": "^10.2.13"
|
|
427
443
|
},
|
|
428
444
|
"@tryghost/kg-default-nodes": {
|
|
429
445
|
"from": "2.0.17",
|
|
430
|
-
"to": "^2.0.
|
|
446
|
+
"to": "^2.0.21"
|
|
431
447
|
},
|
|
432
448
|
"@tryghost/kg-default-transforms": {
|
|
433
449
|
"from": "1.2.40",
|
|
434
|
-
"to": "^1.2.
|
|
450
|
+
"to": "^1.2.44"
|
|
435
451
|
},
|
|
436
452
|
"@tryghost/kg-html-to-lexical": {
|
|
437
453
|
"from": "1.2.41",
|
|
438
|
-
"to": "^1.2.
|
|
454
|
+
"to": "^1.2.45"
|
|
439
455
|
},
|
|
440
456
|
"@tryghost/kg-lexical-html-renderer": {
|
|
441
457
|
"from": "1.3.40",
|
|
442
|
-
"to": "^1.3.
|
|
458
|
+
"to": "^1.3.44"
|
|
459
|
+
},
|
|
460
|
+
"@tryghost/kg-markdown-html-renderer": {
|
|
461
|
+
"from": "7.1.16",
|
|
462
|
+
"to": "^7.1.18"
|
|
463
|
+
},
|
|
464
|
+
"@tryghost/kg-mobiledoc-html-renderer": {
|
|
465
|
+
"from": "7.1.16",
|
|
466
|
+
"to": "^7.1.18"
|
|
443
467
|
},
|
|
444
468
|
"@tryghost/limit-service": {
|
|
445
469
|
"from": "1.4.1",
|
|
@@ -738,10 +762,10 @@
|
|
|
738
762
|
"to": "^2.0.9"
|
|
739
763
|
}
|
|
740
764
|
},
|
|
741
|
-
"depsUpdated":
|
|
765
|
+
"depsUpdated": 106,
|
|
742
766
|
"originalPackage": "ghost",
|
|
743
767
|
"originalVersion": "6.25.1",
|
|
744
|
-
"processedAt": "2026-04-
|
|
768
|
+
"processedAt": "2026-04-02T20:19:56.156Z",
|
|
745
769
|
"smokeTest": "failed"
|
|
746
770
|
}
|
|
747
771
|
}
|