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
You can run npm audit fix to address this in your project. Nothing in Tailwind CSS requires an earlier version and if you perform a fresh install of the latest version you'll get v3.0.3 of braces:
What version of Tailwind CSS are you using?
For example: v3.4.3
What build tool (or framework if it abstracts the build tool) are you using?
For example: [email protected], [email protected]
Describe your issue
My npm audit reported:
braces <3.0.3
Severity: high
Uncontrolled resource consumption in braces - GHSA-grv7-fg5c-xmjg
Result of "npm ls braces"
└─┬ [email protected]
├─┬ [email protected]
│ └── [email protected]
└─┬ [email protected]
└── [email protected] deduped
Checked the version 3.4.4 which still uses braces 3.0.2.
As per this, the issue is noticed in versions prior to 3.0.3. Also, this has fixed the issue in braces 3.0.3
The text was updated successfully, but these errors were encountered: