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
Is there an existing issue that is already proposing this?
I have searched the existing issues
Is your feature request related to a problem? Please describe it
Nestjs CLI is dependent on chokidar@3.6.0. That package is dependent on a version of the braces package that has a security issue noted in GHSA-grv7-fg5c-xmjg.
Describe the solution you'd like
chokidar removed the vulnerable package in version 4.0.0. Nestjs should update chokidar to ^4.0.0.
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
Nestjs CLI is dependent on
chokidar@3.6.0
. That package is dependent on a version of thebraces
package that has a security issue noted in GHSA-grv7-fg5c-xmjg.Describe the solution you'd like
chokidar
removed the vulnerable package in version 4.0.0. Nestjs should updatechokidar
to ^4.0.0.Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
Removing vulnerable packages
The text was updated successfully, but these errors were encountered: