From 68c2b8a84540cba9d83b36a81521279553aee3bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 21:20:47 +0000 Subject: [PATCH] Version Packages --- .changeset/salty-beers-float.md | 13 ------------- .changeset/vast-paws-attack.md | 5 ----- examples/app-pages-router/CHANGELOG.md | 7 +++++++ examples/app-pages-router/package.json | 2 +- packages/open-next/CHANGELOG.md | 16 ++++++++++++++++ packages/open-next/package.json | 2 +- 6 files changed, 25 insertions(+), 20 deletions(-) delete mode 100644 .changeset/salty-beers-float.md delete mode 100644 .changeset/vast-paws-attack.md diff --git a/.changeset/salty-beers-float.md b/.changeset/salty-beers-float.md deleted file mode 100644 index e9a0f30f1..000000000 --- a/.changeset/salty-beers-float.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@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 -See diff --git a/.changeset/vast-paws-attack.md b/.changeset/vast-paws-attack.md deleted file mode 100644 index 126294007..000000000 --- a/.changeset/vast-paws-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -fix: AWS ApiGW v1 (REST) converter incorrectly parses all query parameters as arrays diff --git a/examples/app-pages-router/CHANGELOG.md b/examples/app-pages-router/CHANGELOG.md index 3b5584584..c9cde3e1c 100644 --- a/examples/app-pages-router/CHANGELOG.md +++ b/examples/app-pages-router/CHANGELOG.md @@ -1,5 +1,12 @@ # app-pages-router +## 0.1.43 + +### Patch Changes + +- Updated dependencies [[`2fb99000aaca974c7847d7a53d1621e08b58b820`](https://github.com/opennextjs/opennextjs-aws/commit/2fb99000aaca974c7847d7a53d1621e08b58b820), [`85128a5b7e68fc3ddd155eca5ade59a5c5b2a8b2`](https://github.com/opennextjs/opennextjs-aws/commit/85128a5b7e68fc3ddd155eca5ade59a5c5b2a8b2)]: + - @opennextjs/aws@3.9.5 + ## 0.1.42 ### Patch Changes diff --git a/examples/app-pages-router/package.json b/examples/app-pages-router/package.json index 63b9eb160..ec273cfaf 100644 --- a/examples/app-pages-router/package.json +++ b/examples/app-pages-router/package.json @@ -1,6 +1,6 @@ { "name": "app-pages-router", - "version": "0.1.42", + "version": "0.1.43", "private": true, "scripts": { "openbuild": "node ../../packages/open-next/dist/index.js build --build-command \"npx turbo build\"", diff --git a/packages/open-next/CHANGELOG.md b/packages/open-next/CHANGELOG.md index 16e9dbe7c..8cbf91ced 100644 --- a/packages/open-next/CHANGELOG.md +++ b/packages/open-next/CHANGELOG.md @@ -1,5 +1,21 @@ # open-next +## 3.9.5 + +### Patch Changes + +- [#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) + + 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 + See + +- [#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 + ## 3.9.4 ### Patch Changes diff --git a/packages/open-next/package.json b/packages/open-next/package.json index 7e78f6cf1..e5912d05c 100644 --- a/packages/open-next/package.json +++ b/packages/open-next/package.json @@ -3,7 +3,7 @@ "access": "public" }, "name": "@opennextjs/aws", - "version": "3.9.4", + "version": "3.9.5", "bin": { "open-next": "./dist/index.js" },