Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while installing multer packages using npm

I am getting the following error while installing the multer package using npm.

dicer  *
Severity: high
Crash in HeaderParser in dicer - https://github.com/advisories/GHSA-wm7h-9275-46v2
No fix available
node_modules/dicer
  busboy  <=0.3.1
  Depends on vulnerable versions of dicer
  node_modules/busboy
    multer  <=2.0.0-rc.3
    Depends on vulnerable versions of busboy
    node_modules/multer
3 high severity vulnerabilities
Some issues need review, and may require choosing
a different dependency.
like image 705
Ashif Ma Avatar asked Jul 20 '26 07:07

Ashif Ma


2 Answers

you can update multer to 1.4.5 as the latest version with npm i multer@latest that uses

[email protected]

without any vulnerabilities.

like image 79
Mojtaba Soleimani Avatar answered Jul 22 '26 20:07

Mojtaba Soleimani


This is due to vulnerability in dicer dependency. Multer will still work, right now no fix is available. Maybe it will be resolved in next update. Check this GitHub reviewed vulnerability

like image 35
Varun Kumar Avatar answered Jul 22 '26 19:07

Varun Kumar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!