this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#1045)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

authored by

workers-frameworks
github-actions[bot]
and committed by
GitHub
82758789 0102e6c2

+9 -8
-7
.changeset/shy-fans-learn.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - fix for CVE-2025-67779 6 - 7 - See <https://nextjs.org/blog/security-update-2025-12-11>
+8
packages/cloudflare/CHANGELOG.md
··· 1 1 # @opennextjs/cloudflare 2 2 3 + ## 1.14.6 4 + 5 + ### Patch Changes 6 + 7 + - [#1043](https://github.com/opennextjs/opennextjs-cloudflare/pull/1043) [`c83cb83`](https://github.com/opennextjs/opennextjs-cloudflare/commit/c83cb83f30e08d24c0a2b0217e02dff39bf87f95) Thanks [@vicb](https://github.com/vicb)! - fix for CVE-2025-67779 8 + 9 + See <https://nextjs.org/blog/security-update-2025-12-11> 10 + 3 11 ## 1.14.5 4 12 5 13 ### Patch Changes
+1 -1
packages/cloudflare/package.json
··· 1 1 { 2 2 "name": "@opennextjs/cloudflare", 3 3 "description": "Cloudflare builder for next apps", 4 - "version": "1.14.5", 4 + "version": "1.14.6", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",