diff --git a/apps/www/package.json b/apps/www/package.json index 1363600275..833e688110 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -142,11 +142,11 @@ "fzf": "0.5.2", "html2canvas-pro": "1.5.11", "jotai": "2.8.4", - "lodash": "4.17.21", + "lodash": "4.18.1", "lowlight": "3.3.0", "lucide-react": "0.514.0", "nanoid": "^5.1.6", - "next": "16.2.1", + "next": "16.2.3", "next-contentlayer2": "0.4.6", "next-themes": "0.4.6", "node-fetch": "3.3.2", @@ -193,7 +193,7 @@ "@types/react-syntax-highlighter": "15.5.13", "autoprefixer": "10.4.21", "concurrently": "9.1.2", - "glob": "11.0.2", + "glob": "12.0.0", "gray-matter": "^4.0.3", "html-entities": "^2.6.0", "kleur": "4.1.5", diff --git a/packages/ai/package.json b/packages/ai/package.json index d67fd47b82..00bb157868 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -45,7 +45,7 @@ "@platejs/suggestion": "workspace:^", "@platejs/table": "workspace:^", "fastest-levenshtein": "1.0.16", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "react-compiler-runtime": "^1.0.0" }, "devDependencies": { diff --git a/packages/code-drawing/package.json b/packages/code-drawing/package.json index 717d215a61..ebef0cb773 100644 --- a/packages/code-drawing/package.json +++ b/packages/code-drawing/package.json @@ -51,7 +51,7 @@ "@codemirror/theme-one-dark": "6.1.3", "@uiw/react-codemirror": "4.25.4", "flowchart.js": "^1.15.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "mermaid": "^11.6.1", "plantuml-encoder": "^1.4.0", "react-compiler-runtime": "^1.0.0", diff --git a/packages/comment/package.json b/packages/comment/package.json index a2e66545a1..7b9f6e0cdd 100644 --- a/packages/comment/package.json +++ b/packages/comment/package.json @@ -40,7 +40,7 @@ "typecheck": "plate-pkg p:typecheck" }, "dependencies": { - "lodash": "^4.17.21", + "lodash": "^4.18.1", "react-compiler-runtime": "^1.0.0" }, "devDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 937616c715..316684ac20 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -57,7 +57,7 @@ "jotai": "~2.8.4", "jotai-optics": "0.4.0", "jotai-x": "2.3.3", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "nanoid": "^5.1.5", "optics-ts": "2.4.1", "react-compiler-runtime": "^1.0.0", diff --git a/packages/diff/package.json b/packages/diff/package.json index 0820d6bd7d..f729a3c796 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "diff-match-patch-ts": "^0.6.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "react-compiler-runtime": "^1.0.0" }, "devDependencies": { diff --git a/packages/dnd/package.json b/packages/dnd/package.json index 85320737f5..b638823e43 100644 --- a/packages/dnd/package.json +++ b/packages/dnd/package.json @@ -39,7 +39,7 @@ "typecheck": "plate-pkg p:typecheck" }, "dependencies": { - "lodash": "^4.17.21", + "lodash": "^4.18.1", "raf": "^3.4.1", "react-compiler-runtime": "^1.0.0" }, diff --git a/packages/docx-io/package.json b/packages/docx-io/package.json index aa6667c019..e0868db58b 100644 --- a/packages/docx-io/package.json +++ b/packages/docx-io/package.json @@ -49,7 +49,7 @@ "html-to-vdom": "^0.7.0", "jszip": "^3.10.1", "juice": "^11.0.1", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "mammoth": "^1.9.0", "mime-types": "^2.1.35", "nanoid": "^5.0.9", diff --git a/packages/excalidraw/package.json b/packages/excalidraw/package.json index b8b6f9ecf6..d7072e3e4b 100644 --- a/packages/excalidraw/package.json +++ b/packages/excalidraw/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@excalidraw/excalidraw": "0.18.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "react-compiler-runtime": "^1.0.0" }, "devDependencies": { diff --git a/packages/list-classic/package.json b/packages/list-classic/package.json index f8c3bbd700..d550ec8b09 100644 --- a/packages/list-classic/package.json +++ b/packages/list-classic/package.json @@ -40,7 +40,7 @@ "typecheck": "plate-pkg p:typecheck" }, "dependencies": { - "lodash": "^4.17.21", + "lodash": "^4.18.1", "react-compiler-runtime": "^1.0.0" }, "devDependencies": { diff --git a/packages/list/package.json b/packages/list/package.json index 39b8eaca5b..b00268689a 100644 --- a/packages/list/package.json +++ b/packages/list/package.json @@ -42,7 +42,7 @@ "dependencies": { "@platejs/indent": "workspace:^", "clsx": "^2.1.1", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "react-compiler-runtime": "^1.0.0" }, "devDependencies": { diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 1f77a45f64..529f5474e0 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@platejs/date": "workspace:*", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "marked": "^15.0.12", "mdast-util-math": "3.0.0", "mdast-util-mdx": "3.0.0", diff --git a/packages/slate/package.json b/packages/slate/package.json index fdd3f4bd11..c3627fad85 100644 --- a/packages/slate/package.json +++ b/packages/slate/package.json @@ -39,7 +39,7 @@ "dependencies": { "@udecode/utils": "workspace:^", "is-plain-object": "^5.0.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "scroll-into-view-if-needed": "^3.1.0", "slate": "0.124.1", "slate-dom": "0.124.1" diff --git a/packages/suggestion/package.json b/packages/suggestion/package.json index 12194f6290..76c530dcf7 100644 --- a/packages/suggestion/package.json +++ b/packages/suggestion/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@platejs/diff": "workspace:^", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "react-compiler-runtime": "^1.0.0" }, "devDependencies": { diff --git a/packages/table/package.json b/packages/table/package.json index 58bd078193..e971da6b24 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@platejs/resizable": "workspace:^", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "react-compiler-runtime": "^1.0.0" }, "devDependencies": { diff --git a/packages/toggle/package.json b/packages/toggle/package.json index 6e690ea82a..316c7daa25 100644 --- a/packages/toggle/package.json +++ b/packages/toggle/package.json @@ -42,7 +42,7 @@ "dependencies": { "@platejs/indent": "workspace:*", "jotai": "^2.18.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "react-compiler-runtime": "^1.0.0" }, "devDependencies": { diff --git a/packages/utils/package.json b/packages/utils/package.json index 5844adad3b..53f07b60ec 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -45,7 +45,7 @@ "@udecode/react-utils": "workspace:^", "@udecode/utils": "workspace:^", "clsx": "^2.1.1", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "react-compiler-runtime": "^1.0.0" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 057e058d04..b525718b42 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -280,7 +280,7 @@ importers: version: 5.1.1(react-hook-form@7.57.0(react@19.2.4)) '@next/third-parties': specifier: 16.2.1 - version: 16.2.1(next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react@19.2.4) + version: 16.2.1(next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react@19.2.4) '@platejs/ai': specifier: workspace:^ version: link:../../packages/ai @@ -496,7 +496,7 @@ importers: version: link:../../packages/udecode/cn '@uploadthing/react': specifier: 7.3.1 - version: 7.3.1(next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react@19.2.4)(uploadthing@7.7.2(express@5.2.1)(next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(tailwindcss@4.1.8)) + version: 7.3.1(next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react@19.2.4)(uploadthing@7.7.2(express@5.2.1)(next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(tailwindcss@4.1.8)) ai: specifier: ^6.0.0 version: 6.0.116(zod@3.25.61) @@ -532,7 +532,7 @@ importers: version: 12.17.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) fumadocs-core: specifier: 15.5.1 - version: 15.5.1(@types/react@19.2.7)(next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 15.5.1(@types/react@19.2.7)(next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react-dom@19.2.4(react@19.2.4))(react@19.2.4) fzf: specifier: 0.5.2 version: 0.5.2 @@ -543,8 +543,8 @@ importers: specifier: 2.8.4 version: 2.8.4(@types/react@19.2.7)(react@19.2.4) lodash: - specifier: 4.17.21 - version: 4.17.21 + specifier: 4.18.1 + version: 4.18.1 lowlight: specifier: 3.3.0 version: 3.3.0 @@ -555,11 +555,11 @@ importers: specifier: ^5.1.6 version: 5.1.6 next: - specifier: 16.2.1 - version: 16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2) + specifier: 16.2.3 + version: 16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2) next-contentlayer2: specifier: 0.4.6 - version: 0.4.6(contentlayer2@0.4.6)(next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 0.4.6(contentlayer2@0.4.6)(next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react-dom@19.2.4(react@19.2.4))(react@19.2.4) next-themes: specifier: 0.4.6 version: 0.4.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4) @@ -568,7 +568,7 @@ importers: version: 3.3.2 nuqs: specifier: 2.4.3 - version: 2.4.3(next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react@19.2.4) + version: 2.4.3(next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react@19.2.4) pdf-lib: specifier: 1.17.1 version: 1.17.1 @@ -658,7 +658,7 @@ importers: version: 22.0.0 uploadthing: specifier: 7.7.2 - version: 7.7.2(express@5.2.1)(next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(tailwindcss@4.1.8) + version: 7.7.2(express@5.2.1)(next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(tailwindcss@4.1.8) use-file-picker: specifier: 2.1.2 version: 2.1.2(react@19.2.4) @@ -691,8 +691,8 @@ importers: specifier: 9.1.2 version: 9.1.2 glob: - specifier: 11.0.2 - version: 11.0.2 + specifier: 12.0.0 + version: 12.0.0 gray-matter: specifier: ^4.0.3 version: 4.0.3 @@ -787,8 +787,8 @@ importers: specifier: 1.0.16 version: 1.0.16 lodash: - specifier: ^4.17.21 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 react-compiler-runtime: specifier: ^1.0.0 version: 1.0.0(react@19.2.4) @@ -901,8 +901,8 @@ importers: specifier: ^1.15.0 version: 1.18.0 lodash: - specifier: ^4.17.21 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 mermaid: specifier: ^11.6.1 version: 11.12.3 @@ -948,8 +948,8 @@ importers: packages/comment: dependencies: lodash: - specifier: ^4.17.21 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 react-compiler-runtime: specifier: ^1.0.0 version: 1.0.0(react@19.2.4) @@ -994,8 +994,8 @@ importers: specifier: 2.3.3 version: 2.3.3(@types/react@19.2.7)(jotai@2.8.4(@types/react@19.2.7)(react@19.2.4))(react@19.2.4) lodash: - specifier: ^4.17.21 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 nanoid: specifier: ^5.1.5 version: 5.1.6 @@ -1088,8 +1088,8 @@ importers: specifier: ^0.6.0 version: 0.6.0 lodash: - specifier: ^4.17.21 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 react-compiler-runtime: specifier: ^1.0.0 version: 1.0.0(react@19.2.4) @@ -1104,8 +1104,8 @@ importers: packages/dnd: dependencies: lodash: - specifier: ^4.17.21 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 raf: specifier: ^3.4.1 version: 3.4.1 @@ -1154,8 +1154,8 @@ importers: specifier: ^11.0.1 version: 11.1.1 lodash: - specifier: ^4.17.21 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 mammoth: specifier: ^1.9.0 version: 1.11.0 @@ -1210,8 +1210,8 @@ importers: specifier: 0.18.0 version: 0.18.0(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(immer@10.2.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) lodash: - specifier: ^4.17.21 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 react-compiler-runtime: specifier: ^1.0.0 version: 1.0.0(react@19.2.4) @@ -1341,8 +1341,8 @@ importers: specifier: ^2.1.1 version: 2.1.1 lodash: - specifier: ^4.17.23 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 react-compiler-runtime: specifier: ^1.0.0 version: 1.0.0(react@19.2.4) @@ -1357,8 +1357,8 @@ importers: packages/list-classic: dependencies: lodash: - specifier: ^4.17.21 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 react-compiler-runtime: specifier: ^1.0.0 version: 1.0.0(react@19.2.4) @@ -1376,8 +1376,8 @@ importers: specifier: workspace:* version: link:../date lodash: - specifier: ^4.17.23 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 marked: specifier: ^15.0.12 version: 15.0.12 @@ -1582,8 +1582,8 @@ importers: specifier: ^5.0.0 version: 5.0.0 lodash: - specifier: ^4.17.21 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 scroll-into-view-if-needed: specifier: ^3.1.0 version: 3.1.0 @@ -1604,8 +1604,8 @@ importers: specifier: workspace:^ version: link:../diff lodash: - specifier: ^4.17.21 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 react-compiler-runtime: specifier: ^1.0.0 version: 1.0.0(react@19.2.4) @@ -1639,8 +1639,8 @@ importers: specifier: workspace:^ version: link:../resizable lodash: - specifier: ^4.17.21 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 react-compiler-runtime: specifier: ^1.0.0 version: 1.0.0(react@19.2.4) @@ -1706,8 +1706,8 @@ importers: specifier: ^2.18.0 version: 2.18.0(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.7)(react@19.2.4) lodash: - specifier: ^4.17.21 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 react-compiler-runtime: specifier: ^1.0.0 version: 1.0.0(react@19.2.4) @@ -1838,8 +1838,8 @@ importers: specifier: ^2.1.1 version: 2.1.1 lodash: - specifier: ^4.17.21 - version: 4.17.23 + specifier: ^4.18.1 + version: 4.18.1 react-compiler-runtime: specifier: ^1.0.0 version: 1.0.0(react@19.2.4) @@ -2286,8 +2286,8 @@ packages: '@emnapi/core@1.8.1': resolution: {integrity: sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==} - '@emnapi/runtime@1.8.1': - resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==} + '@emnapi/runtime@1.10.0': + resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==} '@emnapi/wasi-threads@1.1.0': resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==} @@ -3178,53 +3178,53 @@ packages: '@napi-rs/wasm-runtime@1.1.1': resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==} - '@next/env@16.2.1': - resolution: {integrity: sha512-n8P/HCkIWW+gVal2Z8XqXJ6aB3J0tuM29OcHpCsobWlChH/SITBs1DFBk/HajgrwDkqqBXPbuUuzgDvUekREPg==} + '@next/env@16.2.3': + resolution: {integrity: sha512-ZWXyj4uNu4GCWQw9cjRxWlbD+33mcDszIo9iQxFnBX3Wmgq9ulaSJcl6VhuWx5pCWqqD+9W6Wfz7N0lM5lYPMA==} - '@next/swc-darwin-arm64@16.2.1': - resolution: {integrity: sha512-BwZ8w8YTaSEr2HIuXLMLxIdElNMPvY9fLqb20LX9A9OMGtJilhHLbCL3ggyd0TwjmMcTxi0XXt+ur1vWUoxj2Q==} + '@next/swc-darwin-arm64@16.2.3': + resolution: {integrity: sha512-u37KDKTKQ+OQLvY+z7SNXixwo4Q2/IAJFDzU1fYe66IbCE51aDSAzkNDkWmLN0yjTUh4BKBd+hb69jYn6qqqSg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@next/swc-darwin-x64@16.2.1': - resolution: {integrity: sha512-/vrcE6iQSJq3uL3VGVHiXeaKbn8Es10DGTGRJnRZlkNQQk3kaNtAJg8Y6xuAlrx/6INKVjkfi5rY0iEXorZ6uA==} + '@next/swc-darwin-x64@16.2.3': + resolution: {integrity: sha512-gHjL/qy6Q6CG3176FWbAKyKh9IfntKZTB3RY/YOJdDFpHGsUDXVH38U4mMNpHVGXmeYW4wj22dMp1lTfmu/bTQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@next/swc-linux-arm64-gnu@16.2.1': - resolution: {integrity: sha512-uLn+0BK+C31LTVbQ/QU+UaVrV0rRSJQ8RfniQAHPghDdgE+SlroYqcmFnO5iNjNfVWCyKZHYrs3Nl0mUzWxbBw==} + '@next/swc-linux-arm64-gnu@16.2.3': + resolution: {integrity: sha512-U6vtblPtU/P14Y/b/n9ZY0GOxbbIhTFuaFR7F4/uMBidCi2nSdaOFhA0Go81L61Zd6527+yvuX44T4ksnf8T+Q==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@16.2.1': - resolution: {integrity: sha512-ssKq6iMRnHdnycGp9hCuGnXJZ0YPr4/wNwrfE5DbmvEcgl9+yv97/Kq3TPVDfYome1SW5geciLB9aiEqKXQjlQ==} + '@next/swc-linux-arm64-musl@16.2.3': + resolution: {integrity: sha512-/YV0LgjHUmfhQpn9bVoGc4x4nan64pkhWR5wyEV8yCOfwwrH630KpvRg86olQHTwHIn1z59uh6JwKvHq1h4QEw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-x64-gnu@16.2.1': - resolution: {integrity: sha512-HQm7SrHRELJ30T1TSmT706IWovFFSRGxfgUkyWJZF/RKBMdbdRWJuFrcpDdE5vy9UXjFOx6L3mRdqH04Mmx0hg==} + '@next/swc-linux-x64-gnu@16.2.3': + resolution: {integrity: sha512-/HiWEcp+WMZ7VajuiMEFGZ6cg0+aYZPqCJD3YJEfpVWQsKYSjXQG06vJP6F1rdA03COD9Fef4aODs3YxKx+RDQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@16.2.1': - resolution: {integrity: sha512-aV2iUaC/5HGEpbBkE+4B8aHIudoOy5DYekAKOMSHoIYQ66y/wIVeaRx8MS2ZMdxe/HIXlMho4ubdZs/J8441Tg==} + '@next/swc-linux-x64-musl@16.2.3': + resolution: {integrity: sha512-Kt44hGJfZSefebhk/7nIdivoDr3Ugp5+oNz9VvF3GUtfxutucUIHfIO0ZYO8QlOPDQloUVQn4NVC/9JvHRk9hw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-win32-arm64-msvc@16.2.1': - resolution: {integrity: sha512-IXdNgiDHaSk0ZUJ+xp0OQTdTgnpx1RCfRTalhn3cjOP+IddTMINwA7DXZrwTmGDO8SUr5q2hdP/du4DcrB1GxA==} + '@next/swc-win32-arm64-msvc@16.2.3': + resolution: {integrity: sha512-O2NZ9ie3Tq6xj5Z5CSwBT3+aWAMW2PIZ4egUi9MaWLkwaehgtB7YZjPm+UpcNpKOme0IQuqDcor7BsW6QBiQBw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@next/swc-win32-x64-msvc@16.2.1': - resolution: {integrity: sha512-qvU+3a39Hay+ieIztkGSbF7+mccbbg1Tk25hc4JDylf8IHjYmY/Zm64Qq1602yPyQqvie+vf5T/uPwNxDNIoeg==} + '@next/swc-win32-x64-msvc@16.2.3': + resolution: {integrity: sha512-Ibm29/GgB/ab5n7XKqlStkm54qqZE8v2FnijUPBgrd67FWrac45o/RsNlaOWjme/B5UqeWt/8KM4aWBwA1D2Kw==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -5340,6 +5340,7 @@ packages: '@xmldom/xmldom@0.8.11': resolution: {integrity: sha512-cQzWCtO6C8TQiYl1ruKNn2U6Ao4o4WBBcbL61yJl84x+j5sOWWFU9X7DpND8XZG3daDppSsigMdfAIl2upQBRw==} engines: {node: '>=10.0.0'} + deprecated: this version has critical issues, please update to the latest version abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} @@ -5558,14 +5559,15 @@ packages: base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - baseline-browser-mapping@2.10.0: - resolution: {integrity: sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==} + baseline-browser-mapping@2.10.21: + resolution: {integrity: sha512-Q+rUQ7Uz8AHM7DEaNdwvfFCTq7a43lNTzuS94eiWqwyxfV/wJv+oUivef51T91mmRY4d4A1u9rcSvkeufCVXlA==} engines: {node: '>=6.0.0'} hasBin: true basic-ftp@5.2.0: resolution: {integrity: sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw==} engines: {node: '>=10.0.0'} + deprecated: Security vulnerability fixed in 5.2.1, please upgrade better-path-resolve@1.0.0: resolution: {integrity: sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g==} @@ -5600,11 +5602,11 @@ packages: brace-expansion@1.1.12: resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==} - brace-expansion@2.0.2: - resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==} + brace-expansion@2.1.0: + resolution: {integrity: sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==} - brace-expansion@5.0.4: - resolution: {integrity: sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==} + brace-expansion@5.0.5: + resolution: {integrity: sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==} engines: {node: 18 || 20 || >=22} braces@3.0.3: @@ -5664,6 +5666,7 @@ packages: bun@1.3.9: resolution: {integrity: sha512-v5hkh1us7sMNjfimWE70flYbD5I1/qWQaqmJ45q2qk5H/7muQVa478LSVRSFyGTBUBog2LsPQnfIRdjyWJRY+A==} + cpu: [arm64, x64] os: [darwin, linux, win32] hasBin: true @@ -5700,6 +5703,9 @@ packages: caniuse-lite@1.0.30001777: resolution: {integrity: sha512-tmN+fJxroPndC74efCdp12j+0rk0RHwV5Jwa1zWaFVyw2ZxAuPeG8ZgWC3Wz7uSjT3qMRQ5XHZ4COgQmsCMJAQ==} + caniuse-lite@1.0.30001790: + resolution: {integrity: sha512-bOoxfJPyYo+ds6W0YfptaCWbFnJYjh2Y1Eow5lRv+vI2u8ganPZqNm1JwNh0t2ELQCqIWg4B3dWEusgAmsoyOw==} + canvas-roundrect-polyfill@0.0.1: resolution: {integrity: sha512-yWq+R3U3jE+coOeEb3a3GgE2j/0MMiDKM/QpLb6h9ihf5fGY9UXtvK9o4vNqjWXoZz7/3EaSVU3IX53TvFFUOw==} @@ -7790,11 +7796,8 @@ packages: lodash.throttle@4.1.1: resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==} - lodash@4.17.21: - resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} - - lodash@4.17.23: - resolution: {integrity: sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==} + lodash@4.18.1: + resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==} log-symbols@5.1.0: resolution: {integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==} @@ -7837,8 +7840,8 @@ packages: lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} - lru-cache@11.2.6: - resolution: {integrity: sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==} + lru-cache@11.3.5: + resolution: {integrity: sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==} engines: {node: 20 || >=22} lru-cache@5.1.1: @@ -8228,8 +8231,8 @@ packages: minimalistic-crypto-utils@1.0.1: resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} - minimatch@10.2.4: - resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==} + minimatch@10.2.5: + resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==} engines: {node: 18 || 20 || >=22} minimatch@3.1.5: @@ -8381,8 +8384,8 @@ packages: next-tick@0.2.2: resolution: {integrity: sha512-f7h4svPtl+QidoBv4taKXUjJ70G2asaZ8G28nS0OkqaalX8dwwrtWtyxEDPK62AC00ur/+/E0pUwBwY5EPn15Q==} - next@16.2.1: - resolution: {integrity: sha512-VaChzNL7o9rbfdt60HUj8tev4m6d7iC1igAy157526+cJlXOQu5LzsBXNT+xaJnTP/k+utSX5vMv7m0G+zKH+Q==} + next@16.2.3: + resolution: {integrity: sha512-9V3zV4oZFza3PVev5/poB9g0dEafVcgNyQ8eTRop8GvxZjV2G15FC5ARuG1eFD42QgeYkzJBJzHghNP8Ad9xtA==} engines: {node: '>=20.9.0'} hasBin: true peerDependencies: @@ -11330,7 +11333,7 @@ snapshots: tslib: 2.8.1 optional: true - '@emnapi/runtime@1.8.1': + '@emnapi/runtime@1.10.0': dependencies: tslib: 2.8.1 optional: true @@ -11798,7 +11801,7 @@ snapshots: '@img/sharp-wasm32@0.34.5': dependencies: - '@emnapi/runtime': 1.8.1 + '@emnapi/runtime': 1.10.0 optional: true '@img/sharp-win32-arm64@0.34.5': @@ -12161,39 +12164,39 @@ snapshots: '@napi-rs/wasm-runtime@1.1.1': dependencies: '@emnapi/core': 1.8.1 - '@emnapi/runtime': 1.8.1 + '@emnapi/runtime': 1.10.0 '@tybys/wasm-util': 0.10.1 optional: true - '@next/env@16.2.1': {} + '@next/env@16.2.3': {} - '@next/swc-darwin-arm64@16.2.1': + '@next/swc-darwin-arm64@16.2.3': optional: true - '@next/swc-darwin-x64@16.2.1': + '@next/swc-darwin-x64@16.2.3': optional: true - '@next/swc-linux-arm64-gnu@16.2.1': + '@next/swc-linux-arm64-gnu@16.2.3': optional: true - '@next/swc-linux-arm64-musl@16.2.1': + '@next/swc-linux-arm64-musl@16.2.3': optional: true - '@next/swc-linux-x64-gnu@16.2.1': + '@next/swc-linux-x64-gnu@16.2.3': optional: true - '@next/swc-linux-x64-musl@16.2.1': + '@next/swc-linux-x64-musl@16.2.3': optional: true - '@next/swc-win32-arm64-msvc@16.2.1': + '@next/swc-win32-arm64-msvc@16.2.3': optional: true - '@next/swc-win32-x64-msvc@16.2.1': + '@next/swc-win32-x64-msvc@16.2.3': optional: true - '@next/third-parties@16.2.1(next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react@19.2.4)': + '@next/third-parties@16.2.1(next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react@19.2.4)': dependencies: - next: 16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2) + next: 16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2) react: 19.2.4 third-party-capital: 1.0.20 @@ -13800,7 +13803,7 @@ snapshots: chalk: 3.0.0 css.escape: 1.5.1 dom-accessibility-api: 0.6.3 - lodash: 4.17.23 + lodash: 4.18.1 redent: 3.0.0 '@testing-library/react@16.3.0(@testing-library/dom@10.4.0)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': @@ -14191,7 +14194,7 @@ snapshots: '@typescript-eslint/types': 8.56.1 '@typescript-eslint/visitor-keys': 8.56.1 debug: 4.4.3 - minimatch: 10.2.4 + minimatch: 10.2.5 semver: 7.7.4 tinyglobby: 0.2.15 ts-api-utils: 2.4.0(typescript@6.0.2) @@ -14241,14 +14244,14 @@ snapshots: '@uploadthing/mime-types@0.3.5': {} - '@uploadthing/react@7.3.1(next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react@19.2.4)(uploadthing@7.7.2(express@5.2.1)(next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(tailwindcss@4.1.8))': + '@uploadthing/react@7.3.1(next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react@19.2.4)(uploadthing@7.7.2(express@5.2.1)(next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(tailwindcss@4.1.8))': dependencies: '@uploadthing/shared': 7.1.8 file-selector: 0.6.0 react: 19.2.4 - uploadthing: 7.7.2(express@5.2.1)(next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(tailwindcss@4.1.8) + uploadthing: 7.7.2(express@5.2.1)(next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(tailwindcss@4.1.8) optionalDependencies: - next: 16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2) + next: 16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2) '@uploadthing/shared@7.1.8': dependencies: @@ -14460,7 +14463,7 @@ snapshots: base64-js@1.5.1: {} - baseline-browser-mapping@2.10.0: {} + baseline-browser-mapping@2.10.21: {} basic-ftp@5.2.0: {} @@ -14505,11 +14508,11 @@ snapshots: balanced-match: 1.0.2 concat-map: 0.0.1 - brace-expansion@2.0.2: + brace-expansion@2.1.0: dependencies: balanced-match: 1.0.2 - brace-expansion@5.0.4: + brace-expansion@5.0.5: dependencies: balanced-match: 4.0.4 @@ -14565,7 +14568,7 @@ snapshots: browserslist@4.28.1: dependencies: - baseline-browser-mapping: 2.10.0 + baseline-browser-mapping: 2.10.21 caniuse-lite: 1.0.30001777 electron-to-chromium: 1.5.307 node-releases: 2.0.36 @@ -14637,6 +14640,8 @@ snapshots: caniuse-lite@1.0.30001777: {} + caniuse-lite@1.0.30001790: {} + canvas-roundrect-polyfill@0.0.1: {} ccount@2.0.1: {} @@ -14863,7 +14868,7 @@ snapshots: concurrently@9.1.2: dependencies: chalk: 4.1.2 - lodash: 4.17.23 + lodash: 4.18.1 rxjs: 7.8.2 shell-quote: 1.8.3 supports-color: 8.1.1 @@ -15971,7 +15976,7 @@ snapshots: fsevents@2.3.3: optional: true - fumadocs-core@15.5.1(@types/react@19.2.7)(next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + fumadocs-core@15.5.1(@types/react@19.2.7)(next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react-dom@19.2.4(react@19.2.4))(react@19.2.4): dependencies: '@formatjs/intl-localematcher': 0.6.2 '@orama/orama': 3.1.18 @@ -15990,7 +15995,7 @@ snapshots: shiki: 3.23.0 unist-util-visit: 5.0.0 optionalDependencies: - next: 16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2) + next: 16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2) react: 19.2.4 react-dom: 19.2.4(react@19.2.4) transitivePeerDependencies: @@ -16071,7 +16076,7 @@ snapshots: dependencies: foreground-child: 3.3.1 jackspeak: 4.2.3 - minimatch: 10.2.4 + minimatch: 10.2.5 minipass: 7.1.3 package-json-from-dist: 1.0.1 path-scurry: 2.0.2 @@ -16080,7 +16085,7 @@ snapshots: dependencies: foreground-child: 3.3.1 jackspeak: 4.2.3 - minimatch: 10.2.4 + minimatch: 10.2.5 minipass: 7.1.3 package-json-from-dist: 1.0.1 path-scurry: 2.0.2 @@ -16885,9 +16890,7 @@ snapshots: lodash.throttle@4.1.1: {} - lodash@4.17.21: {} - - lodash@4.17.23: {} + lodash@4.18.1: {} log-symbols@5.1.0: dependencies: @@ -16940,7 +16943,7 @@ snapshots: lru-cache@10.4.3: {} - lru-cache@11.2.6: {} + lru-cache@11.3.5: {} lru-cache@5.1.1: dependencies: @@ -17770,9 +17773,9 @@ snapshots: minimalistic-crypto-utils@1.0.1: {} - minimatch@10.2.4: + minimatch@10.2.5: dependencies: - brace-expansion: 5.0.4 + brace-expansion: 5.0.5 minimatch@3.1.5: dependencies: @@ -17780,15 +17783,15 @@ snapshots: minimatch@7.4.9: dependencies: - brace-expansion: 2.0.2 + brace-expansion: 2.1.0 minimatch@8.0.7: dependencies: - brace-expansion: 2.0.2 + brace-expansion: 2.1.0 minimatch@9.0.9: dependencies: - brace-expansion: 2.0.2 + brace-expansion: 2.1.0 minimist@1.2.8: {} @@ -17900,12 +17903,12 @@ snapshots: netmask@2.0.2: {} - next-contentlayer2@0.4.6(contentlayer2@0.4.6)(next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + next-contentlayer2@0.4.6(contentlayer2@0.4.6)(next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react-dom@19.2.4(react@19.2.4))(react@19.2.4): dependencies: '@contentlayer2/core': 0.4.3 '@contentlayer2/utils': 0.4.3 contentlayer2: 0.4.6 - next: 16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2) + next: 16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2) react: 19.2.4 react-dom: 19.2.4(react@19.2.4) transitivePeerDependencies: @@ -17920,25 +17923,25 @@ snapshots: next-tick@0.2.2: {} - next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2): + next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2): dependencies: - '@next/env': 16.2.1 + '@next/env': 16.2.3 '@swc/helpers': 0.5.15 - baseline-browser-mapping: 2.10.0 - caniuse-lite: 1.0.30001777 + baseline-browser-mapping: 2.10.21 + caniuse-lite: 1.0.30001790 postcss: 8.4.31 react: 19.2.4 react-dom: 19.2.4(react@19.2.4) styled-jsx: 5.1.6(@babel/core@7.29.0)(react@19.2.4) optionalDependencies: - '@next/swc-darwin-arm64': 16.2.1 - '@next/swc-darwin-x64': 16.2.1 - '@next/swc-linux-arm64-gnu': 16.2.1 - '@next/swc-linux-arm64-musl': 16.2.1 - '@next/swc-linux-x64-gnu': 16.2.1 - '@next/swc-linux-x64-musl': 16.2.1 - '@next/swc-win32-arm64-msvc': 16.2.1 - '@next/swc-win32-x64-msvc': 16.2.1 + '@next/swc-darwin-arm64': 16.2.3 + '@next/swc-darwin-x64': 16.2.3 + '@next/swc-linux-arm64-gnu': 16.2.3 + '@next/swc-linux-arm64-musl': 16.2.3 + '@next/swc-linux-x64-gnu': 16.2.3 + '@next/swc-linux-x64-musl': 16.2.3 + '@next/swc-win32-arm64-msvc': 16.2.3 + '@next/swc-win32-x64-msvc': 16.2.3 '@opentelemetry/api': 1.9.0 '@playwright/test': 1.53.0 babel-plugin-react-compiler: 1.0.0 @@ -17995,12 +17998,12 @@ snapshots: dependencies: boolbase: 1.0.0 - nuqs@2.4.3(next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react@19.2.4): + nuqs@2.4.3(next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(react@19.2.4): dependencies: mitt: 3.0.1 react: 19.2.4 optionalDependencies: - next: 16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2) + next: 16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2) nypm@0.6.5: dependencies: @@ -18250,7 +18253,7 @@ snapshots: path-scurry@2.0.2: dependencies: - lru-cache: 11.2.6 + lru-cache: 11.3.5 minipass: 7.1.3 path-to-regexp@6.3.0: {} @@ -19387,7 +19390,7 @@ snapshots: direction: 1.0.4 is-hotkey: 0.2.0 is-plain-object: 5.0.0 - lodash: 4.17.23 + lodash: 4.18.1 scroll-into-view-if-needed: 3.1.0 slate: 0.124.1 tiny-invariant: 1.3.1 @@ -19402,7 +19405,7 @@ snapshots: '@juggle/resize-observer': 3.4.0 direction: 1.0.4 is-hotkey: 0.2.0 - lodash: 4.17.23 + lodash: 4.18.1 react: 19.2.4 react-dom: 19.2.4(react@19.2.4) scroll-into-view-if-needed: 3.1.0 @@ -20111,7 +20114,7 @@ snapshots: escalade: 3.2.0 picocolors: 1.1.1 - uploadthing@7.7.2(express@5.2.1)(next@16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(tailwindcss@4.1.8): + uploadthing@7.7.2(express@5.2.1)(next@16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2))(tailwindcss@4.1.8): dependencies: '@effect/platform': 0.81.0(effect@3.14.21) '@standard-schema/spec': 1.0.0-beta.4 @@ -20120,7 +20123,7 @@ snapshots: effect: 3.14.21 optionalDependencies: express: 5.2.1 - next: 16.2.1(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2) + next: 16.2.3(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(sass@1.89.2) tailwindcss: 4.1.8 uri-js@4.4.1: diff --git a/templates/plate-playground-template/package.json b/templates/plate-playground-template/package.json index a78a8d5a17..8bb490a9e6 100644 --- a/templates/plate-playground-template/package.json +++ b/templates/plate-playground-template/package.json @@ -75,7 +75,7 @@ "lodash": "^4.18.1", "lowlight": "^3.3.0", "lucide-react": "^1.7.0", - "next": "16.2.2", + "next": "16.2.3", "pdf-lib": "^1.17.1", "platejs": "^52.3.21", "radix-ui": "^1.4.3", diff --git a/templates/plate-template/package.json b/templates/plate-template/package.json index aa8bc3b8ad..fd77e93dec 100644 --- a/templates/plate-template/package.json +++ b/templates/plate-template/package.json @@ -22,7 +22,7 @@ "class-variance-authority": "0.7.1", "clsx": "^2.1.1", "lucide-react": "1.7.0", - "next": "16.2.2", + "next": "16.2.3", "platejs": "^52.3.21", "radix-ui": "^1.4.3", "react": "19.2.4",