Skip to content

Commit 9e5ce96

Browse files
committed
fix: Bump formidable version to ^3.5.4
Although it doesn't explicitly state it, [email protected] uses os.machine (https://nodejs.org/api/os.html#osmachine) that was introduced in Node.js 18.9.0 (and then backported to 16.18.0). Since superagent should support Node.js 14.18.0 and above, it cannot use this new version of formidable. Bumping the requirement to ^3.5.4 solves this issue. Fixes #1831
1 parent e38f4eb commit 9e5ce96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"debug": "^4.3.4",
2424
"fast-safe-stringify": "^2.1.1",
2525
"form-data": "^4.0.0",
26-
"formidable": "^3.5.2",
26+
"formidable": "^3.5.4",
2727
"methods": "^1.1.2",
2828
"mime": "2.6.0",
2929
"qs": "^6.11.0"

0 commit comments

Comments
 (0)