Skip to content

Commit c8165cc

Browse files
authored
security: bump form-data to latest patch versions (CVE-2025-7783) (#2314)
1 parent 00cc07d commit c8165cc

File tree

2 files changed

+44
-27
lines changed

2 files changed

+44
-27
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@
8484
"overrides": {
8585
"express@^4>body-parser": "1.20.3",
8686
"@remix-run/[email protected]>tar-fs": "2.1.3",
87-
"[email protected]>tar-fs": "3.0.9"
87+
"[email protected]>tar-fs": "3.0.9",
88+
"form-data@^2": "2.5.4",
89+
"form-data@^3": "3.0.4",
90+
"form-data@^4": "4.0.4"
8891
}
8992
}
9093
}

pnpm-lock.yaml

Lines changed: 40 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)