Skip to content

Add yarn overrides for yaml-language-server dependency#10

Merged
goude merged 1 commit intomainfrom
claude/fix-npm-audit-warnings-FrvHF
Apr 2, 2026
Merged

Add yarn overrides for yaml-language-server dependency#10
goude merged 1 commit intomainfrom
claude/fix-npm-audit-warnings-FrvHF

Conversation

@goude
Copy link
Copy Markdown
Owner

@goude goude commented Apr 2, 2026

Summary

This change adds a yarn overrides configuration to ensure the yaml-language-server package uses a compatible version of the yaml dependency.

Changes

  • Added overrides field to package.json with a constraint requiring yaml version >=2.8.3 for the yaml-language-server package

Details

This override ensures that yaml-language-server resolves to a compatible version of the yaml package, preventing potential version conflicts or incompatibilities that could arise from transitive dependency resolution.

https://claude.ai/code/session_011k1RnFvsLiX9F6iNUMYHCD

Force yaml>=2.8.3 inside yaml-language-server to resolve
GHSA-48c2-rrv3-qjmp (Stack Overflow via deeply nested YAML).
Also applied npm audit fix for brace-expansion (GHSA-f886-m6hf-6m8v).

https://claude.ai/code/session_011k1RnFvsLiX9F6iNUMYHCD
@goude goude merged commit 14779fa into main Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants