Fix Dependabot security update failure for @hono/node-server - #1885
Merged
Conversation
Add npm override for @hono/node-server to ^2.0.11 to fix CVE GHSA-frvp-7c67-39w9 (path traversal in serve-static on Windows). The vulnerability required updating to >=2.0.5 but @modelcontextprotocol/sdk@1.29.0 (via office-addin-dev-settings peer dep chain) required ^1.x, creating an unresolvable conflict for Dependabot. The override forces the patched version regardless.
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job Dependabot
Fix Dependabot security update failure for @hono/node-server
Jul 24, 2026
stephenegriffin
approved these changes
Jul 24, 2026
Member
|
@copilot resolve the merge conflicts in this pull request |
Contributor
Author
stephenegriffin
marked this pull request as ready for review
July 24, 2026 18:38
stephenegriffin
enabled auto-merge (squash)
July 24, 2026 18:38
stephenegriffin
approved these changes
Jul 24, 2026
bwittgen
approved these changes
Jul 24, 2026
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.
Dependabot was failing with
security_update_not_possiblefor@hono/node-server(CVE GHSA-frvp-7c67-39w9, path traversal on Windows). The fix requires>=2.0.5, but@modelcontextprotocol/sdk@1.29.0— pulled in as a peer dep viaoffice-addin-dev-settings→@microsoft/m365agentstoolkit-cli→@microsoft/teamsfx-core— constrains@hono/node-serverto^1.19.9, making the update unresolvable.Changes
@hono/node-serverto the existing npmoverridesinpackage.json, forcing^2.0.11across the dependency tree regardless of the conflicting transitive constraintpackage-lock.json—@hono/node-servernow resolves to2.0.11