Describe the bug
I ran an audit scanner (npx @sandworm/audit@latest) on react-scripts@5.0.1 and found a number of concerning issues. e.g. Deprecated packages concern me the most. e.g. https://www.npmjs.com/package/rollup-plugin-terser is no longer maintained. And there is a newer package for it.
Did you try recovering your dependencies?
Not applicable
Which terms did you search for in User Guide?
Not applicable
Environment
Not applicable
Steps to reproduce
- npx create-react-app
- npx @sandworm/audit@latest
Expected behavior
No issues detected by an audit scanner.
Actual behavior
A number of issues detected by sandworm:

Reproducible demo
Not applicable
Describe the bug
I ran an audit scanner (
npx @sandworm/audit@latest) on react-scripts@5.0.1 and found a number of concerning issues. e.g. Deprecated packages concern me the most. e.g. https://www.npmjs.com/package/rollup-plugin-terser is no longer maintained. And there is a newer package for it.Did you try recovering your dependencies?
Not applicable
Which terms did you search for in User Guide?
Not applicable
Environment
Not applicable
Steps to reproduce
Expected behavior
No issues detected by an audit scanner.
Actual behavior
A number of issues detected by sandworm:

Reproducible demo
Not applicable