Skip to content

Commit 2fb9900

Browse files
authored
Bump Next and React to fix vulnerabilities (#1061)
1 parent 85128a5 commit 2fb9900

File tree

4 files changed

+128
-113
lines changed

4 files changed

+128
-113
lines changed

.changeset/salty-beers-float.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
"@opennextjs/aws": patch
3+
---
4+
5+
Bump Next and React to fix vulnerabilities (CVE-2025-55184 and CVE-2025-55183)
6+
7+
Note that Next 13 has been removed from the allowed peer Dependency range,
8+
because it is vulnerable under specific conditions.
9+
10+
If possible we will check the conditions at build time and relax the peer dependency.
11+
12+
See <https://react.dev/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components>
13+
See <https://nextjs.org/blog/security-update-2025-12-11>

packages/open-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"typescript": "catalog:"
6565
},
6666
"peerDependencies": {
67-
"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"
67+
"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"
6868
},
6969
"bugs": {
7070
"url": "https://github.com/opennextjs/opennextjs-aws/issues"

0 commit comments

Comments
 (0)