fix(typescript): resolve 17 pnpm audit vulnerabilities via overrides#1812
Draft
cursor[bot] wants to merge 1 commit into
Draft
fix(typescript): resolve 17 pnpm audit vulnerabilities via overrides#1812cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
…ities - shell-quote >=1.8.4 (critical) - form-data >=4.0.6, hono >=4.12.25, joi >=18.2.1 (high) - js-yaml >=4.2.0 <5 (fix OR range allowing vulnerable 4.1.1) - brace-expansion >=5.0.6, dompurify >=3.4.11, protobufjs >=7.6.3 - @opentelemetry/core >=2.8.0, @babel/core >=7.29.6 <8 - Regenerated pnpm-lock.yaml 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
Updated root
pnpm.overridesand regeneratedpnpm-lock.yamlto resolve 17 audit vulnerabilities (1 critical, 2 high, 11 moderate, 3 low). All fixes are patch/minor bumps within existing major versions — no breaking upgrades.Implementation Details
shell-quote >=1.8.4,joi >=18.2.1,@opentelemetry/core >=2.8.0,@babel/core >=7.29.6 <8form-data:>=4.0.4→>=4.0.6hono:>=4.12.21→>=4.12.25js-yaml:>=3.14.2 || >=4.1.1→>=4.2.0 <5(OR range allowed vulnerable 4.1.1)brace-expansion/@isaacs/brace-expansion:>=5.0.6dompurify:>=3.4.11protobufjs:>=7.6.3 <8libraries/typescript/pnpm-lock.yamlTesting
pnpm audit— 0 vulnerabilitiespnpm --filter mcp-use test:unit— 616 passedpnpm --filter @mcp-use/inspector test:unit— 60 passedpnpm --filter @mcp-use/cli test— 303 passedBackwards Compatibility
Fully backwards compatible. All version bumps are security patches within the same major versions. Overrides use upper bounds (
<8,<5,<14) to prevent accidental major upgrades.Note on inspector standalone lock
packages/inspector/pnpm-lock.yamlis a minimal peer-dep test lock with no vulnerable transitive deps; it was not modified.