I am pretty sure that this error appeared only today and it never occurred before. When I create a new react app, the process found 1 high vulnerability:
High: Denial of Service
Package: http-proxy
Patched in: No patch available
Dependency of: react-scripts
Path: react-scripts > webpack-dev-server > http-proxy-middleware > http-proxy
More info: https://npmjs.com/advisories/1486
(My version of "react-scripts
" is 3.4.1). Of course, "npm audit fix
" doesn't work.
What can I do about it? Is it something to care about or I can work normally?