@depup/payload 3.80.0-depup.2 → 3.80.0-depup.3
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 +3 -3
- package/changes.json +3 -3
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/payload
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [payload](https://www.npmjs.com/package/payload) @ 3.80.0 |
|
|
17
|
-
| Processed | 2026-03-
|
|
17
|
+
| Processed | 2026-03-31 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 19 |
|
|
20
20
|
|
|
@@ -32,10 +32,10 @@ npm install @depup/payload
|
|
|
32
32
|
| ipaddr.js | 2.2.0 | ^2.3.0 |
|
|
33
33
|
| jose | 5.9.6 | ^6.2.2 |
|
|
34
34
|
| json-schema-to-typescript | 15.0.3 | ^15.0.4 |
|
|
35
|
-
| path-to-regexp | 6.3.0 | ^8.4.
|
|
35
|
+
| path-to-regexp | 6.3.0 | ^8.4.1 |
|
|
36
36
|
| pino | 9.14.0 | ^10.3.1 |
|
|
37
37
|
| pino-pretty | 13.1.2 | ^13.1.3 |
|
|
38
|
-
| qs-esm | 7.0.2 | ^
|
|
38
|
+
| qs-esm | 7.0.2 | ^8.0.1 |
|
|
39
39
|
| sanitize-filename | 1.6.3 | ^1.6.4 |
|
|
40
40
|
| ts-essentials | 10.0.3 | ^10.1.1 |
|
|
41
41
|
| undici | 7.24.4 | ^7.24.6 |
|
package/changes.json
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"path-to-regexp": {
|
|
44
44
|
"from": "6.3.0",
|
|
45
|
-
"to": "^8.4.
|
|
45
|
+
"to": "^8.4.1"
|
|
46
46
|
},
|
|
47
47
|
"pino": {
|
|
48
48
|
"from": "9.14.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"qs-esm": {
|
|
56
56
|
"from": "7.0.2",
|
|
57
|
-
"to": "^
|
|
57
|
+
"to": "^8.0.1"
|
|
58
58
|
},
|
|
59
59
|
"sanitize-filename": {
|
|
60
60
|
"from": "1.6.3",
|
|
@@ -77,6 +77,6 @@
|
|
|
77
77
|
"to": "^8.20.0"
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
|
-
"timestamp": "2026-03-
|
|
80
|
+
"timestamp": "2026-03-31T08:32:06.312Z",
|
|
81
81
|
"totalUpdated": 19
|
|
82
82
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/payload",
|
|
3
|
-
"version": "3.80.0-depup.
|
|
3
|
+
"version": "3.80.0-depup.3",
|
|
4
4
|
"description": "Node, React, Headless CMS and Application Framework built on Next.js (with updated dependencies)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"payload",
|
|
@@ -110,11 +110,11 @@
|
|
|
110
110
|
"jose": "^6.2.2",
|
|
111
111
|
"json-schema-to-typescript": "^15.0.4",
|
|
112
112
|
"minimist": "1.2.8",
|
|
113
|
-
"path-to-regexp": "^8.4.
|
|
113
|
+
"path-to-regexp": "^8.4.1",
|
|
114
114
|
"pino": "^10.3.1",
|
|
115
115
|
"pino-pretty": "^13.1.3",
|
|
116
116
|
"pluralize": "8.0.0",
|
|
117
|
-
"qs-esm": "^
|
|
117
|
+
"qs-esm": "^8.0.1",
|
|
118
118
|
"range-parser": "1.2.1",
|
|
119
119
|
"sanitize-filename": "^1.6.4",
|
|
120
120
|
"ts-essentials": "^10.1.1",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
},
|
|
210
210
|
"path-to-regexp": {
|
|
211
211
|
"from": "6.3.0",
|
|
212
|
-
"to": "^8.4.
|
|
212
|
+
"to": "^8.4.1"
|
|
213
213
|
},
|
|
214
214
|
"pino": {
|
|
215
215
|
"from": "9.14.0",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
},
|
|
222
222
|
"qs-esm": {
|
|
223
223
|
"from": "7.0.2",
|
|
224
|
-
"to": "^
|
|
224
|
+
"to": "^8.0.1"
|
|
225
225
|
},
|
|
226
226
|
"sanitize-filename": {
|
|
227
227
|
"from": "1.6.3",
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"depsUpdated": 19,
|
|
248
248
|
"originalPackage": "payload",
|
|
249
249
|
"originalVersion": "3.80.0",
|
|
250
|
-
"processedAt": "2026-03-
|
|
250
|
+
"processedAt": "2026-03-31T08:32:23.648Z",
|
|
251
251
|
"smokeTest": "passed"
|
|
252
252
|
}
|
|
253
253
|
}
|