update libraries & correction oruga (frontend) - #1815

This commit is contained in:
Laurent GAY
2025-11-05 12:26:08 +01:00
committed by setop
parent 37a2e55191
commit 4198795e9a
3 changed files with 142 additions and 141 deletions

242
package-lock.json generated
View File

@@ -4142,48 +4142,48 @@
}
},
"node_modules/@tiptap/core": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.10.1.tgz",
"integrity": "sha512-YY/u+RsjLVhcUaIn+wv6vjMx8kldO7SzFFnRu0iuC+QW57VrlqUzqz5PR6CenphwJHuqGM5b3SCr4K2ZPjN8jQ==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.10.2.tgz",
"integrity": "sha512-rWgo/9g5lSWT3/00wPvG+3EEuPqDxegYMp0v7YkSuURi43Btf+SG4yGtQ5Si9ICF0NJjeZoHLusrjeVltcrsSw==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/pm": "^3.10.1"
"@tiptap/pm": "^3.10.2"
}
},
"node_modules/@tiptap/extension-blockquote": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-blockquote/-/extension-blockquote-3.10.1.tgz",
"integrity": "sha512-swBtOW1g6LMwA1LTZN2GBpdgwOD6pL/SX1GrfZJ46uQF8uBuErsUc+Iop7SX3pVPGLmQg40k0qW5k9QjEC8dGw==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-blockquote/-/extension-blockquote-3.10.2.tgz",
"integrity": "sha512-hmGnb5SYTXOeeP4+ZriOELewTMEITW6Xj2KJ8UpvCfSlOU33/SGeIlBsGvXsN3M4CU66HrK6K1LQVM8LiyEITA==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1"
"@tiptap/core": "^3.10.2"
}
},
"node_modules/@tiptap/extension-bold": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-bold/-/extension-bold-3.10.1.tgz",
"integrity": "sha512-8TE9oFEonoAs0k3Vd1RGW1FiDBayJiBWyd+1eoH6EEmk1DD7quHcP1mBNZwPpjhONMITaSmizs2FjweWYibFwA==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-bold/-/extension-bold-3.10.2.tgz",
"integrity": "sha512-lgUpWuBhlZwf+/pVKfqVUpHfA5PDECDyobcXmMrRSpreM+58psZtWDZMZ21K94SmJukRidW7vdNWoTSRSEiY4Q==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1"
"@tiptap/core": "^3.10.2"
}
},
"node_modules/@tiptap/extension-bubble-menu": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.10.1.tgz",
"integrity": "sha512-oNRXAupEeDCeI4nkIhCYSUuT9eZeHDWXcC5fQeWDzCPv3hOcm7W4jqUGJhWWD6qhcbmUSKmsGDTLkBfNk4NT4Q==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.10.2.tgz",
"integrity": "sha512-gT4PMDXWdUAdijPH35LDUsPv+YIIhEHUuvqPFBGRudrycQ2TlWMmRZ2jYNg1PGBh+/UHVR2l8TNuZ5QSr88ISQ==",
"license": "MIT",
"dependencies": {
"@floating-ui/dom": "^1.0.0"
@@ -4193,53 +4193,53 @@
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1",
"@tiptap/pm": "^3.10.1"
"@tiptap/core": "^3.10.2",
"@tiptap/pm": "^3.10.2"
}
},
"node_modules/@tiptap/extension-bullet-list": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-bullet-list/-/extension-bullet-list-3.10.1.tgz",
"integrity": "sha512-SzE8u9QrpzculNmtxKJZAvNG2hGLwishk4oUocK8aAYGUhesKd4pLHE1emA54TgWP0t1aXstg49QIhmHcUND0A==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-bullet-list/-/extension-bullet-list-3.10.2.tgz",
"integrity": "sha512-WVUklxiqWHpJnkGGNL3mygDKRDUuhh5HhmKUrBrNlvb+yQgglau+S94F4bobvtiwYBSHWS4HdGTXTQhdX9QfwQ==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/extension-list": "^3.10.1"
"@tiptap/extension-list": "^3.10.2"
}
},
"node_modules/@tiptap/extension-document": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-document/-/extension-document-3.10.1.tgz",
"integrity": "sha512-HM9lmPGKX1s9NJYQh1BD6oLqwh0gWylNmgkT6hEI7lm7DANxaYyMZue9anCDae+K6tln22BauXGAfbRb6Bs0Lw==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-document/-/extension-document-3.10.2.tgz",
"integrity": "sha512-+H+H/8OMgTK59QSQeWRqiBB2nufh4rglVCP/RW+iZ8GTH5P5w3dObXVp2OBLdtUG2BRKIVmGcuCxLBI2jer+Tg==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1"
"@tiptap/core": "^3.10.2"
}
},
"node_modules/@tiptap/extension-dropcursor": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-dropcursor/-/extension-dropcursor-3.10.1.tgz",
"integrity": "sha512-fF3h2Oac8vr21uJh+tiUEz/XUoEzXqx5JpoyWj6BmrTulaMY5uw+SUbh1MxN2EeZ+dUvoc8wPATvn0TTq/3GpA==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-dropcursor/-/extension-dropcursor-3.10.2.tgz",
"integrity": "sha512-fwb4beHPRdUhnLjdwNfcLa90NAYMzWfE4zwR6hdCHWbamAuAgb0g2O1bU89PcCVeYcFeKPC+TquOG8q8cxeE7A==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/extensions": "^3.10.1"
"@tiptap/extensions": "^3.10.2"
}
},
"node_modules/@tiptap/extension-floating-menu": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-3.10.1.tgz",
"integrity": "sha512-D5ociNnOI3OP4NxS8eKiiqjUdO7geOguK4ZhJo1CFiIXXoLyV20wqqu4fe8Hq9+4gbEyyJ55Tz/AzLiaXw/GPQ==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-3.10.2.tgz",
"integrity": "sha512-B14/MFffhyowF4/OIive8Z/pL0LWxZxehVBMm4eGG09O01s9/oTc2pDkhMUxbR/1ip81Se1/i+KlTbxogcuduA==",
"license": "MIT",
"optional": true,
"funding": {
@@ -4248,79 +4248,79 @@
},
"peerDependencies": {
"@floating-ui/dom": "^1.0.0",
"@tiptap/core": "^3.10.1",
"@tiptap/pm": "^3.10.1"
"@tiptap/core": "^3.10.2",
"@tiptap/pm": "^3.10.2"
}
},
"node_modules/@tiptap/extension-gapcursor": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-gapcursor/-/extension-gapcursor-3.10.1.tgz",
"integrity": "sha512-Tg43PHL21ZgVXiQZrXmMWCx8jZGEfxB7xxamEkl0CdRFGkcXRmARXuNKT72NtCI3t7/QSlKbpyD/2/9RFGvyeA==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-gapcursor/-/extension-gapcursor-3.10.2.tgz",
"integrity": "sha512-sBCu8enXm3W3BjnvvGBrzAiSuQSVZyhbQAgaFKjHJKBQRbek55EEbRA0ETUmHcSQbYf0D8hmDt2++HAyEASEsQ==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/extensions": "^3.10.1"
"@tiptap/extensions": "^3.10.2"
}
},
"node_modules/@tiptap/extension-heading": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-heading/-/extension-heading-3.10.1.tgz",
"integrity": "sha512-udG4cG1pmumECEb6WDW/qYtuHcHscTMPCR6mG8hz0WpYk1S+LQWGPaQPdvHK6qYrMo/3YwQcYZv5vuQiB3dpjg==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-heading/-/extension-heading-3.10.2.tgz",
"integrity": "sha512-f4NaJHYejn88IN8Q7yeGT2sdS+jb5fLUhj5zKiqC4fWqVeXa4Sh4TpA8Be13Un8KBRY4KSrVLBjcuF121hEYCw==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1"
"@tiptap/core": "^3.10.2"
}
},
"node_modules/@tiptap/extension-history": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-3.10.1.tgz",
"integrity": "sha512-X6GjCrRYfyjC5+ZsBwrKz9GM/iGzkLvbDM1tiCgse79AzIB5M4dF15OZ6bjFx1DgrVBXMwyjFNkvgER0KBGgCQ==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-3.10.2.tgz",
"integrity": "sha512-1u65sQt0vAyXDOyA2YRgyMcPv6pEt60JEU3IOlt1flVYbIcTFy9X8FILmXlq5MC+bRyJXWn7SfjnJWhWbVv7zA==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/extensions": "^3.10.1"
"@tiptap/extensions": "^3.10.2"
}
},
"node_modules/@tiptap/extension-image": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-3.10.1.tgz",
"integrity": "sha512-89NU8LAcSW49mwKDW86I6jf4M9vWbHKMAo6Pj4cees5FPjCk/6XAImjlC3WPr+CfjmM1Lmy7+BnOrVayyUHyVg==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-3.10.2.tgz",
"integrity": "sha512-+EeEOwUCQ4K7wFw0xkVPCwrzRMj5lEW7VdtRj+0zVtAMI+HxO4B6/+ZXyuDybBjtGBgZKdg5DP3pOz0XUCA+vw==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1"
"@tiptap/core": "^3.10.2"
}
},
"node_modules/@tiptap/extension-italic": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-3.10.1.tgz",
"integrity": "sha512-/VbABhC20z/KWhKjcFUk7jJuOgD8Hp2V5lr6fOLFJaRpptoJhmbCRrPJzEZhs/Z55nv6aF7ZxVxtjzO0FpKneQ==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-3.10.2.tgz",
"integrity": "sha512-MnRbTSNtjLE56E7k0CFprIIfr2yaT0Yd0dwYH7pvWePmSYeVFQDwu9CcVOzF58iv5BasyXc3sO2yhWlXRTY7Ig==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1"
"@tiptap/core": "^3.10.2"
}
},
"node_modules/@tiptap/extension-link": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-3.10.1.tgz",
"integrity": "sha512-87OBwlU/ylPCDNhNyKPQaM0KiT0FscyAqh8/oErmI7gKVdrUNfO4zcqIOKHql32lEu9KsmpSum/jSeeUJMR4pA==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-3.10.2.tgz",
"integrity": "sha512-c7ZvinwECBEn3IVI9XpUJKEwvrLtZDiEaYNAjBQgShF1EUCf7JVcNK9wcrFm/oDw9es1cq0yrKqsbBh/bvGO2Q==",
"license": "MIT",
"dependencies": {
"linkifyjs": "^4.3.2"
@@ -4330,14 +4330,14 @@
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1",
"@tiptap/pm": "^3.10.1"
"@tiptap/core": "^3.10.2",
"@tiptap/pm": "^3.10.2"
}
},
"node_modules/@tiptap/extension-list": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-list/-/extension-list-3.10.1.tgz",
"integrity": "sha512-v1TqDqNq3RXwKXyCoObv+42qrxAEtpac3BRZKWwwUcxM55oP5HxeaiEo2usheLs3+fEFkKtWKof2I9gUW0HLvA==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-list/-/extension-list-3.10.2.tgz",
"integrity": "sha512-4IGOQRcy/REuaskha5z29Vb5Hn3l5jTgfT7+aUO5cwAGZFOlEzSgOGBCq2sH4gVSfBqzdG5mGSH4+LEdwfpW8g==",
"license": "MIT",
"peer": true,
"funding": {
@@ -4345,120 +4345,120 @@
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1",
"@tiptap/pm": "^3.10.1"
"@tiptap/core": "^3.10.2",
"@tiptap/pm": "^3.10.2"
}
},
"node_modules/@tiptap/extension-list-item": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-list-item/-/extension-list-item-3.10.1.tgz",
"integrity": "sha512-YCK2N2RJGnvMTolwMD3kutnN4x1duBhUH14SdigJuPQLhDi02ck6jjTCNTjQRgDfpL9qfSLpPdn0ou7+NbFu3g==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-list-item/-/extension-list-item-3.10.2.tgz",
"integrity": "sha512-lG3qyk49BEYWiwoqc/7Cy0A+T13rgld3e//X3YYb7AFygn9oDKK13QlzoGdurgk7JGF0e5bYUHwh/D7eK9xg3g==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/extension-list": "^3.10.1"
"@tiptap/extension-list": "^3.10.2"
}
},
"node_modules/@tiptap/extension-mention": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-mention/-/extension-mention-3.10.1.tgz",
"integrity": "sha512-s7zC3gBQQL99vH37/WdagfLFIDmSJz1uV6fsouckIag0nHBxKTPsZy4LR8CRZZ6RECIyj2WGm71GoVqKUUSEBw==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-mention/-/extension-mention-3.10.2.tgz",
"integrity": "sha512-/gyUIMNKBoXOIy0SvjNYJ7G/yiYsnwwbnBo2hQgDza4p53KgnpTzg623/6GHDZSk7zy2S3O+5yWlzEmtrUva3A==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1",
"@tiptap/pm": "^3.10.1",
"@tiptap/suggestion": "^3.10.1"
"@tiptap/core": "^3.10.2",
"@tiptap/pm": "^3.10.2",
"@tiptap/suggestion": "^3.10.2"
}
},
"node_modules/@tiptap/extension-ordered-list": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-ordered-list/-/extension-ordered-list-3.10.1.tgz",
"integrity": "sha512-dpKNFFF8QqfwSuXYoTktb3Woeqqjc3pZ4Vx4F4JSyzIlgBPLim0Wkn18ClJFIC2But/FcLm6NQrlpnimExfFlQ==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-ordered-list/-/extension-ordered-list-3.10.2.tgz",
"integrity": "sha512-zs8wK1GNVedGENZPJOYUMtiLLPPASvJtabS2HTLPQGnpVeXfF0toftdVYDhGRGoQBBDLDjNyyW5ARzJwwXbTzQ==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/extension-list": "^3.10.1"
"@tiptap/extension-list": "^3.10.2"
}
},
"node_modules/@tiptap/extension-paragraph": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-3.10.1.tgz",
"integrity": "sha512-ocxyg947q5yOSyripEingN7SnsJ/4cYuxOg8BdNlSao8HzUTw5298/81Almf2pT0FNAJHMp8R4Xsii2oMlJ/yQ==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-3.10.2.tgz",
"integrity": "sha512-k84BMUxpeFTEIoUil4tnXF5viY4oUHXq4wz4JkO/LMEW6lAkO/PhJnJMMrcEJu0sox4aoNppcnS236RNXCiPpg==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1"
"@tiptap/core": "^3.10.2"
}
},
"node_modules/@tiptap/extension-placeholder": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-placeholder/-/extension-placeholder-3.10.1.tgz",
"integrity": "sha512-7R31ytEtyYKNrj3g610sHiUvseRnNyzxMlYtwXEQIZ8w3St5QduwJm+AMOygS4Nmdg88C1zsu1VIiRZCKFutbw==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-placeholder/-/extension-placeholder-3.10.2.tgz",
"integrity": "sha512-pBbxFs4GvrjlcJduRXLvt/DH7oniHaY+0pFwrfLIGIEGfIO2hqkApy36q41xl12v/ud2xKfUSoNRm1Uw1/s9/w==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/extensions": "^3.10.1"
"@tiptap/extensions": "^3.10.2"
}
},
"node_modules/@tiptap/extension-strike": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-strike/-/extension-strike-3.10.1.tgz",
"integrity": "sha512-NYnQOQM/HRvOcCRdetZthMMOZFpxpJ2PBuYg6u6ysotFJPWVVaegtNfZ4se0UdxDNPYInTW3gAgF05Tq/XszRQ==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-strike/-/extension-strike-3.10.2.tgz",
"integrity": "sha512-e6+WaEhWlsbV3mw8kSMwgq7Tty8BWoRGFGQj5B6Tg7bZUg3qgdE0Kp2s6MGNNikpuDchOebbIZxOk/qfVqgUbw==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1"
"@tiptap/core": "^3.10.2"
}
},
"node_modules/@tiptap/extension-text": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-3.10.1.tgz",
"integrity": "sha512-Af0WBQJvjiTnEArutOZENCVNGuK7Ln3BwUH3jXsk4OUHxOyt5JK9qsDePsO46Dj9OlXHbnBi5hAnhJGI8zGLzw==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-3.10.2.tgz",
"integrity": "sha512-5gHtEh7eIjFYtwIYvjJp1Sg7qlS1ObOLIkYGOm763t0JJbePXnkA5EnyfxAq3g+wfPajK7qgs3uqArCjlHA33w==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1"
"@tiptap/core": "^3.10.2"
}
},
"node_modules/@tiptap/extension-underline": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-3.10.1.tgz",
"integrity": "sha512-U56hHqCSjwP8wAq28n6A+l+aNW/DxJXiaNwXs7YlC4IjRDkbsl5q53UcOlRCoVnYVY2mxj1L6Zmu2u6dhjeuSQ==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-3.10.2.tgz",
"integrity": "sha512-/n/+YXYYGmOOQl8zPZiyZFRtOmsnTe1TfEjNcsJcIUGW4X5teddp4lVTcvGO3aaufH48FcYnSVJya7A9dw3ABg==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1"
"@tiptap/core": "^3.10.2"
}
},
"node_modules/@tiptap/extensions": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/extensions/-/extensions-3.10.1.tgz",
"integrity": "sha512-tZZ1IGIcch4ezuoid3iPSirh0s2GQuSKY6ceWRJCVeZ2gT2LsN3i10tqfidcYrsmyQRMuM7QUfRmH5HOKJZ73Q==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/extensions/-/extensions-3.10.2.tgz",
"integrity": "sha512-XyvMn6B6PCPsgV6VMLiS1QXI1OKarBAYwXmqsE+gCzzYyXxYX4sLUlQ8JKysREyIGMHxSg5vgOajsgXgFMrvyA==",
"license": "MIT",
"peer": true,
"funding": {
@@ -4466,14 +4466,14 @@
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1",
"@tiptap/pm": "^3.10.1"
"@tiptap/core": "^3.10.2",
"@tiptap/pm": "^3.10.2"
}
},
"node_modules/@tiptap/pm": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.10.1.tgz",
"integrity": "sha512-LhTRI+bECLFqitWN821A7faVFVw5OitFGWn45LIIRc/1Jg3lkqsaqx3LcLN1sjXd+f/vfoeXLKSD6VJvv/B/nQ==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.10.2.tgz",
"integrity": "sha512-qXsp7guPLoir49Fh6IOzg6IAJA3tYYy/1316vv7DhJwmdF9GebkwgFcei2XGk6vKlwv18jWV+BlqDv9iwQ5Alg==",
"license": "MIT",
"dependencies": {
"prosemirror-changeset": "^2.3.0",
@@ -4501,36 +4501,36 @@
}
},
"node_modules/@tiptap/suggestion": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/suggestion/-/suggestion-3.10.1.tgz",
"integrity": "sha512-QpSMsMtpsBSapCDytjdKXLcuPunnd00fGSrYp23C4BDI2Ph7JOYHsgv/wIKgpAYg2fpbJT6DIIbpSHhWluEFyw==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/suggestion/-/suggestion-3.10.2.tgz",
"integrity": "sha512-mgai1SV7a95UudYmKNovgr5blL2Nw876hQ96S2x2uRbWnSo4gE3rTwWk1PIMWn8ov7ULsA36WAyhnK2kXxAWKA==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.10.1",
"@tiptap/pm": "^3.10.1"
"@tiptap/core": "^3.10.2",
"@tiptap/pm": "^3.10.2"
}
},
"node_modules/@tiptap/vue-3": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/@tiptap/vue-3/-/vue-3-3.10.1.tgz",
"integrity": "sha512-FbJL8JsqR4V9/LnXL1PHmhmzb5476C3Hn3nFYjX+ozPNvurPz/X4qj4YM56V3p7DcOLdEyfh7usg6FwYKyuAAA==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/@tiptap/vue-3/-/vue-3-3.10.2.tgz",
"integrity": "sha512-eFBGF9NbC65qcudkYKm+A7x2RZFGAqaLk/xXeDMV3IZTstgBqywUPxCvNV+H7D+gdYf37HX2gNmByYojZ1PfdA==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"optionalDependencies": {
"@tiptap/extension-bubble-menu": "^3.10.1",
"@tiptap/extension-floating-menu": "^3.10.1"
"@tiptap/extension-bubble-menu": "^3.10.2",
"@tiptap/extension-floating-menu": "^3.10.2"
},
"peerDependencies": {
"@floating-ui/dom": "^1.0.0",
"@tiptap/core": "^3.10.1",
"@tiptap/pm": "^3.10.1",
"@tiptap/core": "^3.10.2",
"@tiptap/pm": "^3.10.2",
"vue": "^3.0.0"
}
},
@@ -13794,9 +13794,9 @@
"license": "MIT"
},
"node_modules/vite": {
"version": "7.1.12",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.12.tgz",
"integrity": "sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.0.tgz",
"integrity": "sha512-C/Naxf8H0pBx1PA4BdpT+c/5wdqI9ILMdwjSMILw7tVIh3JsxzZqdeTLmmdaoh5MYUEOyBnM9K3o0DzoZ/fe+w==",
"dev": true,
"license": "MIT",
"dependencies": {