@depup/ghost 6.22.0-depup.2 → 6.22.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.22.0 |
17
- | Processed | 2026-03-19 |
17
+ | Processed | 2026-03-20 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 107 |
20
20
 
@@ -22,11 +22,11 @@ npm install @depup/ghost
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @aws-sdk/client-s3 | 3.864.0 | ^3.1012.0 |
25
+ | @aws-sdk/client-s3 | 3.864.0 | ^3.1013.0 |
26
26
  | @extractus/oembed-extractor | 3.2.1 | ^4.0.9 |
27
27
  | @faker-js/faker | 7.6.0 | ^10.3.0 |
28
28
  | @isaacs/ttlcache | 1.4.1 | ^2.1.4 |
29
- | @sentry/node | 7.120.4 | ^10.44.0 |
29
+ | @sentry/node | 7.120.4 | ^10.45.0 |
30
30
  | @slack/webhook | 7.0.6 | ^7.0.8 |
31
31
  | @tryghost/adapter-base-cache | 0.1.17 | ^0.1.23 |
32
32
  | @tryghost/admin-api-schema | 4.5.10 | ^4.7.2 |
@@ -121,7 +121,7 @@ npm install @depup/ghost
121
121
  | mysql2 | 3.18.1 | ^3.20.0 |
122
122
  | node-fetch | 2.7.0 | ^3.3.2 |
123
123
  | nodemailer | 6.10.1 | ^8.0.3 |
124
- | otplib | 12.0.1 | ^13.3.0 |
124
+ | otplib | 12.0.1 | ^13.4.0 |
125
125
  | papaparse | 5.3.2 | ^5.5.3 |
126
126
  | sanitize-html | 2.17.0 | ^2.17.2 |
127
127
  | 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.1012.0"
5
+ "to": "^3.1013.0"
6
6
  },
7
7
  "@extractus/oembed-extractor": {
8
8
  "from": "3.2.1",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "@sentry/node": {
20
20
  "from": "7.120.4",
21
- "to": "^10.44.0"
21
+ "to": "^10.45.0"
22
22
  },
23
23
  "@slack/webhook": {
24
24
  "from": "7.0.6",
@@ -398,7 +398,7 @@
398
398
  },
399
399
  "otplib": {
400
400
  "from": "12.0.1",
401
- "to": "^13.3.0"
401
+ "to": "^13.4.0"
402
402
  },
403
403
  "papaparse": {
404
404
  "from": "5.3.2",
@@ -429,6 +429,6 @@
429
429
  "to": "^2.0.9"
430
430
  }
431
431
  },
432
- "timestamp": "2026-03-19T04:48:55.053Z",
432
+ "timestamp": "2026-03-20T00:40:01.569Z",
433
433
  "totalUpdated": 107
434
434
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/ghost",
3
- "version": "6.22.0-depup.2",
3
+ "version": "6.22.0-depup.4",
4
4
  "description": "The professional publishing platform (with updated dependencies)",
5
5
  "author": "Ghost Foundation",
6
6
  "homepage": "https://ghost.org",
@@ -69,11 +69,11 @@
69
69
  "cli": "^1.27.0"
70
70
  },
71
71
  "dependencies": {
72
- "@aws-sdk/client-s3": "^3.1012.0",
72
+ "@aws-sdk/client-s3": "^3.1013.0",
73
73
  "@extractus/oembed-extractor": "^4.0.9",
74
74
  "@faker-js/faker": "^10.3.0",
75
75
  "@isaacs/ttlcache": "^2.1.4",
76
- "@sentry/node": "^10.44.0",
76
+ "@sentry/node": "^10.45.0",
77
77
  "@slack/webhook": "^7.0.8",
78
78
  "@tryghost/adapter-base-cache": "^0.1.23",
79
79
  "@tryghost/admin-api-schema": "^4.7.2",
@@ -205,7 +205,7 @@
205
205
  "node-fetch": "^3.3.2",
206
206
  "node-jose": "2.2.0",
207
207
  "nodemailer": "^8.0.3",
208
- "otplib": "^13.3.0",
208
+ "otplib": "^13.4.0",
209
209
  "papaparse": "^5.5.3",
210
210
  "path-match": "1.2.4",
211
211
  "probability-distributions": "0.9.1",
@@ -359,7 +359,7 @@
359
359
  "changes": {
360
360
  "@aws-sdk/client-s3": {
361
361
  "from": "3.864.0",
362
- "to": "^3.1012.0"
362
+ "to": "^3.1013.0"
363
363
  },
364
364
  "@extractus/oembed-extractor": {
365
365
  "from": "3.2.1",
@@ -375,7 +375,7 @@
375
375
  },
376
376
  "@sentry/node": {
377
377
  "from": "7.120.4",
378
- "to": "^10.44.0"
378
+ "to": "^10.45.0"
379
379
  },
380
380
  "@slack/webhook": {
381
381
  "from": "7.0.6",
@@ -755,7 +755,7 @@
755
755
  },
756
756
  "otplib": {
757
757
  "from": "12.0.1",
758
- "to": "^13.3.0"
758
+ "to": "^13.4.0"
759
759
  },
760
760
  "papaparse": {
761
761
  "from": "5.3.2",
@@ -789,7 +789,7 @@
789
789
  "depsUpdated": 107,
790
790
  "originalPackage": "ghost",
791
791
  "originalVersion": "6.22.0",
792
- "processedAt": "2026-03-19T04:51:59.063Z",
792
+ "processedAt": "2026-03-20T00:41:46.739Z",
793
793
  "smokeTest": "failed"
794
794
  }
795
795
  }