security: vulnerability remediation - #214
Open
kernel-internal[bot] wants to merge 1 commit into
Open
kernel-internal[bot] wants to merge 1 commit into
kernel-internal[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Vulnerability Remediation
Fixed
Not Included
Deferred details
Note
Low Risk
Dependency-only security patch with no runtime or auth logic changes; main follow-up is confirming
bun installand CSS builds still pass.Overview
This PR remediates GHSA-6g55-p6wh-862q by raising the direct postcss devDependency from 8.5.6 to ^8.5.23 in
package.jsonand refreshingbun.lock.The lockfile now resolves the top-level postcss@8.5.23 (with an updated nanoid transitive) and aligns with Next’s pinned postcss 8.5.23 dependency. No application or config source files change—only the CSS build toolchain versions used by Tailwind/Next.
Reviewed by Cursor Bugbot for commit fc16ec5. Bugbot is set up for automated code reviews on this repo. Configure here.