@depup/ghost 6.28.0-depup.1 → 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 CHANGED
@@ -14,9 +14,9 @@ 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-10 |
17
+ | Processed | 2026-04-12 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 83 |
19
+ | Deps updated | 84 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -66,6 +66,7 @@ npm install @depup/ghost
66
66
  | cache-manager | 4.1.0 | ^7.2.8 |
67
67
  | chalk | 4.1.2 | ^5.6.2 |
68
68
  | cheerio | 0.22.0 | ^1.2.0 |
69
+ | countries-and-timezones | 3.8.0 | ^3.9.0 |
69
70
  | date-fns | 2.30.0 | ^4.1.0 |
70
71
  | dompurify | 3.3.0 | ^3.3.3 |
71
72
  | entities | 4.5.0 | ^8.0.0 |
package/changes.json CHANGED
@@ -176,6 +176,10 @@
176
176
  "from": "0.22.0",
177
177
  "to": "^1.2.0"
178
178
  },
179
+ "countries-and-timezones": {
180
+ "from": "3.8.0",
181
+ "to": "^3.9.0"
182
+ },
179
183
  "date-fns": {
180
184
  "from": "2.30.0",
181
185
  "to": "^4.1.0"
@@ -333,6 +337,6 @@
333
337
  "to": "^2.0.9"
334
338
  }
335
339
  },
336
- "timestamp": "2026-04-10T20:17:52.180Z",
337
- "totalUpdated": 83
340
+ "timestamp": "2026-04-12T20:14:34.501Z",
341
+ "totalUpdated": 84
338
342
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/ghost",
3
- "version": "6.28.0-depup.1",
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",
@@ -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.8.0",
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",
@@ -513,6 +513,10 @@
513
513
  "from": "0.22.0",
514
514
  "to": "^1.2.0"
515
515
  },
516
+ "countries-and-timezones": {
517
+ "from": "3.8.0",
518
+ "to": "^3.9.0"
519
+ },
516
520
  "date-fns": {
517
521
  "from": "2.30.0",
518
522
  "to": "^4.1.0"
@@ -670,10 +674,10 @@
670
674
  "to": "^2.0.9"
671
675
  }
672
676
  },
673
- "depsUpdated": 83,
677
+ "depsUpdated": 84,
674
678
  "originalPackage": "ghost",
675
679
  "originalVersion": "6.28.0",
676
- "processedAt": "2026-04-10T20:19:44.558Z",
680
+ "processedAt": "2026-04-12T20:16:20.822Z",
677
681
  "smokeTest": "failed"
678
682
  }
679
683
  }