chore: resolve open dependabot security alerts#570
Open
jonathannorris wants to merge 1 commit into
Open
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
devcycle-mcp-server | ddbf0ad | May 13 2026, 01:36 PM |
There was a problem hiding this comment.
Pull request overview
This PR addresses open Dependabot security alerts by updating dependency versions and enforcing safer transitive resolutions via Yarn.
Changes:
- Bumped
honoto4.12.18(includingmcp-worker) to pick up upstream security fixes. - Added a Yarn
resolutionsoverride forfast-urito ensure a non-vulnerable version is selected. - Regenerated
yarn.lockto reflect the updated dependency graph.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| yarn.lock | Updates lockfile entries to reflect hono@4.12.18 and the fast-uri resolution outcome. |
| package.json | Updates Yarn resolutions for hono and adds a fast-uri resolution override. |
| mcp-worker/package.json | Bumps hono dependency to 4.12.18. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "picomatch@npm:^4.0.3": "^4.0.4", | ||
| "hono": "^4.12.16", | ||
| "hono": "^4.12.18", | ||
| "fast-uri": ">=3.1.2", |
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
Dependabot Alerts Resolved
honohonohonofast-uri>=3.1.2resolution; resolved to 3.1.2 (host confusion via percent-encoded delimiters)fast-urihonohonoip-address"ip-address@npm:10.1.0": "^10.1.1"resolution now resolves to 10.2.0 via yarn lockfile regen