Skip to content

Commit c02ef90

Browse files
authored
update busboy (#1647)
1 parent b1961f0 commit c02ef90

File tree

3 files changed

+15
-23
lines changed

3 files changed

+15
-23
lines changed

lib/handlers/post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = handler
22

3-
const Busboy = require('busboy')
3+
const Busboy = require('@fastify/busboy')
44
const debug = require('debug')('solid:post')
55
const path = require('path')
66
const header = require('../header')

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
"homepage": "https://github.com/solid/node-solid-server",
5656
"bugs": "https://github.com/solid/node-solid-server/issues",
5757
"dependencies": {
58+
"@fastify/busboy": "^1.0.0",
5859
"@solid/acl-check": "^0.4.5",
5960
"@solid/oidc-auth-manager": "^0.24.1",
6061
"@solid/oidc-op": "0.11.5",
6162
"async-lock": "^1.3.0",
6263
"body-parser": "^1.19.1",
6364
"bootstrap": "^3.4.1",
64-
"busboy": "^0.3.1",
6565
"cached-path-relative": "^1.0.2",
6666
"camelize": "^1.0.0",
6767
"cheerio": "^1.0.0-rc.10",

0 commit comments

Comments
 (0)