Skip to content

Commit 76cdcaa

Browse files
authored
🔧 chore[security]: upgrade next (#31)
## Description of the change Upgrade Next.js from 15.5.10 to 15.5.18 to pick up the May 2026 security release. Also align eslint-config-next with the patched Next.js version. **Ticket:** ## Test plan Lint and production build both pass locally. ## Loom or screenshots ## Considerations This follows Vercel’s May 7, 2026 advisory for Next.js 15.x versions <=15.5.17. Local validation still shows the pre-existing Next.js workspace-root warning caused by /Users/raj/package-lock.json being detected above this worktree.
1 parent f52f271 commit 76cdcaa

2 files changed

Lines changed: 84 additions & 387 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@typescript-eslint/eslint-plugin": "^8.6.0",
3131
"@typescript-eslint/parser": "^8.6.0",
3232
"framer-motion": "^11.5.4",
33-
"next": "15.5.10",
33+
"next": "15.5.18",
3434
"prettier": "^3.3.3",
3535
"react": "^18",
3636
"react-dom": "^18",
@@ -45,7 +45,7 @@
4545
"@types/uuid": "^10.0.0",
4646
"autoprefixer": "^10.4.23",
4747
"eslint": "^8.41.0",
48-
"eslint-config-next": "14.2.11",
48+
"eslint-config-next": "15.5.18",
4949
"eslint-config-prettier": "^9.1.0",
5050
"eslint-plugin-prettier": "^5.2.1",
5151
"husky": "^8.0.0",

0 commit comments

Comments
 (0)