fix(root): resolve moderate audit findings (babel runtime, postcss, mdast-util-to-hast) fixes DOC-323#1095
Open
cursor[bot] wants to merge 1 commit into
Open
fix(root): resolve moderate audit findings (babel runtime, postcss, mdast-util-to-hast) fixes DOC-323#1095cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
…o-hast vulnerabilities fixes DOC-323 Advisories addressed (pnpm audit): - GHSA-968p-4wvh-cqc8 (@babel/runtime <7.26.10): Strategy B — pnpm override to ^7.26.10 (transitive via @inkeep/cxkit-react). - GHSA-qx2v-qp2m-jg93 (postcss <8.5.10): Strategy A + B — devDependency ^8.5.10 and override postcss@<8.5.10 so Next’s nested copy resolves to a patched release. - GHSA-4fh9-h7wg-q85m (mdast-util-to-hast): Strategy B — pnpm override to ^13.2.1 (transitive via remark-validate-links). Skipped: sanitize-html (critical, GHSA-rpr9-rxv7-x643) has no patched npm version per audit (patched_versions <0.0.0). Linear: https://linear.app/novu/issue/DOC-323/docs-resolve-transitive-and-postcss-audit-findings-babel-runtime 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 15, 2026
This was referenced 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-323
Summary
Addresses three moderate findings from
pnpm auditafter the only critical item (sanitize-html, GHSA-rpr9-rxv7-x643) was skipped because the registry reports no patched release (patched_versions< 0.0.0).Changes
@babel/runtimepnpm.overridesto^7.26.10(transitive via@inkeep/cxkit-react)postcss^8.5.10plus overridepostcss@<8.5.10so the copy pulled by Next also resolves to a patched 8.5.xmdast-util-to-hast^13.2.1(transitive viaremark-validate-links)Verification
pnpm install --no-frozen-lockfilepnpm audit --json; advisory IDs 1104000, 1117015, and 1113048 are no longer present.pnpm buildcompleted successfully.