chore(typescript): fix pnpm audit vulnerabilities and refresh lockfile#1829
Draft
cursor[bot] wants to merge 1 commit into
Draft
chore(typescript): fix pnpm audit vulnerabilities and refresh lockfile#1829cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
Tighten root pnpm overrides for shell-quote, form-data, hono, joi, js-yaml, brace-expansion, dompurify, protobufjs, @opentelemetry/core, and @babel/core. Bump inspector hono direct dep to ^4.12.25. pnpm audit now reports 0 known vulnerabilities. Co-authored-by: Enrico Toniato <[email protected]>
commit: |
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.
Language / Project Scope
Changes
Fix 17
pnpm auditvulnerabilities (1 critical, 2 high, 11 moderate, 3 low) by tightening rootpnpm.overridesand regeneratingpnpm-lock.yaml. No breaking major-version upgrades.Implementation Details
pnpm.overridesfor transitive security fixes:shell-quote>=1.8.4 (critical)form-data>=4.0.6 (high)hono>=4.12.25 (high)joi>=18.2.1,js-yaml>=4.2.0 <5,brace-expansion>=5.0.6 (moderate)dompurify>=3.4.11,protobufjs>=7.6.3 <8,@opentelemetry/core>=2.8.0 (moderate)@babel/core>=7.29.6 <8 (low)@mcp-use/inspectordirecthonodep from^4.12.12to^4.12.25.pnpm install --no-frozen-lockfile.js-yamloverride pattern: replaced>=3.14.2 || >=4.1.1with>=4.2.0 <5so vulnerable 4.1.1 cannot satisfy the override.Testing
pnpm audit— 0 known vulnerabilitiespnpm --filter mcp-use build— successpnpm --filter mcp-use test:unit— 616 passedpnpm --filter @mcp-use/inspector test:unit— 60 passedBackwards Compatibility
Fully backwards compatible. All updates are patch/minor bumps within existing major versions, applied via overrides and lockfile refresh.
Documentation Updates