fix: upgrade next from 16.0.3 to ^16.0.10 to resolve Railway build failure
From the PR description
$(cat <<'EOF'
Summary
next@16.0.3was deprecated due to security vulnerability CVE-2025-66478, causing Railway'snpm installto failbun install --frozen-lockfilewas also failing becausebun.lockstill referenced the old deprecated version- Updated
nextto^16.0.10inpackage.json, which resolves to16.2.4(latest patched release) - Regenerated both
package-lock.jsonandbun.lockto reflect the new version
Test plan
- Railway build completes without npm/bun install errors
-
bun install --frozen-lockfilepasses with the updatedbun.lock - Frontend builds and runs as expected EOF )
Generated by Claude Code
Commits in this PR (1)
| SHA | Subject | Author | Date | |
|---|---|---|---|---|
54d5b701 | fix: regenerate bun.lock with next@16.2.4 to fix frozen-lockfile error | Claude | 2026-04-30 | ↗ GitHub |
bun.lock still referenced the deprecated next@16.0.3, causing Railway's bun install --frozen-lockfile to fail. Updated lockfile resolves next to 16.2.4. https://claude.ai/code/session_01Aft1gooJJZpGTXoK3u2xao | ||||
Capture this PR into my fork
Download a Markdown prompt that tells Claude how to port every
commit in this PR into your working tree. Run it via
claude -p < capture-pull-3.md from
inside the repo you want the changes in.