security: vulnerability remediation - #185
Open
kernel-internal[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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
Medium Risk
Patches a known Next.js advisory but upgrades the full framework and image toolchain (sharp/SWC); regression risk is limited to build/runtime behavior, not app logic changes.
Overview
Bumps Next.js from
16.2.11to16.3.3inpackage.jsonand refreshesbun.lockto address GHSA-2xp9-vwfh-vxw4. There are no application source changes—only dependency manifests.The lockfile also picks up Next’s transitive updates: matching
@next/env/@next/swc-*binaries,@swc/helpers0.5.23, bundled postcss8.5.23, and optional sharp0.35.4(including new wasm platform packages). Reviewers should runbun run buildand smoke-test the Next app after merge.Reviewed by Cursor Bugbot for commit ed6d70d. Bugbot is set up for automated code reviews on this repo. Configure here.