OUT-3723: patch nextjs for latest vulnerabilities#249
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR patches Next.js from
Confidence Score: 5/5Safe to merge — this is a targeted security patch bump with no application logic changes. The change is limited to bumping Next.js from 15.5.15 to 15.5.18, a patch release issued specifically by the Next.js team to fix known security vulnerabilities. The yarn.lock is consistent with the version change, all @next/* sub-packages are updated together, and no unrelated dependencies were modified. There is minimal risk of regression from a patch-level security release within the same minor version. No files require special attention — both changed files are straightforward version-pin updates. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["package.json: next 15.5.15 → 15.5.18"] --> B["yarn.lock updated"]
B --> C["@next/env 15.5.18"]
B --> D["@next/swc-* 15.5.18 (9 platform binaries)"]
B --> E["next 15.5.18 with new checksum"]
C & D & E --> F["Security fixes applied (CVE-2025-55184, CVE-2025-55183)"]
Reviews (1): Last reviewed commit: "chore(OUT-3723): patch nextjs for latest..." | Re-trigger Greptile |
No description provided.