@depup/ghost 6.27.0-depup.3 → 6.27.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 +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.1023.0 | ^3.
|
|
25
|
+
| @aws-sdk/client-s3 | 3.1023.0 | ^3.1028.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.1023.0",
|
|
5
|
-
"to": "^3.
|
|
5
|
+
"to": "^3.1028.0"
|
|
6
6
|
},
|
|
7
7
|
"@extractus/oembed-extractor": {
|
|
8
8
|
"from": "3.2.1",
|
|
@@ -393,6 +393,6 @@
|
|
|
393
393
|
"to": "^2.0.9"
|
|
394
394
|
}
|
|
395
395
|
},
|
|
396
|
-
"timestamp": "2026-04-
|
|
396
|
+
"timestamp": "2026-04-09T20:27:37.408Z",
|
|
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.
|
|
3
|
+
"version": "6.27.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.
|
|
70
|
+
"@aws-sdk/client-s3": "^3.1028.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.1023.0",
|
|
342
|
-
"to": "^3.
|
|
342
|
+
"to": "^3.1028.0"
|
|
343
343
|
},
|
|
344
344
|
"@extractus/oembed-extractor": {
|
|
345
345
|
"from": "3.2.1",
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
"depsUpdated": 98,
|
|
734
734
|
"originalPackage": "ghost",
|
|
735
735
|
"originalVersion": "6.27.0",
|
|
736
|
-
"processedAt": "2026-04-
|
|
736
|
+
"processedAt": "2026-04-09T20:29:33.661Z",
|
|
737
737
|
"smokeTest": "failed"
|
|
738
738
|
}
|
|
739
739
|
}
|