Updating after a while#4185
Conversation
Updated dependencies to fix Next.js and React CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: - next - react-server-dom-webpack - react-server-dom-parcel - react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
…nts-cve-vu-cxtmax Fix React Server Components CVE vulnerabilities
|
@sambrucejoseph is attempting to deploy a commit to the Umami Software Team on Vercel. A member of the Team first needs to authorize it. |
Greptile SummaryThis PR upgrades
Confidence Score: 4/5Safe to merge the CVE fix itself, but the bundled fork-specific schema changes need to be reviewed or separated before upstreaming The Next.js version bump is correct and addresses a critical CVE. All findings are P2: the eslint-config-next major-version mismatch affects only linting, and the schema bundling is a process concern rather than a runtime defect. No P0/P1 issues found, but the mixed-concern nature of the PR warrants attention before merging upstream. db/postgresql/schema.prisma — contains fork-specific distinctId additions unrelated to the CVE fix that should not be merged into upstream umami without separate migrations and review Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: Updating after a while] --> B[Merge commit cbd12344]
B --> C[Parent 1: fork master 9d542818]
B --> D[Parent 2: CVE fix branch 6983ae7e]
C --> E[Schema changes\ndistinctId on Session\ndistinctId on SessionData]
D --> F[package.json\nnext 15.3.1 → 15.3.8\nCVE-2025-55182 fix]
F --> G[pnpm-lock.yaml\nupdated to next@15.3.8]
E --> H[⚠️ Fork-specific changes\nnot in upstream umami]
F --> I[✅ Correct patched version\nper Dec 2025 advisory]
G --> J[✅ Lock file consistent]
|
No description provided.