We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 690f703 + 74456fc commit 15f7e80Copy full SHA for 15f7e80
lib/read-body.js
@@ -2,7 +2,7 @@ import { extname } from 'node:path'
2
import { pipeline as _pipeline } from 'node:stream'
3
import { promisify } from 'node:util'
4
5
-import Busboy from 'busboy'
+import Busboy from '@fastify/busboy'
6
import { createWriteStream } from 'fs-temp'
7
import hasOwnProperty from 'has-own-property'
8
import _onFinished from 'on-finished'
package.json
@@ -21,8 +21,8 @@
21
"middleware"
22
],
23
"dependencies": {
24
+ "@fastify/busboy": "^1.0.0",
25
"append-field": "^2.0.0",
- "busboy": "^0.3.1",
26
"bytes": "^3.1.0",
27
"fs-temp": "^2.0.1",
28
"has-own-property": "^2.0.0",
0 commit comments