Skip to content

Commit 68c2b8a

Browse files
Version Packages
1 parent 2fb9900 commit 68c2b8a

File tree

6 files changed

+25
-20
lines changed

6 files changed

+25
-20
lines changed

.changeset/salty-beers-float.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/vast-paws-attack.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/app-pages-router/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# app-pages-router
22

3+
## 0.1.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2fb99000aaca974c7847d7a53d1621e08b58b820`](https://github.com/opennextjs/opennextjs-aws/commit/2fb99000aaca974c7847d7a53d1621e08b58b820), [`85128a5b7e68fc3ddd155eca5ade59a5c5b2a8b2`](https://github.com/opennextjs/opennextjs-aws/commit/85128a5b7e68fc3ddd155eca5ade59a5c5b2a8b2)]:
8+
- @opennextjs/aws@3.9.5
9+
310
## 0.1.42
411

512
### Patch Changes

examples/app-pages-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-pages-router",
3-
"version": "0.1.42",
3+
"version": "0.1.43",
44
"private": true,
55
"scripts": {
66
"openbuild": "node ../../packages/open-next/dist/index.js build --build-command \"npx turbo build\"",

packages/open-next/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# open-next
22

3+
## 3.9.5
4+
5+
### Patch Changes
6+
7+
- [#1061](https://github.com/opennextjs/opennextjs-aws/pull/1061) [`2fb99000aaca974c7847d7a53d1621e08b58b820`](https://github.com/opennextjs/opennextjs-aws/commit/2fb99000aaca974c7847d7a53d1621e08b58b820) Thanks [@vicb](https://github.com/vicb)! - Bump Next and React to fix vulnerabilities (CVE-2025-55184 and CVE-2025-55183)
8+
9+
Note that Next 13 has been removed from the allowed peer Dependency range,
10+
because it is vulnerable under specific conditions.
11+
12+
If possible we will check the conditions at build time and relax the peer dependency.
13+
14+
See <https://react.dev/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components>
15+
See <https://nextjs.org/blog/security-update-2025-12-11>
16+
17+
- [#1055](https://github.com/opennextjs/opennextjs-aws/pull/1055) [`85128a5b7e68fc3ddd155eca5ade59a5c5b2a8b2`](https://github.com/opennextjs/opennextjs-aws/commit/85128a5b7e68fc3ddd155eca5ade59a5c5b2a8b2) Thanks [@guerra-eb](https://github.com/guerra-eb)! - fix: AWS ApiGW v1 (REST) converter incorrectly parses all query parameters as arrays
18+
319
## 3.9.4
420

521
### Patch Changes

packages/open-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"access": "public"
44
},
55
"name": "@opennextjs/aws",
6-
"version": "3.9.4",
6+
"version": "3.9.5",
77
"bin": {
88
"open-next": "./dist/index.js"
99
},

0 commit comments

Comments
 (0)