Skip to content

Commit 94cb94f

Browse files
chargomeclaude
andauthored
fix(deps): bump next to 15.5.14 in nextjs-15 and nextjs-15-intl E2E test apps (#19917)
Fixes Dependabot alerts #1227 and #1228. Patches CVE-2026-27980 (unbounded next/image disk cache growth). Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0d4feb2 commit 94cb94f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/nextjs-15-intl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/node": "^18.19.1",
1616
"@types/react": "18.0.26",
1717
"@types/react-dom": "18.0.9",
18-
"next": "15.5.13",
18+
"next": "15.5.14",
1919
"next-intl": "^4.3.12",
2020
"react": "latest",
2121
"react-dom": "latest",

dev-packages/e2e-tests/test-applications/nextjs-15/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react": "18.0.26",
2121
"@types/react-dom": "18.0.9",
2222
"ai": "^3.0.0",
23-
"next": "15.5.13",
23+
"next": "15.5.14",
2424
"react": "latest",
2525
"react-dom": "latest",
2626
"typescript": "~5.0.0",

0 commit comments

Comments
 (0)