fix: update hono and validator to patched versions#534
Merged
jonathannorris merged 1 commit intomainfrom Oct 30, 2025
Merged
Conversation
02f1737 to
927faa5
Compare
JamieSinn
approved these changes
Oct 30, 2025
There was a problem hiding this comment.
Pull Request Overview
This PR updates dependencies and removes unused variables/parameters across the codebase. The changes include:
- Upgrading several npm packages (
@modelcontextprotocol/sdk,class-validator,@cloudflare/workers-oauth-provider,agents, andhono) - Removing unused function parameters in the consent screen rendering logic
- Adding a missing dependency (
validator) to package.json overrides - Fixing an empty catch block issue in the test utilities
- Bumping the version number in the manifest
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Updated lockfile reflecting dependency version upgrades including @modelcontextprotocol/sdk (1.18.1→1.20.2), class-validator (0.14.1→0.14.2), agents (0.1.6→0.2.19), and hono (4.10.2→4.10.4) |
| test-utils/init.js | Added comment to empty catch block for clarity |
| package.json | Updated dependency versions and added validator to resolutions |
| oclif.manifest.json | Version bump from 6.1.1 to 6.1.2 |
| mcp-worker/src/index.ts | Removed unused OAuthHelpers import |
| mcp-worker/src/consentScreen.ts | Removed unused clientUri and redirectUri parameters |
| mcp-worker/src/auth.ts | Removed unused clientUri variable and parameter passing |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Updates vulnerable dependencies to patched versions: