NPM vulnerabilities

Hello everybody . I have run npm install glob-parent and i have a response :‘found 3 moderate severity vulnerabilities’ .After that i run npm audit and the return was

Moderate Regular expression denial of service

Package glob-parent

Patched in >=5.1.2

Dependency of react-scripts

Path react-scripts > webpack > watchpack > watchpack-chokidar2 >
chokidar > glob-parent

More info npm

I tried to upgrade glob-parent to the latest version but i have the same problem
What can i do?

I think you would have to ask the maintainer of the package to fix it, or you would have to fork it and fix it yourself.

When I look on the issues on the repo . One of the contributors seems to assert here that this was fixed in version version 6. Did you install that?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.