-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
address micromatch vulnerability #6616
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
package.json
Outdated
@@ -188,6 +188,7 @@ | |||
"vite": "^5.2.11" | |||
}, | |||
"dependencies": { | |||
"micromatch": "^4.0.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we adding this dep to the monorepo package.json?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm yea perhaps i installed in the wrong page path
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh i saw wrongly, micromatch is a downstream dependency of a few installed dependencies. will figure a way to update correctly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ran npm update micromatch (prev i ran the wrong cmd)
6739f22
to
ba7c3c6
Compare
ba7c3c6
to
f7211e2
Compare
https://github.com/advisories/GHSA-952p-6rrq-rcjv?fbclid=IwZXh0bgNhZW0CMTEAAR1-F3hq4wRW-qOIChOFDGEzEyBnb8xYVe6tgWjuAzkJUZSwTvlR8d7NjuA_aem_miRrWL4kXpjCaEqbmreXgA
update to version 4.0.8 to address vulnerabliity
ran
npm update micromatch
Test plan
see automated tests