fix(root): resolve high minimatch, serialize-javascript, and svgo advisories (DOC-316, DOC-317, DOC-318)#1092
Merged
Conversation
Advisory: GHSA-3ppc-4f35-3m26 (and related minimatch GHSA entries). minimatch had ReDoS / excessive resource consumption issues in the 3.x and 9.x ranges pulled in via eslint, glob, and @fumadocs/cli/ts-morph. Strategy B: pnpm overrides to force minimatch ^3.1.4 and ^9.0.7. Co-authored-by: Dima Grossman <dima@grossman.io>
Advisory: GHSA-5c6j-r48x-rmvq Cross-site scripting risk in serialize-javascript <=7.0.2 via the webpack / terser-webpack-plugin chain (file-loader). Strategy B: pnpm override to force ^7.0.5 (also clears moderate GHSA-qj8w-gfj5-8c6v). Co-authored-by: Dima Grossman <dima@grossman.io>
Advisory: GHSA-xpqw-6gx7-v673 Improper input validation leading to prototype pollution in svgo <3.3.3, pulled in via @svgr/webpack / @svgr/plugin-svgo. Strategy B: pnpm override to force svgo ^3.3.3. 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 12, 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 clears three high severity items from
pnpm auditby adding targetedpnpm.overridesin the rootpackage.jsonand refreshingpnpm-lock.yaml.Linear
Changes (Strategy B: overrides)
minimatch@fumadocs/cli/ts-morphchains).serialize-javascript^7.0.5for the webpack /terser-webpack-pluginchain; also clears related moderate advisory.svgo^3.3.3for the@svgr/webpackpipeline.Verification
pnpm install --no-frozen-lockfilepnpm audit --json— confirmed the above advisory IDs / modules are no longer reported for these packagespnpm build— completed successfully