@depup/ghost 6.26.0-depup.3 → 6.26.0-depup.4

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 CHANGED
@@ -14,7 +14,7 @@ npm install @depup/ghost
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [ghost](https://www.npmjs.com/package/ghost) @ 6.26.0 |
17
- | Processed | 2026-04-06 |
17
+ | Processed | 2026-04-07 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 104 |
20
20
 
@@ -22,7 +22,7 @@ npm install @depup/ghost
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @aws-sdk/client-s3 | 3.864.0 | ^3.1025.0 |
25
+ | @aws-sdk/client-s3 | 3.864.0 | ^3.1026.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 |
@@ -92,7 +92,7 @@ npm install @depup/ghost
92
92
  | got | 13.0.0 | ^15.0.0 |
93
93
  | gscan | 5.4.0 | ^6.0.0 |
94
94
  | html-to-text | 5.1.1 | ^9.0.5 |
95
- | human-number | 2.0.7 | ^2.0.9 |
95
+ | human-number | 2.0.7 | ^2.0.10 |
96
96
  | iconv-lite | 0.6.3 | ^0.7.2 |
97
97
  | image-size | 1.2.1 | ^2.0.2 |
98
98
  | intl-messageformat | 5.4.3 | ^11.2.0 |
@@ -118,7 +118,7 @@ npm install @depup/ghost
118
118
  | multer | 2.0.2 | ^2.1.1 |
119
119
  | mysql2 | 3.18.1 | ^3.20.0 |
120
120
  | node-fetch | 2.7.0 | ^3.3.2 |
121
- | nodemailer | 6.10.1 | ^8.0.4 |
121
+ | nodemailer | 6.10.1 | ^8.0.5 |
122
122
  | otplib | 12.0.1 | ^13.4.0 |
123
123
  | sanitize-html | 2.17.0 | ^2.17.2 |
124
124
  | semver | 7.7.3 | ^7.7.4 |
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.1025.0"
5
+ "to": "^3.1026.0"
6
6
  },
7
7
  "@extractus/oembed-extractor": {
8
8
  "from": "3.2.1",
@@ -282,7 +282,7 @@
282
282
  },
283
283
  "human-number": {
284
284
  "from": "2.0.7",
285
- "to": "^2.0.9"
285
+ "to": "^2.0.10"
286
286
  },
287
287
  "iconv-lite": {
288
288
  "from": "0.6.3",
@@ -386,7 +386,7 @@
386
386
  },
387
387
  "nodemailer": {
388
388
  "from": "6.10.1",
389
- "to": "^8.0.4"
389
+ "to": "^8.0.5"
390
390
  },
391
391
  "otplib": {
392
392
  "from": "12.0.1",
@@ -417,6 +417,6 @@
417
417
  "to": "^2.0.9"
418
418
  }
419
419
  },
420
- "timestamp": "2026-04-06T20:25:01.914Z",
420
+ "timestamp": "2026-04-07T20:21:30.909Z",
421
421
  "totalUpdated": 104
422
422
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/ghost",
3
- "version": "6.26.0-depup.3",
3
+ "version": "6.26.0-depup.4",
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.1025.0",
70
+ "@aws-sdk/client-s3": "^3.1026.0",
71
71
  "@extractus/oembed-extractor": "^4.0.9",
72
72
  "@faker-js/faker": "^10.4.0",
73
73
  "@isaacs/ttlcache": "^2.1.4",
@@ -169,7 +169,7 @@
169
169
  "heic-convert": "2.1.0",
170
170
  "html-to-text": "^9.0.5",
171
171
  "html5parser": "2.0.2",
172
- "human-number": "^2.0.9",
172
+ "human-number": "^2.0.10",
173
173
  "iconv-lite": "^0.7.2",
174
174
  "image-size": "^2.0.2",
175
175
  "intl": "1.2.5",
@@ -202,7 +202,7 @@
202
202
  "nconf": "0.13.0",
203
203
  "node-fetch": "^3.3.2",
204
204
  "node-jose": "2.2.0",
205
- "nodemailer": "^8.0.4",
205
+ "nodemailer": "^8.0.5",
206
206
  "otplib": "^13.4.0",
207
207
  "papaparse": "5.5.3",
208
208
  "path-match": "1.2.4",
@@ -339,7 +339,7 @@
339
339
  "changes": {
340
340
  "@aws-sdk/client-s3": {
341
341
  "from": "3.864.0",
342
- "to": "^3.1025.0"
342
+ "to": "^3.1026.0"
343
343
  },
344
344
  "@extractus/oembed-extractor": {
345
345
  "from": "3.2.1",
@@ -619,7 +619,7 @@
619
619
  },
620
620
  "human-number": {
621
621
  "from": "2.0.7",
622
- "to": "^2.0.9"
622
+ "to": "^2.0.10"
623
623
  },
624
624
  "iconv-lite": {
625
625
  "from": "0.6.3",
@@ -723,7 +723,7 @@
723
723
  },
724
724
  "nodemailer": {
725
725
  "from": "6.10.1",
726
- "to": "^8.0.4"
726
+ "to": "^8.0.5"
727
727
  },
728
728
  "otplib": {
729
729
  "from": "12.0.1",
@@ -757,7 +757,7 @@
757
757
  "depsUpdated": 104,
758
758
  "originalPackage": "ghost",
759
759
  "originalVersion": "6.26.0",
760
- "processedAt": "2026-04-06T20:28:08.082Z",
760
+ "processedAt": "2026-04-07T20:23:28.114Z",
761
761
  "smokeTest": "failed"
762
762
  }
763
763
  }