chore: fix vulnerabilities and update dependencies#54
Merged
chriskehayias merged 1 commit intomainfrom Mar 18, 2026
Merged
Conversation
Resolve all npm audit vulnerabilities (flatted, undici, next) and apply safe dependency updates. Build, lint, and all 229 tests pass. Security fixes: - flatted <3.4.0: unbounded recursion DoS (GHSA-25h7) - undici 7.x: 6 CVEs including HTTP smuggling, WebSocket overflow, CRLF injection - next 16.1.6: 5 moderate issues including CSRF bypass and request smuggling Dependency updates: - next 16.1.6 → 16.1.7 - eslint-config-next 16.1.6 → 16.1.7 - better-auth 1.4.19 → 1.5.5 - openai 6.25.0 → 6.32.0 - vitest 4.0.18 → 4.1.0 - @vitest/coverage-v8 4.0.18 → 4.1.0 - @vitejs/plugin-react 5.1.4 → 5.2.0 - jsdom 28.1.0 → 29.0.0 (major - no breaking API changes) - lucide-react 0.575.0 → 0.577.0 - postcss 8.5.6 → 8.5.8 - @inquirer/prompts 8.3.0 → 8.3.2 - @types/node 25.3.1 → 25.5.0 Deferred: - eslint 9 → 10 (breaking config changes) - @vitejs/plugin-react 5 → 6 (requires Vite 8, blocked by Vitest 4) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Jonny-TMC
added a commit
to The-Moody-Church/mp-charts
that referenced
this pull request
Mar 18, 2026
Incorporated commits: fbf6010 Skipped commits: none Security fixes: - flatted <3.4.0: unbounded recursion DoS (GHSA-25h7) - undici 7.x: 6 CVEs including HTTP smuggling, WebSocket overflow, CRLF injection - next 16.1.6→16.1.7: 5 moderate issues including CSRF bypass and request smuggling Dependency updates (10 packages): - better-auth ^1.4.18 → ^1.5.5 - lucide-react ^0.575.0 → ^0.577.0 - openai ^6.22.0 → ^6.32.0 - @inquirer/prompts ^8.2.1 → ^8.3.2 - @types/node ^25.3.0 → ^25.5.0 - @vitejs/plugin-react ^5.1.4 → ^5.2.0 - @vitest/coverage-v8 ^4.0.18 → ^4.1.0 - jsdom ^28.1.0 → ^29.0.0 - postcss ^8.5.6 → ^8.5.8 - vitest ^4.0.18 → ^4.1.0 Verification: npm audit 0 vulnerabilities, build passes (Next.js 16.1.7), 236/236 tests pass (Vitest 4.1.0 + jsdom 29). Upstream PR: MinistryPlatform-Community#54 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
Security fixes
Dependency updates
Deferred
Test plan
npm audit— 0 vulnerabilitiesnpm run build— compiles successfully (Next.js 16.1.7)npm run lint— 0 errorsnpm run test:run— 229/229 tests pass🤖 Generated with Claude Code