fix(deps): resolve high-severity audit findings (fixes DOC-311)#1085
Merged
Conversation
Advisory: GHSA-66fc-rw6m-c2q6 (and related seroval GHSA entries). Strategy B: pnpm override seroval@<1.4.1 -> ^1.4.1 for transitive chain via @novu/js > solid-js. Co-authored-by: Dima Grossman <dima@grossman.io>
Advisories: GHSA-h25m-26qc-wcjf, GHSA-q4gf-8mx6-v5v3 (and related patched Next.js advisories). Strategy A: direct dependency update next 15.2.8 -> 15.5.18, eslint-config-next and @next/third-parties aligned. Co-authored-by: Dima Grossman <dima@grossman.io>
Advisory: GHSA-4x48-cgf9-q33f Strategy A: direct dependency update @novu/api 3.14.4 -> 3.15.0. 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 10, 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-311 — Docs: resolve pnpm audit vulnerabilities (seroval, next, @novu/api)
Summary
Addresses three high severity items from
pnpm auditusing the strategies noted below.pnpm buildsucceeds on Next.js 15.5.18.1. seroval (transitive via
@novu/js→solid-js)seroval< 1.4.1 (e.g. GHSA-66fc-rw6m-c2q6).pnpm.overrides:"seroval@<1.4.1": "^1.4.1"(lockfile resolves to 1.5.4).2. next
next15.2.8 → 15.5.18,eslint-config-next15.5.18,@next/third-parties^15.5.18.3. @novu/api
>=3.15.0).Verification
pnpm audit --json: targeted advisory IDs for the above packages are no longer reported for those dependency paths.pnpm build: completed successfully.Commits
Three conventional commits on this branch, each scoped to one vulnerability area.