-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix: removed watch dependency and bumped cssnano version #16
Conversation
I doubt it's worth it, the underlying |
@stajs it's moderate:
I'll see what happens if I force fix it. |
Force fixing to drop down to |
Yeah, the vulnerability doesn't sound critical: https://app.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 I suggest we use better npm audit and exclude the warning with a reason: there isn't a patched version available. If we decide it is critical we could potentially fork and upgrade |
A week with no response: open-cli-tools/chokidar-cli#105 Is it worth looking at alternatives? |
I don't think so, I suggest better npm audit and move on. |
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.
👍
watch
(because we havechokidar-cli
).cssnano
.There is one more issue with
ansi-regex
which is used bychokidar-cli
. Npm audit suggests dropping thechokidar-cli
version from 3.0.0 to 1.2.0 which I think is a bit lame.@stajs I'm wondering if it's worth dropping
chokidar-cli
completely and writing a pure node script to do our file watching... I don't think it would be too big of a time investment but is it worth it?