@depup/ghost 6.27.0-depup.1 → 6.27.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,7 +14,7 @@ npm install @depup/ghost
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [ghost](https://www.npmjs.com/package/ghost) @ 6.27.0 |
17
- | Processed | 2026-04-08 |
17
+ | Processed | 2026-04-09 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 98 |
20
20
 
@@ -112,7 +112,7 @@ npm install @depup/ghost
112
112
  | moment | 2.24.0 | ^2.30.1 |
113
113
  | moment-timezone | 0.5.45 | ^0.6.1 |
114
114
  | multer | 2.0.2 | ^2.1.1 |
115
- | mysql2 | 3.18.1 | ^3.20.0 |
115
+ | mysql2 | 3.18.1 | ^3.21.0 |
116
116
  | node-fetch | 2.7.0 | ^3.3.2 |
117
117
  | nodemailer | 6.10.1 | ^8.0.5 |
118
118
  | otplib | 12.0.1 | ^13.4.0 |
package/changes.json CHANGED
@@ -362,7 +362,7 @@
362
362
  },
363
363
  "mysql2": {
364
364
  "from": "3.18.1",
365
- "to": "^3.20.0"
365
+ "to": "^3.21.0"
366
366
  },
367
367
  "node-fetch": {
368
368
  "from": "2.7.0",
@@ -393,6 +393,6 @@
393
393
  "to": "^2.0.9"
394
394
  }
395
395
  },
396
- "timestamp": "2026-04-08T20:24:38.560Z",
396
+ "timestamp": "2026-04-09T12:31:38.623Z",
397
397
  "totalUpdated": 98
398
398
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/ghost",
3
- "version": "6.27.0-depup.1",
3
+ "version": "6.27.0-depup.2",
4
4
  "description": "The professional publishing platform (with updated dependencies)",
5
5
  "author": "Ghost Foundation",
6
6
  "homepage": "https://ghost.org",
@@ -198,7 +198,7 @@
198
198
  "moment": "^2.30.1",
199
199
  "moment-timezone": "^0.6.1",
200
200
  "multer": "^2.1.1",
201
- "mysql2": "^3.20.0",
201
+ "mysql2": "^3.21.0",
202
202
  "nconf": "0.13.0",
203
203
  "node-fetch": "^3.3.2",
204
204
  "node-jose": "2.2.0",
@@ -699,7 +699,7 @@
699
699
  },
700
700
  "mysql2": {
701
701
  "from": "3.18.1",
702
- "to": "^3.20.0"
702
+ "to": "^3.21.0"
703
703
  },
704
704
  "node-fetch": {
705
705
  "from": "2.7.0",
@@ -733,7 +733,7 @@
733
733
  "depsUpdated": 98,
734
734
  "originalPackage": "ghost",
735
735
  "originalVersion": "6.27.0",
736
- "processedAt": "2026-04-08T20:26:40.793Z",
736
+ "processedAt": "2026-04-09T12:33:08.151Z",
737
737
  "smokeTest": "failed"
738
738
  }
739
739
  }