fix(root): resolve yaml, diff, and webpack audit findings fixes DOC-326#1098
Merged
Conversation
…s DOC-326 Addresses three separate npm audit findings skipped by other open PRs. - yaml (moderate, CVE-2026-33532): Strategy B — pnpm override to ^2.8.3. GHSA-48c2-rrv3-qjmp - diff (low, CVE-2026-24001): Strategy B — pnpm override to ^5.2.2. GHSA-73rr-hh4g-fpgx - webpack (low, CVE-2025-68458 / CVE-2025-68157): Strategy A — direct devDependency ^5.104.1 so file-loader/url-loader resolve a patched 5.x. GHSA-8fgc-7cc6-rx7x Linear: DOC-326 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 18, 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
Resolves three pnpm audit findings that were not already covered by open dependency PRs (#1095, #1097). Linear: DOC-326.
Changes
pnpm.overrides→^2.8.3pnpm.overrides→^5.2.2devDependency^5.104.1(resolves viafile-loader/url-loader)Note:
pnpm.overridesforwebpackdid not bump the nested instance in this lockfile; pinning webpack at the workspace root ensures a patched 5.x.Verification
pnpm install --no-frozen-lockfilepnpm audit --json— advisory IDs 1115556, 1112705, 1113041, 1113042 no longer presentpnpm build— succeededSkipped (this run)
patched_versionsis<0.0.0(no published fix).