Security: Fix Critical and High Severity Vulnerabilities#147
Merged
telesoho merged 1 commit intotelesoho:masterfrom Jan 27, 2026
Merged
Security: Fix Critical and High Severity Vulnerabilities#147telesoho merged 1 commit intotelesoho:masterfrom
telesoho merged 1 commit intotelesoho:masterfrom
Conversation
29edde2 to
a40257a
Compare
- Update axios from ^1.8.4 to ^1.11.1 - Update glob from ^7.2.3 to ^11.0.4 - Replace cpx with cpy-cli ^5.0.0 - Add npm override for diff ^8.0.3 - Update test suite to use glob v11 async/await API Fixes 18 vulnerabilities (1 critical, 7 high, 5 moderate, 5 low) All tests passing with 0 vulnerabilities remaining. Co-Authored-By: Claude <noreply@anthropic.com>
a40257a to
40e6fa4
Compare
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 all critical and high severity security vulnerabilities identified in the project dependencies. The changes eliminate 18 vulnerabilities including 1 critical, 7 high, and all moderate/low severity issues.
Changes Made
Updated Dependencies
Production Dependencies:
axiosfrom^1.8.4to^1.11.1Development Dependencies:
globfrom^7.2.3to^11.0.4test/suite/index.tsto use modern async/await API (glob v8+ removed callback support)@types/globfrom^7.2.0to^8.1.0to match glob versioncpxwithcpy-cli^5.0.0Additional Security Hardening
diffpackage to^8.0.3Vulnerability Status
Before:
After:
Testing
✅ All tests pass successfully:
Notes