diff --git a/apps/desktop/package.json b/apps/desktop/package.json index d649dc5cf..a3c723a4b 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -21,9 +21,9 @@ "dependencies": { "@fontsource/atkinson-hyperlegible": "^5.3.0", "@fontsource/azeret-mono": "^5.3.0", - "react": "^19.2.7", - "react-dom": "^19.2.7", - "scheduler": "^0.27.0" + "react": "^19.3.0", + "react-dom": "^19.3.0", + "scheduler": "^0.28.0" }, "devDependencies": { "@electron-forge/cli": "^7.11.2", @@ -36,8 +36,8 @@ "@mdbase/connect-ui": "workspace:*", "@mdbase-dev/connect-protocol": "workspace:*", "@types/node": "^24.0.0", - "@types/react": "^19.2.17", - "@types/react-dom": "^19.2.3", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.0.3", "electron": "^43.1.1", "esbuild": "^0.28.1", diff --git a/apps/editor/package.json b/apps/editor/package.json index 6181a62e9..a7ca50b59 100644 --- a/apps/editor/package.json +++ b/apps/editor/package.json @@ -20,15 +20,15 @@ }, "dependencies": { "@codemirror/autocomplete": "^6.20.3", - "@codemirror/commands": "^6.10.4", + "@codemirror/commands": "^6.11.0", "@codemirror/lang-json": "^6.0.2", - "@codemirror/lang-markdown": "^6.5.1", + "@codemirror/lang-markdown": "^6.5.2", "@codemirror/lang-yaml": "^6.1.3", "@codemirror/language": "^6.12.4", "@codemirror/lint": "^6.9.7", - "@codemirror/search": "^6.7.1", - "@codemirror/state": "^6.7.1", - "@codemirror/view": "^6.43.6", + "@codemirror/search": "^6.7.2", + "@codemirror/state": "^6.7.4", + "@codemirror/view": "^6.43.11", "@embedpdf/pdfium": "2.15.0", "@embedpdf/react-pdf-viewer": "2.15.0", "@fontsource/atkinson-hyperlegible": "^5.3.0", @@ -41,11 +41,11 @@ "@phosphor-icons/react": "^2.1.10", "@phosphor-icons/web": "^2.1.2", "@replit/codemirror-vim": "^6.3.0", - "@tanstack/react-virtual": "^3.14.7", + "@tanstack/react-virtual": "^3.14.13", "ajv": "^8.20.0", - "react": "^19.2.7", - "react-dom": "^19.2.7", - "yaml": "^2.9.0" + "react": "^19.3.0", + "react-dom": "^19.3.0", + "yaml": "^2.9.1" }, "devDependencies": { "@axe-core/playwright": "^4.12.1", @@ -56,8 +56,8 @@ "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/node": "^24.0.0", - "@types/react": "^19.2.17", - "@types/react-dom": "^19.2.3", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.0.3", "jsdom": "^29.1.1", "typescript": "^7.0.2", diff --git a/apps/portal/package.json b/apps/portal/package.json index 499ed3334..049fc7a12 100644 --- a/apps/portal/package.json +++ b/apps/portal/package.json @@ -14,12 +14,12 @@ "@fontsource/azeret-mono": "^5.3.0", "@mdbase/connect-ui": "workspace:*", "@mdbase-dev/connect-protocol": "workspace:*", - "react": "^19.2.7", - "react-dom": "^19.2.7" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { - "@types/react": "^19.2.17", - "@types/react-dom": "^19.2.3", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.0.3", "typescript": "^7.0.2", "vite": "^8.1.5" diff --git a/packages/devkit/package.json b/packages/devkit/package.json index b9c634027..2a5ff4b7e 100644 --- a/packages/devkit/package.json +++ b/packages/devkit/package.json @@ -27,7 +27,7 @@ "@mdbase-dev/connect": "workspace:*", "@mdbase-dev/connect-protocol": "workspace:*", "ajv": "^8.20.0", - "yaml": "^2.9.0" + "yaml": "^2.9.1" }, "scripts": { "build": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\" && tsc -p tsconfig.json && node -e \"require('node:fs').chmodSync('dist/cli.js',0o755)\"", diff --git a/packages/sync/package.json b/packages/sync/package.json index 2cfbe9b71..9f272613b 100644 --- a/packages/sync/package.json +++ b/packages/sync/package.json @@ -50,8 +50,8 @@ ], "dependencies": { "@mdbase-dev/connect-protocol": "workspace:*", - "@noble/hashes": "^2.2.0", - "yaml": "^2.9.0" + "@noble/hashes": "^2.4.0", + "yaml": "^2.9.1" }, "scripts": { "build": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\" && tsc -p tsconfig.json && node -e \"require('node:fs').chmodSync('dist/cli.js',0o755)\"", diff --git a/packages/ui/package.json b/packages/ui/package.json index d8590bd77..015b0e5a4 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -16,6 +16,6 @@ "./styles.css": "./styles.css" }, "dependencies": { - "yaml": "^2.8.1" + "yaml": "^2.9.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9396a6a37..77a403112 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,14 +46,14 @@ importers: specifier: ^5.3.0 version: 5.3.0 react: - specifier: ^19.2.7 - version: 19.2.7 + specifier: ^19.3.0 + version: 19.3.0 react-dom: - specifier: ^19.2.7 - version: 19.2.7(react@19.2.7) + specifier: ^19.3.0 + version: 19.3.0(react@19.3.0) scheduler: - specifier: ^0.27.0 - version: 0.27.0 + specifier: ^0.28.0 + version: 0.28.0 devDependencies: '@electron-forge/cli': specifier: ^7.11.2 @@ -86,14 +86,14 @@ importers: specifier: ^24.0.0 version: 24.13.3 '@types/react': - specifier: ^19.2.17 - version: 19.2.17 + specifier: ^19.3.0 + version: 19.3.0 '@types/react-dom': - specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.17) + specifier: ^19.3.0 + version: 19.3.0(@types/react@19.3.0) '@vitejs/plugin-react': specifier: ^6.0.3 - version: 6.0.3(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)) + version: 6.0.3(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) electron: specifier: ^43.1.1 version: 43.1.1(supports-color@10.2.2) @@ -114,7 +114,7 @@ importers: version: 7.0.2 vite: specifier: ^8.1.5 - version: 8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0) + version: 8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1) apps/editor: dependencies: @@ -122,14 +122,14 @@ importers: specifier: ^6.20.3 version: 6.20.3 '@codemirror/commands': - specifier: ^6.10.4 - version: 6.10.4 + specifier: ^6.11.0 + version: 6.11.0 '@codemirror/lang-json': specifier: ^6.0.2 version: 6.0.2 '@codemirror/lang-markdown': - specifier: ^6.5.1 - version: 6.5.1 + specifier: ^6.5.2 + version: 6.5.2 '@codemirror/lang-yaml': specifier: ^6.1.3 version: 6.1.3 @@ -140,20 +140,20 @@ importers: specifier: ^6.9.7 version: 6.9.7 '@codemirror/search': - specifier: ^6.7.1 - version: 6.7.1 + specifier: ^6.7.2 + version: 6.7.2 '@codemirror/state': - specifier: ^6.7.1 - version: 6.7.1 + specifier: ^6.7.4 + version: 6.7.4 '@codemirror/view': - specifier: ^6.43.6 - version: 6.43.7 + specifier: ^6.43.11 + version: 6.43.11 '@embedpdf/pdfium': specifier: 2.15.0 version: 2.15.0 '@embedpdf/react-pdf-viewer': specifier: 2.15.0 - version: 2.15.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + version: 2.15.0(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@fontsource/atkinson-hyperlegible': specifier: ^5.3.0 version: 5.3.0 @@ -177,28 +177,28 @@ importers: version: link:../../packages/ui '@phosphor-icons/react': specifier: ^2.1.10 - version: 2.1.10(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + version: 2.1.10(react-dom@19.3.0(react@19.3.0))(react@19.3.0) '@phosphor-icons/web': specifier: ^2.1.2 version: 2.1.2 '@replit/codemirror-vim': specifier: ^6.3.0 - version: 6.4.0(@codemirror/commands@6.10.4)(@codemirror/language@6.12.4)(@codemirror/search@6.7.1)(@codemirror/state@6.7.1)(@codemirror/view@6.43.7) + version: 6.4.0(@codemirror/commands@6.11.0)(@codemirror/language@6.12.4)(@codemirror/search@6.7.2)(@codemirror/state@6.7.4)(@codemirror/view@6.43.11) '@tanstack/react-virtual': - specifier: ^3.14.7 - version: 3.14.9(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + specifier: ^3.14.13 + version: 3.14.13(react-dom@19.3.0(react@19.3.0))(react@19.3.0) ajv: specifier: ^8.20.0 version: 8.20.0 react: - specifier: ^19.2.7 - version: 19.2.7 + specifier: ^19.3.0 + version: 19.3.0 react-dom: - specifier: ^19.2.7 - version: 19.2.7(react@19.2.7) + specifier: ^19.3.0 + version: 19.3.0(react@19.3.0) yaml: - specifier: ^2.9.0 - version: 2.9.0 + specifier: ^2.9.1 + version: 2.9.1 devDependencies: '@axe-core/playwright': specifier: ^4.12.1 @@ -217,7 +217,7 @@ importers: version: 7.0.0(@testing-library/dom@10.4.1) '@testing-library/react': specifier: ^16.3.2 - version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.3.0(@types/react@19.3.0))(@types/react@19.3.0)(react-dom@19.3.0(react@19.3.0))(react@19.3.0) '@testing-library/user-event': specifier: ^14.6.1 version: 14.6.1(@testing-library/dom@10.4.1) @@ -225,26 +225,26 @@ importers: specifier: ^24.0.0 version: 24.13.3 '@types/react': - specifier: ^19.2.17 - version: 19.2.17 + specifier: ^19.3.0 + version: 19.3.0 '@types/react-dom': - specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.17) + specifier: ^19.3.0 + version: 19.3.0(@types/react@19.3.0) '@vitejs/plugin-react': specifier: ^6.0.3 - version: 6.0.3(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)) + version: 6.0.3(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) jsdom: specifier: ^29.1.1 - version: 29.1.1(@noble/hashes@2.2.0) + version: 29.1.1(@noble/hashes@2.4.0) typescript: specifier: ^7.0.2 version: 7.0.2 vite: specifier: ^8.1.5 - version: 8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0) + version: 8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1) vitest: specifier: ^4.1.10 - version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.2.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)) + version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.4.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) apps/portal: dependencies: @@ -261,27 +261,27 @@ importers: specifier: workspace:* version: link:../../packages/ui react: - specifier: ^19.2.7 - version: 19.2.7 + specifier: ^19.3.0 + version: 19.3.0 react-dom: - specifier: ^19.2.7 - version: 19.2.7(react@19.2.7) + specifier: ^19.3.0 + version: 19.3.0(react@19.3.0) devDependencies: '@types/react': - specifier: ^19.2.17 - version: 19.2.17 + specifier: ^19.3.0 + version: 19.3.0 '@types/react-dom': - specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.17) + specifier: ^19.3.0 + version: 19.3.0(@types/react@19.3.0) '@vitejs/plugin-react': specifier: ^6.0.3 - version: 6.0.3(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)) + version: 6.0.3(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) typescript: specifier: ^7.0.2 version: 7.0.2 vite: specifier: ^8.1.5 - version: 8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0) + version: 8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1) packages/client: dependencies: @@ -297,7 +297,7 @@ importers: version: 7.0.2 vitest: specifier: ^4.1.10 - version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.2.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)) + version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.4.0))(vite@8.1.5(@types/node@24.13.4)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) packages/devkit: dependencies: @@ -311,8 +311,8 @@ importers: specifier: ^8.20.0 version: 8.20.0 yaml: - specifier: ^2.9.0 - version: 2.9.0 + specifier: ^2.9.1 + version: 2.9.1 devDependencies: '@types/node': specifier: ^24.0.0 @@ -322,7 +322,7 @@ importers: version: 7.0.2 vitest: specifier: ^4.1.10 - version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.2.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)) + version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.4.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) packages/management: devDependencies: @@ -331,7 +331,7 @@ importers: version: 7.0.2 vitest: specifier: ^4.1.10 - version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.2.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)) + version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.4.0))(vite@8.1.5(@types/node@24.13.4)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) packages/pickle: dependencies: @@ -350,7 +350,7 @@ importers: version: 7.0.2 vitest: specifier: ^4.1.10 - version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.2.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)) + version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.4.0))(vite@8.1.5(@types/node@24.13.4)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) packages/protocol: dependencies: @@ -374,11 +374,11 @@ importers: specifier: workspace:* version: link:../protocol '@noble/hashes': - specifier: ^2.2.0 - version: 2.2.0 + specifier: ^2.4.0 + version: 2.4.0 yaml: - specifier: ^2.9.0 - version: 2.9.0 + specifier: ^2.9.1 + version: 2.9.1 devDependencies: '@types/node': specifier: ^24.0.0 @@ -391,7 +391,7 @@ importers: version: 7.0.2 vitest: specifier: ^4.1.10 - version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.2.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)) + version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.4.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) packages/testing: dependencies: @@ -407,13 +407,13 @@ importers: version: 7.0.2 vitest: specifier: ^4.1.10 - version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.2.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)) + version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.4.0))(vite@8.1.5(@types/node@24.13.4)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) packages/ui: dependencies: yaml: - specifier: ^2.8.1 - version: 2.9.0 + specifier: ^2.9.1 + version: 2.9.1 packages/webhooks: dependencies: @@ -429,7 +429,7 @@ importers: version: 7.0.2 vitest: specifier: ^4.1.10 - version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.2.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)) + version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.4.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) services/feedback: devDependencies: @@ -438,7 +438,7 @@ importers: version: 7.0.2 vitest: specifier: ^4.1.10 - version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.2.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)) + version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.4.0))(vite@8.1.5(@types/node@24.13.4)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) services/mcp: dependencies: @@ -446,14 +446,14 @@ importers: specifier: ^11.3.0 version: 11.3.0 '@fastify/formbody': - specifier: ^8.0.2 - version: 8.0.2 + specifier: ^9.0.0 + version: 9.0.0 '@fastify/helmet': - specifier: ^13.1.0 - version: 13.1.0 + specifier: ^13.1.1 + version: 13.1.1 '@fastify/rate-limit': - specifier: ^11.1.0 - version: 11.1.0 + specifier: ^11.2.0 + version: 11.2.0 '@mdbase-dev/connect': specifier: workspace:* version: link:../../packages/client @@ -461,27 +461,27 @@ importers: specifier: workspace:* version: link:../../packages/protocol '@modelcontextprotocol/sdk': - specifier: ^1.29.0 - version: 1.29.0(supports-color@10.2.2)(zod@4.4.3) + specifier: ^1.30.0 + version: 1.30.0(supports-color@10.2.2)(zod@4.6.5) fastify: - specifier: ^5.12.1 - version: 5.12.1 + specifier: ^5.12.4 + version: 5.12.4 pg: - specifier: ^8.22.0 - version: 8.22.0 + specifier: ^8.23.0 + version: 8.23.0 pg-mem: specifier: ^3.0.14 version: 3.0.14 zod: - specifier: ^4.4.3 - version: 4.4.3 + specifier: ^4.6.5 + version: 4.6.5 devDependencies: '@types/node': specifier: ^24.0.0 version: 24.13.3 '@types/pg': - specifier: ^8.20.0 - version: 8.20.0 + specifier: ^8.23.1 + version: 8.23.1 tsx: specifier: ^4.23.1 version: 4.23.1 @@ -490,7 +490,7 @@ importers: version: 7.0.2 vitest: specifier: ^4.1.10 - version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.2.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)) + version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.4.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) services/server: dependencies: @@ -501,17 +501,17 @@ importers: specifier: ^11.3.0 version: 11.3.0 '@fastify/formbody': - specifier: ^8.0.2 - version: 8.0.2 + specifier: ^9.0.0 + version: 9.0.0 '@fastify/helmet': - specifier: ^13.1.0 - version: 13.1.0 + specifier: ^13.1.1 + version: 13.1.1 '@fastify/rate-limit': - specifier: ^11.1.0 - version: 11.1.0 + specifier: ^11.2.0 + version: 11.2.0 '@fastify/static': - specifier: ^10.1.2 - version: 10.1.2 + specifier: ^10.1.3 + version: 10.1.3 '@fastify/websocket': specifier: ^11.3.0 version: 11.3.0 @@ -525,35 +525,35 @@ importers: specifier: ^3.4.0 version: 3.4.0 '@node-rs/argon2': - specifier: ^2.0.2 - version: 2.0.2 + specifier: ^2.2.1 + version: 2.2.1 fastify: - specifier: ^5.12.1 - version: 5.12.1 + specifier: ^5.12.4 + version: 5.12.4 fastify-raw-body: - specifier: ^5.0.0 - version: 5.0.0 + specifier: ^6.0.1 + version: 6.0.1 google-auth-library: - specifier: ^10.9.0 - version: 10.9.0(supports-color@10.2.2) + specifier: ^11.0.2 + version: 11.0.2(supports-color@10.2.2) pg: - specifier: ^8.22.0 - version: 8.22.0 + specifier: ^8.23.0 + version: 8.23.0 pg-mem: specifier: ^3.0.14 version: 3.0.14 svix: - specifier: ^1.99.1 - version: 1.99.1 + specifier: ^2.5.0 + version: 2.5.0 web-push: specifier: ^3.6.7 version: 3.6.7(supports-color@10.2.2) ws: - specifier: ^8.21.1 - version: 8.21.1 + specifier: ^8.21.3 + version: 8.21.3 zod: - specifier: ^4.4.3 - version: 4.4.3 + specifier: ^4.6.5 + version: 4.6.5 devDependencies: '@mdbase-dev/connect-webhooks': specifier: workspace:* @@ -562,8 +562,8 @@ importers: specifier: ^24.0.0 version: 24.13.3 '@types/pg': - specifier: ^8.20.0 - version: 8.20.0 + specifier: ^8.23.1 + version: 8.23.1 '@types/web-push': specifier: ^3.6.4 version: 3.6.4 @@ -578,10 +578,10 @@ importers: version: 7.0.2 vitest: specifier: ^4.1.10 - version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.2.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)) + version: 4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.4.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) yaml: - specifier: ^2.9.0 - version: 2.9.0 + specifier: ^2.9.1 + version: 2.9.1 packages: @@ -683,14 +683,14 @@ packages: '@codemirror/autocomplete@6.20.3': resolution: {integrity: sha512-tlosUqb+3BbxCxZdu4tKeRghPFC+QM7q4X5YhKV2eCmPG+1r2F3f4AaSz5sCrFqUtX4Jh20VFTKecl16MgiV9g==} - '@codemirror/commands@6.10.4': - resolution: {integrity: sha512-Ryk9y9T0FFVF0cUGhAknveAyUOl/A1qReTFi+qPKtOh2Z9F4AUBz3XOrYD4ZEgZirdugVzHvd/2/Wcwy5OliTg==} + '@codemirror/commands@6.11.0': + resolution: {integrity: sha512-/K4Rl5BN0OtTiPWmJCdqODu38XnDMsDxKY5rgrPnCkutPTJf2wVbkoixLfealF5Kwse/s8P8M5jAiURiwSwnFA==} '@codemirror/lang-css@6.3.1': resolution: {integrity: sha512-kr5fwBGiGtmz6l0LSJIbno9QrifNMUusivHbnA1H6Dmqy4HZFte3UAICix1VuKo0lMPKQr2rqB+0BkKi/S3Ejg==} - '@codemirror/lang-html@6.4.11': - resolution: {integrity: sha512-9NsXp7Nwp891pQchI7gPdTwBuSuT3K65NGTHWHNJ55HjYcHLllr0rbIZNdOzas9ztc1EUVBlHou85FFZS4BNnw==} + '@codemirror/lang-html@6.4.12': + resolution: {integrity: sha512-pw2ReWKUqSkbvh76RAT4NYxiogRu+PWkR2ukAwO9uOgrm8uipkzjtKKtNpyeAQwHOqxEeSvAXZ6vr3AfyB9y/w==} '@codemirror/lang-javascript@6.2.5': resolution: {integrity: sha512-zD4e5mS+50htS7F+TYjBPsiIFGanfVqg4HyUz6WNFikgOPf2BgKlx+TQedI1w6n/IqRBVBbBWmGFdLB/7uxO4A==} @@ -698,8 +698,8 @@ packages: '@codemirror/lang-json@6.0.2': resolution: {integrity: sha512-x2OtO+AvwEHrEwR0FyyPtfDUiloG3rnVTSZV1W8UteaLL8/MajQd8DpvUb2YVzC+/T18aSDv0H9mu+xw0EStoQ==} - '@codemirror/lang-markdown@6.5.1': - resolution: {integrity: sha512-6re5avCNfyRMIoi3XNjbEfQM1vTeVD3JS3g/Fyegyso/eoANFM71Cyvbb66LDyYtQLMEcRFlzioywCqDo9SlLA==} + '@codemirror/lang-markdown@6.5.2': + resolution: {integrity: sha512-AwBOdkWYuA//WcM0xO5PfHPUcmz/O2i5o0Nsg1U69SII/loCJlFI1Romd9xp2HYb1kYJRGZotyqRghuHH5n8Kw==} '@codemirror/lang-yaml@6.1.3': resolution: {integrity: sha512-AZ8DJBuXGVHybpBQhmZtgew5//4hv3tdkXnr3vDmOUMJRuB6vn/uuwtmTOTlqEaQFg3hQSVeA90NmvIQyUV6FQ==} @@ -710,14 +710,14 @@ packages: '@codemirror/lint@6.9.7': resolution: {integrity: sha512-28/+iWLYxKxsvGYhSYL7zaCZqLz5+FFFDq9tVsvGv9kv8RY4fFAchJ5WX9M3YrrRlTIsECjsXPqeNgnSmNP2dg==} - '@codemirror/search@6.7.1': - resolution: {integrity: sha512-uMe5UO6PamJtSHrXhhHOzSX3ReWtiJrva6GnPMwSOrZtiExb5X5eExhr2OUZQVvdxPsKpY3Ro2mFbQadpPWmHA==} + '@codemirror/search@6.7.2': + resolution: {integrity: sha512-gUYkYhT2+n/+VGZ+8EzE5WFkYZUZYm1VOKDudIsNqh42uRVQJ0a6Yss9sdKT3MeOYfuL1N6AZA57oza0Oyr0LA==} - '@codemirror/state@6.7.1': - resolution: {integrity: sha512-9QzNDgE4EYDnAHfrTlR2lwiPciiOymLtwKK+8yHQzCc7GXhAP9xdEbEJFy2IWB1j9UGUl9BsgMmTo/ImA02T7A==} + '@codemirror/state@6.7.4': + resolution: {integrity: sha512-QhQIVRY+xHZDxwOSFrJ1eUMapJBUID3IdeAjf7dHO7zBUzSkyooHiodnalz5MG3iHzwixKMlAAyn7244y537EA==} - '@codemirror/view@6.43.7': - resolution: {integrity: sha512-FZsExxkoxnAN+d9TgqXLg5g4A1oQwzX9WlkOT5i2PKkcW7xx3Bmu0vs90g6fo9Mpdsb/l96dnAraQ8932aO4/g==} + '@codemirror/view@6.43.11': + resolution: {integrity: sha512-2+esucbQX6wB2JYi1eDvdCPFTA31BN8oSy6xCmk3G6CloV11yOvEjYk+gH7kLrP0MuHG94E8WDhjs5oMiu3+Wg==} '@cspotcode/source-map-support@0.8.1': resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} @@ -1433,8 +1433,8 @@ packages: '@noble/hashes': optional: true - '@fastify/accept-negotiator@2.0.1': - resolution: {integrity: sha512-/c/TW2bO/v9JeEgoD/g1G5GxGeCF1Hafdf79WPmUlgYiBXummY0oX3VVq4yFkKKVBKDNlaDUYoab7g38RpPqCQ==} + '@fastify/accept-negotiator@2.1.0': + resolution: {integrity: sha512-F3EVbzWt+xcnVaOHmWyIlpuFtbxOln7HDZQsh09MtMmMm/CipMayNt8hnIL8VQi54u2ZociDbf+iluGYkf7B1A==} '@fastify/ajv-compiler@4.0.6': resolution: {integrity: sha512-NtuzM0SfaMJbGlnjr9LWQUN5LzgSrbB8tf/wRZNas+4E1O/Nmzl53e7ruT61HDZyRCJGC6FxIogmNZO1c5ETBA==} @@ -1451,14 +1451,14 @@ packages: '@fastify/fast-json-stringify-compiler@5.1.0': resolution: {integrity: sha512-PxcYtKLbQ8Z+yApiqjK8FwxIwvEj38k2OiLc17u8dkJSlmfi2wHHPaSnaoqBPQqtvF8YVsDgDpP2snDCfFrpfw==} - '@fastify/formbody@8.0.2': - resolution: {integrity: sha512-84v5J2KrkXzjgBpYnaNRPqwgMsmY7ZDjuj0YVuMR3NXCJRCgKEZy/taSP1wUYGn0onfxJpLyRGDLa+NMaDJtnA==} + '@fastify/formbody@9.0.0': + resolution: {integrity: sha512-T/af26CSrUARBCvsEmv+DJLPfZlrRKESzqironxP1j7qzuLyKcoZtj6MuTGShuKx1THXugoie2oFbUJxXfGFzA==} '@fastify/forwarded@3.0.2': resolution: {integrity: sha512-NE8HgKLgYejV9lDpqkEFaDKMLYelJBVfHekhB0UKvX0ghagXRJqg68feg8er1NPXxG4N9i6vPxzt8E+3wHfcmA==} - '@fastify/helmet@13.1.0': - resolution: {integrity: sha512-SvVOU0IrzYJW1BvSkfq9G1WUdW3dnaRUvg6m0BtgGMBmML62No0VmSu087jecH58SFbicbREgZTPJ89mAguupA==} + '@fastify/helmet@13.1.1': + resolution: {integrity: sha512-bSat5DTq8geASv8G6P0KW1UbltZ+xGD/zyd9S72pT7ogAHehcsWL85GdjMRCjDsExJvaEvgEZ52qU/2HXirVCw==} '@fastify/merge-json-schemas@0.2.1': resolution: {integrity: sha512-OA3KGBCy6KtIvLf8DINC5880o5iBlDX4SxzLQS8HorJAbqluzLRn80UXU0bxZn7UOFhFgpRJDasfwn9nG4FG4A==} @@ -1466,14 +1466,14 @@ packages: '@fastify/proxy-addr@5.1.0': resolution: {integrity: sha512-INS+6gh91cLUjB+PVHfu1UqcB76Sqtpyp7bnL+FYojhjygvOPA9ctiD/JDKsyD9Xgu4hUhCSJBPig/w7duNajw==} - '@fastify/rate-limit@11.1.0': - resolution: {integrity: sha512-BeJ9tizLvmTXGD7deYU5G04OtHhwk5uHxbpEPVp09gKvUBIXmau/4Bshxhu9ci54MvVWfGjCEx4RzvsTntojwA==} + '@fastify/rate-limit@11.2.0': + resolution: {integrity: sha512-X7osJd4XSvMoejYrnJkSZYYjY1eNYoBqhjlzf1RakC2204qExFqZFTKj5+T7VuzA/iUI9Z3UoSqQRkB2HpG0oQ==} - '@fastify/send@4.1.0': - resolution: {integrity: sha512-TMYeQLCBSy2TOFmV95hQWkiTYgC/SEx7vMdV+wnZVX4tt8VBLKzmH8vV9OzJehV0+XBfg+WxPMt5wp+JBUKsVw==} + '@fastify/send@4.1.1': + resolution: {integrity: sha512-BYo+EiaKwlxH+WetGk6hAs1d39iP0y1gqB8lGF/qwkJ9ZZ/cBY1vx5NvExb9Sc3yRMFjD5X4Eyh4e4+TzRkzdw==} - '@fastify/static@10.1.2': - resolution: {integrity: sha512-G/g18cG9tLutT/OVyN1AIsHIl9L1UwmJ+S3dkyhVpplIx0nEMicd7RGQ+uJLyhKKF4a3tTcQydccn3Mop1fX+Q==} + '@fastify/static@10.1.3': + resolution: {integrity: sha512-W6jqajYS974XjPjB5hQWoxPM8NKM4+p8YmQT6G5IbCa4uhdWSVadZUv75siy1wEA/3ty8RYdpBydfWeu9AqAqQ==} '@fastify/websocket@11.3.0': resolution: {integrity: sha512-g89ag4BCcD9YP5wBZXixzoLnuf5j89p/sXFcfpCiv2pdEkYYukBEoK3heVzqsp0EAtszVDc2BBZG0KZqeAShIA==} @@ -1745,8 +1745,8 @@ packages: '@lezer/common@1.5.2': resolution: {integrity: sha512-sxQE460fPZyU3sdc8lafxiPwJHBzZRy/udNFynGQky1SePYBdhkBl1kOagA9uT3pxR8K09bOrmTUqA9wb/PjSQ==} - '@lezer/css@1.3.4': - resolution: {integrity: sha512-N+tn9tej2hPvyKgHEApMOQfHczDJCwxrRFS3SPn9QjYN+uwHvEDnCgKRrb3mxDYxRS8sKMM8fhC3+lc04Abz5Q==} + '@lezer/css@1.3.6': + resolution: {integrity: sha512-YJE78Wcg+zX8f10hiHWQ4Az48Qr/c13eId0VtRQYLBpxHDmDeSrXIlkbl+fJGW42rWC/uoUco9mhBZeVWP/A1g==} '@lezer/highlight@1.2.3': resolution: {integrity: sha512-qXdH7UqTvGfdVBINrgKhDsVTJTxactNNxLk7+UMwZhU13lMHaOBlJe9Vqp907ya56Y3+ed2tlqzys7jDkTmW0g==} @@ -1787,11 +1787,11 @@ packages: resolution: {integrity: sha512-1DpKU0Z5ThltBwjNySMC14g0CkbyhCaz9FkhxqNsZI6uAPJXFS8cMXlBKo26FJ8ZuW6S9GCMcR9IO5k2X5/9Fg==} engines: {node: '>= 12.13.0'} - '@marijn/find-cluster-break@1.0.3': - resolution: {integrity: sha512-FY+MKLBoTsLNJF/eLWaOsXGdz6uh3Iu1axjPf6TUq92IYumcTcXWHoS747JARLkcdlJ/Waiaxc5wQfFO8jC6NA==} + '@marijn/find-cluster-break@1.0.4': + resolution: {integrity: sha512-Wy0V7+SGUjnF9/TkiM1hKVDPj7jKXduPNboMVtHTA8dySMURWqfg/JZ9E2Sq8JgSJmkl7k7Qe9FLeMSrSraWmQ==} - '@modelcontextprotocol/sdk@1.29.0': - resolution: {integrity: sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==} + '@modelcontextprotocol/sdk@1.30.0': + resolution: {integrity: sha512-xKd8OIzlqNzcqcNumGAa6g+PW2kjD5vrpcKOnfldAUPP3j7lnqMPwlTXQm8gF+UwH72z0lqaRbjr9hqGz0eITA==} engines: {node: '>=18'} peerDependencies: '@cfworker/json-schema': ^4.1.1 @@ -1800,9 +1800,6 @@ packages: '@cfworker/json-schema': optional: true - '@napi-rs/wasm-runtime@0.2.12': - resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==} - '@napi-rs/wasm-runtime@1.1.6': resolution: {integrity: sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==} peerDependencies: @@ -1824,99 +1821,94 @@ packages: resolution: {integrity: sha512-hH7u7ejIBTFEJIZ8rIcMrHJI6wl+HhpO5sVFs1+ppmXa8RuB2+Lh1+UwTzZ5xTNNm1TKcRkYy+2qCV56qp8RxA==} engines: {node: '>= 18.0.0'} - '@noble/hashes@2.2.0': - resolution: {integrity: sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==} + '@noble/hashes@2.4.0': + resolution: {integrity: sha512-X5XaVWZIBCT7HHZGm5I7ZQXDwLG+bGXuSrMQAW+7Zvl87h1kmc1ZB1VSRJcpUfoUrGQp4Fkoxm5kZ+Ms+aW+eA==} engines: {node: '>= 20.19.0'} - '@node-rs/argon2-android-arm-eabi@2.0.2': - resolution: {integrity: sha512-DV/H8p/jt40lrao5z5g6nM9dPNPGEHL+aK6Iy/og+dbL503Uj0AHLqj1Hk9aVUSCNnsDdUEKp4TVMi0YakDYKw==} + '@node-rs/argon2-android-arm-eabi@2.2.1': + resolution: {integrity: sha512-tvHjNf7XkLsuDKb6VhNZekA/Wq2Qf0yxygxQYWYcUUCawgg3QRDeXMBYa6QVQPHp1fpDXk42euRjVpHmQ5CwFQ==} engines: {node: '>= 10'} cpu: [arm] os: [android] - '@node-rs/argon2-android-arm64@2.0.2': - resolution: {integrity: sha512-1LKwskau+8O1ktKx7TbK7jx1oMOMt4YEXZOdSNIar1TQKxm6isZ0cRXgHLibPHEcNHgYRsJWDE9zvDGBB17QDg==} + '@node-rs/argon2-android-arm64@2.2.1': + resolution: {integrity: sha512-hbPJZIMNIBPysg6CFe2OcXyB3pv6hFED0bOPamFRhUon3T3PT7OBfQfbXxsBK2dklELbfQ0R/2497LkTTrZRLw==} engines: {node: '>= 10'} cpu: [arm64] os: [android] - '@node-rs/argon2-darwin-arm64@2.0.2': - resolution: {integrity: sha512-3TTNL/7wbcpNju5YcqUrCgXnXUSbD7ogeAKatzBVHsbpjZQbNb1NDxDjqqrWoTt6XL3z9mJUMGwbAk7zQltHtA==} + '@node-rs/argon2-darwin-arm64@2.2.1': + resolution: {integrity: sha512-aJWtws4QUJX47NPnOr7j8KnxUtBESV3qPXijqw/vV7cZdMbcI4sKeHmH23ER2vpgALzXLhO53Lno3wkP7Xgl6g==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@node-rs/argon2-darwin-x64@2.0.2': - resolution: {integrity: sha512-vNPfkLj5Ij5111UTiYuwgxMqE7DRbOS2y58O2DIySzSHbcnu+nipmRKg+P0doRq6eKIJStyBK8dQi5Ic8pFyDw==} + '@node-rs/argon2-darwin-x64@2.2.1': + resolution: {integrity: sha512-RxXqM4SkH8VYNEnR82Pi1ADoWwc5HbBd0X8HFAHHLpr/iBpzvhwyl1ge6KaB4Ik7yUpzg/d2O8gYBxKGtZbmQg==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@node-rs/argon2-freebsd-x64@2.0.2': - resolution: {integrity: sha512-M8vQZk01qojQfCqQU0/O1j1a4zPPrz93zc9fSINY7Q/6RhQRBCYwDw7ltDCZXg5JRGlSaeS8cUXWyhPGar3cGg==} + '@node-rs/argon2-freebsd-x64@2.2.1': + resolution: {integrity: sha512-YxFKQJogkwhWSZbwAHhZIANOj8FytJgxaNzcTOAgWeEw2d6aobAoDWqsO1jw7QZfxLFb+q/uFAmd84TgCsyioQ==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@node-rs/argon2-linux-arm-gnueabihf@2.0.2': - resolution: {integrity: sha512-7EmmEPHLzcu0G2GDh30L6G48CH38roFC2dqlQJmtRCxs6no3tTE/pvgBGatTp/o2n2oyOJcfmgndVFcUpwMnww==} + '@node-rs/argon2-linux-arm-gnueabihf@2.2.1': + resolution: {integrity: sha512-gSORtjKCdokQ8bcDupKWw0ZpitKMkGnvxxOO9Y0sf6Nt7WDWF47YglZ87D4B35mSYTxiyer+BbZsoa2gGJr6zg==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@node-rs/argon2-linux-arm64-gnu@2.0.2': - resolution: {integrity: sha512-6lsYh3Ftbk+HAIZ7wNuRF4SZDtxtFTfK+HYFAQQyW7Ig3LHqasqwfUKRXVSV5tJ+xTnxjqgKzvZSUJCAyIfHew==} + '@node-rs/argon2-linux-arm64-gnu@2.2.1': + resolution: {integrity: sha512-1R1K1+9LC60sE24VFfu0+DvurMzZMgPMHODCr2b4aUSeB4ST5DgMHqy6nKMyxh3FDjy/xib6g/Ew0+B5O7nPHg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] libc: [glibc] - '@node-rs/argon2-linux-arm64-musl@2.0.2': - resolution: {integrity: sha512-p3YqVMNT/4DNR67tIHTYGbedYmXxW9QlFmF39SkXyEbGQwpgSf6pH457/fyXBIYznTU/smnG9EH+C1uzT5j4hA==} + '@node-rs/argon2-linux-arm64-musl@2.2.1': + resolution: {integrity: sha512-OgSW61LB/xy+uLeSIWWZ817x7xg/P0UfmzS8KpiN73l5lD4Fx13aqQ3fv7pVirorL2vH9PYsX2fKEXlg66STlQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] libc: [musl] - '@node-rs/argon2-linux-x64-gnu@2.0.2': - resolution: {integrity: sha512-ZM3jrHuJ0dKOhvA80gKJqBpBRmTJTFSo2+xVZR+phQcbAKRlDMSZMFDiKbSTnctkfwNFtjgDdh5g1vaEV04AvA==} + '@node-rs/argon2-linux-x64-gnu@2.2.1': + resolution: {integrity: sha512-PIbG2WrqB84k2sdirnSXigFJvAemw0JkzZ/hOg6I9tO2GvhlY4P4z0NgmoRm7iKH+XTMo199src1Upm7RZwRAw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] libc: [glibc] - '@node-rs/argon2-linux-x64-musl@2.0.2': - resolution: {integrity: sha512-of5uPqk7oCRF/44a89YlWTEfjsftPywyTULwuFDKyD8QtVZoonrJR6ZWvfFE/6jBT68S0okAkAzzMEdBVWdxWw==} + '@node-rs/argon2-linux-x64-musl@2.2.1': + resolution: {integrity: sha512-atVrlz9vrkf6NvxoTgRTm6KeEBIooUGE4njBTVtJ3DAngOi+QKwOHL/VIhV5y2jE2d7lmuoOFnVSwHHKBzwTuQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] libc: [musl] - '@node-rs/argon2-wasm32-wasi@2.0.2': - resolution: {integrity: sha512-U3PzLYKSQYzTERstgtHLd4ZTkOF9co57zTXT77r0cVUsleGZOrd6ut7rHzeWwoJSiHOVxxa0OhG1JVQeB7lLoQ==} - engines: {node: '>=14.0.0'} - cpu: [wasm32] - - '@node-rs/argon2-win32-arm64-msvc@2.0.2': - resolution: {integrity: sha512-Eisd7/NM0m23ijrGr6xI2iMocdOuyl6gO27gfMfya4C5BODbUSP7ljKJ7LrA0teqZMdYHesRDzx36Js++/vhiQ==} + '@node-rs/argon2-win32-arm64-msvc@2.2.1': + resolution: {integrity: sha512-vbPiOBa/mjSJ0md+bummYScLPmGOxY46A77pvm+sDxsKH7a04oWqfuRK+EXBc4iEXQh6NoA4MlFwQW79CM7+kA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@node-rs/argon2-win32-ia32-msvc@2.0.2': - resolution: {integrity: sha512-GsE2ezwAYwh72f9gIjbGTZOf4HxEksb5M2eCaj+Y5rGYVwAdt7C12Q2e9H5LRYxWcFvLH4m4jiSZpQQ4upnPAQ==} + '@node-rs/argon2-win32-ia32-msvc@2.2.1': + resolution: {integrity: sha512-e9ApHBN3MLmGwTFtKYJzm1VTra8bYkAZxwaK5J5y9ka4LDSpeWoyvMkfpVhRIg13k0Zr4XqGkl9XnALyxC2NtQ==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] - '@node-rs/argon2-win32-x64-msvc@2.0.2': - resolution: {integrity: sha512-cJxWXanH4Ew9CfuZ4IAEiafpOBCe97bzoKowHCGk5lG/7kR4WF/eknnBlHW9m8q7t10mKq75kruPLtbSDqgRTw==} + '@node-rs/argon2-win32-x64-msvc@2.2.1': + resolution: {integrity: sha512-1iOOVP0KHp9pRyq7Qcg5cVFjSGGAsff6rYMgB6v98PM282v7OzuxgMpGPy7U3iPfFZb6IRh881SpoaKs+E1czQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - '@node-rs/argon2@2.0.2': - resolution: {integrity: sha512-t64wIsPEtNd4aUPuTAyeL2ubxATCBGmeluaKXEMAFk/8w6AJIVVkeLKMBpgLW6LU2t5cQxT+env/c6jxbtTQBg==} + '@node-rs/argon2@2.2.1': + resolution: {integrity: sha512-miqgmDcvOoAxCf0H3iW2nSd09FFO15geUU30yRNEr2XVXYreErwxAOm1rAKHxNDdjcySA+UTDGMXOWtvFJ3hXQ==} engines: {node: '>= 10'} '@nodelib/fs.scandir@2.1.5': @@ -2133,14 +2125,14 @@ packages: resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==} engines: {node: '>=10'} - '@tanstack/react-virtual@3.14.9': - resolution: {integrity: sha512-qZyr0FZDP8rDC4WBhsryIZmAd9bveJvFGUJJtskWaew6/0dTRS6wZxnR6VQ5bY2KwL3LjerrHqQLk3a0GKcPXQ==} + '@tanstack/react-virtual@3.14.13': + resolution: {integrity: sha512-JbDTAwtzZ99aOeCrAfW5EsE5KSq5RWh6Af2dtFwyLIIk48Ja7vm6n4axu/43T3vfjFnEGJalxJ1wyYjSQD6bSg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - '@tanstack/virtual-core@3.17.7': - resolution: {integrity: sha512-bp+v10y65sp2H7WpWfIMyxTNfl8ZVfxFTLRjPIFRryi6FV/J33z4IS53WO4pTk36KlvJ4iLiQz+oaydDC1xbcA==} + '@tanstack/virtual-core@3.17.11': + resolution: {integrity: sha512-+ILjvtHup6Y2hzQ6YzwMgX1Q+oQpxEGOXCEsCNaPoIP0VxMbizIBTmYTDtkerkIQS8/CbP1BRuyt8V/8BCsy1g==} '@testing-library/dom@10.4.1': resolution: {integrity: sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==} @@ -2223,16 +2215,19 @@ packages: '@types/node@24.13.3': resolution: {integrity: sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==} - '@types/pg@8.20.0': - resolution: {integrity: sha512-bEPFOaMAHTEP1EzpvHTbmwR8UsFyHSKsRisLIHVMXnpNefSbGA1bD6CVy+qKjGSqmZqNqBDV2azOBo8TgkcVow==} + '@types/node@24.13.4': + resolution: {integrity: sha512-YJ7EqCstVTzIr0fMr7qul/977en+pQHrfmuKIo6Zr9i75Be21dr3MovcfvGtyvi2HAUrRerWps5sMO9I7WaxDw==} + + '@types/pg@8.23.1': + resolution: {integrity: sha512-fKVHpikPdg4GKks3JuLEhvwSyvwzF23hnabPy6DD8ljVbC7+6J5dQzdv4arV6jqq57djnMgs1HKBxX4P8aBI3A==} - '@types/react-dom@19.2.3': - resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==} + '@types/react-dom@19.3.0': + resolution: {integrity: sha512-ZI7bU42mZXXKHn/qNLEw2IrbiINU7X5+vfgdixBHkCNpYWXjKgfQ/P+uyGb5CjOLB9UcnTeg3rylQtV2hym44Q==} peerDependencies: - '@types/react': ^19.2.0 + '@types/react': ^19.3.0 - '@types/react@19.2.17': - resolution: {integrity: sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==} + '@types/react@19.3.0': + resolution: {integrity: sha512-N0rFCuH9YoxG9/m61l9MfpJKfmLOVU0em7ipIz6TRgSSkvReLB9vL85GB+yr8Bs5leqpvg96JSwF4ZS1s4viQg==} '@types/responselike@1.0.3': resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} @@ -2833,8 +2828,8 @@ packages: resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} engines: {node: '>= 0.6'} - content-type@2.0.0: - resolution: {integrity: sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==} + content-type@2.1.0: + resolution: {integrity: sha512-mj7UPXE0jaqaOsukNZRUEfEi2AcL7C/vwmwcHV0O97eO1E1pxBZuyjlZrx5seTaNBg1U6+o35wpa35Qfcc+7ag==} engines: {node: '>=18'} convert-source-map@2.0.0: @@ -3150,8 +3145,8 @@ packages: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} engines: {node: '>=0.8.x'} - eventsource-parser@3.1.0: - resolution: {integrity: sha512-kJezFj9YFAMLeORyi7aCLxLbD5/qWMQnoMVlVPyHIll7lgRJCc3JVln9Vgl9nwQi0YkMnhdGTMNn7CkRRAptMg==} + eventsource-parser@3.1.1: + resolution: {integrity: sha512-EKN1vKAMcZ8MlYMpaNuxN6R9yakzH6uajHcHVTqWJzvu5pWw9DyhbP35HH8MVBQ+dZjAfDxk+A8NiR9KWaXiyQ==} engines: {node: '>=18.0.0'} eventsource@3.0.7: @@ -3169,8 +3164,8 @@ packages: exponential-backoff@3.1.3: resolution: {integrity: sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==} - express-rate-limit@8.6.0: - resolution: {integrity: sha512-XKJXDsASUOo0LLtFwW5hCcQGH0N4WQc/Rn8/Pvoia+TJFOkkFPvrtW9lZOeeNcxQJspvOIERMwiRLsVFlhHEkA==} + express-rate-limit@8.7.0: + resolution: {integrity: sha512-hOwV7WOxXfjRpAM1DSJWZDXx3GhplwD8IfwuwvogD8i1Qnkgosw/H45s4ZnFAUHDAhPjlY9hLBvJhKmGMyY26g==} engines: {node: '>= 16'} peerDependencies: express: '>= 4.11' @@ -3211,21 +3206,15 @@ packages: fast-uri@4.1.3: resolution: {integrity: sha512-7+72G6vLt7jjNas8SmSATx2qeyRIjxeqO3i4IkmDTxlqYZRKANhOe1bnovcp4WZmvsYrp60WyqPyHqgRiX0yXw==} - fastify-plugin@5.1.0: - resolution: {integrity: sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==} - fastify-plugin@6.0.0: resolution: {integrity: sha512-fZOty7z3O7vOliF6d8bHE3wiEh1KcNnKEQensSgTk9C1DvN6nRLS++XVd86v33Hw/8u9Un8A1zDrQ8ujcQDHEg==} - fastify-raw-body@5.0.0: - resolution: {integrity: sha512-2qfoaQ3BQDhZ1gtbkKZd6n0kKxJISJGM6u/skD9ljdWItAscjXrtZ1lnjr7PavmXX9j4EyCPmBDiIsLn07d5vA==} + fastify-raw-body@6.0.1: + resolution: {integrity: sha512-H0eo4VaknYFsgyG7t+uppjBqeliAvu6NVKpFf3rzYCKdCPGrrfLc0qc8y1YlC2nNlIp07qQIk65RUViIixLw+A==} engines: {node: '>= 10'} - fastify@5.12.1: - resolution: {integrity: sha512-FWi+tQvwxR/PeRX7Z2mhfEF5ozJ3jn9asiiclzKXNSzJRHAYcU924aIOKAdHFJ+YIKieh3cqr1IwCOvTr41B3Q==} - - fastq@1.20.1: - resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==} + fastify@5.12.4: + resolution: {integrity: sha512-zATD676fP6tBMsn+jQ7Q5/cO/Qo+149TXH0dUqUKel+1/hcZxwIbnflqtPa9EjlrvpY8eCZcL3M1UYrMc31Y7g==} fastq@1.20.3: resolution: {integrity: sha512-XKv5nnLs6nLF71NgiKJLIZFLkPyIEuOselLG7ujZnGrRfQK8HpvY+WqKhAJUAdLomwVHErVS4LfxFlPq0/FTAw==} @@ -3353,13 +3342,13 @@ packages: resolution: {integrity: sha512-w4n9cPWyP7aHxKxYHFQMegj7WIAsL/YX/C4Bs5Rr8s1H9M1rNtRWRsw+ovYMkXDQ5S4ZbYHsHAPmevPjPgw44w==} deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. - gaxios@7.2.0: - resolution: {integrity: sha512-CUVb4wcYe+771XevyH6HtGmXFAGGKkIC3kswAP8Z1JCe0j80JMaTPZH930DWFrvo0atjh18Arc0pEyUCWa5bfg==} + gaxios@7.3.1: + resolution: {integrity: sha512-kB3rzJV7d9juLZh8/56QTXCwQfxyhdOMdyYk1HdQKFtF8TJTDTZQJtixWIwXdE9Jji91mC41DUNpjleo4L4eAQ==} engines: {node: '>=18'} - gcp-metadata@8.1.2: - resolution: {integrity: sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==} - engines: {node: '>=18'} + gcp-metadata@9.0.3: + resolution: {integrity: sha512-2YYnIlHaKBGT2IPg3G2M57hia9Galz15zsEOvw9T3oRf0lSn6KN6VcHQLqby7x8ksYKnjXvp3rp2KJyLCN6zfQ==} + engines: {node: '>=22'} generate-function@2.3.1: resolution: {integrity: sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==} @@ -3419,13 +3408,13 @@ packages: resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} engines: {node: '>= 0.4'} - google-auth-library@10.9.0: - resolution: {integrity: sha512-xtvUqvINPhTaBm7nXqlYPcrMHJPm1lCNdSovxnKKhTm+4JsvQ+KGVYJViLoH9Yxu8w+T0Qv5HubzYT9BLrppJg==} - engines: {node: '>=18'} + google-auth-library@11.0.2: + resolution: {integrity: sha512-vzpgPutxrghPsnjrjpzLX2bdv8IOL719Rh0oEjGnQu8YCIbnbMuTTQ5zU9LcKvLdOPgCxBwppbvnhgW90Qna5Q==} + engines: {node: '>=22'} - google-logging-utils@1.1.3: - resolution: {integrity: sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==} - engines: {node: '>=14'} + google-logging-utils@2.0.1: + resolution: {integrity: sha512-HMhaQghlOTvbcb3c4T5jmmOMtG3JUF1iOQMezaJXL86CDS+Tm2vHd0IeLFRAx3+ewd+bo9E1HFHoy17X5aJa9A==} + engines: {node: '>=22'} gopd@1.2.0: resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==} @@ -3629,8 +3618,8 @@ packages: resolution: {integrity: sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==} hasBin: true - jose@6.2.3: - resolution: {integrity: sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==} + jose@6.2.12: + resolution: {integrity: sha512-9NiFmJEex0sy2Dk58j2UGBSHgUs2ypF9eZSu4L6vjOX3Dp96Sw1F3uL+H+D1sx02jZZdzUT0HgvCy59CuvXcWw==} js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} @@ -3859,8 +3848,8 @@ packages: mdn-data@2.27.1: resolution: {integrity: sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==} - media-typer@1.1.0: - resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==} + media-typer@1.1.1: + resolution: {integrity: sha512-yz3xRaG20c6/BOzvYoDaGtPmGscs7YivItZEEqe6GbwNfHuxu9YNmvnEkMzKldAGY4/80pRcQRZSEnhquk9XuQ==} engines: {node: '>= 0.8'} mem@4.3.0: @@ -3923,8 +3912,8 @@ packages: minimalistic-assert@1.0.1: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} - minimatch@10.2.5: - resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==} + minimatch@10.2.6: + resolution: {integrity: sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==} engines: {node: 18 || 20 || >=22} minimatch@3.1.5: @@ -4059,6 +4048,10 @@ packages: resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==} engines: {node: '>= 0.6'} + negotiator@1.1.0: + resolution: {integrity: sha512-NMPBRMJgiQHjbd8phG3Vebdx4kZ1H121rbl5IkMqeOsahptB9BKo/d7oJ3zTXqTgagn2bWlNSXkh0QUGM31RYg==} + engines: {node: '>=18'} + neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} @@ -4306,15 +4299,15 @@ packages: peerDependencies: pg: '>=8.0' - pg-protocol@1.15.0: - resolution: {integrity: sha512-cq9sECI5s0+uPUXjbz8ioyPJni6RzsRib0US67i5IoTZKw8fNeYlVE7u8F4dG7vEJJtc5wdD1K189lCCUwqWTQ==} + pg-protocol@1.16.0: + resolution: {integrity: sha512-sILXutLVjCLjcDuOmvhX5e2Z4cS5qG/6Bu3VkpFwdf/633ElGLpEh9bgmuI5I4sqKqkifQiGyiCcx1HdtrK7tg==} pg-types@2.2.0: resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==} engines: {node: '>=4'} - pg@8.22.0: - resolution: {integrity: sha512-8wih1vVIBMxoUM2oB4soJsD9tDnDpLv4OXBJ+EJzFsvycD+lfyIreC2gGHq78f8jbLLt+bvlPTFdFZfJkOuzAA==} + pg@8.23.0: + resolution: {integrity: sha512-Ip2EQCngowJLGOfCwkFhPXU7/ljlhn6Rxlmy4XYfL2Y+vyRM59+8uR2xqRWKdYmbXmxCFOAmKxBuSUCdF34qLg==} engines: {node: '>= 16.0.0'} peerDependencies: pg-native: '>=3.0.1' @@ -4431,8 +4424,8 @@ packages: resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} engines: {node: '>=10'} - proxy-addr@2.0.7: - resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} + proxy-addr@2.0.8: + resolution: {integrity: sha512-5nnx0yGyVUcY6t9RnWcARWtwT9F1D8O9rt08htPvnd49W1IgZtmLkhu9WfMzQj1cFxjHIO6connUNVW5k7AVyQ==} engines: {node: '>= 0.10'} pump@3.0.4: @@ -4442,8 +4435,8 @@ packages: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - qs@6.15.3: - resolution: {integrity: sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==} + qs@6.16.0: + resolution: {integrity: sha512-h6fhOIaRrID2CbEY2fqs+7t+UXZo+MLAnU5gRIq85uFtdiUPCdsApMlHhXogKVM4HM2DVbIjGNTTYH2OcmP1vA==} engines: {node: '>=0.6'} queue-microtask@1.2.3: @@ -4474,16 +4467,16 @@ packages: resolution: {integrity: sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==} engines: {node: '>= 0.10'} - react-dom@19.2.7: - resolution: {integrity: sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==} + react-dom@19.3.0: + resolution: {integrity: sha512-JDk8dgif51OjFoDE70+OT9ICyYr+69HlmihNwp1+Nsfbna3t5sIiCa9ZJktDmQ4/1b/rn26hIAR2uYXDMr5r0Q==} peerDependencies: - react: ^19.2.7 + react: ^19.3.0 react-is@17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} - react@19.2.7: - resolution: {integrity: sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==} + react@19.3.0: + resolution: {integrity: sha512-E8LUcbtBWt20bbl2YoHfx4ZDBdxVTfOKtCZn9cDSJ4l6/nuoApcpIBcj47t2wZoVX8g2ZHuMHbiShgCR1T5Sog==} engines: {node: '>=0.10.0'} read-binary-file-arch@1.0.6: @@ -4618,16 +4611,13 @@ packages: resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} engines: {node: '>=v12.22.7'} - scheduler@0.27.0: - resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} + scheduler@0.28.0: + resolution: {integrity: sha512-juorfCmIkIw8tT+p5BXSm6PJjQF/ycEYmKyzURCIt/RaZIhL+PulbQ9Yu2z1HdOJDdqDTlxA1+xKBmHXJsczAw==} schema-utils@4.3.3: resolution: {integrity: sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==} engines: {node: '>= 10.13.0'} - secure-json-parse@2.7.0: - resolution: {integrity: sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==} - secure-json-parse@4.1.0: resolution: {integrity: sha512-l4KnYfEyqYJxDwlNVyRfO2E4NTHfMKAWdUuA8J0yve2Dz/E/PdBepY03RvyJpssIpRFwJoCD55wA+mEDs6ByWA==} @@ -4780,8 +4770,8 @@ packages: stackback@0.0.2: resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} - standardwebhooks@1.0.0: - resolution: {integrity: sha512-BbHGOQK9olHPMvQNHWul6MYlrRTAOKn03rOe4A8O3CLWhNf4YHBqq2HJKKC+sfqpxiBY52pNeesD6jIiLDz8jg==} + standardwebhooks@1.1.1: + resolution: {integrity: sha512-bCbX9ZEyFkWPsRz7Bl3NuQUJohmwGSev/yhr7vhaGPlc4AfIrspIRa6cPTBuI1ItmrTDJ4d/S2hCsfe4+vQGnQ==} statuses@2.0.2: resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==} @@ -4879,8 +4869,9 @@ packages: resolution: {integrity: sha512-PY8LOw7xP6c8IOiVqdo0sbbZVYhXRSfklOQLAUyGBKqjTX0wx/z4l/9J+PmBpmlLnxzEb1NqltxQ5/wZme/Cmg==} engines: {node: '>=18'} - svix@1.99.1: - resolution: {integrity: sha512-JfpvbAg5iT5NagDAfOq3e6Ci6NbOMbMm6C3DnfDBB60m2JDK+Z2hXPE9XNAmutb53DCdPoih1V70IbklZnX09A==} + svix@2.5.0: + resolution: {integrity: sha512-mqcwCPKL6J5yqC2EQy5ZqE5XEJriCZffy49EGBDCsnrQ7RAYF4kZLJhKfXrB0n21S+3M9qYmQ9YjzrNjRlIuCw==} + engines: {node: '>=22'} symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -5284,8 +5275,8 @@ packages: utf-8-validate: optional: true - ws@8.21.1: - resolution: {integrity: sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==} + ws@8.21.3: + resolution: {integrity: sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -5322,8 +5313,8 @@ packages: resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==} engines: {node: '>=18'} - yaml@2.9.0: - resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==} + yaml@2.9.1: + resolution: {integrity: sha512-3NxN8+78OdzbT7C/WjGsyfPAtJaN3FNDsWxv7Y7mcDsT/oOmgW8BpyQQFFBnvZE3j9Y2Sdz1ULFLezL7Eb2yFw==} engines: {node: '>= 14.6'} hasBin: true @@ -5361,8 +5352,8 @@ packages: peerDependencies: zod: ^3.25.28 || ^4 - zod@4.4.3: - resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==} + zod@4.6.5: + resolution: {integrity: sha512-v5l/aFXZQeai4awLbOpSoHecE9UiMrnfx75tEXLjNonXVARxQ5mOeipTjROUchszUNCqnE+hqAMujRsRHsut2Q==} snapshots: @@ -5444,35 +5435,35 @@ snapshots: '@codemirror/autocomplete@6.20.3': dependencies: '@codemirror/language': 6.12.4 - '@codemirror/state': 6.7.1 - '@codemirror/view': 6.43.7 + '@codemirror/state': 6.7.4 + '@codemirror/view': 6.43.11 '@lezer/common': 1.5.2 - '@codemirror/commands@6.10.4': + '@codemirror/commands@6.11.0': dependencies: '@codemirror/language': 6.12.4 - '@codemirror/state': 6.7.1 - '@codemirror/view': 6.43.7 + '@codemirror/state': 6.7.4 + '@codemirror/view': 6.43.11 '@lezer/common': 1.5.2 '@codemirror/lang-css@6.3.1': dependencies: '@codemirror/autocomplete': 6.20.3 '@codemirror/language': 6.12.4 - '@codemirror/state': 6.7.1 + '@codemirror/state': 6.7.4 '@lezer/common': 1.5.2 - '@lezer/css': 1.3.4 + '@lezer/css': 1.3.6 - '@codemirror/lang-html@6.4.11': + '@codemirror/lang-html@6.4.12': dependencies: '@codemirror/autocomplete': 6.20.3 '@codemirror/lang-css': 6.3.1 '@codemirror/lang-javascript': 6.2.5 '@codemirror/language': 6.12.4 - '@codemirror/state': 6.7.1 - '@codemirror/view': 6.43.7 + '@codemirror/state': 6.7.4 + '@codemirror/view': 6.43.11 '@lezer/common': 1.5.2 - '@lezer/css': 1.3.4 + '@lezer/css': 1.3.6 '@lezer/html': 1.3.13 '@codemirror/lang-javascript@6.2.5': @@ -5480,8 +5471,8 @@ snapshots: '@codemirror/autocomplete': 6.20.3 '@codemirror/language': 6.12.4 '@codemirror/lint': 6.9.7 - '@codemirror/state': 6.7.1 - '@codemirror/view': 6.43.7 + '@codemirror/state': 6.7.4 + '@codemirror/view': 6.43.11 '@lezer/common': 1.5.2 '@lezer/javascript': 1.5.4 @@ -5490,13 +5481,13 @@ snapshots: '@codemirror/language': 6.12.4 '@lezer/json': 1.0.3 - '@codemirror/lang-markdown@6.5.1': + '@codemirror/lang-markdown@6.5.2': dependencies: '@codemirror/autocomplete': 6.20.3 - '@codemirror/lang-html': 6.4.11 + '@codemirror/lang-html': 6.4.12 '@codemirror/language': 6.12.4 - '@codemirror/state': 6.7.1 - '@codemirror/view': 6.43.7 + '@codemirror/state': 6.7.4 + '@codemirror/view': 6.43.11 '@lezer/common': 1.5.2 '@lezer/markdown': 1.7.2 @@ -5504,7 +5495,7 @@ snapshots: dependencies: '@codemirror/autocomplete': 6.20.3 '@codemirror/language': 6.12.4 - '@codemirror/state': 6.7.1 + '@codemirror/state': 6.7.4 '@lezer/common': 1.5.2 '@lezer/highlight': 1.2.3 '@lezer/lr': 1.4.10 @@ -5512,8 +5503,8 @@ snapshots: '@codemirror/language@6.12.4': dependencies: - '@codemirror/state': 6.7.1 - '@codemirror/view': 6.43.7 + '@codemirror/state': 6.7.4 + '@codemirror/view': 6.43.11 '@lezer/common': 1.5.2 '@lezer/highlight': 1.2.3 '@lezer/lr': 1.4.10 @@ -5521,23 +5512,23 @@ snapshots: '@codemirror/lint@6.9.7': dependencies: - '@codemirror/state': 6.7.1 - '@codemirror/view': 6.43.7 + '@codemirror/state': 6.7.4 + '@codemirror/view': 6.43.11 crelt: 1.0.7 - '@codemirror/search@6.7.1': + '@codemirror/search@6.7.2': dependencies: - '@codemirror/state': 6.7.1 - '@codemirror/view': 6.43.7 + '@codemirror/state': 6.7.4 + '@codemirror/view': 6.43.11 crelt: 1.0.7 - '@codemirror/state@6.7.1': + '@codemirror/state@6.7.4': dependencies: - '@marijn/find-cluster-break': 1.0.3 + '@marijn/find-cluster-break': 1.0.4 - '@codemirror/view@6.43.7': + '@codemirror/view@6.43.11': dependencies: - '@codemirror/state': 6.7.1 + '@codemirror/state': 6.7.4 crelt: 1.0.7 style-mod: 4.1.3 w3c-keyname: 2.2.8 @@ -5938,17 +5929,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/engines': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/engines': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/engines@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/engines@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: '@embedpdf/fonts-arabic': 1.0.0 '@embedpdf/fonts-hebrew': 1.0.0 @@ -5960,8 +5951,8 @@ snapshots: '@embedpdf/models': 2.15.0 '@embedpdf/pdfium': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) @@ -5983,362 +5974,362 @@ snapshots: '@embedpdf/pdfium@2.15.0': {} - '@embedpdf/plugin-annotation@2.15.0(a6af0122725a50e23b60eed07e784673)': + '@embedpdf/plugin-annotation@2.15.0(559a881bf337af9863cee5cac6377923)': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 - '@embedpdf/plugin-history': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-interaction-manager': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-scroll': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-selection': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/utils': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-history': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-interaction-manager': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-scroll': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-selection': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/utils': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-attachment@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-attachment@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-bookmark@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-bookmark@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-capture@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-render@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-capture@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-render@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 - '@embedpdf/plugin-interaction-manager': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-render': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-interaction-manager': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-render': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-commands@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-commands@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-document-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-document-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-export@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-export@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-form@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-annotation@2.15.0(a6af0122725a50e23b60eed07e784673))(@embedpdf/plugin-history@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-form@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-annotation@2.15.0(559a881bf337af9863cee5cac6377923))(@embedpdf/plugin-history@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 - '@embedpdf/plugin-annotation': 2.15.0(a6af0122725a50e23b60eed07e784673) - '@embedpdf/plugin-history': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/utils': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-annotation': 2.15.0(559a881bf337af9863cee5cac6377923) + '@embedpdf/plugin-history': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/utils': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-fullscreen@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-fullscreen@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-history@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-history@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-i18n@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-i18n@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-pan@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-pan@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 - '@embedpdf/plugin-interaction-manager': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-viewport': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-interaction-manager': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-viewport': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-print@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-print@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-redaction@2.15.0(bdf11565ea62b71f1017cd22094dbf0a)': + '@embedpdf/plugin-redaction@2.15.0(4cea51bd2c6aa37a52bb2037496c0aef)': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 - '@embedpdf/plugin-annotation': 2.15.0(a6af0122725a50e23b60eed07e784673) - '@embedpdf/plugin-history': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-interaction-manager': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-selection': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/utils': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-annotation': 2.15.0(559a881bf337af9863cee5cac6377923) + '@embedpdf/plugin-history': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-interaction-manager': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-selection': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/utils': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-render@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-render@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-rotate@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-rotate@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-scroll@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-scroll@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 - '@embedpdf/plugin-viewport': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-viewport': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-search@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-search@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-selection@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-selection@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 - '@embedpdf/plugin-interaction-manager': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/utils': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-interaction-manager': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/utils': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-signature@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-annotation@2.15.0(a6af0122725a50e23b60eed07e784673))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-signature@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-annotation@2.15.0(559a881bf337af9863cee5cac6377923))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 - '@embedpdf/plugin-annotation': 2.15.0(a6af0122725a50e23b60eed07e784673) + '@embedpdf/plugin-annotation': 2.15.0(559a881bf337af9863cee5cac6377923) preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-spread@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-spread@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-stamp@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-annotation@2.15.0(a6af0122725a50e23b60eed07e784673))(@embedpdf/plugin-i18n@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-stamp@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-annotation@2.15.0(559a881bf337af9863cee5cac6377923))(@embedpdf/plugin-i18n@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 - '@embedpdf/plugin-annotation': 2.15.0(a6af0122725a50e23b60eed07e784673) - '@embedpdf/plugin-i18n': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-annotation': 2.15.0(559a881bf337af9863cee5cac6377923) + '@embedpdf/plugin-i18n': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-thumbnail@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-render@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-thumbnail@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-render@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 - '@embedpdf/plugin-render': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-render': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-tiling@2.15.0(67c9fba1141826415e83ebf1139f6f30)': + '@embedpdf/plugin-tiling@2.15.0(cb2732dd71a40f1febe356eb1a7ebc11)': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 - '@embedpdf/plugin-render': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-scroll': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-viewport': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-render': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-scroll': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-viewport': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-ui@2.15.0(67c9fba1141826415e83ebf1139f6f30)': + '@embedpdf/plugin-ui@2.15.0(cb2732dd71a40f1febe356eb1a7ebc11)': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 - '@embedpdf/plugin-render': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-scroll': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-viewport': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-render': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-scroll': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-viewport': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/plugin-zoom@2.15.0(06dcf9b757304a820b614c84eb886ac7)': + '@embedpdf/plugin-zoom@2.15.0(27aa3662a120ecd3bccb76b1ed34bddf)': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 - '@embedpdf/plugin-scroll': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-viewport': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-scroll': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-viewport': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) - '@embedpdf/react-pdf-viewer@2.15.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/react-pdf-viewer@2.15.0(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/snippet': 2.15.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + '@embedpdf/snippet': 2.15.0(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) transitivePeerDependencies: - preact-render-to-string - svelte - vue - '@embedpdf/snippet@2.15.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/snippet@2.15.0(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: - '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/engines': 2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/core': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/engines': 2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) '@embedpdf/models': 2.15.0 '@embedpdf/pdfium': 2.15.0 - '@embedpdf/plugin-annotation': 2.15.0(a6af0122725a50e23b60eed07e784673) - '@embedpdf/plugin-attachment': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-bookmark': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-capture': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-render@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-commands': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-document-manager': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-export': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-form': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-annotation@2.15.0(a6af0122725a50e23b60eed07e784673))(@embedpdf/plugin-history@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-fullscreen': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-history': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-i18n': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-interaction-manager': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-pan': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-print': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-redaction': 2.15.0(bdf11565ea62b71f1017cd22094dbf0a) - '@embedpdf/plugin-render': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-rotate': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-scroll': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-search': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-selection': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-signature': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-annotation@2.15.0(a6af0122725a50e23b60eed07e784673))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-spread': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-stamp': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-annotation@2.15.0(a6af0122725a50e23b60eed07e784673))(@embedpdf/plugin-i18n@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-thumbnail': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-render@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-tiling': 2.15.0(67c9fba1141826415e83ebf1139f6f30) - '@embedpdf/plugin-ui': 2.15.0(67c9fba1141826415e83ebf1139f6f30) - '@embedpdf/plugin-viewport': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) - '@embedpdf/plugin-zoom': 2.15.0(06dcf9b757304a820b614c84eb886ac7) + '@embedpdf/plugin-annotation': 2.15.0(559a881bf337af9863cee5cac6377923) + '@embedpdf/plugin-attachment': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-bookmark': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-capture': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-render@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-commands': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-document-manager': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-export': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-form': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-annotation@2.15.0(559a881bf337af9863cee5cac6377923))(@embedpdf/plugin-history@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-fullscreen': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-history': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-i18n': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-interaction-manager': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-pan': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-print': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-redaction': 2.15.0(4cea51bd2c6aa37a52bb2037496c0aef) + '@embedpdf/plugin-render': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-rotate': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-scroll': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-viewport@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-search': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-selection': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-interaction-manager@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-signature': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-annotation@2.15.0(559a881bf337af9863cee5cac6377923))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-spread': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-stamp': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-annotation@2.15.0(559a881bf337af9863cee5cac6377923))(@embedpdf/plugin-i18n@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-thumbnail': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(@embedpdf/plugin-render@2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-tiling': 2.15.0(cb2732dd71a40f1febe356eb1a7ebc11) + '@embedpdf/plugin-ui': 2.15.0(cb2732dd71a40f1febe356eb1a7ebc11) + '@embedpdf/plugin-viewport': 2.15.0(@embedpdf/core@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)))(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2)) + '@embedpdf/plugin-zoom': 2.15.0(27aa3662a120ecd3bccb76b1ed34bddf) preact: 10.29.8 tailwind-merge: 3.6.0 transitivePeerDependencies: @@ -6348,11 +6339,11 @@ snapshots: - svelte - vue - '@embedpdf/utils@2.15.0(preact@10.29.8)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': + '@embedpdf/utils@2.15.0(preact@10.29.8)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)(svelte@5.56.8)(vue@3.5.41(typescript@7.0.2))': dependencies: preact: 10.29.8 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) svelte: 5.56.8 vue: 3.5.41(typescript@7.0.2) @@ -6455,11 +6446,11 @@ snapshots: '@esbuild/win32-x64@0.28.1': optional: true - '@exodus/bytes@1.15.1(@noble/hashes@2.2.0)': + '@exodus/bytes@1.15.1(@noble/hashes@2.4.0)': optionalDependencies: - '@noble/hashes': 2.2.0 + '@noble/hashes': 2.4.0 - '@fastify/accept-negotiator@2.0.1': {} + '@fastify/accept-negotiator@2.1.0': {} '@fastify/ajv-compiler@4.0.6': dependencies: @@ -6483,14 +6474,14 @@ snapshots: dependencies: fast-json-stringify: 7.0.1 - '@fastify/formbody@8.0.2': + '@fastify/formbody@9.0.0': dependencies: fast-querystring: 1.1.2 - fastify-plugin: 5.1.0 + fastify-plugin: 6.0.0 '@fastify/forwarded@3.0.2': {} - '@fastify/helmet@13.1.0': + '@fastify/helmet@13.1.1': dependencies: fastify-plugin: 6.0.0 helmet: 8.3.0 @@ -6504,13 +6495,14 @@ snapshots: '@fastify/forwarded': 3.0.2 ipaddr.js: 2.5.0 - '@fastify/rate-limit@11.1.0': + '@fastify/rate-limit@11.2.0': dependencies: '@lukeed/ms': 2.0.2 fastify-plugin: 6.0.0 + ip-address: 10.3.1 toad-cache: 3.7.4 - '@fastify/send@4.1.0': + '@fastify/send@4.1.1': dependencies: '@lukeed/ms': 2.0.2 escape-html: 1.0.3 @@ -6518,21 +6510,21 @@ snapshots: http-errors: 2.0.1 mime: 3.0.0 - '@fastify/static@10.1.2': + '@fastify/static@10.1.3': dependencies: - '@fastify/accept-negotiator': 2.0.1 + '@fastify/accept-negotiator': 2.1.0 '@fastify/error': 4.2.0 - '@fastify/send': 4.1.0 + '@fastify/send': 4.1.1 content-disposition: 2.0.1 fastify-plugin: 6.0.0 - fastq: 1.20.1 + fastq: 1.20.3 glob: 13.0.6 '@fastify/websocket@11.3.0': dependencies: duplexify: 4.1.3 fastify-plugin: 6.0.0 - ws: 8.21.1 + ws: 8.21.3 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -6788,7 +6780,7 @@ snapshots: '@lezer/common@1.5.2': {} - '@lezer/css@1.3.4': + '@lezer/css@1.3.6': dependencies: '@lezer/common': 1.5.2 '@lezer/highlight': 1.2.3 @@ -6847,9 +6839,9 @@ snapshots: dependencies: cross-spawn: 7.0.6 - '@marijn/find-cluster-break@1.0.3': {} + '@marijn/find-cluster-break@1.0.4': {} - '@modelcontextprotocol/sdk@1.29.0(supports-color@10.2.2)(zod@4.4.3)': + '@modelcontextprotocol/sdk@1.30.0(supports-color@10.2.2)(zod@4.6.5)': dependencies: '@hono/node-server': 2.0.11(hono@4.12.34) ajv: 8.20.0 @@ -6858,26 +6850,19 @@ snapshots: cors: 2.8.6 cross-spawn: 7.0.6 eventsource: 3.0.7 - eventsource-parser: 3.1.0 + eventsource-parser: 3.1.1 express: 5.2.1(supports-color@10.2.2) - express-rate-limit: 8.6.0(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2) + express-rate-limit: 8.7.0(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2) hono: 4.12.34 - jose: 6.2.3 + jose: 6.2.12 json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 raw-body: 3.0.2 - zod: 4.4.3 - zod-to-json-schema: 3.25.2(zod@4.4.3) + zod: 4.6.5 + zod-to-json-schema: 3.25.2(zod@4.6.5) transitivePeerDependencies: - supports-color - '@napi-rs/wasm-runtime@0.2.12': - dependencies: - '@emnapi/core': 1.11.1 - '@emnapi/runtime': 1.11.1 - '@tybys/wasm-util': 0.10.3 - optional: true - '@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)': dependencies: '@emnapi/core': 1.11.1 @@ -6902,68 +6887,62 @@ snapshots: '@nats-io/nkeys': 2.0.3 '@nats-io/nuid': 3.0.0 - '@noble/hashes@2.2.0': {} - - '@node-rs/argon2-android-arm-eabi@2.0.2': - optional: true + '@noble/hashes@2.4.0': {} - '@node-rs/argon2-android-arm64@2.0.2': + '@node-rs/argon2-android-arm-eabi@2.2.1': optional: true - '@node-rs/argon2-darwin-arm64@2.0.2': + '@node-rs/argon2-android-arm64@2.2.1': optional: true - '@node-rs/argon2-darwin-x64@2.0.2': + '@node-rs/argon2-darwin-arm64@2.2.1': optional: true - '@node-rs/argon2-freebsd-x64@2.0.2': + '@node-rs/argon2-darwin-x64@2.2.1': optional: true - '@node-rs/argon2-linux-arm-gnueabihf@2.0.2': + '@node-rs/argon2-freebsd-x64@2.2.1': optional: true - '@node-rs/argon2-linux-arm64-gnu@2.0.2': + '@node-rs/argon2-linux-arm-gnueabihf@2.2.1': optional: true - '@node-rs/argon2-linux-arm64-musl@2.0.2': + '@node-rs/argon2-linux-arm64-gnu@2.2.1': optional: true - '@node-rs/argon2-linux-x64-gnu@2.0.2': + '@node-rs/argon2-linux-arm64-musl@2.2.1': optional: true - '@node-rs/argon2-linux-x64-musl@2.0.2': + '@node-rs/argon2-linux-x64-gnu@2.2.1': optional: true - '@node-rs/argon2-wasm32-wasi@2.0.2': - dependencies: - '@napi-rs/wasm-runtime': 0.2.12 + '@node-rs/argon2-linux-x64-musl@2.2.1': optional: true - '@node-rs/argon2-win32-arm64-msvc@2.0.2': + '@node-rs/argon2-win32-arm64-msvc@2.2.1': optional: true - '@node-rs/argon2-win32-ia32-msvc@2.0.2': + '@node-rs/argon2-win32-ia32-msvc@2.2.1': optional: true - '@node-rs/argon2-win32-x64-msvc@2.0.2': + '@node-rs/argon2-win32-x64-msvc@2.2.1': optional: true - '@node-rs/argon2@2.0.2': + '@node-rs/argon2@2.2.1': optionalDependencies: - '@node-rs/argon2-android-arm-eabi': 2.0.2 - '@node-rs/argon2-android-arm64': 2.0.2 - '@node-rs/argon2-darwin-arm64': 2.0.2 - '@node-rs/argon2-darwin-x64': 2.0.2 - '@node-rs/argon2-freebsd-x64': 2.0.2 - '@node-rs/argon2-linux-arm-gnueabihf': 2.0.2 - '@node-rs/argon2-linux-arm64-gnu': 2.0.2 - '@node-rs/argon2-linux-arm64-musl': 2.0.2 - '@node-rs/argon2-linux-x64-gnu': 2.0.2 - '@node-rs/argon2-linux-x64-musl': 2.0.2 - '@node-rs/argon2-wasm32-wasi': 2.0.2 - '@node-rs/argon2-win32-arm64-msvc': 2.0.2 - '@node-rs/argon2-win32-ia32-msvc': 2.0.2 - '@node-rs/argon2-win32-x64-msvc': 2.0.2 + '@node-rs/argon2-android-arm-eabi': 2.2.1 + '@node-rs/argon2-android-arm64': 2.2.1 + '@node-rs/argon2-darwin-arm64': 2.2.1 + '@node-rs/argon2-darwin-x64': 2.2.1 + '@node-rs/argon2-freebsd-x64': 2.2.1 + '@node-rs/argon2-linux-arm-gnueabihf': 2.2.1 + '@node-rs/argon2-linux-arm64-gnu': 2.2.1 + '@node-rs/argon2-linux-arm64-musl': 2.2.1 + '@node-rs/argon2-linux-x64-gnu': 2.2.1 + '@node-rs/argon2-linux-x64-musl': 2.2.1 + '@node-rs/argon2-win32-arm64-msvc': 2.2.1 + '@node-rs/argon2-win32-ia32-msvc': 2.2.1 + '@node-rs/argon2-win32-x64-msvc': 2.2.1 '@nodelib/fs.scandir@2.1.5': dependencies: @@ -6995,10 +6974,10 @@ snapshots: '@oxc-project/types@0.139.0': {} - '@phosphor-icons/react@2.1.10(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': + '@phosphor-icons/react@2.1.10(react-dom@19.3.0(react@19.3.0))(react@19.3.0)': dependencies: - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) '@phosphor-icons/web@2.1.2': {} @@ -7022,13 +7001,13 @@ snapshots: '@replit/codemirror-vim-core@0.1.0': {} - '@replit/codemirror-vim@6.4.0(@codemirror/commands@6.10.4)(@codemirror/language@6.12.4)(@codemirror/search@6.7.1)(@codemirror/state@6.7.1)(@codemirror/view@6.43.7)': + '@replit/codemirror-vim@6.4.0(@codemirror/commands@6.11.0)(@codemirror/language@6.12.4)(@codemirror/search@6.7.2)(@codemirror/state@6.7.4)(@codemirror/view@6.43.11)': dependencies: - '@codemirror/commands': 6.10.4 + '@codemirror/commands': 6.11.0 '@codemirror/language': 6.12.4 - '@codemirror/search': 6.7.1 - '@codemirror/state': 6.7.1 - '@codemirror/view': 6.43.7 + '@codemirror/search': 6.7.2 + '@codemirror/state': 6.7.4 + '@codemirror/view': 6.43.11 '@replit/codemirror-vim-core': 0.1.0 '@rolldown/binding-android-arm64@1.1.5': @@ -7132,13 +7111,13 @@ snapshots: dependencies: defer-to-connect: 2.0.1 - '@tanstack/react-virtual@3.14.9(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': + '@tanstack/react-virtual@3.14.13(react-dom@19.3.0(react@19.3.0))(react@19.3.0)': dependencies: - '@tanstack/virtual-core': 3.17.7 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + '@tanstack/virtual-core': 3.17.11 + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) - '@tanstack/virtual-core@3.17.7': {} + '@tanstack/virtual-core@3.17.11': {} '@testing-library/dom@10.4.1': dependencies: @@ -7161,15 +7140,15 @@ snapshots: picocolors: 1.1.1 redent: 3.0.0 - '@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': + '@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.3.0(@types/react@19.3.0))(@types/react@19.3.0)(react-dom@19.3.0(react@19.3.0))(react@19.3.0)': dependencies: '@babel/runtime': 7.29.7 '@testing-library/dom': 10.4.1 - react: 19.2.7 - react-dom: 19.2.7(react@19.2.7) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) optionalDependencies: - '@types/react': 19.2.17 - '@types/react-dom': 19.2.3(@types/react@19.2.17) + '@types/react': 19.3.0 + '@types/react-dom': 19.3.0(@types/react@19.3.0) '@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)': dependencies: @@ -7180,7 +7159,7 @@ snapshots: '@tufjs/models@4.1.0': dependencies: '@tufjs/canonical-json': 2.0.0 - minimatch: 10.2.5 + minimatch: 10.2.6 '@tybys/wasm-util@0.10.3': dependencies: @@ -7189,7 +7168,7 @@ snapshots: '@types/appdmg@0.5.5': dependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.4 optional: true '@types/aria-query@5.0.4': {} @@ -7198,7 +7177,7 @@ snapshots: dependencies: '@types/http-cache-semantics': 4.2.0 '@types/keyv': 3.1.4 - '@types/node': 24.13.3 + '@types/node': 24.13.4 '@types/responselike': 1.0.3 '@types/chai@5.2.3': @@ -7212,7 +7191,7 @@ snapshots: '@types/fs-extra@9.0.13': dependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.4 optional: true '@types/http-cache-semantics@4.2.0': {} @@ -7221,11 +7200,11 @@ snapshots: '@types/keyv@3.1.4': dependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.4 '@types/mute-stream@0.0.4': dependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.4 '@types/node@22.20.1': dependencies: @@ -7235,23 +7214,27 @@ snapshots: dependencies: undici-types: 7.18.2 - '@types/pg@8.20.0': + '@types/node@24.13.4': dependencies: - '@types/node': 24.13.3 - pg-protocol: 1.15.0 + undici-types: 7.18.2 + + '@types/pg@8.23.1': + dependencies: + '@types/node': 24.13.4 + pg-protocol: 1.16.0 pg-types: 2.2.0 - '@types/react-dom@19.2.3(@types/react@19.2.17)': + '@types/react-dom@19.3.0(@types/react@19.3.0)': dependencies: - '@types/react': 19.2.17 + '@types/react': 19.3.0 - '@types/react@19.2.17': + '@types/react@19.3.0': dependencies: csstype: 3.2.3 '@types/responselike@1.0.3': dependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.4 '@types/trusted-types@2.0.7': {} @@ -7325,10 +7308,10 @@ snapshots: '@typescript/typescript-win32-x64@7.0.2': optional: true - '@vitejs/plugin-react@6.0.3(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0))': + '@vitejs/plugin-react@6.0.3(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1))': dependencies: '@rolldown/pluginutils': 1.0.1 - vite: 8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0) + vite: 8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1) '@vitest/expect@4.1.10': dependencies: @@ -7339,13 +7322,21 @@ snapshots: chai: 6.2.2 tinyrainbow: 3.1.0 - '@vitest/mocker@4.1.10(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0))': + '@vitest/mocker@4.1.10(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1))': + dependencies: + '@vitest/spy': 4.1.10 + estree-walker: 3.0.3 + magic-string: 0.30.21 + optionalDependencies: + vite: 8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1) + + '@vitest/mocker@4.1.10(vite@8.1.5(@types/node@24.13.4)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1))': dependencies: '@vitest/spy': 4.1.10 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0) + vite: 8.1.5(@types/node@24.13.4)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1) '@vitest/pretty-format@4.1.10': dependencies: @@ -7516,7 +7507,7 @@ snapshots: accepts@2.0.0: dependencies: mime-types: 3.0.2 - negotiator: 1.0.0 + negotiator: 1.1.0 acorn-import-phases@1.0.4(acorn@8.17.0): dependencies: @@ -7656,12 +7647,12 @@ snapshots: body-parser@2.3.0(supports-color@10.2.2): dependencies: bytes: 3.1.2 - content-type: 2.0.0 + content-type: 2.1.0 debug: 4.4.3(supports-color@10.2.2) http-errors: 2.0.1 iconv-lite: 0.7.3 on-finished: 2.4.1 - qs: 6.15.3 + qs: 6.16.0 raw-body: 3.0.2 type-is: 2.1.0 transitivePeerDependencies: @@ -7828,7 +7819,7 @@ snapshots: content-type@1.0.5: {} - content-type@2.0.0: {} + content-type@2.1.0: {} convert-source-map@2.0.0: {} @@ -7876,10 +7867,10 @@ snapshots: data-uri-to-buffer@4.0.1: {} - data-urls@7.0.0(@noble/hashes@2.2.0): + data-urls@7.0.0(@noble/hashes@2.4.0): dependencies: whatwg-mimetype: 5.0.0 - whatwg-url: 16.0.1(@noble/hashes@2.2.0) + whatwg-url: 16.0.1(@noble/hashes@2.4.0) transitivePeerDependencies: - '@noble/hashes' @@ -8178,11 +8169,11 @@ snapshots: events@3.3.0: {} - eventsource-parser@3.1.0: {} + eventsource-parser@3.1.1: {} eventsource@3.0.7: dependencies: - eventsource-parser: 3.1.0 + eventsource-parser: 3.1.1 execa@1.0.0: dependencies: @@ -8198,7 +8189,7 @@ snapshots: exponential-backoff@3.1.3: {} - express-rate-limit@8.6.0(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2): + express-rate-limit@8.7.0(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2): dependencies: debug: 4.4.3(supports-color@10.2.2) express: 5.2.1(supports-color@10.2.2) @@ -8227,8 +8218,8 @@ snapshots: on-finished: 2.4.1 once: 1.4.0 parseurl: 1.3.3 - proxy-addr: 2.0.7 - qs: 6.15.3 + proxy-addr: 2.0.8 + qs: 6.16.0 range-parser: 1.3.0 router: 2.2.0(supports-color@10.2.2) send: 1.2.1(supports-color@10.2.2) @@ -8278,17 +8269,15 @@ snapshots: fast-uri@4.1.3: {} - fastify-plugin@5.1.0: {} - fastify-plugin@6.0.0: {} - fastify-raw-body@5.0.0: + fastify-raw-body@6.0.1: dependencies: - fastify-plugin: 5.1.0 + fastify-plugin: 6.0.0 raw-body: 3.0.2 - secure-json-parse: 2.7.0 + secure-json-parse: 4.1.0 - fastify@5.12.1: + fastify@5.12.4: dependencies: '@fastify/ajv-compiler': 4.0.6 '@fastify/error': 4.2.0 @@ -8306,10 +8295,6 @@ snapshots: semver: 7.8.5 toad-cache: 3.7.4 - fastq@1.20.1: - dependencies: - reusify: 1.1.0 - fastq@1.20.3: dependencies: reusify: 1.1.0 @@ -8453,7 +8438,7 @@ snapshots: gar@1.0.4: optional: true - gaxios@7.2.0(supports-color@10.2.2): + gaxios@7.3.1(supports-color@10.2.2): dependencies: extend: 3.0.2 https-proxy-agent: 7.0.6(supports-color@10.2.2) @@ -8461,10 +8446,10 @@ snapshots: transitivePeerDependencies: - supports-color - gcp-metadata@8.1.2(supports-color@10.2.2): + gcp-metadata@9.0.3(supports-color@10.2.2): dependencies: - gaxios: 7.2.0(supports-color@10.2.2) - google-logging-utils: 1.1.3 + gaxios: 7.3.1(supports-color@10.2.2) + google-logging-utils: 2.0.1 json-bigint: 1.0.0 transitivePeerDependencies: - supports-color @@ -8529,7 +8514,7 @@ snapshots: glob@13.0.6: dependencies: - minimatch: 10.2.5 + minimatch: 10.2.6 minipass: 7.1.3 path-scurry: 2.0.2 @@ -8562,18 +8547,18 @@ snapshots: gopd: 1.2.0 optional: true - google-auth-library@10.9.0(supports-color@10.2.2): + google-auth-library@11.0.2(supports-color@10.2.2): dependencies: base64-js: 1.5.1 ecdsa-sig-formatter: 1.0.11 - gaxios: 7.2.0(supports-color@10.2.2) - gcp-metadata: 8.1.2(supports-color@10.2.2) - google-logging-utils: 1.1.3 + gaxios: 7.3.1(supports-color@10.2.2) + gcp-metadata: 9.0.3(supports-color@10.2.2) + google-logging-utils: 2.0.1 jws: 4.0.1 transitivePeerDependencies: - supports-color - google-logging-utils@1.1.3: {} + google-logging-utils@2.0.1: {} gopd@1.2.0: {} @@ -8614,9 +8599,9 @@ snapshots: hosted-git-info@2.8.9: {} - html-encoding-sniffer@6.0.0(@noble/hashes@2.2.0): + html-encoding-sniffer@6.0.0(@noble/hashes@2.4.0): dependencies: - '@exodus/bytes': 1.15.1(@noble/hashes@2.2.0) + '@exodus/bytes': 1.15.1(@noble/hashes@2.4.0) transitivePeerDependencies: - '@noble/hashes' @@ -8761,27 +8746,27 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.4 merge-stream: 2.0.0 supports-color: 8.1.1 jiti@2.7.0: {} - jose@6.2.3: {} + jose@6.2.12: {} js-tokens@4.0.0: {} - jsdom@29.1.1(@noble/hashes@2.2.0): + jsdom@29.1.1(@noble/hashes@2.4.0): dependencies: '@asamuzakjp/css-color': 5.1.11 '@asamuzakjp/dom-selector': 7.1.1 '@bramus/specificity': 2.4.2 '@csstools/css-syntax-patches-for-csstree': 1.1.7(css-tree@3.2.1) - '@exodus/bytes': 1.15.1(@noble/hashes@2.2.0) + '@exodus/bytes': 1.15.1(@noble/hashes@2.4.0) css-tree: 3.2.1 - data-urls: 7.0.0(@noble/hashes@2.2.0) + data-urls: 7.0.0(@noble/hashes@2.4.0) decimal.js: 10.6.0 - html-encoding-sniffer: 6.0.0(@noble/hashes@2.2.0) + html-encoding-sniffer: 6.0.0(@noble/hashes@2.4.0) is-potential-custom-element-name: 1.0.1 lru-cache: 11.5.2 parse5: 8.0.1 @@ -8792,7 +8777,7 @@ snapshots: w3c-xmlserializer: 5.0.0 webidl-conversions: 8.0.1 whatwg-mimetype: 5.0.0 - whatwg-url: 16.0.1(@noble/hashes@2.2.0) + whatwg-url: 16.0.1(@noble/hashes@2.4.0) xml-name-validator: 5.0.0 transitivePeerDependencies: - '@noble/hashes' @@ -9012,7 +8997,7 @@ snapshots: mdn-data@2.27.1: {} - media-typer@1.1.0: {} + media-typer@1.1.1: {} mem@4.3.0: dependencies: @@ -9065,7 +9050,7 @@ snapshots: minimalistic-assert@1.0.1: {} - minimatch@10.2.5: + minimatch@10.2.6: dependencies: brace-expansion: 5.0.9 @@ -9169,6 +9154,10 @@ snapshots: negotiator@1.0.0: {} + negotiator@1.1.0: + dependencies: + content-type: 2.1.0 + neo-async@2.6.2: {} nice-try@1.0.5: {} @@ -9347,11 +9336,11 @@ snapshots: object-hash: 2.2.0 pgsql-ast-parser: 12.0.2 - pg-pool@3.14.0(pg@8.22.0): + pg-pool@3.14.0(pg@8.23.0): dependencies: - pg: 8.22.0 + pg: 8.23.0 - pg-protocol@1.15.0: {} + pg-protocol@1.16.0: {} pg-types@2.2.0: dependencies: @@ -9361,11 +9350,11 @@ snapshots: postgres-date: 1.0.7 postgres-interval: 1.2.0 - pg@8.22.0: + pg@8.23.0: dependencies: pg-connection-string: 2.14.0 - pg-pool: 3.14.0(pg@8.22.0) - pg-protocol: 1.15.0 + pg-pool: 3.14.0(pg@8.23.0) + pg-protocol: 1.16.0 pg-types: 2.2.0 pgpass: 1.0.5 optionalDependencies: @@ -9467,7 +9456,7 @@ snapshots: err-code: 2.0.3 retry: 0.12.0 - proxy-addr@2.0.7: + proxy-addr@2.0.8: dependencies: forwarded: 0.2.0 ipaddr.js: 1.9.1 @@ -9479,7 +9468,7 @@ snapshots: punycode@2.3.1: {} - qs@6.15.3: + qs@6.16.0: dependencies: es-define-property: 1.0.1 side-channel: 1.1.1 @@ -9512,14 +9501,14 @@ snapshots: iconv-lite: 0.7.3 unpipe: 1.0.0 - react-dom@19.2.7(react@19.2.7): + react-dom@19.3.0(react@19.3.0): dependencies: - react: 19.2.7 - scheduler: 0.27.0 + react: 19.3.0 + scheduler: 0.28.0 react-is@17.0.2: {} - react@19.2.7: {} + react@19.3.0: {} read-binary-file-arch@1.0.6(supports-color@10.2.2): dependencies: @@ -9675,7 +9664,7 @@ snapshots: dependencies: xmlchars: 2.2.0 - scheduler@0.27.0: {} + scheduler@0.28.0: {} schema-utils@4.3.3: dependencies: @@ -9684,8 +9673,6 @@ snapshots: ajv-formats: 2.1.1(ajv@8.20.0) ajv-keywords: 5.1.0(ajv@8.20.0) - secure-json-parse@2.7.0: {} - secure-json-parse@4.1.0: {} semver-compare@1.0.0: @@ -9888,7 +9875,7 @@ snapshots: stackback@0.0.2: {} - standardwebhooks@1.0.0: + standardwebhooks@1.1.1: dependencies: '@stablelib/base64': 1.0.1 fast-sha256: 1.3.0 @@ -10003,9 +9990,9 @@ snapshots: transitivePeerDependencies: - '@typescript-eslint/types' - svix@1.99.1: + svix@2.5.0: dependencies: - standardwebhooks: 1.0.0 + standardwebhooks: 1.1.1 symbol-tree@3.2.4: {} @@ -10129,8 +10116,8 @@ snapshots: type-is@2.1.0: dependencies: - content-type: 2.0.0 - media-typer: 1.1.0 + content-type: 2.1.0 + media-typer: 1.1.1 mime-types: 3.0.2 typescript@5.4.5: {} @@ -10199,7 +10186,7 @@ snapshots: vary@1.1.2: {} - vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0): + vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1): dependencies: lightningcss: 1.33.0 picomatch: 4.0.5 @@ -10213,12 +10200,56 @@ snapshots: jiti: 2.7.0 terser: 5.49.0 tsx: 4.23.1 - yaml: 2.9.0 + yaml: 2.9.1 + + vite@8.1.5(@types/node@24.13.4)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1): + dependencies: + lightningcss: 1.33.0 + picomatch: 4.0.5 + postcss: 8.5.23 + rolldown: 1.1.5 + tinyglobby: 0.2.17 + optionalDependencies: + '@types/node': 24.13.4 + esbuild: 0.28.1 + fsevents: 2.3.3 + jiti: 2.7.0 + terser: 5.49.0 + tsx: 4.23.1 + yaml: 2.9.1 + + vitest@4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.4.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)): + dependencies: + '@vitest/expect': 4.1.10 + '@vitest/mocker': 4.1.10(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) + '@vitest/pretty-format': 4.1.10 + '@vitest/runner': 4.1.10 + '@vitest/snapshot': 4.1.10 + '@vitest/spy': 4.1.10 + '@vitest/utils': 4.1.10 + es-module-lexer: 2.3.1 + expect-type: 1.4.0 + magic-string: 0.30.21 + obug: 2.1.4 + pathe: 2.0.3 + picomatch: 4.0.5 + std-env: 4.2.0 + tinybench: 2.9.0 + tinyexec: 1.2.4 + tinyglobby: 0.2.17 + tinyrainbow: 3.1.0 + vite: 8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1) + why-is-node-running: 2.3.0 + optionalDependencies: + '@types/node': 24.13.3 + jsdom: 29.1.1(@noble/hashes@2.4.0) + transitivePeerDependencies: + - msw - vitest@4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.2.0))(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)): + vitest@4.1.10(@types/node@24.13.3)(jsdom@29.1.1(@noble/hashes@2.4.0))(vite@8.1.5(@types/node@24.13.4)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)): dependencies: '@vitest/expect': 4.1.10 - '@vitest/mocker': 4.1.10(vite@8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)) + '@vitest/mocker': 4.1.10(vite@8.1.5(@types/node@24.13.4)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1)) '@vitest/pretty-format': 4.1.10 '@vitest/runner': 4.1.10 '@vitest/snapshot': 4.1.10 @@ -10235,11 +10266,11 @@ snapshots: tinyexec: 1.2.4 tinyglobby: 0.2.17 tinyrainbow: 3.1.0 - vite: 8.1.5(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0) + vite: 8.1.5(@types/node@24.13.4)(esbuild@0.28.1)(jiti@2.7.0)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 24.13.3 - jsdom: 29.1.1(@noble/hashes@2.2.0) + jsdom: 29.1.1(@noble/hashes@2.4.0) transitivePeerDependencies: - msw @@ -10321,9 +10352,9 @@ snapshots: whatwg-mimetype@5.0.0: {} - whatwg-url@16.0.1(@noble/hashes@2.2.0): + whatwg-url@16.0.1(@noble/hashes@2.4.0): dependencies: - '@exodus/bytes': 1.15.1(@noble/hashes@2.2.0) + '@exodus/bytes': 1.15.1(@noble/hashes@2.4.0) tr46: 6.0.0 webidl-conversions: 8.0.1 transitivePeerDependencies: @@ -10402,7 +10433,7 @@ snapshots: ws@8.21.0: {} - ws@8.21.1: {} + ws@8.21.3: {} xml-name-validator@5.0.0: {} @@ -10419,7 +10450,7 @@ snapshots: yallist@5.0.0: {} - yaml@2.9.0: {} + yaml@2.9.1: {} yargs-parser@20.2.9: optional: true @@ -10456,8 +10487,8 @@ snapshots: zimmerframe@1.1.4: {} - zod-to-json-schema@3.25.2(zod@4.4.3): + zod-to-json-schema@3.25.2(zod@4.6.5): dependencies: - zod: 4.4.3 + zod: 4.6.5 - zod@4.4.3: {} + zod@4.6.5: {} diff --git a/services/mcp/package.json b/services/mcp/package.json index 5982ffc67..a7d078e10 100644 --- a/services/mcp/package.json +++ b/services/mcp/package.json @@ -13,20 +13,20 @@ }, "dependencies": { "@fastify/cors": "^11.3.0", - "@fastify/formbody": "^8.0.2", - "@fastify/helmet": "^13.1.0", - "@fastify/rate-limit": "^11.1.0", + "@fastify/formbody": "^9.0.0", + "@fastify/helmet": "^13.1.1", + "@fastify/rate-limit": "^11.2.0", "@mdbase-dev/connect": "workspace:*", "@mdbase-dev/connect-protocol": "workspace:*", - "@modelcontextprotocol/sdk": "^1.29.0", - "fastify": "^5.12.1", - "pg": "^8.22.0", + "@modelcontextprotocol/sdk": "^1.30.0", + "fastify": "^5.12.4", + "pg": "^8.23.0", "pg-mem": "^3.0.14", - "zod": "^4.4.3" + "zod": "^4.6.5" }, "devDependencies": { "@types/node": "^24.0.0", - "@types/pg": "^8.20.0", + "@types/pg": "^8.23.1", "tsx": "^4.23.1", "typescript": "^7.0.2", "vitest": "^4.1.10" diff --git a/services/server/package.json b/services/server/package.json index 2e1bf3eb5..48fd1e688 100644 --- a/services/server/package.json +++ b/services/server/package.json @@ -16,34 +16,34 @@ "dependencies": { "@fastify/cookie": "^11.1.2", "@fastify/cors": "^11.3.0", - "@fastify/formbody": "^8.0.2", - "@fastify/helmet": "^13.1.0", - "@fastify/rate-limit": "^11.1.0", - "@fastify/static": "^10.1.2", + "@fastify/formbody": "^9.0.0", + "@fastify/helmet": "^13.1.1", + "@fastify/rate-limit": "^11.2.0", + "@fastify/static": "^10.1.3", "@fastify/websocket": "^11.3.0", "@mdbase-dev/connect-protocol": "workspace:*", "@mdbase-dev/connect-sync": "workspace:*", "@nats-io/transport-node": "^3.4.0", - "@node-rs/argon2": "^2.0.2", - "fastify": "^5.12.1", - "fastify-raw-body": "^5.0.0", - "google-auth-library": "^10.9.0", - "pg": "^8.22.0", + "@node-rs/argon2": "^2.2.1", + "fastify": "^5.12.4", + "fastify-raw-body": "^6.0.1", + "google-auth-library": "^11.0.2", + "pg": "^8.23.0", "pg-mem": "^3.0.14", - "svix": "^1.99.1", + "svix": "^2.5.0", "web-push": "^3.6.7", - "ws": "^8.21.1", - "zod": "^4.4.3" + "ws": "^8.21.3", + "zod": "^4.6.5" }, "devDependencies": { "@mdbase-dev/connect-webhooks": "workspace:*", "@types/node": "^24.0.0", - "@types/pg": "^8.20.0", + "@types/pg": "^8.23.1", "@types/web-push": "^3.6.4", "@types/ws": "^8.18.1", "tsx": "^4.23.1", "typescript": "^7.0.2", "vitest": "^4.1.10", - "yaml": "^2.9.0" + "yaml": "^2.9.1" } }