Skip to content

Commit 7c675fa

Browse files
authored
fix(deps)!: enforce Next.js 15.4.10 (#14908)
Address [CVE-2025-67779](https://www.cve.org/CVERecord?id=CVE-2025-67779). > The initial fix was incomplete and did not fully prevent denial-of-service attacks for all payload types, resulting in [CVE-2025-67779](https://www.cve.org/CVERecord?id=CVE-2025-67779). Everyone must upgrade to the latest patched versions listed in the [Patched versions table](https://vercel.com/kb/bulletin/security-bulletin-cve-2025-55184-and-cve-2025-55183#patched-versions). Source: https://vercel.com/kb/bulletin/security-bulletin-cve-2025-55184-and-cve-2025-55183#how-to-upgrade-and-protect-your-next.js-app Related: #14898 and #14815
1 parent 471cd1b commit 7c675fa

File tree

43 files changed

+177
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+177
-161
lines changed

examples/astro/payload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@payloadcms/richtext-lexical": "3.11.0",
2828
"cross-env": "^7.0.3",
2929
"graphql": "^16.8.1",
30-
"next": "15.4.9",
30+
"next": "15.4.10",
3131
"payload": "3.11.0",
3232
"react": "19.2.1",
3333
"react-dom": "19.2.1",

examples/astro/payload/pnpm-lock.yaml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)