Skip to content

Commit ffdb793

Browse files
authored
bump busboy up to solve DoS vulnerability
This change removes dicer from multer's transitive dependency list. https://security.snyk.io/vuln/SNYK-JS-DICER-2311764
1 parent 4f4326a commit ffdb793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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": "^0.2.11",
23+
"busboy": "^1.0.0",
2424
"concat-stream": "^1.5.2",
2525
"mkdirp": "^0.5.4",
2626
"object-assign": "^4.1.1",

0 commit comments

Comments
 (0)