fix(deps): resolve HIGH Dependabot vulnerabilities — ws, form-data, black#13
Merged
Conversation
…ready patched Resolves HIGH Dependabot alerts for unifyai/docs: - form-data: 4.0.5 → 4.0.6 (CVE-2026-12143 — CRLF injection) - ws: 8.20.1 → 8.21.0 (CVE-2026-48779 — OOM via tiny WebSocket fragments) - black: 26.1.0 → 26.5.1 (CVE-2026-32274 — path traversal, prior commit) Adds npm overrides for ws (>=8.21.0) and form-data (>=4.0.6) to force safe versions across all nested transitive users (engine.io, socket.io-adapter, axios). npm audit reports 0 HIGH/CRITICAL vulnerabilities after this change.
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 HIGH Dependabot alerts for
unifyai/docs:Changes
pyproject.toml:blackbumped to^26.0.0; resolves to 26.5.1 inpoetry.lockpackage.json: addedoverridessection pinningws >= 8.21.0andform-data >= 4.0.6to force safe versions through mintlify'sengine.io/socket.io-adapter/axiostransitive chainpackage-lock.json: regenerated;npm auditreports 0 HIGH/CRITICAL vulnerabilitiesTest plan
mintlify devrenders docs correctly