-
-
Notifications
You must be signed in to change notification settings - Fork 424
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
lint-staged dependency: micromatch vulnerability #1467
Comments
I'm having the same issue over Mend scan as high finding. Thanks |
Our Line 45 in 0ce5e14
As can be tested here 4.0.8 is also matched: https://semver.npmjs.com/ |
In my project there was only one vulnerability issue related to this and the you are right so as this is only patch version and lint-staged uses ~ there is no problem here |
@iiroj Is it possible to bump |
@ilya-byborg I don't want to spend time updating I'll update the minimum version to |
Lint-staged 13.3.0 has a pinned version dependency on micromatch This has been reverted in 15.2.5 Those that want to use micromatch without the warning should avoid any release in between those versions. |
Description
lint-staged has "micromatch": "~4.0.7", but micromatch <4.0.8 contains a vulnerability.
Steps to reproduce
npm install
Debug Logs
expand to view
Environment
lint-staged
: 15.2.9The text was updated successfully, but these errors were encountered: