We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
chokidar
The @pandacss/node package has chokidar v3.0.6, which uses braces v3.0.2. It is marked as a vulnerability.
@pandacss/node
chokidar v3.0.6
braces v3.0.2
panda/packages/node/package.json
Line 50 in c2612b7
Consider upgrading chokidar to v4 if possible.
I know it's possible to use overrides in package.json, but it's not the solution that would always fit.
overrides
package.json
Upgrade chokidar to remove vulnerability.
https://github.com/paulmillr/chokidar/releases/tag/4.0.0
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The
@pandacss/node
package haschokidar v3.0.6
, which usesbraces v3.0.2
. It is marked as a vulnerability.panda/packages/node/package.json
Line 50 in c2612b7
Consider upgrading
chokidar
to v4 if possible.I know it's possible to use
overrides
inpackage.json
, but it's not the solution that would always fit.Problem Statement/Justification
Upgrade
chokidar
to remove vulnerability.Proposed Solution or API
https://github.com/paulmillr/chokidar/releases/tag/4.0.0
Alternatives
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: