diff --git a/package-lock.json b/package-lock.json index 3603e0fc831..3554cbe234e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,37 +26,37 @@ "@nextcloud/sharing": "^0.3.0", "@nextcloud/vue": "^8.35.2", "@quartzy/markdown-it-mentions": "^0.2.0", - "@tiptap/core": "^3.15.3", - "@tiptap/extension-blockquote": "^3.15.3", - "@tiptap/extension-bold": "^3.15.3", - "@tiptap/extension-code": "^3.15.3", - "@tiptap/extension-code-block": "^3.15.3", - "@tiptap/extension-code-block-lowlight": "^3.15.3", - "@tiptap/extension-collaboration": "^3.15.3", - "@tiptap/extension-collaboration-caret": "^3.15.3", - "@tiptap/extension-document": "^3.15.3", - "@tiptap/extension-drag-handle": "^3.15.3", - "@tiptap/extension-drag-handle-vue-2": "^3.15.3", - "@tiptap/extension-hard-break": "^3.15.3", - "@tiptap/extension-heading": "^3.15.3", - "@tiptap/extension-horizontal-rule": "^3.15.3", - "@tiptap/extension-image": "^3.15.3", - "@tiptap/extension-italic": "^3.15.3", - "@tiptap/extension-link": "^3.15.3", - "@tiptap/extension-list": "^3.15.3", - "@tiptap/extension-mathematics": "^3.15.3", - "@tiptap/extension-mention": "^3.15.3", - "@tiptap/extension-paragraph": "^3.15.3", - "@tiptap/extension-placeholder": "^3.15.3", - "@tiptap/extension-strike": "^3.15.3", - "@tiptap/extension-table": "^3.15.3", - "@tiptap/extension-text": "^3.15.3", - "@tiptap/extension-typography": "^3.15.3", - "@tiptap/extension-underline": "^3.15.3", - "@tiptap/extensions": "^3.15.3", - "@tiptap/pm": "^3.15.3", - "@tiptap/suggestion": "^3.15.3", - "@tiptap/vue-2": "^3.15.3", + "@tiptap/core": "^3.17.1", + "@tiptap/extension-blockquote": "^3.17.1", + "@tiptap/extension-bold": "^3.17.1", + "@tiptap/extension-code": "^3.17.1", + "@tiptap/extension-code-block": "^3.17.1", + "@tiptap/extension-code-block-lowlight": "^3.17.1", + "@tiptap/extension-collaboration": "^3.17.1", + "@tiptap/extension-collaboration-caret": "^3.17.1", + "@tiptap/extension-document": "^3.17.1", + "@tiptap/extension-drag-handle": "^3.17.1", + "@tiptap/extension-drag-handle-vue-2": "^3.17.1", + "@tiptap/extension-hard-break": "^3.17.1", + "@tiptap/extension-heading": "^3.17.1", + "@tiptap/extension-horizontal-rule": "^3.17.1", + "@tiptap/extension-image": "^3.17.1", + "@tiptap/extension-italic": "^3.17.1", + "@tiptap/extension-link": "^3.17.1", + "@tiptap/extension-list": "^3.17.1", + "@tiptap/extension-mathematics": "^3.17.1", + "@tiptap/extension-mention": "^3.17.1", + "@tiptap/extension-paragraph": "^3.17.1", + "@tiptap/extension-placeholder": "^3.17.1", + "@tiptap/extension-strike": "^3.17.1", + "@tiptap/extension-table": "^3.17.1", + "@tiptap/extension-text": "^3.17.1", + "@tiptap/extension-typography": "^3.17.1", + "@tiptap/extension-underline": "^3.17.1", + "@tiptap/extensions": "^3.17.1", + "@tiptap/pm": "^3.17.1", + "@tiptap/suggestion": "^3.17.1", + "@tiptap/vue-2": "^3.17.1", "@vueuse/shared": "^11.3.0", "debounce": "^3.0.0", "escape-html": "^1.0.3", @@ -5179,48 +5179,48 @@ "license": "MIT" }, "node_modules/@tiptap/core": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.15.3.tgz", - "integrity": "sha512-bmXydIHfm2rEtGju39FiQNfzkFx9CDvJe+xem1dgEZ2P6Dj7nQX9LnA1ZscW7TuzbBRkL5p3dwuBIi3f62A66A==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.17.1.tgz", + "integrity": "sha512-f8hB9MzXqsuXoF9qXEDEH5Fb3VgwhEFMBMfk9EKN88l5adri6oM8mt2XOWVxVVssjpEW0177zXSLPKWzoS/vrw==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/pm": "^3.15.3" + "@tiptap/pm": "^3.17.1" } }, "node_modules/@tiptap/extension-blockquote": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-blockquote/-/extension-blockquote-3.15.3.tgz", - "integrity": "sha512-13x5UsQXtttFpoS/n1q173OeurNxppsdWgP3JfsshzyxIghhC141uL3H6SGYQLPU31AizgDs2OEzt6cSUevaZg==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-blockquote/-/extension-blockquote-3.17.1.tgz", + "integrity": "sha512-X4jU/fllJQ8QbjCHUafU4QIHBobyXP3yGBoOcXxUaKlWbLvUs0SQTREM3n6/86m2YyAxwTPG1cn3Xypf42DMAQ==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3" + "@tiptap/core": "^3.17.1" } }, "node_modules/@tiptap/extension-bold": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-bold/-/extension-bold-3.15.3.tgz", - "integrity": "sha512-I8JYbkkUTNUXbHd/wCse2bR0QhQtJD7+0/lgrKOmGfv5ioLxcki079Nzuqqay3PjgYoJLIJQvm3RAGxT+4X91w==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-bold/-/extension-bold-3.17.1.tgz", + "integrity": "sha512-PZmrljcVBziJkQDXT/QJv4ESxVVQ0iRH+ruTzPda56Kk4h2310cSXGjI33W7rlCikGPoBAAjY/inujm46YB4bw==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3" + "@tiptap/core": "^3.17.1" } }, "node_modules/@tiptap/extension-bubble-menu": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.15.3.tgz", - "integrity": "sha512-e88DG1bTy6hKxrt7iPVQhJnH5/EOrnKpIyp09dfRDgWrrW88fE0Qjys7a/eT8W+sXyXM3z10Ye7zpERWsrLZDg==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.17.1.tgz", + "integrity": "sha512-z3E8biLiWlzZJwNHnB6j/ZyBdFrJmpl1lqKHc72JqahUHZvidZHdCOYssvR3fc6IaI7MXV13XY1DXUdFbatnaw==", "license": "MIT", "optional": true, "dependencies": { @@ -5231,102 +5231,102 @@ "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/pm": "^3.15.3" + "@tiptap/core": "^3.17.1", + "@tiptap/pm": "^3.17.1" } }, "node_modules/@tiptap/extension-code": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-code/-/extension-code-3.15.3.tgz", - "integrity": "sha512-x6LFt3Og6MFINYpsMzrJnz7vaT9Yk1t4oXkbJsJRSavdIWBEBcoRudKZ4sSe/AnsYlRJs8FY2uR76mt9e+7xAQ==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-code/-/extension-code-3.17.1.tgz", + "integrity": "sha512-4W0x1ZZqSnIVzQV0/b5VR0bktef2HykH5I/Czzir9yqoZ5zV2cLrMVuLvdFNgRIckU60tQLmHrfKWLF50OY0ew==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3" + "@tiptap/core": "^3.17.1" } }, "node_modules/@tiptap/extension-code-block": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-code-block/-/extension-code-block-3.15.3.tgz", - "integrity": "sha512-q1UB9icNfdJppTqMIUWfoRKkx5SSdWIpwZoL2NeOI5Ah3E20/dQKVttIgLhsE521chyvxCYCRaHD5tMNGKfhyw==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-code-block/-/extension-code-block-3.17.1.tgz", + "integrity": "sha512-h4i+Y/cN7nMi0Tmlp6V1w4dI7NTqrUFSr1W/vMqnq4vn+c6jvm35KubKU5ry/1qQp8KfndDA02BtVQiMx6DmpA==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/pm": "^3.15.3" + "@tiptap/core": "^3.17.1", + "@tiptap/pm": "^3.17.1" } }, "node_modules/@tiptap/extension-code-block-lowlight": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-code-block-lowlight/-/extension-code-block-lowlight-3.15.3.tgz", - "integrity": "sha512-LXE0xsxmXvesYl0rs6le2bv4Bf9vqohB9VDzee9c9gx+PxdgnwK9qDPcUtrCPA4FIRSXkIgvCbw+jI4/YZhBTw==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-code-block-lowlight/-/extension-code-block-lowlight-3.17.1.tgz", + "integrity": "sha512-qdFDob6efjYp5aWD19Ac1fTN14l3WQbrHbopGbNhruSkXVj5LccwIHS2dgStSLHVHQcoot3YMEWEnauzprN51w==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/extension-code-block": "^3.15.3", - "@tiptap/pm": "^3.15.3", + "@tiptap/core": "^3.17.1", + "@tiptap/extension-code-block": "^3.17.1", + "@tiptap/pm": "^3.17.1", "highlight.js": "^11", "lowlight": "^2 || ^3" } }, "node_modules/@tiptap/extension-collaboration": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-collaboration/-/extension-collaboration-3.15.3.tgz", - "integrity": "sha512-AM/UkKkxnKA+NDJ1todoQoj8dMuOI1VcuoUyLVkGn1Jx7GjOng2IMouWkH1of8+dbq9qVWzmbN4VWelsz8vuvw==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-collaboration/-/extension-collaboration-3.17.1.tgz", + "integrity": "sha512-4ehZ5LL7M3nFfcogCG7bWRHIR/8366i1vz5i0PaaoArJga2N5sXnWcuBGXG7ykC8owbgrfL3agFxjHlhTl4sNw==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/pm": "^3.15.3", - "@tiptap/y-tiptap": "^3.0.0", + "@tiptap/core": "^3.17.1", + "@tiptap/pm": "^3.17.1", + "@tiptap/y-tiptap": "^3.0.2", "yjs": "^13" } }, "node_modules/@tiptap/extension-collaboration-caret": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-collaboration-caret/-/extension-collaboration-caret-3.15.3.tgz", - "integrity": "sha512-kXGOL99CLFzc8IdmRpQQwyOqeCWX9Eo4ferz6hwK7YfpKWZoJi9HaiEb6z2gA8Q24ecedcIjBF1l6kLHQiQ2QQ==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-collaboration-caret/-/extension-collaboration-caret-3.17.1.tgz", + "integrity": "sha512-tYzujG4ABacSbjd8QOqMt1IP3QdCmAEBHP2faF4SeFauaP6Nto88JvTiZVCHad0BBwiNrj4UPGZSujcNQiLjTA==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/pm": "^3.15.3", - "@tiptap/y-tiptap": "^3.0.0" + "@tiptap/core": "^3.17.1", + "@tiptap/pm": "^3.17.1", + "@tiptap/y-tiptap": "^3.0.2" } }, "node_modules/@tiptap/extension-document": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-document/-/extension-document-3.15.3.tgz", - "integrity": "sha512-AC72nI2gnogBuETCKbZekn+h6t5FGGcZG2abPGKbz/x9rwpb6qV2hcbAQ30t6M7H6cTOh2/Ut8bEV2MtMB15sw==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-document/-/extension-document-3.17.1.tgz", + "integrity": "sha512-F7Q5HoAU383HWFa6AXZQ5N6t6lTJzVjYM8z93XrtH/2GzDFwy1UmDSrsXqvgznedBLAOgCNVTNh9PjXpLoOUbg==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3" + "@tiptap/core": "^3.17.1" } }, "node_modules/@tiptap/extension-drag-handle": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-drag-handle/-/extension-drag-handle-3.15.3.tgz", - "integrity": "sha512-Vka68xaFSFVeTRQtTxxChCgWcqcWr7SZEwC/RzPB4IE+d+Ev/ZfpVFNoYltdEFuhK/IBHWJxA6fKQFAOvPzlbw==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-drag-handle/-/extension-drag-handle-3.17.1.tgz", + "integrity": "sha512-RKrhs+z5ki4/WPKA8P+G9bRWoWAGXI3NjwrJtIA27PO19tZAwTZs6oKFcyTtp6FtMKgny3n0qm+UZxxRppDRUQ==", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.13" @@ -5336,33 +5336,33 @@ "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/extension-collaboration": "^3.15.3", - "@tiptap/extension-node-range": "^3.15.3", - "@tiptap/pm": "^3.15.3", - "@tiptap/y-tiptap": "^3.0.0" + "@tiptap/core": "^3.17.1", + "@tiptap/extension-collaboration": "^3.17.1", + "@tiptap/extension-node-range": "^3.17.1", + "@tiptap/pm": "^3.17.1", + "@tiptap/y-tiptap": "^3.0.2" } }, "node_modules/@tiptap/extension-drag-handle-vue-2": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-drag-handle-vue-2/-/extension-drag-handle-vue-2-3.15.3.tgz", - "integrity": "sha512-9C053ie6GLeNlKh9kaQRNQ6DGnn9F+GVxznREr4sLCoiRin5edGIJu0y2JSuqYVW7P9hHj6J6TTVQV8JoPuTgA==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-drag-handle-vue-2/-/extension-drag-handle-vue-2-3.17.1.tgz", + "integrity": "sha512-iLlKZpEB98bfwIUizs3XeqFSHNTQQfcxPxhiNcA2ekVpzcGsUT+CsDs2nvdp6X5Re9k2KvDloGr8CBb2IG7eKw==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/extension-drag-handle": "^3.15.3", - "@tiptap/pm": "^3.15.3", - "@tiptap/vue-2": "^3.15.3", + "@tiptap/extension-drag-handle": "^3.17.1", + "@tiptap/pm": "^3.17.1", + "@tiptap/vue-2": "^3.17.1", "vue": "^2.0.0" } }, "node_modules/@tiptap/extension-floating-menu": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-3.15.3.tgz", - "integrity": "sha512-+3DVBleKKffadEJEdLYxmYAJOjHjLSqtiSFUE3RABT4V2ka1ODy2NIpyKX0o1SvQ5N1jViYT9Q+yUbNa6zCcDw==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-3.17.1.tgz", + "integrity": "sha512-zYkoYsxp+cZ8tBDODm4E8hnSaMTdDWKJuCQWY2Ep14oMPkAkSJr8sCLL1tOnNSAnhGwLJQtRLkZ41nvUEP6xKA==", "license": "MIT", "optional": true, "funding": { @@ -5371,80 +5371,80 @@ }, "peerDependencies": { "@floating-ui/dom": "^1.0.0", - "@tiptap/core": "^3.15.3", - "@tiptap/pm": "^3.15.3" + "@tiptap/core": "^3.17.1", + "@tiptap/pm": "^3.17.1" } }, "node_modules/@tiptap/extension-hard-break": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-hard-break/-/extension-hard-break-3.15.3.tgz", - "integrity": "sha512-8HjxmeRbBiXW+7JKemAJtZtHlmXQ9iji398CPQ0yYde68WbIvUhHXjmbJE5pxFvvQTJ/zJv1aISeEOZN2bKBaw==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-hard-break/-/extension-hard-break-3.17.1.tgz", + "integrity": "sha512-28FZPUho1Q2AB3ka5SVEVib5f9dMKbE1kewLZeRIOQ5FuFNholGIPL5X1tKcwGW7G3A7Y0fGxeNmIZJ3hrqhzA==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3" + "@tiptap/core": "^3.17.1" } }, "node_modules/@tiptap/extension-heading": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-heading/-/extension-heading-3.15.3.tgz", - "integrity": "sha512-G1GG6iN1YXPS+75arDpo+bYRzhr3dNDw99c7D7na3aDawa9Qp7sZ/bVrzFUUcVEce0cD6h83yY7AooBxEc67hA==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-heading/-/extension-heading-3.17.1.tgz", + "integrity": "sha512-rT+Su/YnHdlikg8f78t6RXlc1sVSfp7B0fdJdtFgS2e6BBYJQoDMp5L9nt54RR9Yy953aDW2sko7NArUCb8log==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3" + "@tiptap/core": "^3.17.1" } }, "node_modules/@tiptap/extension-horizontal-rule": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.15.3.tgz", - "integrity": "sha512-FYkN7L6JsfwwNEntmLklCVKvgL0B0N47OXMacRk6kYKQmVQ4Nvc7q/VJLpD9sk4wh4KT1aiCBfhKEBTu5pv1fg==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.17.1.tgz", + "integrity": "sha512-CHG6LBtxV+3qj5EcCRVlpvSW5udKD6KbnXIGhP+Tvy+OabLGzO4HNxz3+duDE0pMR4eKX1libsnqffj0vq7mnQ==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/pm": "^3.15.3" + "@tiptap/core": "^3.17.1", + "@tiptap/pm": "^3.17.1" } }, "node_modules/@tiptap/extension-image": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-3.15.3.tgz", - "integrity": "sha512-Tjq9BHlC/0bGR9/uySA0tv6I1Ua1Q5t5P/mdbWyZi4JdUpKHRfgenzfXF5DYnklJ01QJ7uOPSp9sAGgPzBixtQ==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-3.17.1.tgz", + "integrity": "sha512-VbSSZ//5qijm8F0lQQ6K+DGnZgjLKYQY2c+O56QNEoN8BaCFrJlsVgF1ttrSRUmoG4XBNIMlAS07kZXvMZQr0g==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3" + "@tiptap/core": "^3.17.1" } }, "node_modules/@tiptap/extension-italic": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-3.15.3.tgz", - "integrity": "sha512-6XeuPjcWy7OBxpkgOV7bD6PATO5jhIxc8SEK4m8xn8nelGTBIbHGqK37evRv+QkC7E0MUryLtzwnmmiaxcKL0Q==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-3.17.1.tgz", + "integrity": "sha512-unfRLmvf680Y0UkBToUcrDkSEKO/wAjd3nQ7CNPMfAc8m+ZMReXkcgLpeVvnDEiHNsJ0PlYSW7a45tnQD9HQdg==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3" + "@tiptap/core": "^3.17.1" } }, "node_modules/@tiptap/extension-link": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-3.15.3.tgz", - "integrity": "sha512-PdDXyBF9Wco9U1x6e+b7tKBWG+kqBDXDmaYXHkFm/gYuQCQafVJ5mdrDdKgkHDWVnJzMWZXBcZjT9r57qtlLWg==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-3.17.1.tgz", + "integrity": "sha512-5kdN7vms5hMXtjiophUkgvzy8dNGvGSmol1Sawh30TEPrgXc93Ayj7YyGZlbimInKZcD8q+Od/FFc+wkrof3nA==", "license": "MIT", "dependencies": { "linkifyjs": "^4.3.2" @@ -5454,58 +5454,58 @@ "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/pm": "^3.15.3" + "@tiptap/core": "^3.17.1", + "@tiptap/pm": "^3.17.1" } }, "node_modules/@tiptap/extension-list": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-list/-/extension-list-3.15.3.tgz", - "integrity": "sha512-n7y/MF9lAM5qlpuH5IR4/uq+kJPEJpe9NrEiH+NmkO/5KJ6cXzpJ6F4U17sMLf2SNCq+TWN9QK8QzoKxIn50VQ==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-list/-/extension-list-3.17.1.tgz", + "integrity": "sha512-LHKIxmXe5Me+vJZKhiwMBGHlApaBIAduNMRUpm5mkY7ER/m96zKR0VqrJd4LjVVH2iDvck5h1Ka4396MHWlKNg==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/pm": "^3.15.3" + "@tiptap/core": "^3.17.1", + "@tiptap/pm": "^3.17.1" } }, "node_modules/@tiptap/extension-mathematics": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-mathematics/-/extension-mathematics-3.15.3.tgz", - "integrity": "sha512-rPTpHp11mWyuO9yJkU7dy2vU9VRxcgsRjo1fKc2EQwRxi1txLrOocOqki9ElfKgtg0LEOd78LQ2SYQBsUEXtHQ==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-mathematics/-/extension-mathematics-3.17.1.tgz", + "integrity": "sha512-v21hbvvy8dbhI5+xinMG41LbXy7K3IhSQfRPkJr5VTo2sCjmscUQBvT8LnmudXVK1dFcXQUS+dpZVz6JBuvtlw==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/pm": "^3.15.3", + "@tiptap/core": "^3.17.1", + "@tiptap/pm": "^3.17.1", "katex": "^0.16.4" } }, "node_modules/@tiptap/extension-mention": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-mention/-/extension-mention-3.15.3.tgz", - "integrity": "sha512-4YpwiQyumKZrlfiw4ExDzrDRarC4kkaC7RjEl4kYhzutID1Zy1WLES1B0CoZN9wRds/mjrQjfCFE5HE+2g3D6w==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-mention/-/extension-mention-3.17.1.tgz", + "integrity": "sha512-rggEOD7cnuglVtc7zvVYx/2u7w7XpkdR6BTSXNWohsCJDwpKx5MBfuQMXULlRKY9/N49FgwHzP8ipkSvgOtiEw==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/pm": "^3.15.3", - "@tiptap/suggestion": "^3.15.3" + "@tiptap/core": "^3.17.1", + "@tiptap/pm": "^3.17.1", + "@tiptap/suggestion": "^3.17.1" } }, "node_modules/@tiptap/extension-node-range": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-node-range/-/extension-node-range-3.15.3.tgz", - "integrity": "sha512-hQGGOjmcYPTQ5Htum8BQx91u+7AVTsaYRMJyGhUe176Dpfxow8srA/2cQjvraJIzsvRJvwdIuRj0G2X3Dtm3uQ==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-node-range/-/extension-node-range-3.17.1.tgz", + "integrity": "sha512-tGt/Yr7aALKsrerAldQG5iBUFmml2i25nrjLIU+SR1Bzm+OWxTSXxOWunkowdquh2f/Lft5GnnSIs3e3Jr20Bg==", "license": "MIT", "peer": true, "funding": { @@ -5513,120 +5513,120 @@ "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/pm": "^3.15.3" + "@tiptap/core": "^3.17.1", + "@tiptap/pm": "^3.17.1" } }, "node_modules/@tiptap/extension-paragraph": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-3.15.3.tgz", - "integrity": "sha512-lc0Qu/1AgzcEfS67NJMj5tSHHhH6NtA6uUpvppEKGsvJwgE2wKG1onE4isrVXmcGRdxSMiCtyTDemPNMu6/ozQ==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-3.17.1.tgz", + "integrity": "sha512-Vl+xAlINaPtX8XTPvPmeveYMEIMLs8gA7ItcKpyyo4cCzAfVCY3DKuWzOkQGUf7DKrhyJQZhpgLNMaq+h5sTSw==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3" + "@tiptap/core": "^3.17.1" } }, "node_modules/@tiptap/extension-placeholder": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-placeholder/-/extension-placeholder-3.15.3.tgz", - "integrity": "sha512-XcHHnojT186hKIoOgcPBesXk89+caNGVUdMtc171Vcr/5s0dpnr4q5LfE+YRC+S85CpCxCRRnh84Ou+XRtOqrw==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-placeholder/-/extension-placeholder-3.17.1.tgz", + "integrity": "sha512-cE8Rij5/1t4KnWE7GaDewhBek9DKNB+97yrxyggMegILg6v195hOmOkRZkyfnFMYZoBDlrfSAtX9wBvbZBqIsg==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/extensions": "^3.15.3" + "@tiptap/extensions": "^3.17.1" } }, "node_modules/@tiptap/extension-strike": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-strike/-/extension-strike-3.15.3.tgz", - "integrity": "sha512-Y1P3eGNY7RxQs2BcR6NfLo9VfEOplXXHAqkOM88oowWWOE7dMNeFFZM9H8HNxoQgXJ7H0aWW9B7ZTWM9hWli2Q==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-strike/-/extension-strike-3.17.1.tgz", + "integrity": "sha512-c6fS6YIhxoU55etlJgM0Xqker+jn7I1KC7GVu6ljmda8I00K3/lOLZgvFUNPmgp8EJWtyTctj+3D3D+PaZaFAA==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3" + "@tiptap/core": "^3.17.1" } }, "node_modules/@tiptap/extension-table": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-table/-/extension-table-3.15.3.tgz", - "integrity": "sha512-dJk0u2JX1J/3x/ps641qdxQPOiie5txQhs2M1srgDeeFu//ORCePAxryJCw1bgf0TEVwFWwFTCtcOFR5SSgMZQ==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-table/-/extension-table-3.17.1.tgz", + "integrity": "sha512-FuAMdmM330tHJUYT5IV2ooFRqtXf+0D8llcE9nIQQCXKL4J0pfGSOIm40LVpunYgx2pV8SSCL51qTBuEmR84tQ==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/pm": "^3.15.3" + "@tiptap/core": "^3.17.1", + "@tiptap/pm": "^3.17.1" } }, "node_modules/@tiptap/extension-text": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-3.15.3.tgz", - "integrity": "sha512-MhkBz8ZvrqOKtKNp+ZWISKkLUlTrDR7tbKZc2OnNcUTttL9dz0HwT+cg91GGz19fuo7ttDcfsPV6eVmflvGToA==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-3.17.1.tgz", + "integrity": "sha512-rGml96vokQbvPB+w6L3+WKyYJWwqELaLdFUr1WMgg+py5uNYGJYAExYNAbDb5biWJBrX9GgMlCaNeiJj849L1w==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3" + "@tiptap/core": "^3.17.1" } }, "node_modules/@tiptap/extension-typography": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-typography/-/extension-typography-3.15.3.tgz", - "integrity": "sha512-BIpoSEIh1rB5pJtEmDbksRhRxy3og52CvYcG9EA8807WnCvLqgXXUEAYFZ0spbHhmMD0V5EwnHJOR1hHBVF4ww==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-typography/-/extension-typography-3.17.1.tgz", + "integrity": "sha512-bEocTrK/gryk3VtthC9Ca03p2kutVIIFnDkVW6iOG8PgQWEspuQRgqE8yPnHxY8pBBDWxiaBzcGTSrp+3U9d5A==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3" + "@tiptap/core": "^3.17.1" } }, "node_modules/@tiptap/extension-underline": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-3.15.3.tgz", - "integrity": "sha512-r/IwcNN0W366jGu4Y0n2MiFq9jGa4aopOwtfWO4d+J0DyeS2m7Go3+KwoUqi0wQTiVU74yfi4DF6eRsMQ9/iHQ==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-3.17.1.tgz", + "integrity": "sha512-6RdBzmkg6DYs0EqPyoqLGkISXzCnPqM/q3A6nh3EmFmORcIDfuNmcidvA6EImebK8KQGmtZKsRhQSnK4CNQ39g==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3" + "@tiptap/core": "^3.17.1" } }, "node_modules/@tiptap/extensions": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/extensions/-/extensions-3.15.3.tgz", - "integrity": "sha512-ycx/BgxR4rc9tf3ZyTdI98Z19yKLFfqM3UN+v42ChuIwkzyr9zyp7kG8dB9xN2lNqrD+5y/HyJobz/VJ7T90gA==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/extensions/-/extensions-3.17.1.tgz", + "integrity": "sha512-aQ4WA5bdRpv9yPQ6rRdiqwlMZ1eJw1HyEaNPQhOr2HVhQ0EqSDIOEXF4ymCveGAHxXbxNvtQ+4t1ymQEikGfXA==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/pm": "^3.15.3" + "@tiptap/core": "^3.17.1", + "@tiptap/pm": "^3.17.1" } }, "node_modules/@tiptap/pm": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.15.3.tgz", - "integrity": "sha512-Zm1BaU1TwFi3CQiisxjgnzzIus+q40bBKWLqXf6WEaus8Z6+vo1MT2pU52dBCMIRaW9XNDq3E5cmGtMc1AlveA==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.17.1.tgz", + "integrity": "sha512-UyVLkN8axV/zop6Se2DCBJRu5DM21X0XEQvwEC5P/vk8eC9OcQZ3FLtxeYy2ZjpAZUzBGLw0/BGsmEip/n7olw==", "license": "MIT", "dependencies": { "prosemirror-changeset": "^2.3.0", @@ -5654,23 +5654,23 @@ } }, "node_modules/@tiptap/suggestion": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/suggestion/-/suggestion-3.15.3.tgz", - "integrity": "sha512-+CbaHhPfKUe+fNpUIQaOPhh6xI+xL5jbK1zw++U+CZIRrVAAmHRhO+D0O2HdiE1RK7596y8bRqMiB2CRHF7emA==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/suggestion/-/suggestion-3.17.1.tgz", + "integrity": "sha512-a188uVYjlLsUiwK3Ki7KsaWVWC0u28KsqGEAqCk9ECYmtVY99Hrb+rcAwGpMjA7tn8WAwThOxiLISoMdpuqXwg==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/pm": "^3.15.3" + "@tiptap/core": "^3.17.1", + "@tiptap/pm": "^3.17.1" } }, "node_modules/@tiptap/vue-2": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@tiptap/vue-2/-/vue-2-3.15.3.tgz", - "integrity": "sha512-7aw1a0kWepHC50g+wEkExAADYyLLmbgM13jWMyBetunkuplQDCkUlCwTkRETHf8NS+7JlHfCxF0K8VgHPopWtg==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@tiptap/vue-2/-/vue-2-3.17.1.tgz", + "integrity": "sha512-Ljydes3zm4uZh3wqVaZM2cci7p3g9TLz5VSZePpJSk+10GlRvR7yWO3EJhyrT0wLE20iArmULp02RRNw4SfLRQ==", "license": "MIT", "dependencies": { "vue-ts-types": "1.6.2" @@ -5680,19 +5680,19 @@ "url": "https://github.com/sponsors/ueberdosis" }, "optionalDependencies": { - "@tiptap/extension-bubble-menu": "^3.15.3", - "@tiptap/extension-floating-menu": "^3.15.3" + "@tiptap/extension-bubble-menu": "^3.17.1", + "@tiptap/extension-floating-menu": "^3.17.1" }, "peerDependencies": { - "@tiptap/core": "^3.15.3", - "@tiptap/pm": "^3.15.3", + "@tiptap/core": "^3.17.1", + "@tiptap/pm": "^3.17.1", "vue": "^2.6.0" } }, "node_modules/@tiptap/y-tiptap": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@tiptap/y-tiptap/-/y-tiptap-3.0.1.tgz", - "integrity": "sha512-F3hj5X77ckmyIywbCQpKgyX3xKra2/acJPWaV5R9wqp0cUPBmm62FYbkQ6HaqxH1VhCkUhhAZcDSQjbjj7tnWw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@tiptap/y-tiptap/-/y-tiptap-3.0.2.tgz", + "integrity": "sha512-flMn/YW6zTbc6cvDaUPh/NfLRTXDIqgpBUkYzM74KA1snqQwhOMjnRcnpu4hDFrTnPO6QGzr99vRyXEA7M44WA==", "license": "MIT", "peer": true, "dependencies": { diff --git a/package.json b/package.json index 22dc0c173ec..930768308a9 100644 --- a/package.json +++ b/package.json @@ -46,37 +46,37 @@ "@nextcloud/sharing": "^0.3.0", "@nextcloud/vue": "^8.35.2", "@quartzy/markdown-it-mentions": "^0.2.0", - "@tiptap/core": "^3.15.3", - "@tiptap/extension-blockquote": "^3.15.3", - "@tiptap/extension-bold": "^3.15.3", - "@tiptap/extension-code": "^3.15.3", - "@tiptap/extension-code-block": "^3.15.3", - "@tiptap/extension-code-block-lowlight": "^3.15.3", - "@tiptap/extension-collaboration": "^3.15.3", - "@tiptap/extension-collaboration-caret": "^3.15.3", - "@tiptap/extension-document": "^3.15.3", - "@tiptap/extension-drag-handle": "^3.15.3", - "@tiptap/extension-drag-handle-vue-2": "^3.15.3", - "@tiptap/extension-hard-break": "^3.15.3", - "@tiptap/extension-heading": "^3.15.3", - "@tiptap/extension-horizontal-rule": "^3.15.3", - "@tiptap/extension-image": "^3.15.3", - "@tiptap/extension-italic": "^3.15.3", - "@tiptap/extension-link": "^3.15.3", - "@tiptap/extension-list": "^3.15.3", - "@tiptap/extension-mathematics": "^3.15.3", - "@tiptap/extension-mention": "^3.15.3", - "@tiptap/extension-paragraph": "^3.15.3", - "@tiptap/extension-placeholder": "^3.15.3", - "@tiptap/extension-strike": "^3.15.3", - "@tiptap/extension-table": "^3.15.3", - "@tiptap/extension-text": "^3.15.3", - "@tiptap/extension-typography": "^3.15.3", - "@tiptap/extension-underline": "^3.15.3", - "@tiptap/extensions": "^3.15.3", - "@tiptap/pm": "^3.15.3", - "@tiptap/suggestion": "^3.15.3", - "@tiptap/vue-2": "^3.15.3", + "@tiptap/core": "^3.17.1", + "@tiptap/extension-blockquote": "^3.17.1", + "@tiptap/extension-bold": "^3.17.1", + "@tiptap/extension-code": "^3.17.1", + "@tiptap/extension-code-block": "^3.17.1", + "@tiptap/extension-code-block-lowlight": "^3.17.1", + "@tiptap/extension-collaboration": "^3.17.1", + "@tiptap/extension-collaboration-caret": "^3.17.1", + "@tiptap/extension-document": "^3.17.1", + "@tiptap/extension-drag-handle": "^3.17.1", + "@tiptap/extension-drag-handle-vue-2": "^3.17.1", + "@tiptap/extension-hard-break": "^3.17.1", + "@tiptap/extension-heading": "^3.17.1", + "@tiptap/extension-horizontal-rule": "^3.17.1", + "@tiptap/extension-image": "^3.17.1", + "@tiptap/extension-italic": "^3.17.1", + "@tiptap/extension-link": "^3.17.1", + "@tiptap/extension-list": "^3.17.1", + "@tiptap/extension-mathematics": "^3.17.1", + "@tiptap/extension-mention": "^3.17.1", + "@tiptap/extension-paragraph": "^3.17.1", + "@tiptap/extension-placeholder": "^3.17.1", + "@tiptap/extension-strike": "^3.17.1", + "@tiptap/extension-table": "^3.17.1", + "@tiptap/extension-text": "^3.17.1", + "@tiptap/extension-typography": "^3.17.1", + "@tiptap/extension-underline": "^3.17.1", + "@tiptap/extensions": "^3.17.1", + "@tiptap/pm": "^3.17.1", + "@tiptap/suggestion": "^3.17.1", + "@tiptap/vue-2": "^3.17.1", "@vueuse/shared": "^11.3.0", "debounce": "^3.0.0", "escape-html": "^1.0.3",