Commit 5875cd0
authored
chore(deps): bump form-data, tar, wrangler, and @opennextjs/cloudflare dependencies (#15435)
### What
Updates several dependencies to fix security vulnerabilities identified
in `pnpm audit`.
### Why
`pnpm audit` flagged critical and high severity vulnerabilities:
- `form-data` <3.0.4: unsafe random function in boundary generation
- `tar` <7.5.7: arbitrary file overwrite and path traversal issues
- `wrangler` <4.59.1: OS command injection in `wrangler pages deploy`
- `@opennextjs/cloudflare` 1.9.2: transitive dependency on vulnerable
`qs` package
### How
- Bumped `form-data` to 3.0.4 in root package.json
- Bumped `tar` to ^7.5.7 in create-payload-app
- Bumped `wrangler` to ~4.61.1 across root, test, and cloudflare-d1
template
- Bumped `@opennextjs/cloudflare` to 1.16.1 in test package1 parent 26ba779 commit 5875cd0
5 files changed
Lines changed: 429 additions & 500 deletions
File tree
- packages/create-payload-app
- templates/with-cloudflare-d1
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments