Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-scripts 5.0.1 has a number of high-severity issues #13186

Open
here-nerd opened this issue May 25, 2023 · 5 comments
Open

react-scripts 5.0.1 has a number of high-severity issues #13186

here-nerd opened this issue May 25, 2023 · 5 comments

Comments

@here-nerd
Copy link

Describe the bug

I ran an audit scanner (npx @sandworm/audit@latest) on [email protected] 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

  1. npx create-react-app
  2. npx @sandworm/audit@latest

Expected behavior

No issues detected by an audit scanner.

Actual behavior

A number of issues detected by sandworm:
image

Reproducible demo

Not applicable

@srcnalt
Copy link

srcnalt commented Jun 1, 2023

Current version 5.0.1 uses nth-check@^1.0.2 which has high security vulnerability.

GitHub Dependabot message:

The latest possible version that can be installed is 1.0.2 because of the following conflicting dependencies:

[email protected] requires nth-check@^1.0.2 via a transitive dependency on [email protected]
No patched version available for nth-check
The earliest fixed version is 2.0.1.

@plsdev89
Copy link

plsdev89 commented Jun 7, 2023

Having same issue.

@dave9123
Copy link

Try running npm i @svgr/webpack --save-dev

@jrjake
Copy link

jrjake commented Jun 28, 2023

These warnings are okay to ignore, see #11174

@wtfiwtz
Copy link

wtfiwtz commented Aug 31, 2023

See #13337

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants