@depup/ghost 6.26.0-depup.0 → 6.26.0-depup.1
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 +1 -1
- package/changes.json +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -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.
|
|
25
|
+
| @aws-sdk/client-s3 | 3.864.0 | ^3.1024.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 |
|
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.1024.0"
|
|
6
6
|
},
|
|
7
7
|
"@extractus/oembed-extractor": {
|
|
8
8
|
"from": "3.2.1",
|
|
@@ -417,6 +417,6 @@
|
|
|
417
417
|
"to": "^2.0.9"
|
|
418
418
|
}
|
|
419
419
|
},
|
|
420
|
-
"timestamp": "2026-04-
|
|
420
|
+
"timestamp": "2026-04-03T20:15:51.421Z",
|
|
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
|
+
"version": "6.26.0-depup.1",
|
|
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.1024.0",
|
|
71
71
|
"@extractus/oembed-extractor": "^4.0.9",
|
|
72
72
|
"@faker-js/faker": "^10.4.0",
|
|
73
73
|
"@isaacs/ttlcache": "^2.1.4",
|
|
@@ -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.1024.0"
|
|
343
343
|
},
|
|
344
344
|
"@extractus/oembed-extractor": {
|
|
345
345
|
"from": "3.2.1",
|
|
@@ -757,7 +757,7 @@
|
|
|
757
757
|
"depsUpdated": 104,
|
|
758
758
|
"originalPackage": "ghost",
|
|
759
759
|
"originalVersion": "6.26.0",
|
|
760
|
-
"processedAt": "2026-04-
|
|
760
|
+
"processedAt": "2026-04-03T20:17:40.015Z",
|
|
761
761
|
"smokeTest": "failed"
|
|
762
762
|
}
|
|
763
763
|
}
|