@delmaredigital/payload-puck 0.6.23 → 0.6.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -37,11 +37,13 @@ pnpm add @delmaredigital/payload-puck @puckeditor/core
37
37
  | `@puckeditor/core` | >= 0.21.0 |
38
38
  | `payload` | >= 3.69.0 |
39
39
  | `@payloadcms/next` | >= 3.69.0 |
40
- | `next` | >= 15.4.8 |
40
+ | `next` | >= 15.4.8 (see security note below) |
41
41
  | `react` | >= 19.2.1 |
42
42
 
43
43
  > **Note:** Puck 0.21+ moved from `@measured/puck` to `@puckeditor/core`. This plugin requires the new package scope.
44
44
 
45
+ > **Security:** If your app uses Next.js middleware (or proxy.ts) to protect dynamic routes, use `next` >= 15.5.16 / 16.2.5 to pick up the fix for [CVE-2026-44574](https://github.com/vercel/next.js/security/advisories/GHSA-492v-c6pp-mqqv) (middleware bypass via dynamic route parameter injection). Turbopack users need >= 15.5.18 / 16.2.6.
46
+
45
47
  ---
46
48
 
47
49
  ## Quick Start
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "0.6.23";
1
+ export declare const VERSION = "0.6.24";
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Auto-generated by scripts/generate-version.js - do not edit manually
2
- export const VERSION = '0.6.23';
2
+ export const VERSION = '0.6.24';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delmaredigital/payload-puck",
3
- "version": "0.6.23",
3
+ "version": "0.6.24",
4
4
  "description": "Puck visual page builder plugin for Payload CMS",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -180,7 +180,7 @@
180
180
  "@types/react": "^19.2.14",
181
181
  "@types/react-dom": "^19.2.3",
182
182
  "copyfiles": "^2.4.1",
183
- "next": "^16.1.6",
183
+ "next": "^16.2.6",
184
184
  "payload": "^3.79.0",
185
185
  "react": "^19.2.4",
186
186
  "react-dom": "^19.2.4",