fix: Security updates and test coverage improvements#7
Merged
Conversation
Security: - Updated axios from ^1.10.0 to ^1.13.2 (DoS vulnerability fix) - Updated form-data from ^4.0.4 to ^4.0.5 - Added npm overrides for transitive vulnerabilities: - glob ^11.0.4 (command injection fix) - js-yaml ^4.1.1 (prototype pollution fix) DevDependencies updated to latest stable versions. Test coverage improvements: - Switched to V8 coverage provider for Node.js 25+ compatibility - Excluded generated API types from coverage collection - Overall coverage: 91.97% (staged-workflow.ts: 100%) Added CHANGELOG.md following Keep a Changelog format.
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
This PR addresses security vulnerabilities and updates dependencies to their latest stable versions.
Security Fixes
glob^11.0.4 (fixes GHSA-5j98-mcp5-4vw2 command injection)js-yaml^4.1.1 (fixes GHSA-mh29-5h37-fv8m prototype pollution)Dependency Updates
All devDependencies updated to latest compatible versions including:
Test Coverage
Other Changes
Testing
npm auditreports 0 vulnerabilities