Skip to content

Commit fdff6d4

Browse files
committed
deps: change to fastify busboy
Signed-off-by: Sebastian Beltran <[email protected]>
1 parent 0883bde commit fdff6d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/make-middleware.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var is = require('type-is')
2-
var Busboy = require('busboy')
2+
var Busboy = require('@fastify/busboy')
33
var extend = require('xtend')
44
var appendField = require('append-field')
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"dependencies": {
2222
"append-field": "^1.0.0",
23-
"busboy": "^1.0.0",
23+
"@fastify/busboy": "^1.0.0",
2424
"concat-stream": "^1.5.2",
2525
"mkdirp": "^0.5.6",
2626
"object-assign": "^4.1.1",

0 commit comments

Comments
 (0)