Commit 32c08d4
committed
chore(deps): bump next to 15.5.15 (GHSA-q4gf-8mx6-v5v3)
Patches GHSA-q4gf-8mx6-v5v3 (high): denial of service via Next.js
Server Components, affecting next >= 13.0.0 and < 15.5.15.
Next.js is a transitive runtime dep here (consumed by
packages/nextjs via peer "^14 || ^15", and through @clerk/nextjs).
The existing root override "next": ">=15.5.10" allowed the
vulnerable 15.5.10; tightened to ">=15.5.15", and bumped the
security catalog entry to match.
Lockfile changes are a surgical hand-edit (next + @next/env +
8x @next/swc-*) rather than a full regen. Same reason as the
lodash bump: a fresh resolve picks the patched version but also
drags ~30 unrelated transitive bumps along. Surgical edit keeps
the blast radius contained, and `pnpm install --frozen-lockfile`
validates cleanly.1 parent c630548 commit 32c08d4
3 files changed
Lines changed: 45 additions & 45 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments