Skip to content

Fix all remaining dev dependency vulnerabilities#74

Merged
beefo merged 1 commit into
masterfrom
fix-remaining-vulnerabilities
Apr 13, 2026
Merged

Fix all remaining dev dependency vulnerabilities#74
beefo merged 1 commit into
masterfrom
fix-remaining-vulnerabilities

Conversation

@beefo
Copy link
Copy Markdown
Contributor

@beefo beefo commented Apr 13, 2026

Summary

  • Upgrade mocha 7 → 11 (migrate config to .mocharc.yml)
  • Upgrade ESLint 6 → 9 (flat config, replace eslint-loader with eslint-webpack-plugin)
  • Upgrade webpack-dev-server 4 → 5, webpack-cli 4 → 5
  • Add npm overrides for mocha's transitive diff and serialize-javascript deps
  • Bump engines.node to >= 18.0.0
  • Result: 0 npm audit vulnerabilities (down from 31)

Test plan

  • CI passes on Node 18.x, 20.x, 22.x
  • npm audit reports 0 vulnerabilities
  • All 17 node tests pass

🤖 Generated with Claude Code

- Upgrade mocha 7 → 11, migrate config to .mocharc.yml
- Upgrade ESLint 6 → 9, migrate to flat config (eslint.config.mjs)
- Replace deprecated eslint-loader with eslint-webpack-plugin
- Upgrade webpack-dev-server 4 → 5 and webpack-cli 4 → 5
- Add npm overrides to patch mocha's transitive diff/serialize-javascript deps
- Bump engines.node to >= 18.0.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@beefo beefo merged commit f3131a5 into master Apr 13, 2026
3 checks passed
@beefo beefo deleted the fix-remaining-vulnerabilities branch April 13, 2026 19:57
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.

1 participant