Skip to content

Fix 4 npm dependency vulnerabilities#333

Merged
rajbos merged 2 commits intomainfrom
copilot/fix-vulnerability-warnings
Mar 1, 2026
Merged

Fix 4 npm dependency vulnerabilities#333
rajbos merged 2 commits intomainfrom
copilot/fix-vulnerability-warnings

Conversation

Copy link
Contributor

Copilot AI commented Mar 1, 2026

Four vulnerabilities detected in transitive npm dependencies: two ReDoS (ajv, markdown-it), one DoS (diff), and one high-severity RCE (serialize-javascript).

Changes

  • npm audit fix — upgraded ajv (6.12.6→6.14.0, 8.17.1→8.18.0) and markdown-it (14.1.0→14.1.1 via @vscode/vsce) to fix GHSA-2g4f-4pwh-qvx6 and GHSA-38c4-r59v-3vqw
  • package.json overrides — forces safe versions of diff and serialize-javascript (transitive deps via mocha@vscode/test-cli) to fix GHSA-73rr-hh4g-fpgx and GHSA-5c6j-r48x-rmvq without downgrading @vscode/test-cli from 0.0.12→0.0.11 (which npm audit fix --force would have done as a breaking change)
"overrides": {
  "diff": ">=8.0.3",
  "serialize-javascript": ">=7.0.3"
}

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Fix vulnerability warnings in project Fix 4 npm dependency vulnerabilities Mar 1, 2026
@rajbos rajbos marked this pull request as ready for review March 1, 2026 20:18
@rajbos rajbos enabled auto-merge March 1, 2026 20:18
@rajbos rajbos merged commit 91663b3 into main Mar 1, 2026
14 checks passed
@rajbos rajbos deleted the copilot/fix-vulnerability-warnings branch March 1, 2026 20:20
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