Skip to content

Commit 5875cd0

Browse files
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 package
1 parent 26ba779 commit 5875cd0

5 files changed

Lines changed: 429 additions & 500 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"escape-html": "^1.0.3",
187187
"eslint": "9.22.0",
188188
"execa": "5.1.1",
189-
"form-data": "3.0.1",
189+
"form-data": "3.0.4",
190190
"fs-extra": "10.1.0",
191191
"globby": "11.1.0",
192192
"husky": "9.0.11",
@@ -218,7 +218,7 @@
218218
"turbo": "^2.5.4",
219219
"typescript": "5.7.3",
220220
"vitest": "4.0.15",
221-
"wrangler": "~4.42.0"
221+
"wrangler": "~4.61.1"
222222
},
223223
"packageManager": "pnpm@10.27.0",
224224
"engines": {

packages/create-payload-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"fs-extra": "^9.0.1",
7272
"globby": "11.1.0",
7373
"prettier": "^3.5.0",
74-
"tar": "^7.4.3",
74+
"tar": "^7.5.7",
7575
"terminal-link": "^2.1.1",
7676
"ts-morph": "^21.0.1"
7777
},

0 commit comments

Comments
 (0)