fix(deps): bump next to 16.0.7 in memory-graph-playground (critical CVE)#1082
Merged
MaheshtheDev merged 1 commit intoJun 17, 2026
Merged
Conversation
…h5gf-34mp) next@16.0.3 is affected by a critical RCE in the React flight protocol (GHSA-9qr9-h5gf-34mp), patched in 16.0.7. Lockfile regenerated with bun 1.3.6 to match CI; only the next 16.0.x entries change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Summary
Bumps
nextfrom 16.0.3 to 16.0.7 inapps/memory-graph-playgroundto resolve GHSA-9qr9-h5gf-34mp — a critical RCE in the React flight protocol affecting>= 14.3.0-canary.77 < 16.0.7(16.0.x line patched in 16.0.7).This surfaced via the Socket Security scan on #1046, but the vulnerable version is on
mainitself (that PR doesn't touch dependencies), so fixing it separately here.Changes
apps/memory-graph-playground/package.json:next16.0.3→16.0.7bun.lock: regenerated with bun 1.3.6 (matching CI) viabun install --lockfile-only— only thenext/@next/*16.0.x entries change, no other dependencies touchedapps/webalready pins^16.0.11and the chatapp test fixture is excluded from the workspace, so the playground was the only vulnerable entry in the lockfile.🤖 Generated with Claude Code