[HIGH] Manual fix required: CVE-2026-23869 — lock regen timed out#131
Closed
Pattern Security Automation (pattern-security-automation) wants to merge 1 commit into
Closed
Conversation
CVE: CVE-2026-23869 Lock regen timed out — see PR description.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the web app’s direct next dependency to address CVE-2026-23869. The automation notes that lockfile regeneration timed out; reviewing the repo state confirms the lock is still pinned to the old Next version and needs a manual update for CI and the security fix to be effective.
Changes:
- Bump
nextinweb/package.jsonfrom^16.1.6to^16.2.11. - (Still needed) Regenerate and commit
web/pnpm-lock.yamlso dependency resolution matches the updated manifest.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
24
to
27
| "moment": "^2.30.1", | ||
| "moment-timezone": "^0.6.0", | ||
| "next": "^16.1.6", | ||
| "next": "^16.2.11", | ||
| "nuqs": "^2.4.1", |
Author
|
Closing as duplicate of #128 — same package/manifest fix cluster. Automated cleanup ( |
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.
CVE Details
CVE-2026-23869patterninc/heimdallnext16.2.3^16.1.6Why Automated Fix Was Blocked
The pipeline bumped
web/package.jsonsuccessfully but could not regeneratethe lock file before the Lambda time limit:
Large modules or slow registry access can exceed the automated lock regen budget.
Please regenerate the lock file locally and push to this branch.
What This PR Contains
web/package.json— updated to target16.2.3Steps to Fix
go mod tidynpm installoryarn installuv lockpoetry lockbundle update next#wiz-alertsif you need helpReferences
Developer feedback
Was this automation helpful? Share feedback (takes ~1 min)
Auto-generated by Pattern Security Automation