Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .changeset/salty-beers-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@opennextjs/aws": patch
---

Bump Next and React to fix vulnerabilities (CVE-2025-55184 and CVE-2025-55183)

Note that Next 13 has been removed from the allowed peer Dependency range,
because it is vulnerable under specific conditions.

If possible we will check the conditions at build time and relax the peer dependency.

See <https://react.dev/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components>
See <https://nextjs.org/blog/security-update-2025-12-11>
2 changes: 1 addition & 1 deletion packages/open-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "catalog:"
},
"peerDependencies": {
"next": "< 14.2 || ^14.2 || 14.3.0-canary.0 - 14.3.0-canary.76 || ~15.0.5 || ~15.1.9 || ~15.2.6 || ~15.3.6 || ~15.4.8 || ~15.5.7 || ^16.0.7"
"next": "^14.2.34 || ~15.0.6 || ~15.1.10 || ~15.2.7 || ~15.3.7 || ~15.4.9 || ~15.5.8 || ^16.0.9"
},
"bugs": {
"url": "https://github.com/opennextjs/opennextjs-aws/issues"
Expand Down
Loading
Loading