chore: upgrade dependencies for MCP SDK and Google Cloud Storage#537
Merged
Conversation
Update @modelcontextprotocol/sdk 1.25.3→1.26.0 (GHSA-345p-7cg4-v4c7), fast-xml-parser 4.5.3→5.3.4 (GHSA-37qj-frw5-hhjh), and @google-cloud/storage 7.18.0→7.19.0 to address all high-severity alerts. https://claude.ai/code/session_017a8kL4Q5uJy38aFbjovXGJ
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.
Description
This PR updates several key dependencies to their latest versions, including the Model Context Protocol SDK, Google Cloud Storage client, and related packages. These updates bring bug fixes, performance improvements, and new features.
Type of Change
Changes Made
Dependency Updates
@modelcontextprotocol/sdk:
1.25.3→1.26.0^5.0.1→^5.2.1^7.5.0→^8.2.1^6.1.1→^6.1.3^3.25.0→^3.25.1^4.11.4(added as dependency)@google-cloud/storage:
7.18.0→7.19.0^4.4.1→^5.3.4express-rate-limit:
7.5.1→8.2.1(standalone)10.0.1(added as dependency)fast-xml-parser:
4.5.3→5.3.4^1.1.1→^2.1.0strnum:
1.1.2→2.1.2hono: Removed peer dependency flag from
4.11.7Breaking Changes
The following updates may introduce breaking changes:
These changes should be tested thoroughly to ensure compatibility with existing code.
Testing Performed
npm run lint)npm installSecurity Considerations
Additional Notes
The addition of
honoas a new dependency in the MCP SDK suggests expanded framework support. The removal of the peer dependency flag on hono indicates it's now a direct dependency rather than optional.All updates are to development dependencies (
dev: true), so they do not affect production bundle size.https://claude.ai/code/session_017a8kL4Q5uJy38aFbjovXGJ