fix(root): resolve moderate altcha-lib and js-yaml vulnerabilities fixes DOC-324#1096
Merged
Merged
Conversation
…xes DOC-324 Advisories: - GHSA-6gvq-jcmp-8959 (altcha-lib, CVE-2025-68113) - GHSA-mh29-5h37-fv8m (js-yaml, CVE-2025-64718) Strategy: pnpm overrides (transitive via @inkeep/cxkit-react, gray-matter, and @svgr/webpack). Co-authored-by: Dima Grossman <dima@grossman.io>
✅ Deploy Preview for docs-novu ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
scopsy
approved these changes
May 16, 2026
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.
Linear
DOC-324
Summary
Resolves three
pnpm auditadvisory entries (two distinct GHSA records) for moderate severity issues in transitive dependencies. The unpatched criticalsanitize-htmlfinding (GHSA-rpr9-rxv7-x643) remains out of scope because the registry reports no patched release (patched_versions< 0.0.0).Open PR #1095 already tracks fixes for
@babel/runtime,postcss, andmdast-util-to-hast, so this change does not duplicate those advisories.Changes
altcha-libpnpm.overrides"altcha-lib": "^1.4.1"(transitive via@inkeep/cxkit-react)js-yamljs-yaml@<3.14.2→^3.14.2andjs-yaml@>=4.0.0 <4.1.1→^4.1.1(paths viagray-matterand@svgr/webpack/cosmiconfig)Verification
pnpm install --no-frozen-lockfilepnpm audit --json: advisory IDs 1111637, 1112714, and 1112715 are no longer present.pnpm buildcompleted successfully.