Skip to content

Commit 6feb268

Browse files
authored
1 parent 8cbb3fe commit 6feb268

File tree

4 files changed

+55
-48
lines changed

4 files changed

+55
-48
lines changed

.changeset/little-groups-film.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@opennextjs/aws": patch
3+
---
4+
5+
fix for CVE-2025-67779
6+
7+
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.34 || ~15.0.6 || ~15.1.10 || ~15.2.7 || ~15.3.7 || ~15.4.9 || ~15.5.8 || ^16.0.9"
67+
"next": "^14.2.35 || ~15.0.7 || ~15.1.11 || ~15.2.8 || ~15.3.8 || ~15.4.10 || ~15.5.9 || ^16.0.10"
6868
},
6969
"bugs": {
7070
"url": "https://github.com/opennextjs/opennextjs-aws/issues"

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ packages:
33
- "packages/*"
44

55
catalog:
6-
next: 16.0.9
6+
next: 16.0.10
77
react: 19.0.2
88
react-dom: 19.0.2
99
"@types/node": 20.17.6

0 commit comments

Comments
 (0)