-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Bump dependencies to fix vulnerabilities #14697
Conversation
Most of them were already installed because of the `^` in the version. But this commit syncs the `package.json` file with those versions. This does not bump dependencies to major versions.
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.
Need to npm install
in standalone-cli
too to update its lockfile.
- Nothing yet! | ||
### Fixed | ||
|
||
- Bump dependencies to fix vulnerabilities ([#14697](https://github.com/tailwindlabs/tailwindcss/pull/14697)) |
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.
Did we end up bundling vulnerable code here? "Fix vulnerabilities" makes it sound like we had a vulnerability in Tailwind CSS which might be a bit too alarming.
In the past we used the wording "Bump versions for security vulnerabilities" which gave it a more passive sound. WDYT?
This PR fixes some package vulnerabilities that you will see when running
npm install
. This PR fixes that by bumping dependencies to get rid of the vulnerabilities.