You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and my issue is unique
My issue appears in the command-line and not only in the text editor
Description Overview
When installing package using npm, audit fails with:
$ npm audit
# npm audit report
semver <7.5.2
Severity: moderate
semver vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
fix available via `npm audit fix --force`
Will install [email protected], which is a breaking change
node_modules/semver
eslint-plugin-react 7.19.0 || >=7.26.0
Depends on vulnerable versions of semver
node_modules/eslint-plugin-react
2 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
It’s not a vulnerability here - like most transitive dep CVEs, it’s a false positive - and we can’t upgrade because v7 drops support for engines we need to support.
Is there an existing issue for this?
Description Overview
When installing package using npm, audit fails with:
Running
npm audit fix --force
downgrades to[email protected]
👀Expected Behavior
No security vulnerabilities.
eslint-plugin-react version
7.32.2
eslint version
8.43.0
node version
18.16.1
The text was updated successfully, but these errors were encountered: