fix(root): resolve dependency advisories (DOC-320, DOC-321, DOC-322)#1094
Merged
Conversation
Advisory: GHSA-c2c7-rcm5-vvqj Picomatch ReDoS via extglob when processing untrusted glob patterns. Applied pnpm override (Strategy B) to force ^2.3.2 for the eslint-config-next / micromatch dependency chain. Co-authored-by: Dima Grossman <dima@grossman.io>
Advisory: GHSA-4rc3-7j7w-m548 Circular block references in Liquid layout could cause denial of service. Also addresses GHSA-v273-448j-v4qj (renderFile root bypass) by forcing liquidjs ^10.25.7 via pnpm override (Strategy B). Co-authored-by: Dima Grossman <dima@grossman.io>
… fixes DOC-322 Advisory: GHSA-f7f6-9jq7-3rqj Prototype pollution when generating ESTree from values with a __proto__ property. Applied pnpm override (Strategy B) to force ^3.3.3 for the fumadocs-docgen dependency chain. 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 14, 2026
scopsy
approved these changes
May 14, 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.
Summary
This pull request adds targeted
pnpm.overridesfor three audited vulnerabilities (highest-severity items first), updates the lockfile, and confirms a cleanpnpm build.Changes
DOC-320 — picomatch (high)
pnpmoverride forcingpicomatch@^2.3.2for theeslint-config-next→fast-glob→micromatchchain.DOC-321 — liquidjs (high; also addresses related moderate advisory)
liquidjs@^10.25.7for the@novu/frameworkdependency chain.DOC-322 — estree-util-value-to-estree (moderate)
__proto__property.estree-util-value-to-estree@^3.3.3for thefumadocs-docgenchain.Verification
pnpm auditno longer reports advisory IDs1115552,1118680, or1103822for the overridden packages.pnpm buildcompleted successfully.Linear