Skip to content
Advertisement

Vulnerability in NestJS 8.4.5

Recently, when I run npm audit in my npm package, I receive the following error:

npm audit report

The problem seems to be in the dicer package which is a very popular package used by NestJS.

I searched the web for possible solutions but can’t find any fixes. Has anyone been able to fix this yet?

Thanks in advance.

Advertisement

Answer

It seems that NestJS has fixed it by removing dicer from their packages. I fixed the issue just by deleting the package-lock.json and node_modules folder and running npm install again.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement