@depup/payload 3.80.0-depup.0 → 3.80.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 CHANGED
@@ -14,15 +14,15 @@ 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-20 |
17
+ | Processed | 2026-03-21 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 18 |
19
+ | Deps updated | 19 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @next/env | ^15.1.5 | ^16.2.0 |
25
+ | @next/env | ^15.1.5 | ^16.2.1 |
26
26
  | ajv | 8.17.1 | ^8.18.0 |
27
27
  | ci-info | ^4.1.0 | ^4.4.0 |
28
28
  | console-table-printer | 2.12.1 | ^2.15.0 |
@@ -36,10 +36,11 @@ npm install @depup/payload
36
36
  | pino | 9.14.0 | ^10.3.1 |
37
37
  | pino-pretty | 13.1.2 | ^13.1.3 |
38
38
  | qs-esm | 7.0.2 | ^7.0.3 |
39
+ | sanitize-filename | 1.6.3 | ^1.6.4 |
39
40
  | ts-essentials | 10.0.3 | ^10.1.1 |
40
41
  | undici | 7.24.4 | ^7.24.5 |
41
42
  | uuid | 10.0.0 | ^13.0.0 |
42
- | ws | ^8.16.0 | ^8.19.0 |
43
+ | ws | ^8.16.0 | ^8.20.0 |
43
44
 
44
45
  ---
45
46
 
package/changes.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "bumped": {
3
3
  "@next/env": {
4
4
  "from": "^15.1.5",
5
- "to": "^16.2.0"
5
+ "to": "^16.2.1"
6
6
  },
7
7
  "ajv": {
8
8
  "from": "8.17.1",
@@ -56,6 +56,10 @@
56
56
  "from": "7.0.2",
57
57
  "to": "^7.0.3"
58
58
  },
59
+ "sanitize-filename": {
60
+ "from": "1.6.3",
61
+ "to": "^1.6.4"
62
+ },
59
63
  "ts-essentials": {
60
64
  "from": "10.0.3",
61
65
  "to": "^10.1.1"
@@ -70,9 +74,9 @@
70
74
  },
71
75
  "ws": {
72
76
  "from": "^8.16.0",
73
- "to": "^8.19.0"
77
+ "to": "^8.20.0"
74
78
  }
75
79
  },
76
- "timestamp": "2026-03-20T20:11:58.907Z",
77
- "totalUpdated": 18
80
+ "timestamp": "2026-03-21T20:11:51.035Z",
81
+ "totalUpdated": 19
78
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/payload",
3
- "version": "3.80.0-depup.0",
3
+ "version": "3.80.0-depup.1",
4
4
  "description": "Node, React, Headless CMS and Application Framework built on Next.js (with updated dependencies)",
5
5
  "keywords": [
6
6
  "payload",
@@ -92,7 +92,7 @@
92
92
  "README.md"
93
93
  ],
94
94
  "dependencies": {
95
- "@next/env": "^16.2.0",
95
+ "@next/env": "^16.2.1",
96
96
  "@types/busboy": "1.5.4",
97
97
  "ajv": "^8.18.0",
98
98
  "bson-objectid": "2.0.4",
@@ -116,12 +116,12 @@
116
116
  "pluralize": "8.0.0",
117
117
  "qs-esm": "^7.0.3",
118
118
  "range-parser": "1.2.1",
119
- "sanitize-filename": "1.6.3",
119
+ "sanitize-filename": "^1.6.4",
120
120
  "ts-essentials": "^10.1.1",
121
121
  "tsx": "4.21.0",
122
122
  "undici": "^7.24.5",
123
123
  "uuid": "^13.0.0",
124
- "ws": "^8.19.0",
124
+ "ws": "^8.20.0",
125
125
  "@payloadcms/translations": "3.80.0"
126
126
  },
127
127
  "devDependencies": {
@@ -169,7 +169,7 @@
169
169
  "changes": {
170
170
  "@next/env": {
171
171
  "from": "^15.1.5",
172
- "to": "^16.2.0"
172
+ "to": "^16.2.1"
173
173
  },
174
174
  "ajv": {
175
175
  "from": "8.17.1",
@@ -223,6 +223,10 @@
223
223
  "from": "7.0.2",
224
224
  "to": "^7.0.3"
225
225
  },
226
+ "sanitize-filename": {
227
+ "from": "1.6.3",
228
+ "to": "^1.6.4"
229
+ },
226
230
  "ts-essentials": {
227
231
  "from": "10.0.3",
228
232
  "to": "^10.1.1"
@@ -237,13 +241,13 @@
237
241
  },
238
242
  "ws": {
239
243
  "from": "^8.16.0",
240
- "to": "^8.19.0"
244
+ "to": "^8.20.0"
241
245
  }
242
246
  },
243
- "depsUpdated": 18,
247
+ "depsUpdated": 19,
244
248
  "originalPackage": "payload",
245
249
  "originalVersion": "3.80.0",
246
- "processedAt": "2026-03-20T20:12:21.524Z",
250
+ "processedAt": "2026-03-21T20:12:06.274Z",
247
251
  "smokeTest": "passed"
248
252
  }
249
253
  }