react-scripts Vulnerabilities

245 Views Asked by At

It could be pretty basic but I was not able to find any convenient answer. I am developing a react js app. I am checking vulnerability and security problems in that point. One of the library I used is react-scripts. The problem is latest version of react-scripts have a lot of vulnerability problem. Can I directly change dependency version? Or what library will be a good alternative to react-scripts.

1

There are 1 best solutions below

2
On

react-scripts is no longer being actively maintained. It is a package that is being Create-React-App, that was deprecated earlier this year.

I recommend you consider going to a newer build system such as Vite.