Upgrade Next.js and ESLint config to 16.0.10
From the PR description
Summary
This PR updates the Next.js framework and its associated ESLint configuration to the latest patch version.
Changes
- Upgraded
nextfrom16.0.3to^16.0.10 - Upgraded
eslint-config-nextfrom16.0.3to^16.0.10
Details
Both dependencies are updated to use the caret (^) version specifier, allowing for automatic patch and minor version updates within the 16.x range. This ensures the project benefits from bug fixes and improvements in the Next.js 16.0.x release line while maintaining compatibility with the current major version.
Commits in this PR (1)
| SHA | Subject | Author | Date | |
|---|---|---|---|---|
fd26f7fa | fix: upgrade next from 16.0.3 to ^16.0.10 to resolve security vulnerability | Claude | 2026-04-30 | ↗ GitHub |
next@16.0.3 was deprecated due to CVE-2025-66478. Updating to ^16.0.10 resolves to 16.2.4 (patched), fixing the Railway npm install failure. 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-2.md from
inside the repo you want the changes in.