Skip to content

Commit c83cb83

Browse files
authored
1 parent e2db80e commit c83cb83

File tree

11 files changed

+156
-175
lines changed

11 files changed

+156
-175
lines changed

.changeset/shy-fans-learn.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>

create-cloudflare/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@opennextjs/cloudflare": "^1.14.4",
17-
"next": "15.5.8",
17+
"next": "15.5.9",
1818
"react": "19.1.3",
1919
"react-dom": "19.1.3"
2020
},

examples/bugs/gh-119/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"cf-typegen": "wrangler types --env-interface CloudflareEnv"
1515
},
1616
"dependencies": {
17-
"next": "15.5.8",
17+
"next": "15.5.9",
1818
"react-dom": "^18.3.1",
1919
"react": "^18.3.1"
2020
},

examples/bugs/gh-219/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"nanoid": "^5.0.9",
2929
"next-auth": "^4.24.11",
3030
"next-themes": "^0.4.4",
31-
"next": "15.5.8",
31+
"next": "15.5.9",
3232
"qrcode.react": "^4.2.0",
3333
"react-dom": "^19.0.2",
3434
"react-hook-form": "^7.54.2",

examples/bugs/gh-223/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@aws-sdk/client-s3": "^3.721.0",
1818
"@aws-sdk/s3-request-presigner": "^3.721.0",
19-
"next": "15.5.8",
19+
"next": "15.5.9",
2020
"react": "^19.0.2",
2121
"react-dom": "^19.0.2"
2222
},

examples/playground14/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"cf-typegen": "wrangler types --env-interface CloudflareEnv"
1717
},
1818
"dependencies": {
19-
"next": "^14.2.33",
19+
"next": "^14.2.35",
2020
"react": "catalog:",
2121
"react-dom": "catalog:"
2222
},

examples/playground15/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"cf-typegen": "wrangler types --env-interface CloudflareEnv"
1717
},
1818
"dependencies": {
19-
"next": "^15.5.8",
19+
"next": "^15.5.9",
2020
"react": "^19.0.2",
2121
"react-dom": "^19.0.2"
2222
},

examples/ssg-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",
18-
"next": "15.5.7"
18+
"next": "15.5.9"
1919
},
2020
"devDependencies": {
2121
"@opennextjs/cloudflare": "workspace:*",

packages/cloudflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@ast-grep/napi": "0.40.0",
5656
"@dotenvx/dotenvx": "catalog:",
57-
"@opennextjs/aws": "3.9.5",
57+
"@opennextjs/aws": "3.9.6",
5858
"cloudflare": "^4.4.1",
5959
"enquirer": "^2.4.1",
6060
"glob": "catalog:",
@@ -86,6 +86,6 @@
8686
},
8787
"peerDependencies": {
8888
"wrangler": "catalog:",
89-
"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"
89+
"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"
9090
}
9191
}

0 commit comments

Comments
 (0)