chore(deps): resolve npm audit vulnerabilities#615
Open
hitesh-shetty-cstk wants to merge 1 commit into
Open
Conversation
Bump dompurify 3.4.1 -> 3.4.11 (direct runtime dep) to pick up the DOMPurify XSS / config-pollution advisory fixes, and add overrides pinning transitive dev-tooling deps to patched versions: - form-data ^4.0.6 (via jsdom) - ws ^8.21.0 (via jsdom) - vite ^7.3.6 (via vitest; stays on 7.x to avoid a breaking major bump) - js-yaml ^4.3.0 (via commitlint, eslint) npm audit now reports 0 vulnerabilities. Build and the full unit test suite (861 tests) pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
Coverage Report
File CoverageNo changed files found. |
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
Resolves all
npm auditvulnerabilities in the SDK (previously 3 high, 2 moderate → now 0).Changes
3.4.1→3.4.11(direct runtime dependency) — picks up the DOMPurify XSS / config-pollution advisory fixes. This is the only production dependency affected and the only one that ships in the published package.overridesblock pinning transitive dev/test-tooling deps to patched versions:form-data^4.0.6(viajsdom)ws^8.21.0(viajsdom)vite^7.3.6(viavitest— kept on 7.x to avoid a breaking major bump to vite 8)js-yaml^4.3.0(via@commitlint/cli,eslint)Verification
npm audit→ 0 vulnerabilitiesnpm run buildsucceedsNotes
npm audit fix --force, which would have bumpedviteto 8 and broken the test suite. Fixes were applied surgically to keep the lockfile churn minimal.