Skip to content

Commit

Permalink
Merge pull request #1056 from kibertoad/chore/fastify-busboy
Browse files Browse the repository at this point in the history
Replace unsupported busboy version with fastify fork
  • Loading branch information
LinusU authored May 27, 2022
2 parents 690f703 + 74456fc commit 15f7e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/read-body.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { extname } from 'node:path'
import { pipeline as _pipeline } from 'node:stream'
import { promisify } from 'node:util'

import Busboy from 'busboy'
import Busboy from '@fastify/busboy'
import { createWriteStream } from 'fs-temp'
import hasOwnProperty from 'has-own-property'
import _onFinished from 'on-finished'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"middleware"
],
"dependencies": {
"@fastify/busboy": "^1.0.0",
"append-field": "^2.0.0",
"busboy": "^0.3.1",
"bytes": "^3.1.0",
"fs-temp": "^2.0.1",
"has-own-property": "^2.0.0",
Expand Down

0 comments on commit 15f7e80

Please sign in to comment.