diff --git a/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx b/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx index d21d99a1..c98a526a 100644 --- a/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx +++ b/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx @@ -11,7 +11,6 @@ const TicketingDetailPage = async () => {
{/* */} - <>
); diff --git a/components/editor/custom-editor.js b/components/editor/custom-editor.js index 7e78e816..0b7579f4 100644 --- a/components/editor/custom-editor.js +++ b/components/editor/custom-editor.js @@ -76,12 +76,12 @@ function CustomEditor(props) { .ckeditor-wrapper { border-radius: 6px; overflow: hidden; - // box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); } .ckeditor-wrapper :global(.ck.ck-editor__main) { - min-height: ${props.height || 300}px; + min-height: ${props.height || 400}px; max-height: ${maxHeight}px; } @@ -168,4 +168,4 @@ function CustomEditor(props) { ); } -export default CustomEditor; +export default CustomEditor; \ No newline at end of file diff --git a/components/form/ticketing/ticketing-detail-form.tsx b/components/form/ticketing/ticketing-detail-form.tsx index ef31dbf5..1b3941c9 100644 --- a/components/form/ticketing/ticketing-detail-form.tsx +++ b/components/form/ticketing/ticketing-detail-form.tsx @@ -724,28 +724,9 @@ export default function FormDetailTicketing({ id }: Props) { {/* Chat Messages */} -
- {!detail ? ( -
-
-
- - - -
-
Pilih issue untuk melihat detail
-
-
- ) : ( - ticketReply.map((m) => { +
+
+ {ticketReply.map((m) => { const isUser = m.user.fullname !== "Agent"; return (
); - }) - )} -
+ })} +
{/* Input Box */} diff --git a/package-lock.json b/package-lock.json index 66613ab7..27a957d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -177,6 +177,7 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", + "dev": true, "engines": { "node": ">=10" }, @@ -865,604 +866,6 @@ "node": ">= 4.0.0" } }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-adapter-ckfinder/-/ckeditor5-adapter-ckfinder-46.0.3.tgz", - "integrity": "sha512-xebONgXYuF8Fuhr6C+lpwRSfpChSrJKTy5S0i7vuBY+EeuXLRED7AuCOvPwV9oed1/CqbzDWWH1IefgkLwZwvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-adapter-ckfinder/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, "node_modules/@ckeditor/ckeditor5-alignment": { "version": "41.3.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-41.3.1.tgz", @@ -1479,605 +882,6 @@ "ckeditor5": "41.3.1" } }, - "node_modules/@ckeditor/ckeditor5-autosave": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autosave/-/ckeditor5-autosave-46.0.3.tgz", - "integrity": "sha512-SStt6opEniy0i5N5QMsAttpxhPvlmQ5UgmfvVmkyBnvOGwFwSmIFjxAXdTsAhvKdDaKrsjeCpv/j6L6llYk7dw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-autosave/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, "node_modules/@ckeditor/ckeditor5-basic-styles": { "version": "41.3.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-41.3.1.tgz", @@ -2094,1815 +898,6 @@ "ckeditor5": "41.3.1" } }, - "node_modules/@ckeditor/ckeditor5-bookmark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-bookmark/-/ckeditor5-bookmark-46.0.3.tgz", - "integrity": "sha512-f1usHplw2Ndhm1AiyjWfOWoaSQehMqBaXTa94OXlvO6ci1RIijdFm+DKn4Lgh/vSjv4vo25eQReTmEM0KaysvA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckbox/-/ckeditor5-ckbox-46.0.3.tgz", - "integrity": "sha512-UnmCqOU/iyYDef/OVsWbixeXwo+0pb3YGNWgmd2YsCFUUerbpOkDwwGuvCZPE7Hs34lNz8ybbhjR9KmGu8WcAw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "blurhash": "2.0.5", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-ckbox/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckfinder/-/ckeditor5-ckfinder-46.0.3.tgz", - "integrity": "sha512-VXggqo2w0TgFPyu6z+uH3aTWQMhbq2F2iPUi8SreYCL0JclczbU4HDKqzQU+RKhrzp+yhK1n7ztX5aN1H9EVAw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-ckfinder/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, "node_modules/@ckeditor/ckeditor5-clipboard": { "version": "41.3.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-41.3.1.tgz", @@ -4008,1207 +1003,6 @@ "node": ">=8" } }, - "node_modules/@ckeditor/ckeditor5-easy-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-easy-image/-/ckeditor5-easy-image-46.0.3.tgz", - "integrity": "sha512-UZs1G2wZaUr4lJSUsECBpM5ntr0UIXhGYG6lhE4Lf1TBaOypzxusR0H3txNtWIX1rq6hCeFH1P7meijfvJRgbw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-easy-image/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-balloon/-/ckeditor5-editor-balloon-46.0.3.tgz", - "integrity": "sha512-NXqmQK45DybJmgWFUln2uTvWqg77BuTp/R/4F33K6fgA4QGmnlWZ+l96Z5Rpmq6Rxc7suBNIKKWRFihquHw1hw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, "node_modules/@ckeditor/ckeditor5-editor-classic": { "version": "41.3.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-41.3.1.tgz", @@ -5218,2413 +1012,6 @@ "lodash-es": "4.17.21" } }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-decoupled/-/ckeditor5-editor-decoupled-46.0.3.tgz", - "integrity": "sha512-svrTpgGCi9YLhzit97i+A+lVStnQ4fNbGj6O1HlRG676BA20zqUkUWbNDPlBQT5sbq4N2oLKPwBmAqtUsF9ivQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-inline/-/ckeditor5-editor-inline-46.0.3.tgz", - "integrity": "sha512-VfsD95gALQrUMHRJ5f2KKIPgtRb5flAqug85GSWy+wJZXOv7dC953tc1v8PYtUOHV6R3k2SWOUAGUClRu2ijOQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-multi-root/-/ckeditor5-editor-multi-root-46.0.3.tgz", - "integrity": "sha512-mS9gd8zTCclstU5DROT5L3sVq6HSDk0jw/7d7bgKEvWbGvQ6iPiqcgZ+bzpyrtvXMQKnmgfytZpU9qfODLpwFA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-emoji/-/ckeditor5-emoji-46.0.3.tgz", - "integrity": "sha512-XiQsDeIZdSRDuFz/eoH16L21+Ucxykt+qHvqHSXB6bnVE8A3+65fxXYXicXnlb8st6UYhVBGwd53cpRz1ljMww==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5", - "fuzzysort": "3.1.0" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, "node_modules/@ckeditor/ckeditor5-engine": { "version": "41.3.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-41.3.1.tgz", @@ -7652,607 +1039,6 @@ "ckeditor5": "41.3.1" } }, - "node_modules/@ckeditor/ckeditor5-find-and-replace": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-find-and-replace/-/ckeditor5-find-and-replace-46.0.3.tgz", - "integrity": "sha512-WKJ32slfJKPE2xnOWtk8/kqaDlUE3AKXChmRw6fPXM9pRpBRItLrbMO4Lhic9F1V8UzzY88/6VMuTMUlVg7/pQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, "node_modules/@ckeditor/ckeditor5-font": { "version": "41.3.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-41.3.1.tgz", @@ -8261,608 +1047,6 @@ "ckeditor5": "41.3.1" } }, - "node_modules/@ckeditor/ckeditor5-fullscreen": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-fullscreen/-/ckeditor5-fullscreen-46.0.3.tgz", - "integrity": "sha512-+AjKdmknSeihgVytx2CZPvqJ8Iv0sQd8kP1AvTMsp7JWr9kP3eMZEWJ3IwUP7GaH9O+cSDqeW2pFY4rW1ajYlQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, "node_modules/@ckeditor/ckeditor5-heading": { "version": "41.3.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-41.3.1.tgz", @@ -8871,2422 +1055,6 @@ "ckeditor5": "41.3.1" } }, - "node_modules/@ckeditor/ckeditor5-highlight": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-highlight/-/ckeditor5-highlight-46.0.3.tgz", - "integrity": "sha512-woO40tvOomrE7PHV/LAIOuNDb6sm2xiRQpT3r6TU1bvHZWSdt+hBCVRbnPxMNY2b/+0FGeV6cIOP8jlZ6JXF2g==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-highlight/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-horizontal-line/-/ckeditor5-horizontal-line-46.0.3.tgz", - "integrity": "sha512-mct0XA6XxSk9BXorR5HA6jiDmf40Wm2HbwSEL8RcCQ4s/ak+3c85loUQZtV5Enaro8ejUkQ30nbqUnrO21Z8ZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-embed/-/ckeditor5-html-embed-46.0.3.tgz", - "integrity": "sha512-8Cf0L1REllrVffu4BrnNiga0mQgFcQ0V/L4ARMGR3vmafTvS2cOvMyrGJy/69oCGM0NigyU1eSzkGv04o+599w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-support/-/ckeditor5-html-support-46.0.3.tgz", - "integrity": "sha512-zBRJ1aBIi/UKKRhCUvK0mTDu9c43GOINKscGJ4ZRAD8WmKdlpxO+xUfCfZouDMGwd67lD9e37LI3xZc+hGCXGA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-html-support/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-icons": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-icons/-/ckeditor5-icons-46.0.3.tgz", - "integrity": "sha512-ztmFx8ujcdIMTWeIQ8Hxixlexfhx8vcclV/+maDzjVHhqRNi9eZ1b/nQ7gnS4/X5Fnh6cPQuCM+3lTUR4jQscA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true - }, "node_modules/@ckeditor/ckeditor5-image": { "version": "41.3.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-41.3.1.tgz", @@ -11305,605 +1073,6 @@ "ckeditor5": "41.3.1" } }, - "node_modules/@ckeditor/ckeditor5-language": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-language/-/ckeditor5-language-46.0.3.tgz", - "integrity": "sha512-JLkDnhZxP9J/Dw7uxJtBHYrdR1q2xpkIsi+Y0fhG0cejo6Lhfnv2F/1L76EO6JxhfhrkHWrDgLwr860PYvRztA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-language/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, "node_modules/@ckeditor/ckeditor5-link": { "version": "41.3.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-41.3.1.tgz", @@ -11922,1611 +1091,6 @@ "ckeditor5": "41.3.1" } }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-markdown-gfm/-/ckeditor5-markdown-gfm-46.0.3.tgz", - "integrity": "sha512-ROOQsKcb03UdzyWZOD4p6vPWUpjgBRf4VXgbxKds2z19dm3fOdUwFbolpVrmYuYzdHrI/0xWM/+waD7TEOatuQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@types/hast": "3.0.4", - "ckeditor5": "46.0.3", - "hast-util-from-dom": "5.0.1", - "hast-util-to-html": "9.0.5", - "hast-util-to-mdast": "10.1.2", - "hastscript": "9.0.1", - "rehype-dom-parse": "5.0.2", - "rehype-dom-stringify": "4.0.2", - "rehype-remark": "10.0.1", - "remark-breaks": "4.0.0", - "remark-gfm": "4.0.1", - "remark-parse": "11.0.0", - "remark-rehype": "11.1.2", - "remark-stringify": "11.0.0", - "unified": "11.0.5", - "unist-util-visit": "5.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@types/hast": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@types/mdast": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@types/unist": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", - "license": "MIT", - "peer": true - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/escape-string-regexp": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", - "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/hast-util-parse-selector": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", - "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/hastscript": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz", - "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0", - "comma-separated-tokens": "^2.0.0", - "hast-util-parse-selector": "^4.0.0", - "property-information": "^7.0.0", - "space-separated-tokens": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-find-and-replace": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", - "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "escape-string-regexp": "^5.0.0", - "unist-util-is": "^6.0.0", - "unist-util-visit-parents": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-from-markdown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", - "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "@types/unist": "^3.0.0", - "decode-named-character-reference": "^1.0.0", - "devlop": "^1.0.0", - "mdast-util-to-string": "^4.0.0", - "micromark": "^4.0.0", - "micromark-util-decode-numeric-character-reference": "^2.0.0", - "micromark-util-decode-string": "^2.0.0", - "micromark-util-normalize-identifier": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0", - "unist-util-stringify-position": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-gfm": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", - "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-gfm-autolink-literal": "^2.0.0", - "mdast-util-gfm-footnote": "^2.0.0", - "mdast-util-gfm-strikethrough": "^2.0.0", - "mdast-util-gfm-table": "^2.0.0", - "mdast-util-gfm-task-list-item": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-gfm-autolink-literal": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", - "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "ccount": "^2.0.0", - "devlop": "^1.0.0", - "mdast-util-find-and-replace": "^3.0.0", - "micromark-util-character": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-gfm-footnote": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", - "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "devlop": "^1.1.0", - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0", - "micromark-util-normalize-identifier": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-gfm-strikethrough": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", - "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-gfm-table": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", - "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "devlop": "^1.0.0", - "markdown-table": "^3.0.0", - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-gfm-task-list-item": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", - "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "devlop": "^1.0.0", - "mdast-util-from-markdown": "^2.0.0", - "mdast-util-to-markdown": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-phrasing": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", - "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "unist-util-is": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-to-markdown": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", - "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "@types/unist": "^3.0.0", - "longest-streak": "^3.0.0", - "mdast-util-phrasing": "^4.0.0", - "mdast-util-to-string": "^4.0.0", - "micromark-util-classify-character": "^2.0.0", - "micromark-util-decode-string": "^2.0.0", - "unist-util-visit": "^5.0.0", - "zwitch": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/mdast-util-to-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", - "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", - "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "@types/debug": "^4.0.0", - "debug": "^4.0.0", - "decode-named-character-reference": "^1.0.0", - "devlop": "^1.0.0", - "micromark-core-commonmark": "^2.0.0", - "micromark-factory-space": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-chunked": "^2.0.0", - "micromark-util-combine-extensions": "^2.0.0", - "micromark-util-decode-numeric-character-reference": "^2.0.0", - "micromark-util-encode": "^2.0.0", - "micromark-util-normalize-identifier": "^2.0.0", - "micromark-util-resolve-all": "^2.0.0", - "micromark-util-sanitize-uri": "^2.0.0", - "micromark-util-subtokenize": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-core-commonmark": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", - "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "decode-named-character-reference": "^1.0.0", - "devlop": "^1.0.0", - "micromark-factory-destination": "^2.0.0", - "micromark-factory-label": "^2.0.0", - "micromark-factory-space": "^2.0.0", - "micromark-factory-title": "^2.0.0", - "micromark-factory-whitespace": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-chunked": "^2.0.0", - "micromark-util-classify-character": "^2.0.0", - "micromark-util-html-tag-name": "^2.0.0", - "micromark-util-normalize-identifier": "^2.0.0", - "micromark-util-resolve-all": "^2.0.0", - "micromark-util-subtokenize": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-extension-gfm": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", - "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-extension-gfm-autolink-literal": "^2.0.0", - "micromark-extension-gfm-footnote": "^2.0.0", - "micromark-extension-gfm-strikethrough": "^2.0.0", - "micromark-extension-gfm-table": "^2.0.0", - "micromark-extension-gfm-tagfilter": "^2.0.0", - "micromark-extension-gfm-task-list-item": "^2.0.0", - "micromark-util-combine-extensions": "^2.0.0", - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-extension-gfm-autolink-literal": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", - "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-sanitize-uri": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-extension-gfm-footnote": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", - "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", - "license": "MIT", - "peer": true, - "dependencies": { - "devlop": "^1.0.0", - "micromark-core-commonmark": "^2.0.0", - "micromark-factory-space": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-normalize-identifier": "^2.0.0", - "micromark-util-sanitize-uri": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-extension-gfm-strikethrough": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", - "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", - "license": "MIT", - "peer": true, - "dependencies": { - "devlop": "^1.0.0", - "micromark-util-chunked": "^2.0.0", - "micromark-util-classify-character": "^2.0.0", - "micromark-util-resolve-all": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-extension-gfm-table": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", - "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", - "license": "MIT", - "peer": true, - "dependencies": { - "devlop": "^1.0.0", - "micromark-factory-space": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-extension-gfm-tagfilter": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", - "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-extension-gfm-task-list-item": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", - "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", - "license": "MIT", - "peer": true, - "dependencies": { - "devlop": "^1.0.0", - "micromark-factory-space": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-factory-destination": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", - "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-factory-label": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", - "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "devlop": "^1.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-factory-space": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", - "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-factory-title": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", - "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-factory-space": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-factory-whitespace": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", - "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-factory-space": "^2.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-character": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", - "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-chunked": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", - "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-util-symbol": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-classify-character": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", - "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-combine-extensions": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", - "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-util-chunked": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-decode-numeric-character-reference": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", - "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-util-symbol": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-decode-string": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", - "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "decode-named-character-reference": "^1.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-decode-numeric-character-reference": "^2.0.0", - "micromark-util-symbol": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-encode": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", - "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-html-tag-name": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", - "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-normalize-identifier": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", - "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-util-symbol": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-resolve-all": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", - "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-sanitize-uri": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", - "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-encode": "^2.0.0", - "micromark-util-symbol": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-subtokenize": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", - "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "devlop": "^1.0.0", - "micromark-util-chunked": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-symbol": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", - "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/micromark-util-types": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/property-information": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", - "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", - "license": "MIT", - "peer": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/remark-gfm": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", - "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "mdast-util-gfm": "^3.0.0", - "micromark-extension-gfm": "^3.0.0", - "remark-parse": "^11.0.0", - "remark-stringify": "^11.0.0", - "unified": "^11.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/remark-parse": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", - "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "mdast-util-from-markdown": "^2.0.0", - "micromark-util-types": "^2.0.0", - "unified": "^11.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/remark-rehype": { - "version": "11.1.2", - "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", - "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0", - "@types/mdast": "^4.0.0", - "mdast-util-to-hast": "^13.0.0", - "unified": "^11.0.0", - "vfile": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/unified": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", - "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0", - "bail": "^2.0.0", - "devlop": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/unist-util-is": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", - "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/unist-util-stringify-position": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", - "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/vfile": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", - "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0", - "vfile-message": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/@ckeditor/ckeditor5-media-embed": { "version": "41.3.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-41.3.1.tgz", @@ -13536,1808 +1100,6 @@ "ckeditor5": "41.3.1" } }, - "node_modules/@ckeditor/ckeditor5-mention": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-mention/-/ckeditor5-mention-46.0.3.tgz", - "integrity": "sha512-a7sHtN8M5Glh20SbsB0KWlFxoothUwkq6cqNJKKAI6MrOYsOJX1WaMG2mUfhGr4VTrUieuJYxVtqMFuagbhBgQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-mention/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-minimap/-/ckeditor5-minimap-46.0.3.tgz", - "integrity": "sha512-gsac1z96MaJMFzapfzqLtEqETpI3JVXMfdQV3N0+kRbFSlUeJmrR/aHLC/+GDQAttkfOuL9i4FlWQKiDeSN15w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-minimap/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-page-break/-/ckeditor5-page-break-46.0.3.tgz", - "integrity": "sha512-6V0O0sqgZMh47knEhhj0htWK3Oxm6jfHLWA4vi9vColwJMv9imuP72vYgrClmKHfN/QtyZ+DGmaufmhaXS2ffw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-page-break/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, "node_modules/@ckeditor/ckeditor5-paragraph": { "version": "41.3.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-41.3.1.tgz", @@ -15375,1207 +1137,6 @@ "react": "^16.13.1 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@ckeditor/ckeditor5-remove-format": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-remove-format/-/ckeditor5-remove-format-46.0.3.tgz", - "integrity": "sha512-rrGeK1NGE5o04/wuyMq10BD7bJ7qkVZq74dDXb7G6l1IkFWU/lY5SLt1K4FgVunY+oBcsena+hktwqgEsmEqdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-restricted-editing/-/ckeditor5-restricted-editing-46.0.3.tgz", - "integrity": "sha512-b1NUb7nEKdb0R5UOukXRXOeweOIE3Dsa64uwV/H6ZnRfdOmH37TVSKFJ2lWVvPUUljsT3SVdSZbl1aP4aA1SBA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, "node_modules/@ckeditor/ckeditor5-select-all": { "version": "41.3.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-41.3.1.tgz", @@ -16586,606 +1147,6 @@ "@ckeditor/ckeditor5-utils": "41.3.1" } }, - "node_modules/@ckeditor/ckeditor5-show-blocks": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-show-blocks/-/ckeditor5-show-blocks-46.0.3.tgz", - "integrity": "sha512-YSa+Q49hQe4oRxIFsnUjzIFRG1M5+2vWjzYwS84hQAR0xDMZDD0SqIS6poC3QewuIS/525bcnmASBwXZUrRdIA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, "node_modules/@ckeditor/ckeditor5-source-editing": { "version": "41.3.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-41.3.1.tgz", @@ -17195,1211 +1156,6 @@ "ckeditor5": "41.3.1" } }, - "node_modules/@ckeditor/ckeditor5-special-characters": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-special-characters/-/ckeditor5-special-characters-46.0.3.tgz", - "integrity": "sha512-PihS9/nmrGXaycsI3TSqVK0qGlc2ZSE3XzL7dEKTCyUta7vvI7hCC/jDaTtfch2d0fZhnIXovlgqlj35u2PjDw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, - "node_modules/@ckeditor/ckeditor5-style": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-style/-/ckeditor5-style-46.0.3.tgz", - "integrity": "sha512-/4kOCM0/s4O65AA6tHdTK9joPFaTs/Uk14RHlyGP6+QJQ5FcNx9g2yJ1HxhRAdkMLy3AsVol9lqqFXC00+W7BA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-style/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, "node_modules/@ckeditor/ckeditor5-table": { "version": "41.3.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-41.3.1.tgz", @@ -18490,606 +1246,6 @@ "lodash-es": "4.17.21" } }, - "node_modules/@ckeditor/ckeditor5-word-count": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-word-count/-/ckeditor5-word-count-46.0.3.tgz", - "integrity": "sha512-Qobva/b/79t4hD6ZgWsBT3PgGIFXU2dZW62kFDJNVkGpq1pkKboIdq7Iu57OffLDJaV+xkAmEvV6cIDWc4KADA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-alignment": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.3.tgz", - "integrity": "sha512-P0qegTFO9u5gbR7Ig/JI0vGdWFtxzM08KPCbeYTpQtdI9+DrKdvWFo0LVB7LJjR6OKuUPCtnulGgCyhuzNT7lw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.3.tgz", - "integrity": "sha512-E3bjlf8HbTD9FiGHPQyrbRXniA7W06CecmlKXwHDisGC8lLLF8ZpuRX4oGAH5QLpSVFyGuj0C1GJtVY0+PEjOw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.3.tgz", - "integrity": "sha512-THmEPEbYopSfq8NTAugPLk+QW8/vuRkJfg/NpESzeugqCkBG2to3thOHdetbpye4IJBokLFhLsGFfKVYfVF81A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.3.tgz", - "integrity": "sha512-8bI7GoxOPrIExt/32gxLDQJB5VdSp3Oi6fqA+GH0Lqj+ri8HKfl3S147GymTUfBh01IOymQNL7xX04Dq1Nbl6A==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.3.tgz", - "integrity": "sha512-ECz2goSbYZSlhRT2HszIPCMWFfThA0uIuXpI5PjYj7rDJUoip/Y3/UZjyMo47IUFf66Y4VdvJoq0fv/Z86HYIg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.3.tgz", - "integrity": "sha512-eKmtcygKoAoba6LGKdsFQyU50yZeeFgD9k05HYnN4BZCqZjrmlTbo3mQrTREgM/w2yxQ4AkDVj162S9NOyibWA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-code-block": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.3.tgz", - "integrity": "sha512-5Bny1t2jb+Fruy4Tf0Es6YGPe24eWUiCskTv7QZkebEUtectUhZXjrbAPXkn9GQH9E+jU/ywhYkkCKwDgg+Vnw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-core": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.3.tgz", - "integrity": "sha512-J03+XnTDL+Ex43ttT4fBxfJGRQxDor0zJc3TxlX44g0q7xD1l7T2CIkorry+817e3By3Qe3DfiMSleHKuDnmvQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.3.tgz", - "integrity": "sha512-fw4pdBqT1UpVYkBBpACQn9w5iR2Y62AvGW7ANt6b1nv55+FIN0uEAHsuChvZdFra8iJQR1qyilT24LVOTtk5mg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-engine": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.3.tgz", - "integrity": "sha512-U5BMV3pZTViU2ArsmmvfzqG1dt03laxgWtX8y2TtoEhaL+cNnT4N2cxj0StioeTbGAP3imkNKvVfRpRBhJIp/Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-enter": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.3.tgz", - "integrity": "sha512-Z/IVe2Bn/PXamXxTlG9Pf/4K1OoGsNpwBfdywiqSYxdlF5E/4e5xArCKuFVkLGPO2YPSXShPhucBorqHlGQI2Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-essentials": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.3.tgz", - "integrity": "sha512-lUk+AkDVXb0YXEbyw+14sA5vFtXoWA4i6026tyN8I9uShMIyyjzkVUtTX9a0AWp5j//sJ5Ke+wMS0QUFRDtj+Q==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-font": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.3.tgz", - "integrity": "sha512-4A0F3ShSn5QE0aQVus45EiIpFntJdXQnlf/kCLbQstYBUof915vReCa/c0cRu8q+1GOB9DmTarSPfb2jxDKhaA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-heading": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.3.tgz", - "integrity": "sha512-FKTgc1I9nDvnoDJ6RzkmPX7knhU3k6iH8IGUngH78TIOmhcWPVzv7Sftszos/LdX+kTc1ZoWWaHo5vrk90waZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-image": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.3.tgz", - "integrity": "sha512-9XcJVJxG+fqzwTupf7EATKeVZ+tXqeWiHLip4w/vMejjX026CPjiB3rKA2K5/H25TKDrvsMBBm22RqpK25dzCw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-indent": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.3.tgz", - "integrity": "sha512-XLdlp94Bitkki027adnOqL642kCSJphMoZZDYYpTNHQkKhJq6TDp8u66EFlo2/q1quVDgb1qlezDuShouYd1tQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-link": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.3.tgz", - "integrity": "sha512-s2wBD0QQ2Pz8wzTbh3YN83QbYRVbGp3qLwgN+8x7Y/bOuFE4AxR+JhDo14ekdXelXYxIeGJAqG2Z4SQj8v2rXQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-list": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.3.tgz", - "integrity": "sha512-KEAnyhUO6hWWa3GO6NGS7Entn2OXutCQ2+od8l5MrqeGxmpnqj0OpPX6qn+RZTVWf1RnqwErCYQhhPoQM/mlZg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.3.tgz", - "integrity": "sha512-aozP4L8WQuPOHBA5qXTQnH3kQrhFJd6/J5KjKl5EicR6MUqeDkvzSLxYnltUBPByoDvkNxHD/GIL8nevgeWCrQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.3.tgz", - "integrity": "sha512-3OlCeyykkhcueXmo+p/LppeCvC2TtEpljLpC042EbIOCJEbSMlYEGx/AJQGetn2JV8q9L3UKfgnltpOriXAeyg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.3.tgz", - "integrity": "sha512-pgqBTqP3oIFbmHvk1ddICDmyvBvFE9d+jO0busPXl5oWIqTLaaumwWaredEEUJpYmu02POSrK+WPGS0Qis6mdg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-select-all": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.3.tgz", - "integrity": "sha512-Uxr3/+TRLUIOGubXo/86yzqLGgoEdPV2rGqz40ulrVhG1Q7hOYerJPDs67ULPq6DLukoFFARRTah+UN9EOYRRw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.3.tgz", - "integrity": "sha512-zJMa7ekyaeQAqAysFZDRwPRyJ7+ejaP2twYvRJQARf/BgZ6YZdSDvSoW1gGIKN/c/f0XWOSTDBdRCciPZu9vCg==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "ckeditor5": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-table": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.3.tgz", - "integrity": "sha512-Bt7d02s96cv28Xc+LxNRYBNrqlG7gI5xB8gjQWCuoIYHVikxtDUSBowu7q1UOkBmX/TEHuUpnYjUdBKD5M2n5w==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "ckeditor5": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.3.tgz", - "integrity": "sha512-0w4fwXFExlcsDsPXgNrQz86WJWCUwIYJkcRbjL+K3fMRYBPGVoBO25OHL7tPy2rYvrnZindCJXW9w8FzKSsKhA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-typing": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.3.tgz", - "integrity": "sha512-iyxTTWIJ1/DpjCk+Uca9bE8P+Q7nvMssustEoMd6b3n39McCxnnonW7hrLUjFsRf/lPuvcAhpvFApoy2cbBRZA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-ui": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.3.tgz", - "integrity": "sha512-5sRd7/IxWI+jL8N8CO5n35AwM5ofMieFLjvhtdzmkZsHl2hNHMHyfjERlOynp6tkX3TlelJBokqpAO7Yu+DrHA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@types/color-convert": "2.0.4", - "color-convert": "3.1.0", - "color-parse": "2.0.2", - "es-toolkit": "1.39.5", - "vanilla-colorful": "0.7.2" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-undo": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.3.tgz", - "integrity": "sha512-DnSBUIVOpARMDOtMrwvAOYAMZK263ubGLp48N4Yb4bpbE9VwH9KUaTNP1aRRE36wQ46KaPYiROqhnnq+RaemLQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-upload": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.3.tgz", - "integrity": "sha512-VfC3KG1fIaXQkzQRjIlt3b+G44DPj39jD9I5cepLN/xXsHU/EAUcJWXScsd/GlViSDR0DUDCygWyhIIbF/Vobw==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-utils": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.3.tgz", - "integrity": "sha512-z+4EI8IOSJpDzKdRSw0KHmLK3LMwYeZ9R207oQzswqlbvhYcUib3HhfMlwhE6pyAGYTofpZQ2btHEOaLPRCTDQ==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-ui": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.3.tgz", - "integrity": "sha512-TcSM3n9bsJ+Rpzc7NFN2BdobxXAnRJ52n0XY8CeVYZ0VA61GtG/zINH+OdEUORcpqKylH4F1ftyNEwf6cdUbPA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-widget": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.3.tgz", - "integrity": "sha512-h5+KbQslzDVWntJQYCkSIj0huJSvE/lkjWTVCsbo2wmbKg6jusP+1oQ5ENtd7Nz4bpJlT83UkKDslSrF23xKlA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "es-toolkit": "1.39.5" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/ckeditor5": { - "version": "46.0.3", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.3.tgz", - "integrity": "sha512-BGadZ1td6emWnNVbX40nygpxZMAYQvtC/wRhdhedJpjqmwXQmwLte9Y9RZg+lnomrEiLiaxzFsz1j4I6u2fBnA==", - "license": "SEE LICENSE IN LICENSE.md", - "peer": true, - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-alignment": "46.0.3", - "@ckeditor/ckeditor5-autoformat": "46.0.3", - "@ckeditor/ckeditor5-autosave": "46.0.3", - "@ckeditor/ckeditor5-basic-styles": "46.0.3", - "@ckeditor/ckeditor5-block-quote": "46.0.3", - "@ckeditor/ckeditor5-bookmark": "46.0.3", - "@ckeditor/ckeditor5-ckbox": "46.0.3", - "@ckeditor/ckeditor5-ckfinder": "46.0.3", - "@ckeditor/ckeditor5-clipboard": "46.0.3", - "@ckeditor/ckeditor5-cloud-services": "46.0.3", - "@ckeditor/ckeditor5-code-block": "46.0.3", - "@ckeditor/ckeditor5-core": "46.0.3", - "@ckeditor/ckeditor5-easy-image": "46.0.3", - "@ckeditor/ckeditor5-editor-balloon": "46.0.3", - "@ckeditor/ckeditor5-editor-classic": "46.0.3", - "@ckeditor/ckeditor5-editor-decoupled": "46.0.3", - "@ckeditor/ckeditor5-editor-inline": "46.0.3", - "@ckeditor/ckeditor5-editor-multi-root": "46.0.3", - "@ckeditor/ckeditor5-emoji": "46.0.3", - "@ckeditor/ckeditor5-engine": "46.0.3", - "@ckeditor/ckeditor5-enter": "46.0.3", - "@ckeditor/ckeditor5-essentials": "46.0.3", - "@ckeditor/ckeditor5-find-and-replace": "46.0.3", - "@ckeditor/ckeditor5-font": "46.0.3", - "@ckeditor/ckeditor5-fullscreen": "46.0.3", - "@ckeditor/ckeditor5-heading": "46.0.3", - "@ckeditor/ckeditor5-highlight": "46.0.3", - "@ckeditor/ckeditor5-horizontal-line": "46.0.3", - "@ckeditor/ckeditor5-html-embed": "46.0.3", - "@ckeditor/ckeditor5-html-support": "46.0.3", - "@ckeditor/ckeditor5-icons": "46.0.3", - "@ckeditor/ckeditor5-image": "46.0.3", - "@ckeditor/ckeditor5-indent": "46.0.3", - "@ckeditor/ckeditor5-language": "46.0.3", - "@ckeditor/ckeditor5-link": "46.0.3", - "@ckeditor/ckeditor5-list": "46.0.3", - "@ckeditor/ckeditor5-markdown-gfm": "46.0.3", - "@ckeditor/ckeditor5-media-embed": "46.0.3", - "@ckeditor/ckeditor5-mention": "46.0.3", - "@ckeditor/ckeditor5-minimap": "46.0.3", - "@ckeditor/ckeditor5-page-break": "46.0.3", - "@ckeditor/ckeditor5-paragraph": "46.0.3", - "@ckeditor/ckeditor5-paste-from-office": "46.0.3", - "@ckeditor/ckeditor5-remove-format": "46.0.3", - "@ckeditor/ckeditor5-restricted-editing": "46.0.3", - "@ckeditor/ckeditor5-select-all": "46.0.3", - "@ckeditor/ckeditor5-show-blocks": "46.0.3", - "@ckeditor/ckeditor5-source-editing": "46.0.3", - "@ckeditor/ckeditor5-special-characters": "46.0.3", - "@ckeditor/ckeditor5-style": "46.0.3", - "@ckeditor/ckeditor5-table": "46.0.3", - "@ckeditor/ckeditor5-theme-lark": "46.0.3", - "@ckeditor/ckeditor5-typing": "46.0.3", - "@ckeditor/ckeditor5-ui": "46.0.3", - "@ckeditor/ckeditor5-undo": "46.0.3", - "@ckeditor/ckeditor5-upload": "46.0.3", - "@ckeditor/ckeditor5-utils": "46.0.3", - "@ckeditor/ckeditor5-watchdog": "46.0.3", - "@ckeditor/ckeditor5-widget": "46.0.3", - "@ckeditor/ckeditor5-word-count": "46.0.3" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/color-convert": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", - "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - }, - "engines": { - "node": ">=14.6" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/color-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz", - "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/@ckeditor/ckeditor5-word-count/node_modules/color-parse": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz", - "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "^2.0.0" - } - }, "node_modules/@csstools/color-helpers": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz", @@ -20230,6 +2386,7 @@ "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, "dependencies": { "string-width": "^5.1.2", "string-width-cjs": "npm:string-width@^4.2.0", @@ -20246,6 +2403,7 @@ "version": "6.1.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, "engines": { "node": ">=12" }, @@ -20257,6 +2415,7 @@ "version": "7.1.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, "dependencies": { "ansi-regex": "^6.0.1" }, @@ -20881,171 +3040,6 @@ "node": ">=18" } }, - "node_modules/@mui/core-downloads-tracker": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-7.3.2.tgz", - "integrity": "sha512-AOyfHjyDKVPGJJFtxOlept3EYEdLoar/RvssBTWVAvDJGIE676dLi2oT/Kx+FoVXFoA/JdV7DEMq/BVWV3KHRw==", - "license": "MIT", - "peer": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - } - }, - "node_modules/@mui/material": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mui/material/-/material-7.3.2.tgz", - "integrity": "sha512-qXvbnawQhqUVfH1LMgMaiytP+ZpGoYhnGl7yYq2x57GYzcFL/iPzSZ3L30tlbwEjSVKNYcbiKO8tANR1tadjUg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@babel/runtime": "^7.28.3", - "@mui/core-downloads-tracker": "^7.3.2", - "@mui/system": "^7.3.2", - "@mui/types": "^7.4.6", - "@mui/utils": "^7.3.2", - "@popperjs/core": "^2.11.8", - "@types/react-transition-group": "^4.4.12", - "clsx": "^2.1.1", - "csstype": "^3.1.3", - "prop-types": "^15.8.1", - "react-is": "^19.1.1", - "react-transition-group": "^4.4.5" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@emotion/react": "^11.5.0", - "@emotion/styled": "^11.3.0", - "@mui/material-pigment-css": "^7.3.2", - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - }, - "@mui/material-pigment-css": { - "optional": true - }, - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/private-theming": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-7.3.2.tgz", - "integrity": "sha512-ha7mFoOyZGJr75xeiO9lugS3joRROjc8tG1u4P50dH0KR7bwhHznVMcYg7MouochUy0OxooJm/OOSpJ7gKcMvg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@babel/runtime": "^7.28.3", - "@mui/utils": "^7.3.2", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/styled-engine": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-7.3.2.tgz", - "integrity": "sha512-PkJzW+mTaek4e0nPYZ6qLnW5RGa0KN+eRTf5FA2nc7cFZTeM+qebmGibaTLrgQBy3UpcpemaqfzToBNkzuxqew==", - "license": "MIT", - "peer": true, - "dependencies": { - "@babel/runtime": "^7.28.3", - "@emotion/cache": "^11.14.0", - "@emotion/serialize": "^1.3.3", - "@emotion/sheet": "^1.4.0", - "csstype": "^3.1.3", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@emotion/react": "^11.4.1", - "@emotion/styled": "^11.3.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - } - } - }, - "node_modules/@mui/system": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@mui/system/-/system-7.3.2.tgz", - "integrity": "sha512-9d8JEvZW+H6cVkaZ+FK56R53vkJe3HsTpcjMUtH8v1xK6Y1TjzHdZ7Jck02mGXJsE6MQGWVs3ogRHTQmS9Q/rA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@babel/runtime": "^7.28.3", - "@mui/private-theming": "^7.3.2", - "@mui/styled-engine": "^7.3.2", - "@mui/types": "^7.4.6", - "@mui/utils": "^7.3.2", - "clsx": "^2.1.1", - "csstype": "^3.1.3", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@emotion/react": "^11.5.0", - "@emotion/styled": "^11.3.0", - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - }, - "@types/react": { - "optional": true - } - } - }, "node_modules/@mui/types": { "version": "7.4.6", "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.4.6.tgz", @@ -21660,6 +3654,7 @@ "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, "optional": true, "engines": { "node": ">=14" @@ -23296,84 +5291,6 @@ "url": "https://github.com/sponsors/tannerlinsley" } }, - "node_modules/@testing-library/dom": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz", - "integrity": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", - "@types/aria-query": "^5.0.1", - "aria-query": "5.3.0", - "dom-accessibility-api": "^0.5.9", - "lz-string": "^1.5.0", - "picocolors": "1.1.1", - "pretty-format": "^27.0.2" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@testing-library/dom/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "license": "MIT", - "peer": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@testing-library/dom/node_modules/aria-query": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", - "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", - "dev": true, - "license": "Apache-2.0", - "peer": true, - "dependencies": { - "dequal": "^2.0.3" - } - }, - "node_modules/@testing-library/dom/node_modules/dom-accessibility-api": { - "version": "0.5.16", - "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", - "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", - "dev": true, - "license": "MIT", - "peer": true - }, - "node_modules/@testing-library/dom/node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@testing-library/dom/node_modules/react-is": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", - "dev": true, - "license": "MIT", - "peer": true - }, "node_modules/@testing-library/jest-dom": { "version": "6.6.3", "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz", @@ -23560,14 +5477,6 @@ "@types/estree": "*" } }, - "node_modules/@types/aria-query": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", - "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==", - "dev": true, - "license": "MIT", - "peer": true - }, "node_modules/@types/babel__core": { "version": "7.20.5", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", @@ -23617,23 +5526,6 @@ "@types/react": "*" } }, - "node_modules/@types/color-convert": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/color-convert/-/color-convert-2.0.4.tgz", - "integrity": "sha512-Ub1MmDdyZ7mX//g25uBAoH/mWGd9swVbt8BseymnaE18SU4po/PjmCrHxqIIRjBo3hV/vh1KGr0eMxUhp+t+dQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/color-name": "^1.1.0" - } - }, - "node_modules/@types/color-name": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.5.tgz", - "integrity": "sha512-j2K5UJqGTxeesj6oQuGpMgifpT5k9HprgQd8D1Y0lOFqKHl3PJu5GMeS4Y5EgjS55AE6OQxf8mPED9uaGbf4Cg==", - "license": "MIT", - "peer": true - }, "node_modules/@types/cookie": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", @@ -24934,12 +6826,14 @@ "node_modules/any-promise": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", + "dev": true }, "node_modules/anymatch": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" @@ -24952,6 +6846,7 @@ "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, "license": "MIT", "engines": { "node": ">=8.6" @@ -24995,7 +6890,8 @@ "node_modules/arg": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", + "dev": true }, "node_modules/argparse": { "version": "2.0.1", @@ -25455,6 +7351,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "dev": true, "engines": { "node": ">=8" }, @@ -25472,13 +7369,6 @@ "readable-stream": "^3.4.0" } }, - "node_modules/blurhash": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.5.tgz", - "integrity": "sha512-cRygWd7kGBQO3VEhPiTgq4Wc43ctsM+o46urrmPOiuAe+07fzlSB9OJVdpgDL0jPqXUVQ9ht7aq7kxOeJHRK+w==", - "license": "MIT", - "peer": true - }, "node_modules/body-parser": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.0.tgz", @@ -25784,6 +7674,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", + "dev": true, "engines": { "node": ">= 6" } @@ -25923,6 +7814,7 @@ "version": "3.6.0", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", @@ -25946,6 +7838,7 @@ "version": "5.1.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, "dependencies": { "is-glob": "^4.0.1" }, @@ -26736,6 +8629,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true, "bin": { "cssesc": "bin/cssesc" }, @@ -27600,7 +9494,8 @@ "node_modules/didyoumean": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", + "dev": true }, "node_modules/diff": { "version": "5.2.0", @@ -27625,7 +9520,8 @@ "node_modules/dlv": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", + "dev": true }, "node_modules/doctrine": { "version": "3.0.0", @@ -27774,7 +9670,8 @@ "node_modules/eastasianwidth": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true }, "node_modules/ee-first": { "version": "1.1.1", @@ -27836,17 +9733,11 @@ "url": "https://github.com/sindresorhus/emittery?sponsor=1" } }, - "node_modules/emoji-mart": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/emoji-mart/-/emoji-mart-5.6.0.tgz", - "integrity": "sha512-eJp3QRe79pjwa+duv+n7+5YsNhRcMl812EcFVwrnRvYKoNPoQb5qxU8DG6Bgwji0akHdp6D4Ln6tYLG58MFSow==", - "license": "MIT", - "peer": true - }, "node_modules/emoji-regex": { "version": "9.2.2", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true }, "node_modules/emojis-list": { "version": "3.0.0", @@ -28080,17 +9971,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/es-toolkit": { - "version": "1.39.5", - "resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.39.5.tgz", - "integrity": "sha512-z9V0qU4lx1TBXDNFWfAASWk6RNU6c6+TJBKE+FLIg8u0XJ6Yw58Hi0yX8ftEouj6p1QARRlXLFfHbIli93BdQQ==", - "license": "MIT", - "peer": true, - "workspaces": [ - "docs", - "benchmarks" - ] - }, "node_modules/escalade": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", @@ -29159,6 +11039,7 @@ "version": "3.3.1", "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", + "dev": true, "dependencies": { "cross-spawn": "^7.0.6", "signal-exit": "^4.0.1" @@ -29300,6 +11181,7 @@ "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, "hasInstallScript": true, "optional": true, "os": [ @@ -29346,13 +11228,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fuzzysort": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/fuzzysort/-/fuzzysort-3.1.0.tgz", - "integrity": "sha512-sR9BNCjBg6LNgwvxlBd0sBABvQitkLzoVY9MYYROQVX/FvfJ4Mai9LsGhDgd8qYdds0bY77VzYd5iuB+v5rwQQ==", - "license": "MIT", - "peer": true - }, "node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -29517,6 +11392,7 @@ "version": "10.3.10", "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", + "dev": true, "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^2.3.5", @@ -29538,6 +11414,7 @@ "version": "6.0.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, "dependencies": { "is-glob": "^4.0.3" }, @@ -29555,6 +11432,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "dev": true, "dependencies": { "balanced-match": "^1.0.0" } @@ -29563,6 +11441,7 @@ "version": "9.0.5", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, @@ -29842,31 +11721,6 @@ "node": ">= 0.4" } }, - "node_modules/hast-util-embedded": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-3.0.0.tgz", - "integrity": "sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0", - "hast-util-is-element": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-embedded/node_modules/@types/hast": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, "node_modules/hast-util-from-dom": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/hast-util-from-dom/-/hast-util-from-dom-5.0.1.tgz", @@ -30074,54 +11928,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-has-property": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz", - "integrity": "sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-has-property/node_modules/@types/hast": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/hast-util-is-body-ok-link": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-3.0.1.tgz", - "integrity": "sha512-0qpnzOBLztXHbHQenVB8uNuxTnm/QBFUOmdOSsEn7GnBtyY07+ENTWVFBAnXd/zEgd9/SUG3lRY7hSIBWRgGpQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-is-body-ok-link/node_modules/@types/hast": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, "node_modules/hast-util-is-element": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", @@ -30142,69 +11948,6 @@ "@types/unist": "*" } }, - "node_modules/hast-util-minify-whitespace": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/hast-util-minify-whitespace/-/hast-util-minify-whitespace-1.0.1.tgz", - "integrity": "sha512-L96fPOVpnclQE0xzdWb/D12VT5FabA7SnZOUMtL1DbXmYiHJMXZvFkIZfiMmTCNJHUeO2K9UYNXoVyfz+QHuOw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0", - "hast-util-embedded": "^3.0.0", - "hast-util-is-element": "^3.0.0", - "hast-util-whitespace": "^3.0.0", - "unist-util-is": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-minify-whitespace/node_modules/@types/hast": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/hast-util-minify-whitespace/node_modules/@types/unist": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", - "license": "MIT", - "peer": true - }, - "node_modules/hast-util-minify-whitespace/node_modules/hast-util-whitespace": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", - "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-minify-whitespace/node_modules/unist-util-is": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", - "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/hast-util-parse-selector": { "version": "2.2.5", "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz", @@ -30214,34 +11957,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-phrasing": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/hast-util-phrasing/-/hast-util-phrasing-3.0.1.tgz", - "integrity": "sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0", - "hast-util-embedded": "^3.0.0", - "hast-util-has-property": "^3.0.0", - "hast-util-is-body-ok-link": "^3.0.0", - "hast-util-is-element": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-phrasing/node_modules/@types/hast": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, "node_modules/hast-util-raw": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz", @@ -30304,43 +12019,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-to-dom": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/hast-util-to-dom/-/hast-util-to-dom-4.0.1.tgz", - "integrity": "sha512-z1VE7sZ8uFzS2baF3LEflX1IPw2gSzrdo3QFEsyoi23MkCVY3FoE9x6nLgOgjwJu8VNWgo+07iaxtONhDzKrUQ==", - "license": "ISC", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0", - "property-information": "^7.0.0", - "web-namespaces": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-to-dom/node_modules/@types/hast": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/hast-util-to-dom/node_modules/property-information": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", - "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", - "license": "MIT", - "peer": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "node_modules/hast-util-to-estree": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-2.3.3.tgz", @@ -30367,197 +12045,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-to-html": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz", - "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0", - "@types/unist": "^3.0.0", - "ccount": "^2.0.0", - "comma-separated-tokens": "^2.0.0", - "hast-util-whitespace": "^3.0.0", - "html-void-elements": "^3.0.0", - "mdast-util-to-hast": "^13.0.0", - "property-information": "^7.0.0", - "space-separated-tokens": "^2.0.0", - "stringify-entities": "^4.0.0", - "zwitch": "^2.0.4" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-to-html/node_modules/@types/hast": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/hast-util-to-html/node_modules/@types/unist": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", - "license": "MIT", - "peer": true - }, - "node_modules/hast-util-to-html/node_modules/hast-util-whitespace": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", - "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-to-html/node_modules/property-information": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", - "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", - "license": "MIT", - "peer": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/hast-util-to-mdast": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/hast-util-to-mdast/-/hast-util-to-mdast-10.1.2.tgz", - "integrity": "sha512-FiCRI7NmOvM4y+f5w32jPRzcxDIz+PUqDwEqn1A+1q2cdp3B8Gx7aVrXORdOKjMNDQsD1ogOr896+0jJHW1EFQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0", - "@types/mdast": "^4.0.0", - "@ungap/structured-clone": "^1.0.0", - "hast-util-phrasing": "^3.0.0", - "hast-util-to-html": "^9.0.0", - "hast-util-to-text": "^4.0.0", - "hast-util-whitespace": "^3.0.0", - "mdast-util-phrasing": "^4.0.0", - "mdast-util-to-hast": "^13.0.0", - "mdast-util-to-string": "^4.0.0", - "rehype-minify-whitespace": "^6.0.0", - "trim-trailing-lines": "^2.0.0", - "unist-util-position": "^5.0.0", - "unist-util-visit": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-to-mdast/node_modules/@types/hast": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/hast-util-to-mdast/node_modules/@types/mdast": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/hast-util-to-mdast/node_modules/@types/unist": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", - "license": "MIT", - "peer": true - }, - "node_modules/hast-util-to-mdast/node_modules/hast-util-whitespace": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", - "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-to-mdast/node_modules/mdast-util-phrasing": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", - "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "unist-util-is": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-to-mdast/node_modules/mdast-util-to-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", - "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-to-mdast/node_modules/unist-util-is": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", - "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-to-mdast/node_modules/unist-util-position": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", - "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/hast-util-to-parse5": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz", @@ -31236,6 +12723,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, "dependencies": { "binary-extensions": "^2.0.0" }, @@ -31862,6 +13350,7 @@ "version": "2.3.6", "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", + "dev": true, "dependencies": { "@isaacs/cliui": "^8.0.2" }, @@ -32462,6 +13951,7 @@ "version": "1.21.7", "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", + "dev": true, "bin": { "jiti": "bin/jiti.js" } @@ -33003,17 +14493,6 @@ "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } }, - "node_modules/lz-string": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", - "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", - "dev": true, - "license": "MIT", - "peer": true, - "bin": { - "lz-string": "bin/bin.js" - } - }, "node_modules/make-dir": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", @@ -33504,82 +14983,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-newline-to-break": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-newline-to-break/-/mdast-util-newline-to-break-2.0.0.tgz", - "integrity": "sha512-MbgeFca0hLYIEx/2zGsszCSEJJ1JSCdiY5xQxRcLDDGa8EPvlLPupJ4DSajbMPAnC0je8jfb9TiUATnxxrHUog==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "mdast-util-find-and-replace": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-newline-to-break/node_modules/@types/mdast": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/mdast-util-newline-to-break/node_modules/@types/unist": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", - "license": "MIT", - "peer": true - }, - "node_modules/mdast-util-newline-to-break/node_modules/escape-string-regexp": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", - "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/mdast-util-newline-to-break/node_modules/mdast-util-find-and-replace": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", - "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "escape-string-regexp": "^5.0.0", - "unist-util-is": "^6.0.0", - "unist-util-visit-parents": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-newline-to-break/node_modules/unist-util-is": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", - "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/mdast-util-phrasing": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz", @@ -34748,6 +16151,7 @@ "version": "7.1.2", "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, "engines": { "node": ">=16 || 14 >=14.17" } @@ -34994,6 +16398,7 @@ "version": "2.7.0", "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "dev": true, "dependencies": { "any-promise": "^1.0.0", "object-assign": "^4.0.1", @@ -35359,6 +16764,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, "engines": { "node": ">=0.10.0" } @@ -35428,6 +16834,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + "dev": true, "engines": { "node": ">= 6" } @@ -35937,6 +17344,7 @@ "version": "1.11.1", "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" @@ -35951,7 +17359,8 @@ "node_modules/path-scurry/node_modules/lru-cache": { "version": "10.4.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true }, "node_modules/path-to-regexp": { "version": "6.3.0", @@ -36004,6 +17413,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true, "engines": { "node": ">=0.10.0" } @@ -36012,6 +17422,7 @@ "version": "4.0.7", "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz", "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==", + "dev": true, "engines": { "node": ">= 6" } @@ -36246,6 +17657,7 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", + "dev": true, "dependencies": { "camelcase-css": "^2.0.1" }, @@ -36264,6 +17676,7 @@ "version": "4.0.2", "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", + "dev": true, "funding": [ { "type": "opencollective", @@ -36298,6 +17711,7 @@ "version": "3.1.3", "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", + "dev": true, "engines": { "node": ">=14" }, @@ -36309,6 +17723,7 @@ "version": "2.8.0", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz", "integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==", + "dev": true, "bin": { "yaml": "bin.mjs" }, @@ -36549,6 +17964,7 @@ "version": "6.2.0", "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", + "dev": true, "funding": [ { "type": "opencollective", @@ -36774,6 +18190,7 @@ "version": "6.1.2", "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "dev": true, "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -36832,7 +18249,8 @@ "node_modules/postcss-value-parser": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true }, "node_modules/preact": { "version": "10.12.1", @@ -37605,6 +19023,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + "dev": true, "dependencies": { "pify": "^2.3.0" } @@ -37626,6 +19045,7 @@ "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, "dependencies": { "picomatch": "^2.2.1" }, @@ -37637,6 +19057,7 @@ "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, "license": "MIT", "engines": { "node": ">=8.6" @@ -37802,134 +19223,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/rehype-dom-parse": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/rehype-dom-parse/-/rehype-dom-parse-5.0.2.tgz", - "integrity": "sha512-8CqP11KaqvtWsMqVEC2yM3cZWZsDNqqpr8nPvogjraLuh45stabgcpXadCAxu1n6JaUNJ/Xr3GIqXP7okbNqLg==", - "license": "ISC", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0", - "hast-util-from-dom": "^5.0.0", - "unified": "^11.0.0" - } - }, - "node_modules/rehype-dom-parse/node_modules/@types/hast": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/rehype-dom-parse/node_modules/@types/unist": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", - "license": "MIT", - "peer": true - }, - "node_modules/rehype-dom-parse/node_modules/unified": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", - "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0", - "bail": "^2.0.0", - "devlop": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-dom-parse/node_modules/vfile": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", - "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0", - "vfile-message": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-dom-stringify": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/rehype-dom-stringify/-/rehype-dom-stringify-4.0.2.tgz", - "integrity": "sha512-2HVFYbtmm5W3C2j8QsV9lcHdIMc2Yn/ytlPKcSC85/tRx2haZbU8V67Wxyh8STT38ZClvKlZ993Me/Hw8g88Aw==", - "license": "ISC", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0", - "hast-util-to-dom": "^4.0.0", - "unified": "^11.0.0" - } - }, - "node_modules/rehype-dom-stringify/node_modules/@types/hast": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/rehype-dom-stringify/node_modules/@types/unist": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", - "license": "MIT", - "peer": true - }, - "node_modules/rehype-dom-stringify/node_modules/unified": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", - "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0", - "bail": "^2.0.0", - "devlop": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-dom-stringify/node_modules/vfile": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", - "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0", - "vfile-message": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/rehype-katex": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/rehype-katex/-/rehype-katex-7.0.1.tgz", @@ -37974,31 +19267,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/rehype-minify-whitespace": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/rehype-minify-whitespace/-/rehype-minify-whitespace-6.0.2.tgz", - "integrity": "sha512-Zk0pyQ06A3Lyxhe9vGtOtzz3Z0+qZ5+7icZ/PL/2x1SHPbKao5oB/g/rlc6BCTajqBb33JcOe71Ye1oFsuYbnw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0", - "hast-util-minify-whitespace": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-minify-whitespace/node_modules/@types/hast": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, "node_modules/rehype-pretty-code": { "version": "0.9.11", "resolved": "https://registry.npmjs.org/rehype-pretty-code/-/rehype-pretty-code-0.9.11.tgz", @@ -38055,154 +19323,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/rehype-remark": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/rehype-remark/-/rehype-remark-10.0.1.tgz", - "integrity": "sha512-EmDndlb5NVwXGfUa4c9GPK+lXeItTilLhE6ADSaQuHr4JUlKw9MidzGzx4HpqZrNCt6vnHmEifXQiiA+CEnjYQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/hast": "^3.0.0", - "@types/mdast": "^4.0.0", - "hast-util-to-mdast": "^10.0.0", - "unified": "^11.0.0", - "vfile": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-remark/node_modules/@types/hast": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/rehype-remark/node_modules/@types/mdast": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/rehype-remark/node_modules/@types/unist": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", - "license": "MIT", - "peer": true - }, - "node_modules/rehype-remark/node_modules/unified": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", - "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0", - "bail": "^2.0.0", - "devlop": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-remark/node_modules/vfile": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", - "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0", - "vfile-message": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-breaks": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-breaks/-/remark-breaks-4.0.0.tgz", - "integrity": "sha512-IjEjJOkH4FuJvHZVIW0QCDWxcG96kCq7An/KVH2NfJe6rKZU2AsHeB3OEjPNRxi4QC34Xdx7I2KGYn6IpT7gxQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "mdast-util-newline-to-break": "^2.0.0", - "unified": "^11.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-breaks/node_modules/@types/mdast": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/remark-breaks/node_modules/@types/unist": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", - "license": "MIT", - "peer": true - }, - "node_modules/remark-breaks/node_modules/unified": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", - "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0", - "bail": "^2.0.0", - "devlop": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-breaks/node_modules/vfile": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", - "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0", - "vfile-message": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/remark-gfm": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz", @@ -38359,259 +19479,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/remark-stringify": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", - "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "mdast-util-to-markdown": "^2.0.0", - "unified": "^11.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-stringify/node_modules/@types/mdast": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/remark-stringify/node_modules/@types/unist": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", - "license": "MIT", - "peer": true - }, - "node_modules/remark-stringify/node_modules/mdast-util-phrasing": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", - "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "unist-util-is": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-stringify/node_modules/mdast-util-to-markdown": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", - "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0", - "@types/unist": "^3.0.0", - "longest-streak": "^3.0.0", - "mdast-util-phrasing": "^4.0.0", - "mdast-util-to-string": "^4.0.0", - "micromark-util-classify-character": "^2.0.0", - "micromark-util-decode-string": "^2.0.0", - "unist-util-visit": "^5.0.0", - "zwitch": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-stringify/node_modules/mdast-util-to-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", - "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/mdast": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-stringify/node_modules/micromark-util-character": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", - "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/remark-stringify/node_modules/micromark-util-classify-character": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", - "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0", - "micromark-util-types": "^2.0.0" - } - }, - "node_modules/remark-stringify/node_modules/micromark-util-decode-numeric-character-reference": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", - "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "micromark-util-symbol": "^2.0.0" - } - }, - "node_modules/remark-stringify/node_modules/micromark-util-decode-string": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", - "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "decode-named-character-reference": "^1.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-decode-numeric-character-reference": "^2.0.0", - "micromark-util-symbol": "^2.0.0" - } - }, - "node_modules/remark-stringify/node_modules/micromark-util-symbol": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", - "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true - }, - "node_modules/remark-stringify/node_modules/micromark-util-types": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "license": "MIT", - "peer": true - }, - "node_modules/remark-stringify/node_modules/unified": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", - "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0", - "bail": "^2.0.0", - "devlop": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-stringify/node_modules/unist-util-is": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", - "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-stringify/node_modules/vfile": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", - "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/unist": "^3.0.0", - "vfile-message": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/remove-accents": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/remove-accents/-/remove-accents-0.5.0.tgz", @@ -39856,6 +20723,7 @@ "version": "5.1.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", @@ -39873,6 +20741,7 @@ "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -39885,12 +20754,14 @@ "node_modules/string-width-cjs/node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true }, "node_modules/string-width/node_modules/ansi-regex": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, "engines": { "node": ">=12" }, @@ -39902,6 +20773,7 @@ "version": "7.1.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, "dependencies": { "ansi-regex": "^6.0.1" }, @@ -40073,6 +20945,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, "dependencies": { "ansi-regex": "^5.0.1" }, @@ -40234,6 +21107,7 @@ "version": "3.35.0", "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", + "dev": true, "dependencies": { "@jridgewell/gen-mapping": "^0.3.2", "commander": "^4.0.0", @@ -40255,6 +21129,7 @@ "version": "4.1.1", "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true, "engines": { "node": ">= 6" } @@ -40421,6 +21296,7 @@ "version": "3.4.17", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", + "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -40465,6 +21341,7 @@ "version": "3.1.3", "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", + "dev": true, "engines": { "node": ">=14" }, @@ -40476,6 +21353,7 @@ "version": "15.1.0", "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", + "dev": true, "dependencies": { "postcss-value-parser": "^4.0.0", "read-cache": "^1.0.0", @@ -40686,6 +21564,7 @@ "version": "3.3.1", "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "dev": true, "dependencies": { "any-promise": "^1.0.0" } @@ -40694,6 +21573,7 @@ "version": "1.6.0", "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "dev": true, "dependencies": { "thenify": ">= 3.1.0 < 4" }, @@ -40918,17 +21798,6 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/trim-trailing-lines": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-2.1.0.tgz", - "integrity": "sha512-5UR5Biq4VlVOtzqkm2AZlgvSlDJtME46uV0br0gENbwN4l5+mMKT4b9gJKqWtuL2zAIqajGJGuvbCbcAJUZqBg==", - "license": "MIT", - "peer": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "node_modules/trough": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", @@ -40961,7 +21830,8 @@ "node_modules/ts-interface-checker": { "version": "0.1.13", "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", - "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" + "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", + "dev": true }, "node_modules/ts-loader": { "version": "9.5.2", @@ -41190,7 +22060,7 @@ "version": "5.8.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", - "devOptional": true, + "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -42471,6 +23341,7 @@ "version": "8.1.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, "dependencies": { "ansi-styles": "^6.1.0", "string-width": "^5.0.1", @@ -42488,6 +23359,7 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -42503,12 +23375,14 @@ "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true }, "node_modules/wrap-ansi-cjs/node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -42522,6 +23396,7 @@ "version": "6.1.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, "engines": { "node": ">=12" }, @@ -42533,6 +23408,7 @@ "version": "6.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, "engines": { "node": ">=12" }, @@ -42544,6 +23420,7 @@ "version": "7.1.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, "dependencies": { "ansi-regex": "^6.0.1" }, diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts new file mode 100644 index 00000000..ee6761c6 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts @@ -0,0 +1,11 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/isnode + */ +/** + * Checks if the object is a native DOM Node. + */ +export default function isNode(obj: any): obj is Node; diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js new file mode 100644 index 00000000..bf95d715 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js @@ -0,0 +1,21 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/isnode + */ +/** + * Checks if the object is a native DOM Node. + */ +export default function isNode(obj) { + if (obj) { + if (obj.defaultView) { + return obj instanceof obj.defaultView.Document; + } + else if (obj.ownerDocument && obj.ownerDocument.defaultView) { + return obj instanceof obj.ownerDocument.defaultView.Node; + } + } + return false; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts new file mode 100644 index 00000000..d4d664fd --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts @@ -0,0 +1,11 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/isrange + */ +/** + * Checks if the object is a native DOM Range. + */ +export default function isRange(obj: unknown): obj is Range; diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js new file mode 100644 index 00000000..59dca442 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js @@ -0,0 +1,13 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/isrange + */ +/** + * Checks if the object is a native DOM Range. + */ +export default function isRange(obj) { + return Object.prototype.toString.apply(obj) == '[object Range]'; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts new file mode 100644 index 00000000..b05bd413 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts @@ -0,0 +1,11 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/istext + */ +/** + * Checks if the object is a native DOM Text node. + */ +export default function isText(obj: unknown): obj is Text; diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js new file mode 100644 index 00000000..a528e6ad --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js @@ -0,0 +1,13 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/istext + */ +/** + * Checks if the object is a native DOM Text node. + */ +export default function isText(obj) { + return Object.prototype.toString.call(obj) == '[object Text]'; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts new file mode 100644 index 00000000..64551f00 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts @@ -0,0 +1,10 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * Checks if the given attribute name is valid in terms of HTML. + * + * @param name Attribute name. + */ +export default function isValidAttributeName(name: string): boolean; diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js new file mode 100644 index 00000000..19f4e67d --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js @@ -0,0 +1,22 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/isvalidattributename + */ +import global from './global.js'; +/** + * Checks if the given attribute name is valid in terms of HTML. + * + * @param name Attribute name. + */ +export default function isValidAttributeName(name) { + try { + global.document.createAttribute(name); + } + catch (error) { + return false; + } + return true; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts new file mode 100644 index 00000000..a387536e --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts @@ -0,0 +1,18 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/isvisible + */ +/** + * Checks whether the element is visible to the user in DOM: + * + * * connected to the root of the document, + * * has no `display: none`, + * * has no ancestors with `display: none`. + * + * **Note**: This helper does not check whether the element is hidden by cropping, overflow, etc.. + * To check that, use {@link module:utils/dom/rect~Rect} instead. + */ +export default function isVisible(element: HTMLElement | null | undefined): boolean; diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js new file mode 100644 index 00000000..08c80b6c --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js @@ -0,0 +1,20 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/isvisible + */ +/** + * Checks whether the element is visible to the user in DOM: + * + * * connected to the root of the document, + * * has no `display: none`, + * * has no ancestors with `display: none`. + * + * **Note**: This helper does not check whether the element is hidden by cropping, overflow, etc.. + * To check that, use {@link module:utils/dom/rect~Rect} instead. + */ +export default function isVisible(element) { + return !!(element && element.getClientRects && element.getClientRects().length); +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts new file mode 100644 index 00000000..16a56eac --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts @@ -0,0 +1,11 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/iswindow + */ +/** + * Checks if the object is a native DOM Window. + */ +export default function isWindow(obj: unknown): obj is Window; diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js new file mode 100644 index 00000000..ddaa2472 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js @@ -0,0 +1,22 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/iswindow + */ +/** + * Checks if the object is a native DOM Window. + */ +export default function isWindow(obj) { + const stringifiedObject = Object.prototype.toString.apply(obj); + // Returns `true` for the `window` object in browser environments. + if (stringifiedObject == '[object Window]') { + return true; + } + // Returns `true` for the `window` object in the Electron environment. + if (stringifiedObject == '[object global]') { + return true; + } + return false; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts new file mode 100644 index 00000000..a1d8ca40 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts @@ -0,0 +1,211 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +import Rect, { type RectSource } from '@ckeditor/ckeditor5-utils/src/dom/rect.js'; +/** + * Calculates the `position: absolute` coordinates of a given element so it can be positioned with respect to the + * target in the visually most efficient way, taking various restrictions like viewport or limiter geometry + * into consideration. + * + * **Note**: If there are no position coordinates found that meet the requirements (arguments of this helper), + * `null` is returned. + * + * ```ts + * // The element which is to be positioned. + * const element = document.body.querySelector( '#toolbar' ); + * + * // A target to which the element is positioned relatively. + * const target = document.body.querySelector( '#container' ); + * + * // Finding the optimal coordinates for the positioning. + * const { left, top, name } = getOptimalPosition( { + * element: element, + * target: target, + * + * // The algorithm will chose among these positions to meet the requirements such + * // as "limiter" element or "fitInViewport", set below. The positions are considered + * // in the order of the array. + * positions: [ + * // + * // [ Target ] + * // +-----------------+ + * // | Element | + * // +-----------------+ + * // + * targetRect => ( { + * top: targetRect.bottom, + * left: targetRect.left, + * name: 'mySouthEastPosition' + * } ), + * + * // + * // +-----------------+ + * // | Element | + * // +-----------------+ + * // [ Target ] + * // + * ( targetRect, elementRect ) => ( { + * top: targetRect.top - elementRect.height, + * left: targetRect.left, + * name: 'myNorthEastPosition' + * } ) + * ], + * + * // Find a position such guarantees the element remains within visible boundaries of . + * limiter: document.body, + * + * // Find a position such guarantees the element remains within visible boundaries of the browser viewport. + * fitInViewport: true + * } ); + * + * // The best position which fits into document.body and the viewport. May be useful + * // to set proper class on the `element`. + * console.log( name ); // -> "myNorthEastPosition" + * + * // Using the absolute coordinates which has been found to position the element + * // as in the diagram depicting the "myNorthEastPosition" position. + * element.style.top = top; + * element.style.left = left; + * ``` + * + * @param options The input data and configuration of the helper. + */ +export declare function getOptimalPosition({ element, target, positions, limiter, fitInViewport, viewportOffsetConfig }: Options): DomPoint | null; +/** + * A position object which instances are created and used by the {@link module:utils/dom/position~getOptimalPosition} helper. + * + * {@link module:utils/dom/position~DomPoint#top} and {@link module:utils/dom/position~DomPoint#left} properties of the position instance + * translate directly to the `top` and `left` properties in CSS "`position: absolute` coordinate system". If set on the positioned element + * in DOM, they will make it display it in the right place in the viewport. + */ +export interface DomPoint { + /** + * Position name. + */ + readonly name?: string; + /** + * Additional position configuration, as passed from the {@link module:utils/dom/position~PositioningFunction positioning function}. + * + * This object can be use, for instance, to pass through presentation options used by the consumer of the + * {@link module:utils/dom/position~getOptimalPosition} helper. + */ + readonly config?: object; + /** + * The left value in pixels in the CSS `position: absolute` coordinate system. + * Set it on the positioned element in DOM to move it to the position. + */ + readonly left: number; + /** + * The top value in pixels in the CSS `position: absolute` coordinate system. + * Set it on the positioned element in DOM to move it to the position. + */ + readonly top: number; +} +/** + * The `getOptimalPosition()` helper options. + */ +export interface Options { + /** + * Element that is to be positioned. + */ + readonly element: HTMLElement; + /** + * Target with respect to which the `element` is to be positioned. + */ + readonly target: RectSource | (() => RectSource); + /** + * An array of positioning functions. + * + * **Note**: Positioning functions are processed in the order of preference. The first function that works + * in the current environment (e.g. offers the complete fit in the viewport geometry) will be picked by + * `getOptimalPosition()`. + * + * **Note**: Any positioning function returning `null` is ignored. + */ + readonly positions: ReadonlyArray; + /** + * When set, the algorithm will chose position which fits the most in the + * limiter's bounding rect. + */ + readonly limiter?: RectSource | (() => (RectSource | null)) | null; + /** + * When set, the algorithm will chose such a position which fits `element` + * the most inside visible viewport. + */ + readonly fitInViewport?: boolean; + /** + * Viewport offset config object. It restricts the visible viewport available to the `getOptimalPosition()` from each side. + * + * ```ts + * { + * top: 50, + * right: 50, + * bottom: 50, + * left: 50 + * } + * ``` + */ + readonly viewportOffsetConfig?: { + readonly top?: number; + readonly right?: number; + readonly bottom?: number; + readonly left?: number; + }; +} +/** + * A positioning function which, based on positioned element and target {@link module:utils/dom/rect~Rect Rects}, returns rect coordinates + * representing the geometrical relation between them. Used by the {@link module:utils/dom/position~getOptimalPosition} helper. + * + * ```ts + * // This simple position will place the element directly under the target, in the middle: + * // + * // [ Target ] + * // +-----------------+ + * // | Element | + * // +-----------------+ + * // + * const position = ( targetRect, elementRect, [ viewportRect ] ) => ( { + * top: targetRect.bottom, + * left: targetRect.left + targetRect.width / 2 - elementRect.width / 2, + * name: 'bottomMiddle', + * + * // Note: The config is optional. + * config: { + * zIndex: '999' + * } + * } ); + * ``` + * + * @param elementRect The rect of the element to be positioned. + * @param targetRect The rect of the target the element (its rect) is relatively positioned to. + * @param viewportRect The rect of the visual browser viewport. + * @returns When the function returns `null`, it will not be considered by {@link module:utils/dom/position~getOptimalPosition}. + */ +export type PositioningFunction = (elementRect: Rect, targetRect: Rect, viewportRect: Rect, limiterRect?: Rect) => PositioningFunctionResult | null; +/** + * The result of {@link module:utils/dom/position~PositioningFunction}. + */ +export interface PositioningFunctionResult { + /** + * The `top` value of the element rect that would represent the position. + */ + top: number; + /** + * The `left` value of the element rect that would represent the position. + */ + left: number; + /** + * The name of the position. It helps the user of the {@link module:utils/dom/position~getOptimalPosition} + * helper to recognize different positioning function results. It will pass through to the {@link module:utils/dom/position~DomPoint} + * returned by the helper. + */ + name?: string; + /** + * An optional configuration that will pass-through the {@link module:utils/dom/position~getOptimalPosition} helper + * to the {@link module:utils/dom/position~DomPoint} returned by this helper. + * This configuration may, for instance, let the user of {@link module:utils/dom/position~getOptimalPosition} know that this particular + * position comes with a certain presentation. + */ + config?: object; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js new file mode 100644 index 00000000..3e4c6a14 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js @@ -0,0 +1,313 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/position + */ +import global from './global.js'; +import Rect from './rect.js'; +import getPositionedAncestor from './getpositionedancestor.js'; +import { isFunction } from 'lodash-es'; +// @if CK_DEBUG_POSITION // const { +// @if CK_DEBUG_POSITION // default: RectDrawer, +// @if CK_DEBUG_POSITION // diagonalStylesBlack, +// @if CK_DEBUG_POSITION // diagonalStylesGreen, +// @if CK_DEBUG_POSITION // diagonalStylesRed +// @if CK_DEBUG_POSITION // } = require( '@ckeditor/ckeditor5-utils/tests/_utils/rectdrawer' ); +// @if CK_DEBUG_POSITION // const TARGET_RECT_STYLE = { +// @if CK_DEBUG_POSITION // outlineWidth: '2px', outlineStyle: 'dashed', outlineColor: 'blue', outlineOffset: '2px' +// @if CK_DEBUG_POSITION // }; +// @if CK_DEBUG_POSITION // const VISIBLE_TARGET_RECT_STYLE = { +// @if CK_DEBUG_POSITION // ...diagonalStylesBlack, +// @if CK_DEBUG_POSITION // opacity: '1', +// @if CK_DEBUG_POSITION // backgroundColor: '#00000033', +// @if CK_DEBUG_POSITION // outlineWidth: '2px' +// @if CK_DEBUG_POSITION // }; +// @if CK_DEBUG_POSITION // const VIEWPORT_RECT_STYLE = { +// @if CK_DEBUG_POSITION // outlineWidth: '2px', +// @if CK_DEBUG_POSITION // outlineOffset: '-2px', +// @if CK_DEBUG_POSITION // outlineStyle: 'solid', +// @if CK_DEBUG_POSITION // outlineColor: 'red' +// @if CK_DEBUG_POSITION // }; +// @if CK_DEBUG_POSITION // const VISIBLE_LIMITER_RECT_STYLE = { +// @if CK_DEBUG_POSITION // ...diagonalStylesGreen, +// @if CK_DEBUG_POSITION // outlineWidth: '2px', +// @if CK_DEBUG_POSITION // outlineOffset: '-2px' +// @if CK_DEBUG_POSITION // }; +// @if CK_DEBUG_POSITION // const ELEMENT_RECT_STYLE = { +// @if CK_DEBUG_POSITION // outlineWidth: '2px', outlineColor: 'orange', outlineOffset: '-2px' +// @if CK_DEBUG_POSITION // }; +// @if CK_DEBUG_POSITION // const CHOSEN_POSITION_RECT_STYLE = { +// @if CK_DEBUG_POSITION // opacity: .5, outlineColor: 'magenta', backgroundColor: 'magenta' +// @if CK_DEBUG_POSITION // }; +/** + * Calculates the `position: absolute` coordinates of a given element so it can be positioned with respect to the + * target in the visually most efficient way, taking various restrictions like viewport or limiter geometry + * into consideration. + * + * **Note**: If there are no position coordinates found that meet the requirements (arguments of this helper), + * `null` is returned. + * + * ```ts + * // The element which is to be positioned. + * const element = document.body.querySelector( '#toolbar' ); + * + * // A target to which the element is positioned relatively. + * const target = document.body.querySelector( '#container' ); + * + * // Finding the optimal coordinates for the positioning. + * const { left, top, name } = getOptimalPosition( { + * element: element, + * target: target, + * + * // The algorithm will chose among these positions to meet the requirements such + * // as "limiter" element or "fitInViewport", set below. The positions are considered + * // in the order of the array. + * positions: [ + * // + * // [ Target ] + * // +-----------------+ + * // | Element | + * // +-----------------+ + * // + * targetRect => ( { + * top: targetRect.bottom, + * left: targetRect.left, + * name: 'mySouthEastPosition' + * } ), + * + * // + * // +-----------------+ + * // | Element | + * // +-----------------+ + * // [ Target ] + * // + * ( targetRect, elementRect ) => ( { + * top: targetRect.top - elementRect.height, + * left: targetRect.left, + * name: 'myNorthEastPosition' + * } ) + * ], + * + * // Find a position such guarantees the element remains within visible boundaries of . + * limiter: document.body, + * + * // Find a position such guarantees the element remains within visible boundaries of the browser viewport. + * fitInViewport: true + * } ); + * + * // The best position which fits into document.body and the viewport. May be useful + * // to set proper class on the `element`. + * console.log( name ); // -> "myNorthEastPosition" + * + * // Using the absolute coordinates which has been found to position the element + * // as in the diagram depicting the "myNorthEastPosition" position. + * element.style.top = top; + * element.style.left = left; + * ``` + * + * @param options The input data and configuration of the helper. + */ +export function getOptimalPosition({ element, target, positions, limiter, fitInViewport, viewportOffsetConfig }) { + // If the {@link module:utils/dom/position~Options#target} is a function, use what it returns. + // https://github.com/ckeditor/ckeditor5-utils/issues/157 + if (isFunction(target)) { + target = target(); + } + // If the {@link module:utils/dom/position~Options#limiter} is a function, use what it returns. + // https://github.com/ckeditor/ckeditor5-ui/issues/260 + if (isFunction(limiter)) { + limiter = limiter(); + } + const positionedElementAncestor = getPositionedAncestor(element); + const constrainedViewportRect = getConstrainedViewportRect(viewportOffsetConfig); + const elementRect = new Rect(element); + const visibleTargetRect = getVisibleViewportIntersectionRect(target, constrainedViewportRect); + let bestPosition; + // @if CK_DEBUG_POSITION // const targetRect = new Rect( target ); + // @if CK_DEBUG_POSITION // RectDrawer.clear(); + // @if CK_DEBUG_POSITION // RectDrawer.draw( targetRect, TARGET_RECT_STYLE, 'Target' ); + // @if CK_DEBUG_POSITION // if ( constrainedViewportRect ) { + // @if CK_DEBUG_POSITION // RectDrawer.draw( constrainedViewportRect, VIEWPORT_RECT_STYLE, 'Viewport' ); + // @if CK_DEBUG_POSITION // } + // If the target got cropped by ancestors or went off the screen, positioning does not make any sense. + if (!visibleTargetRect || !constrainedViewportRect.getIntersection(visibleTargetRect)) { + return null; + } + // @if CK_DEBUG_POSITION // RectDrawer.draw( visibleTargetRect, VISIBLE_TARGET_RECT_STYLE, 'VisTgt' ); + const positionOptions = { + targetRect: visibleTargetRect, + elementRect, + positionedElementAncestor, + viewportRect: constrainedViewportRect + }; + // If there are no limits, just grab the very first position and be done with that drama. + if (!limiter && !fitInViewport) { + bestPosition = new PositionObject(positions[0], positionOptions); + } + else { + if (limiter) { + const visibleLimiterRect = getVisibleViewportIntersectionRect(limiter, constrainedViewportRect); + if (visibleLimiterRect) { + positionOptions.limiterRect = visibleLimiterRect; + // @if CK_DEBUG_POSITION // RectDrawer.draw( visibleLimiterRect, VISIBLE_LIMITER_RECT_STYLE, 'VisLim' ); + } + } + // If there's no best position found, i.e. when all intersections have no area because + // rects have no width or height, then just return `null` + bestPosition = getBestPosition(positions, positionOptions); + } + return bestPosition; +} +/** + * Returns intersection of visible source `Rect` with Viewport `Rect`. In case when source `Rect` is not visible + * or there is no intersection between source `Rect` and Viewport `Rect`, `null` will be returned. + */ +function getVisibleViewportIntersectionRect(source, viewportRect) { + const visibleSourceRect = new Rect(source).getVisible(); + if (!visibleSourceRect) { + return null; + } + return visibleSourceRect.getIntersection(viewportRect); +} +/** + * Returns a viewport `Rect` shrunk by the viewport offset config from all sides. + */ +function getConstrainedViewportRect(viewportOffsetConfig) { + viewportOffsetConfig = Object.assign({ top: 0, bottom: 0, left: 0, right: 0 }, viewportOffsetConfig); + const viewportRect = new Rect(global.window); + viewportRect.top += viewportOffsetConfig.top; + viewportRect.height -= viewportOffsetConfig.top; + viewportRect.bottom -= viewportOffsetConfig.bottom; + viewportRect.height -= viewportOffsetConfig.bottom; + return viewportRect; +} +/** + * For a given array of positioning functions, returns such that provides the best + * fit of the `elementRect` into the `limiterRect` and `viewportRect`. + */ +function getBestPosition(positions, options) { + const { elementRect } = options; + // This is when element is fully visible. + const elementRectArea = elementRect.getArea(); + const positionInstances = positions + .map(positioningFunction => new PositionObject(positioningFunction, options)) + // Some positioning functions may return `null` if they don't want to participate. + .filter(position => !!position.name); + let maxFitFactor = 0; + let bestPosition = null; + for (const position of positionInstances) { + const { limiterIntersectionArea, viewportIntersectionArea } = position; + // If a such position is found that element is fully contained by the limiter then, obviously, + // there will be no better one, so finishing. + if (limiterIntersectionArea === elementRectArea) { + // @if CK_DEBUG_POSITION // RectDrawer.draw( position._rect, CHOSEN_POSITION_RECT_STYLE, [ + // @if CK_DEBUG_POSITION // position.name, + // @if CK_DEBUG_POSITION // '100% fit', + // @if CK_DEBUG_POSITION // ].join( '\n' ) ); + return position; + } + // To maximize both viewport and limiter intersection areas we use distance on _viewportIntersectionArea + // and _limiterIntersectionArea plane (without sqrt because we are looking for max value). + const fitFactor = viewportIntersectionArea ** 2 + limiterIntersectionArea ** 2; + // @if CK_DEBUG_POSITION // RectDrawer.draw( position._rect, { opacity: .4 }, [ + // @if CK_DEBUG_POSITION // position.name, + // @if CK_DEBUG_POSITION // 'Vi=' + Math.round( viewportIntersectionArea ), + // @if CK_DEBUG_POSITION // 'Li=' + Math.round( limiterIntersectionArea ) + // @if CK_DEBUG_POSITION // ].join( '\n' ) ); + if (fitFactor > maxFitFactor) { + maxFitFactor = fitFactor; + bestPosition = position; + } + } + // @if CK_DEBUG_POSITION // if ( bestPosition ) { + // @if CK_DEBUG_POSITION // RectDrawer.draw( bestPosition._rect, CHOSEN_POSITION_RECT_STYLE ); + // @if CK_DEBUG_POSITION // } + return bestPosition; +} +/** + * A position class which instances are created and used by the {@link module:utils/dom/position~getOptimalPosition} helper. + * + * {@link module:utils/dom/position~Position#top} and {@link module:utils/dom/position~Position#left} properties of the position instance + * translate directly to the `top` and `left` properties in CSS "`position: absolute` coordinate system". If set on the positioned element + * in DOM, they will make it display it in the right place in the viewport. + */ +class PositionObject { + /** + * Creates an instance of the {@link module:utils/dom/position~PositionObject} class. + * + * @param positioningFunction function The function that defines the expected + * coordinates the positioned element should move to. + * @param options options object. + * @param options.elementRect The positioned element rect. + * @param options.targetRect The target element rect. + * @param options.viewportRect The viewport rect. + * @param options.limiterRect The limiter rect. + * @param options.positionedElementAncestor Nearest element ancestor element which CSS position is not "static". + */ + constructor(positioningFunction, options) { + const positioningFunctionOutput = positioningFunction(options.targetRect, options.elementRect, options.viewportRect, options.limiterRect); + // Nameless position for a function that didn't participate. + if (!positioningFunctionOutput) { + return; + } + const { left, top, name, config } = positioningFunctionOutput; + this.name = name; + this.config = config; + this._positioningFunctionCoordinates = { left, top }; + this._options = options; + } + /** + * The left value in pixels in the CSS `position: absolute` coordinate system. + * Set it on the positioned element in DOM to move it to the position. + */ + get left() { + return this._absoluteRect.left; + } + /** + * The top value in pixels in the CSS `position: absolute` coordinate system. + * Set it on the positioned element in DOM to move it to the position. + */ + get top() { + return this._absoluteRect.top; + } + /** + * An intersection area between positioned element and limiter within viewport constraints. + */ + get limiterIntersectionArea() { + const limiterRect = this._options.limiterRect; + if (limiterRect) { + return limiterRect.getIntersectionArea(this._rect); + } + return 0; + } + /** + * An intersection area between positioned element and viewport. + */ + get viewportIntersectionArea() { + const viewportRect = this._options.viewportRect; + return viewportRect.getIntersectionArea(this._rect); + } + /** + * An already positioned element rect. A clone of the element rect passed to the constructor + * but placed in the viewport according to the positioning function. + */ + get _rect() { + if (this._cachedRect) { + return this._cachedRect; + } + this._cachedRect = this._options.elementRect.clone().moveTo(this._positioningFunctionCoordinates.left, this._positioningFunctionCoordinates.top); + return this._cachedRect; + } + /** + * An already absolutely positioned element rect. See ({@link #_rect}). + */ + get _absoluteRect() { + if (this._cachedAbsoluteRect) { + return this._cachedAbsoluteRect; + } + this._cachedAbsoluteRect = this._rect.toAbsoluteRect(); + return this._cachedAbsoluteRect; + } +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts new file mode 100644 index 00000000..6ab21a7d --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts @@ -0,0 +1,195 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * A helper class representing a `ClientRect` object, e.g. value returned by + * the native `object.getBoundingClientRect()` method. Provides a set of methods + * to manipulate the rect and compare it against other rect instances. + */ +export default class Rect { + /** + * The "top" value of the rect. + * + * @readonly + */ + top: number; + /** + * The "right" value of the rect. + * + * @readonly + */ + right: number; + /** + * The "bottom" value of the rect. + * + * @readonly + */ + bottom: number; + /** + * The "left" value of the rect. + * + * @readonly + */ + left: number; + /** + * The "width" value of the rect. + * + * @readonly + */ + width: number; + /** + * The "height" value of the rect. + * + * @readonly + */ + height: number; + /** + * The object this rect is for. + * + * @readonly + */ + private _source; + /** + * Creates an instance of rect. + * + * ```ts + * // Rect of an HTMLElement. + * const rectA = new Rect( document.body ); + * + * // Rect of a DOM Range. + * const rectB = new Rect( document.getSelection().getRangeAt( 0 ) ); + * + * // Rect of a window (web browser viewport). + * const rectC = new Rect( window ); + * + * // Rect out of an object. + * const rectD = new Rect( { top: 0, right: 10, bottom: 10, left: 0, width: 10, height: 10 } ); + * + * // Rect out of another Rect instance. + * const rectE = new Rect( rectD ); + * + * // Rect out of a ClientRect. + * const rectF = new Rect( document.body.getClientRects().item( 0 ) ); + * ``` + * + * **Note**: By default a rect of an HTML element includes its CSS borders and scrollbars (if any) + * ant the rect of a `window` includes scrollbars too. Use {@link #excludeScrollbarsAndBorders} + * to get the inner part of the rect. + * + * @param source A source object to create the rect. + */ + constructor(source: RectSource); + /** + * Returns a clone of the rect. + * + * @returns A cloned rect. + */ + clone(): Rect; + /** + * Moves the rect so that its upper–left corner lands in desired `[ x, y ]` location. + * + * @param x Desired horizontal location. + * @param y Desired vertical location. + * @returns A rect which has been moved. + */ + moveTo(x: number, y: number): this; + /** + * Moves the rect in–place by a dedicated offset. + * + * @param x A horizontal offset. + * @param y A vertical offset + * @returns A rect which has been moved. + */ + moveBy(x: number, y: number): this; + /** + * Returns a new rect a a result of intersection with another rect. + */ + getIntersection(anotherRect: Rect): Rect | null; + /** + * Returns the area of intersection with another rect. + * + * @returns Area of intersection. + */ + getIntersectionArea(anotherRect: Rect): number; + /** + * Returns the area of the rect. + */ + getArea(): number; + /** + * Returns a new rect, a part of the original rect, which is actually visible to the user and is relative to the,`body`, + * e.g. an original rect cropped by parent element rects which have `overflow` set in CSS + * other than `"visible"`. + * + * If there's no such visible rect, which is when the rect is limited by one or many of + * the ancestors, `null` is returned. + * + * **Note**: This method does not consider the boundaries of the viewport (window). + * To get a rect cropped by all ancestors and the viewport, use an intersection such as: + * + * ```ts + * const visibleInViewportRect = new Rect( window ).getIntersection( new Rect( source ).getVisible() ); + * ``` + * + * @returns A visible rect instance or `null`, if there's none. + */ + getVisible(): Rect | null; + /** + * Checks if all property values ({@link #top}, {@link #left}, {@link #right}, + * {@link #bottom}, {@link #width} and {@link #height}) are the equal in both rect + * instances. + * + * @param anotherRect A rect instance to compare with. + * @returns `true` when Rects are equal. `false` otherwise. + */ + isEqual(anotherRect: Rect): boolean; + /** + * Checks whether a rect fully contains another rect instance. + * + * @param anotherRect + * @returns `true` if contains, `false` otherwise. + */ + contains(anotherRect: Rect): boolean; + /** + * Recalculates screen coordinates to coordinates relative to the positioned ancestor offset. + */ + toAbsoluteRect(): Rect; + /** + * Excludes scrollbars and CSS borders from the rect. + * + * * Borders are removed when {@link #_source} is an HTML element. + * * Scrollbars are excluded from HTML elements and the `window`. + * + * @returns A rect which has been updated. + */ + excludeScrollbarsAndBorders(): this; + /** + * Returns an array of rects of the given native DOM Range. + * + * @param range A native DOM range. + * @returns DOM Range rects. + */ + static getDomRangeRects(range: Range): Array; + /** + * Returns a bounding rectangle that contains all the given `rects`. + * + * @param rects A list of rectangles that should be contained in the result rectangle. + * @returns Bounding rectangle or `null` if no `rects` were given. + */ + static getBoundingRect(rects: Iterable): Rect | null; +} +/** + * A source of {@link module:utils/dom/rect~Rect}. + */ +export type RectSource = HTMLElement | Range | Window | RectLike; +/** + * An object that describes properties of `ClientRect` object. + */ +export interface RectLike { + readonly top: number; + readonly right: number; + readonly bottom: number; + readonly left: number; + readonly width: number; + readonly height: number; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js new file mode 100644 index 00000000..76a6001c --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js @@ -0,0 +1,474 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/rect + */ +import isRange from './isrange.js'; +import isWindow from './iswindow.js'; +import getBorderWidths from './getborderwidths.js'; +import isText from './istext.js'; +import getPositionedAncestor from './getpositionedancestor.js'; +import global from './global.js'; +const rectProperties = ['top', 'right', 'bottom', 'left', 'width', 'height']; +/** + * A helper class representing a `ClientRect` object, e.g. value returned by + * the native `object.getBoundingClientRect()` method. Provides a set of methods + * to manipulate the rect and compare it against other rect instances. + */ +export default class Rect { + /** + * Creates an instance of rect. + * + * ```ts + * // Rect of an HTMLElement. + * const rectA = new Rect( document.body ); + * + * // Rect of a DOM Range. + * const rectB = new Rect( document.getSelection().getRangeAt( 0 ) ); + * + * // Rect of a window (web browser viewport). + * const rectC = new Rect( window ); + * + * // Rect out of an object. + * const rectD = new Rect( { top: 0, right: 10, bottom: 10, left: 0, width: 10, height: 10 } ); + * + * // Rect out of another Rect instance. + * const rectE = new Rect( rectD ); + * + * // Rect out of a ClientRect. + * const rectF = new Rect( document.body.getClientRects().item( 0 ) ); + * ``` + * + * **Note**: By default a rect of an HTML element includes its CSS borders and scrollbars (if any) + * ant the rect of a `window` includes scrollbars too. Use {@link #excludeScrollbarsAndBorders} + * to get the inner part of the rect. + * + * @param source A source object to create the rect. + */ + constructor(source) { + const isSourceRange = isRange(source); + Object.defineProperty(this, '_source', { + // If the source is a Rect instance, copy it's #_source. + value: source._source || source, + writable: true, + enumerable: false + }); + if (isDomElement(source) || isSourceRange) { + // The `Rect` class depends on `getBoundingClientRect` and `getClientRects` DOM methods. If the source + // of a rect in an HTML element or a DOM range but it does not belong to any rendered DOM tree, these methods + // will fail to obtain the geometry and the rect instance makes little sense to the features using it. + // To get rid of this warning make sure the source passed to the constructor is a descendant of `window.document.body`. + // @if CK_DEBUG // const sourceNode = isSourceRange ? source.startContainer : source; + // @if CK_DEBUG // if ( !sourceNode.ownerDocument || !sourceNode.ownerDocument.body.contains( sourceNode ) ) { + // @if CK_DEBUG // console.warn( + // @if CK_DEBUG // 'rect-source-not-in-dom: The source of this rect does not belong to any rendered DOM tree.', + // @if CK_DEBUG // { source } ); + // @if CK_DEBUG // } + if (isSourceRange) { + const rangeRects = Rect.getDomRangeRects(source); + copyRectProperties(this, Rect.getBoundingRect(rangeRects)); + } + else { + copyRectProperties(this, source.getBoundingClientRect()); + } + } + else if (isWindow(source)) { + const { innerWidth, innerHeight } = source; + copyRectProperties(this, { + top: 0, + right: innerWidth, + bottom: innerHeight, + left: 0, + width: innerWidth, + height: innerHeight + }); + } + else { + copyRectProperties(this, source); + } + } + /** + * Returns a clone of the rect. + * + * @returns A cloned rect. + */ + clone() { + return new Rect(this); + } + /** + * Moves the rect so that its upper–left corner lands in desired `[ x, y ]` location. + * + * @param x Desired horizontal location. + * @param y Desired vertical location. + * @returns A rect which has been moved. + */ + moveTo(x, y) { + this.top = y; + this.right = x + this.width; + this.bottom = y + this.height; + this.left = x; + return this; + } + /** + * Moves the rect in–place by a dedicated offset. + * + * @param x A horizontal offset. + * @param y A vertical offset + * @returns A rect which has been moved. + */ + moveBy(x, y) { + this.top += y; + this.right += x; + this.left += x; + this.bottom += y; + return this; + } + /** + * Returns a new rect a a result of intersection with another rect. + */ + getIntersection(anotherRect) { + const rect = { + top: Math.max(this.top, anotherRect.top), + right: Math.min(this.right, anotherRect.right), + bottom: Math.min(this.bottom, anotherRect.bottom), + left: Math.max(this.left, anotherRect.left), + width: 0, + height: 0 + }; + rect.width = rect.right - rect.left; + rect.height = rect.bottom - rect.top; + if (rect.width < 0 || rect.height < 0) { + return null; + } + else { + const newRect = new Rect(rect); + newRect._source = this._source; + return newRect; + } + } + /** + * Returns the area of intersection with another rect. + * + * @returns Area of intersection. + */ + getIntersectionArea(anotherRect) { + const rect = this.getIntersection(anotherRect); + if (rect) { + return rect.getArea(); + } + else { + return 0; + } + } + /** + * Returns the area of the rect. + */ + getArea() { + return this.width * this.height; + } + /** + * Returns a new rect, a part of the original rect, which is actually visible to the user and is relative to the,`body`, + * e.g. an original rect cropped by parent element rects which have `overflow` set in CSS + * other than `"visible"`. + * + * If there's no such visible rect, which is when the rect is limited by one or many of + * the ancestors, `null` is returned. + * + * **Note**: This method does not consider the boundaries of the viewport (window). + * To get a rect cropped by all ancestors and the viewport, use an intersection such as: + * + * ```ts + * const visibleInViewportRect = new Rect( window ).getIntersection( new Rect( source ).getVisible() ); + * ``` + * + * @returns A visible rect instance or `null`, if there's none. + */ + getVisible() { + const source = this._source; + let visibleRect = this.clone(); + // There's no ancestor to crop with the overflow. + if (isBody(source)) { + return visibleRect; + } + let child = source; + let parent = source.parentNode || source.commonAncestorContainer; + let absolutelyPositionedChildElement; + // Check the ancestors all the way up to the . + while (parent && !isBody(parent)) { + const isParentOverflowVisible = getElementOverflow(parent) === 'visible'; + if (child instanceof HTMLElement && getElementPosition(child) === 'absolute') { + absolutelyPositionedChildElement = child; + } + const parentElementPosition = getElementPosition(parent); + // The child will be cropped only if it has `position: absolute` and the parent has `position: relative` + some overflow. + // Otherwise there's no chance of visual clipping and the parent can be skipped + // https://github.com/ckeditor/ckeditor5/issues/14107. + // + // condition: isParentOverflowVisible + // +---------------------------+ + // | #parent | + // | (overflow: visible) | + // | +-----------+---------------+ + // | | child | + // | +-----------+---------------+ + // +---------------------------+ + // + // condition: absolutelyPositionedChildElement && parentElementPosition === 'relative' && isParentOverflowVisible + // +---------------------------+ + // | parent | + // | (position: relative;) | + // | (overflow: visible;) | + // | +-----------+---------------+ + // | | child | + // | | (position: absolute;) | + // | +-----------+---------------+ + // +---------------------------+ + // + // condition: absolutelyPositionedChildElement && parentElementPosition !== 'relative' + // +---------------------------+ + // | parent | + // | (position: static;) | + // | +-----------+---------------+ + // | | child | + // | | (position: absolute;) | + // | +-----------+---------------+ + // +---------------------------+ + if (isParentOverflowVisible || + absolutelyPositionedChildElement && ((parentElementPosition === 'relative' && isParentOverflowVisible) || + parentElementPosition !== 'relative')) { + child = parent; + parent = parent.parentNode; + continue; + } + const parentRect = new Rect(parent); + const intersectionRect = visibleRect.getIntersection(parentRect); + if (intersectionRect) { + if (intersectionRect.getArea() < visibleRect.getArea()) { + // Reduce the visible rect to the intersection. + visibleRect = intersectionRect; + } + } + else { + // There's no intersection, the rect is completely invisible. + return null; + } + child = parent; + parent = parent.parentNode; + } + return visibleRect; + } + /** + * Checks if all property values ({@link #top}, {@link #left}, {@link #right}, + * {@link #bottom}, {@link #width} and {@link #height}) are the equal in both rect + * instances. + * + * @param anotherRect A rect instance to compare with. + * @returns `true` when Rects are equal. `false` otherwise. + */ + isEqual(anotherRect) { + for (const prop of rectProperties) { + if (this[prop] !== anotherRect[prop]) { + return false; + } + } + return true; + } + /** + * Checks whether a rect fully contains another rect instance. + * + * @param anotherRect + * @returns `true` if contains, `false` otherwise. + */ + contains(anotherRect) { + const intersectRect = this.getIntersection(anotherRect); + return !!(intersectRect && intersectRect.isEqual(anotherRect)); + } + /** + * Recalculates screen coordinates to coordinates relative to the positioned ancestor offset. + */ + toAbsoluteRect() { + const { scrollX, scrollY } = global.window; + const absoluteRect = this.clone().moveBy(scrollX, scrollY); + if (isDomElement(absoluteRect._source)) { + const positionedAncestor = getPositionedAncestor(absoluteRect._source); + if (positionedAncestor) { + shiftRectToCompensatePositionedAncestor(absoluteRect, positionedAncestor); + } + } + return absoluteRect; + } + /** + * Excludes scrollbars and CSS borders from the rect. + * + * * Borders are removed when {@link #_source} is an HTML element. + * * Scrollbars are excluded from HTML elements and the `window`. + * + * @returns A rect which has been updated. + */ + excludeScrollbarsAndBorders() { + const source = this._source; + let scrollBarWidth, scrollBarHeight, direction; + if (isWindow(source)) { + scrollBarWidth = source.innerWidth - source.document.documentElement.clientWidth; + scrollBarHeight = source.innerHeight - source.document.documentElement.clientHeight; + direction = source.getComputedStyle(source.document.documentElement).direction; + } + else { + const borderWidths = getBorderWidths(source); + scrollBarWidth = source.offsetWidth - source.clientWidth - borderWidths.left - borderWidths.right; + scrollBarHeight = source.offsetHeight - source.clientHeight - borderWidths.top - borderWidths.bottom; + direction = source.ownerDocument.defaultView.getComputedStyle(source).direction; + this.left += borderWidths.left; + this.top += borderWidths.top; + this.right -= borderWidths.right; + this.bottom -= borderWidths.bottom; + this.width = this.right - this.left; + this.height = this.bottom - this.top; + } + this.width -= scrollBarWidth; + if (direction === 'ltr') { + this.right -= scrollBarWidth; + } + else { + this.left += scrollBarWidth; + } + this.height -= scrollBarHeight; + this.bottom -= scrollBarHeight; + return this; + } + /** + * Returns an array of rects of the given native DOM Range. + * + * @param range A native DOM range. + * @returns DOM Range rects. + */ + static getDomRangeRects(range) { + const rects = []; + // Safari does not iterate over ClientRectList using for...of loop. + const clientRects = Array.from(range.getClientRects()); + if (clientRects.length) { + for (const rect of clientRects) { + rects.push(new Rect(rect)); + } + } + // If there's no client rects for the Range, use parent container's bounding rect + // instead and adjust rect's width to simulate the actual geometry of such range. + // https://github.com/ckeditor/ckeditor5-utils/issues/153 + // https://github.com/ckeditor/ckeditor5-ui/issues/317 + else { + let startContainer = range.startContainer; + if (isText(startContainer)) { + startContainer = startContainer.parentNode; + } + const rect = new Rect(startContainer.getBoundingClientRect()); + rect.right = rect.left; + rect.width = 0; + rects.push(rect); + } + return rects; + } + /** + * Returns a bounding rectangle that contains all the given `rects`. + * + * @param rects A list of rectangles that should be contained in the result rectangle. + * @returns Bounding rectangle or `null` if no `rects` were given. + */ + static getBoundingRect(rects) { + const boundingRectData = { + left: Number.POSITIVE_INFINITY, + top: Number.POSITIVE_INFINITY, + right: Number.NEGATIVE_INFINITY, + bottom: Number.NEGATIVE_INFINITY, + width: 0, + height: 0 + }; + let rectangleCount = 0; + for (const rect of rects) { + rectangleCount++; + boundingRectData.left = Math.min(boundingRectData.left, rect.left); + boundingRectData.top = Math.min(boundingRectData.top, rect.top); + boundingRectData.right = Math.max(boundingRectData.right, rect.right); + boundingRectData.bottom = Math.max(boundingRectData.bottom, rect.bottom); + } + if (rectangleCount == 0) { + return null; + } + boundingRectData.width = boundingRectData.right - boundingRectData.left; + boundingRectData.height = boundingRectData.bottom - boundingRectData.top; + return new Rect(boundingRectData); + } +} +/** + * Acquires all the rect properties from the passed source. + */ +function copyRectProperties(rect, source) { + for (const p of rectProperties) { + rect[p] = source[p]; + } +} +/** + * Checks if provided object is a HTML element. + */ +function isBody(value) { + if (!isDomElement(value)) { + return false; + } + return value === value.ownerDocument.body; +} +/** + * Checks if provided object "looks like" a DOM Element and has API required by `Rect` class. + */ +function isDomElement(value) { + // Note: earlier we used `isElement()` from lodash library, however that function is less performant because + // it makes complicated checks to make sure that given value is a DOM element. + return value !== null && typeof value === 'object' && value.nodeType === 1 && typeof value.getBoundingClientRect === 'function'; +} +/** + * Returns the value of the `position` style of an `HTMLElement`. + */ +function getElementPosition(element) { + return element instanceof HTMLElement ? element.ownerDocument.defaultView.getComputedStyle(element).position : 'static'; +} +/** + * Returns the value of the `overflow` style of an `HTMLElement` or a `Range`. + */ +function getElementOverflow(element) { + return element instanceof HTMLElement ? element.ownerDocument.defaultView.getComputedStyle(element).overflow : 'visible'; +} +/** + * For a given absolute Rect coordinates object and a positioned element ancestor, it updates its + * coordinates that make up for the position and the scroll of the ancestor. + * + * This is necessary because while Rects (and DOMRects) are relative to the browser's viewport, their coordinates + * are used in real–life to position elements with `position: absolute`, which are scoped by any positioned + * (and scrollable) ancestors. + */ +function shiftRectToCompensatePositionedAncestor(rect, positionedElementAncestor) { + const ancestorPosition = new Rect(positionedElementAncestor); + const ancestorBorderWidths = getBorderWidths(positionedElementAncestor); + let moveX = 0; + let moveY = 0; + // (https://github.com/ckeditor/ckeditor5-ui-default/issues/126) + // If there's some positioned ancestor of the panel, then its `Rect` must be taken into + // consideration. `Rect` is always relative to the viewport while `position: absolute` works + // with respect to that positioned ancestor. + moveX -= ancestorPosition.left; + moveY -= ancestorPosition.top; + // (https://github.com/ckeditor/ckeditor5-utils/issues/139) + // If there's some positioned ancestor of the panel, not only its position must be taken into + // consideration (see above) but also its internal scrolls. Scroll have an impact here because `Rect` + // is relative to the viewport (it doesn't care about scrolling), while `position: absolute` + // must compensate that scrolling. + moveX += positionedElementAncestor.scrollLeft; + moveY += positionedElementAncestor.scrollTop; + // (https://github.com/ckeditor/ckeditor5-utils/issues/139) + // If there's some positioned ancestor of the panel, then its `Rect` includes its CSS `borderWidth` + // while `position: absolute` positioning does not consider it. + // E.g. `{ position: absolute, top: 0, left: 0 }` means upper left corner of the element, + // not upper-left corner of its border. + moveX -= ancestorBorderWidths.left; + moveY -= ancestorBorderWidths.top; + rect.moveBy(moveX, moveY); +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts new file mode 100644 index 00000000..65e7a44a --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts @@ -0,0 +1,13 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/remove + */ +/** + * Removes given node from parent. + * + * @param node Node to remove. + */ +export default function remove(node: Node): void; diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js new file mode 100644 index 00000000..7942fdca --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js @@ -0,0 +1,18 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/remove + */ +/** + * Removes given node from parent. + * + * @param node Node to remove. + */ +export default function remove(node) { + const parent = node.parentNode; + if (parent) { + parent.removeChild(node); + } +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts new file mode 100644 index 00000000..483d1aab --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts @@ -0,0 +1,74 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * A helper class which instances allow performing custom actions when native DOM elements are resized. + * + * ```ts + * const editableElement = editor.editing.view.getDomRoot(); + * + * const observer = new ResizeObserver( editableElement, entry => { + * console.log( 'The editable element has been resized in DOM.' ); + * console.log( entry.target ); // -> editableElement + * console.log( entry.contentRect.width ); // -> e.g. '423px' + * } ); + * ``` + * + * It uses the [native DOM resize observer](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver) + * under the hood. + */ +export default class ResizeObserver { + /** + * The element observed by this observer. + */ + private readonly _element; + /** + * The callback executed each time {@link #_element} is resized. + */ + private readonly _callback; + /** + * The single native observer instance shared across all {@link module:utils/dom/resizeobserver~ResizeObserver} instances. + */ + private static _observerInstance; + /** + * A mapping of native DOM elements and their callbacks shared across all + * {@link module:utils/dom/resizeobserver~ResizeObserver} instances. + */ + private static _elementCallbacks; + /** + * Creates an instance of the `ResizeObserver` class. + * + * @param element A DOM element that is to be observed for resizing. Note that + * the element must be visible (i.e. not detached from DOM) for the observer to work. + * @param callback A function called when the observed element was resized. It passes + * the [`ResizeObserverEntry`](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry) + * object with information about the resize event. + */ + constructor(element: Element, callback: (entry: ResizeObserverEntry) => void); + /** + * The element observed by this observer. + */ + get element(): Element; + /** + * Destroys the observer which disables the `callback` passed to the {@link #constructor}. + */ + destroy(): void; + /** + * Registers a new resize callback for the DOM element. + */ + private static _addElementCallback; + /** + * Removes a resize callback from the DOM element. If no callbacks are left + * for the element, it removes the element from the native observer. + */ + private static _deleteElementCallback; + /** + * Returns are registered resize callbacks for the DOM element. + */ + private static _getElementCallbacks; + /** + * Creates the single native observer shared across all `ResizeObserver` instances. + */ + private static _createObserver; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js new file mode 100644 index 00000000..eb5610b9 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js @@ -0,0 +1,127 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/resizeobserver + */ +import global from './global.js'; +/** + * A helper class which instances allow performing custom actions when native DOM elements are resized. + * + * ```ts + * const editableElement = editor.editing.view.getDomRoot(); + * + * const observer = new ResizeObserver( editableElement, entry => { + * console.log( 'The editable element has been resized in DOM.' ); + * console.log( entry.target ); // -> editableElement + * console.log( entry.contentRect.width ); // -> e.g. '423px' + * } ); + * ``` + * + * It uses the [native DOM resize observer](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver) + * under the hood. + */ +class ResizeObserver { + /** + * Creates an instance of the `ResizeObserver` class. + * + * @param element A DOM element that is to be observed for resizing. Note that + * the element must be visible (i.e. not detached from DOM) for the observer to work. + * @param callback A function called when the observed element was resized. It passes + * the [`ResizeObserverEntry`](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry) + * object with information about the resize event. + */ + constructor(element, callback) { + // **Note**: For the maximum performance, this class ensures only a single instance of the native + // observer is used no matter how many instances of this class were created. + if (!ResizeObserver._observerInstance) { + ResizeObserver._createObserver(); + } + this._element = element; + this._callback = callback; + ResizeObserver._addElementCallback(element, callback); + ResizeObserver._observerInstance.observe(element); + } + /** + * The element observed by this observer. + */ + get element() { + return this._element; + } + /** + * Destroys the observer which disables the `callback` passed to the {@link #constructor}. + */ + destroy() { + ResizeObserver._deleteElementCallback(this._element, this._callback); + } + /** + * Registers a new resize callback for the DOM element. + */ + static _addElementCallback(element, callback) { + if (!ResizeObserver._elementCallbacks) { + ResizeObserver._elementCallbacks = new Map(); + } + let callbacks = ResizeObserver._elementCallbacks.get(element); + if (!callbacks) { + callbacks = new Set(); + ResizeObserver._elementCallbacks.set(element, callbacks); + } + callbacks.add(callback); + } + /** + * Removes a resize callback from the DOM element. If no callbacks are left + * for the element, it removes the element from the native observer. + */ + static _deleteElementCallback(element, callback) { + const callbacks = ResizeObserver._getElementCallbacks(element); + // Remove the element callback. Check if exist first in case someone + // called destroy() twice. + if (callbacks) { + callbacks.delete(callback); + // If no callbacks left for the element, also remove the element. + if (!callbacks.size) { + ResizeObserver._elementCallbacks.delete(element); + ResizeObserver._observerInstance.unobserve(element); + } + } + if (ResizeObserver._elementCallbacks && !ResizeObserver._elementCallbacks.size) { + ResizeObserver._observerInstance = null; + ResizeObserver._elementCallbacks = null; + } + } + /** + * Returns are registered resize callbacks for the DOM element. + */ + static _getElementCallbacks(element) { + if (!ResizeObserver._elementCallbacks) { + return null; + } + return ResizeObserver._elementCallbacks.get(element); + } + /** + * Creates the single native observer shared across all `ResizeObserver` instances. + */ + static _createObserver() { + ResizeObserver._observerInstance = new global.window.ResizeObserver(entries => { + for (const entry of entries) { + const callbacks = ResizeObserver._getElementCallbacks(entry.target); + if (callbacks) { + for (const callback of callbacks) { + callback(entry); + } + } + } + }); + } +} +/** + * The single native observer instance shared across all {@link module:utils/dom/resizeobserver~ResizeObserver} instances. + */ +ResizeObserver._observerInstance = null; +/** + * A mapping of native DOM elements and their callbacks shared across all + * {@link module:utils/dom/resizeobserver~ResizeObserver} instances. + */ +ResizeObserver._elementCallbacks = null; +export default ResizeObserver; diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts new file mode 100644 index 00000000..c2a62898 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts @@ -0,0 +1,73 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +type IfTrue = T extends true ? true : never; +/** + * Makes any page `HTMLElement` or `Range` (`target`) visible inside the browser viewport. + * This helper will scroll all `target` ancestors and the web browser viewport to reveal the target to + * the user. If the `target` is already visible, nothing will happen. + * + * @param options Additional configuration of the scrolling behavior. + * @param options.target A target, which supposed to become visible to the user. + * @param options.viewportOffset An offset from the edge of the viewport (in pixels) + * the `target` will be moved by if the viewport is scrolled. It enhances the user experience + * by keeping the `target` some distance from the edge of the viewport and thus making it easier to + * read or edit by the user. + * @param options.ancestorOffset An offset from the boundary of scrollable ancestors (if any) + * the `target` will be moved by if the viewport is scrolled. It enhances the user experience + * by keeping the `target` some distance from the edge of the ancestors and thus making it easier to + * read or edit by the user. + * @param options.alignToTop When set `true`, the helper will make sure the `target` is scrolled up + * to the top boundary of the viewport and/or scrollable ancestors if scrolled up. When not set + * (default), the `target` will be revealed by scrolling as little as possible. This option will + * not affect `targets` that must be scrolled down because they will appear at the top of the boundary + * anyway. + * + * ``` + * scrollViewportToShowTarget() with scrollViewportToShowTarget() with + * Initial state alignToTop unset (default) alignToTop = true + * + * ┌────────────────────────────────┬─┐ ┌────────────────────────────────┬─┐ ┌────────────────────────────────┬─┐ + * │ │▲│ │ │▲│ │ [ Target to be revealed ] │▲│ + * │ │ │ │ │ │ │ │ │ + * │ │█│ │ │ │ │ │ │ + * │ │█│ │ │ │ │ │ │ + * │ │ │ │ │█│ │ │ │ + * │ │ │ │ │█│ │ │█│ + * │ │ │ │ │ │ │ │█│ + * │ │▼│ │ [ Target to be revealed ] │▼│ │ │▼│ + * └────────────────────────────────┴─┘ └────────────────────────────────┴─┘ └────────────────────────────────┴─┘ + * + * + * [ Target to be revealed ] + *``` + * + * @param options.forceScroll When set `true`, the `target` will be aligned to the top of the viewport + * and scrollable ancestors whether it is already visible or not. This option will only work when `alignToTop` + * is `true` + */ +export declare function scrollViewportToShowTarget>({ target, viewportOffset, ancestorOffset, alignToTop, forceScroll }: { + readonly target: HTMLElement | Range; + readonly viewportOffset?: number | { + top: number; + bottom: number; + left: number; + right: number; + }; + readonly ancestorOffset?: number; + readonly alignToTop?: T; + readonly forceScroll?: U; +}): void; +/** + * Makes any page `HTMLElement` or `Range` (target) visible within its scrollable ancestors, + * e.g. if they have `overflow: scroll` CSS style. + * + * @param target A target, which supposed to become visible to the user. + * @param ancestorOffset An offset between the target and the boundary of scrollable ancestors + * to be maintained while scrolling. + * @param limiterElement The outermost ancestor that should be scrolled. If specified, it can prevent + * scrolling the whole page. + */ +export declare function scrollAncestorsToShowTarget(target: HTMLElement | Range, ancestorOffset?: number, limiterElement?: HTMLElement): void; +export {}; diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js new file mode 100644 index 00000000..1a09341c --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js @@ -0,0 +1,383 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module utils/dom/scroll + */ +import isRange from './isrange.js'; +import Rect from './rect.js'; +import isText from './istext.js'; +/** + * Makes any page `HTMLElement` or `Range` (`target`) visible inside the browser viewport. + * This helper will scroll all `target` ancestors and the web browser viewport to reveal the target to + * the user. If the `target` is already visible, nothing will happen. + * + * @param options Additional configuration of the scrolling behavior. + * @param options.target A target, which supposed to become visible to the user. + * @param options.viewportOffset An offset from the edge of the viewport (in pixels) + * the `target` will be moved by if the viewport is scrolled. It enhances the user experience + * by keeping the `target` some distance from the edge of the viewport and thus making it easier to + * read or edit by the user. + * @param options.ancestorOffset An offset from the boundary of scrollable ancestors (if any) + * the `target` will be moved by if the viewport is scrolled. It enhances the user experience + * by keeping the `target` some distance from the edge of the ancestors and thus making it easier to + * read or edit by the user. + * @param options.alignToTop When set `true`, the helper will make sure the `target` is scrolled up + * to the top boundary of the viewport and/or scrollable ancestors if scrolled up. When not set + * (default), the `target` will be revealed by scrolling as little as possible. This option will + * not affect `targets` that must be scrolled down because they will appear at the top of the boundary + * anyway. + * + * ``` + * scrollViewportToShowTarget() with scrollViewportToShowTarget() with + * Initial state alignToTop unset (default) alignToTop = true + * + * ┌────────────────────────────────┬─┐ ┌────────────────────────────────┬─┐ ┌────────────────────────────────┬─┐ + * │ │▲│ │ │▲│ │ [ Target to be revealed ] │▲│ + * │ │ │ │ │ │ │ │ │ + * │ │█│ │ │ │ │ │ │ + * │ │█│ │ │ │ │ │ │ + * │ │ │ │ │█│ │ │ │ + * │ │ │ │ │█│ │ │█│ + * │ │ │ │ │ │ │ │█│ + * │ │▼│ │ [ Target to be revealed ] │▼│ │ │▼│ + * └────────────────────────────────┴─┘ └────────────────────────────────┴─┘ └────────────────────────────────┴─┘ + * + * + * [ Target to be revealed ] + *``` + * + * @param options.forceScroll When set `true`, the `target` will be aligned to the top of the viewport + * and scrollable ancestors whether it is already visible or not. This option will only work when `alignToTop` + * is `true` + */ +export function scrollViewportToShowTarget({ target, viewportOffset = 0, ancestorOffset = 0, alignToTop, forceScroll }) { + const targetWindow = getWindow(target); + let currentWindow = targetWindow; + let currentFrame = null; + viewportOffset = normalizeViewportOffset(viewportOffset); + // Iterate over all windows, starting from target's parent window up to window#top. + while (currentWindow) { + let firstAncestorToScroll; + // Let's scroll target's ancestors first to reveal it. Then, once the ancestor scrolls + // settled down, the algorithm can eventually scroll the viewport of the current window. + // + // Note: If the current window is target's **original** window (e.g. the first one), + // start scrolling the closest parent of the target. If not, scroll the closest parent + // of an iframe that resides in the current window. + if (currentWindow == targetWindow) { + firstAncestorToScroll = getParentElement(target); + } + else { + firstAncestorToScroll = getParentElement(currentFrame); + } + // Scroll the target's ancestors first. Once done, scrolling the viewport is easy. + scrollAncestorsToShowRect({ + parent: firstAncestorToScroll, + getRect: () => { + // Note: If the target does not belong to the current window **directly**, + // i.e. it resides in an iframe belonging to the window, obtain the target's rect + // in the coordinates of the current window. By default, a Rect returns geometry + // relative to the current window's viewport. To make it work in a parent window, + // it must be shifted. + return getRectRelativeToWindow(target, currentWindow); + }, + alignToTop, + ancestorOffset, + forceScroll + }); + // Obtain the rect of the target after it has been scrolled within its ancestors. + // It's time to scroll the viewport. + const targetRect = getRectRelativeToWindow(target, currentWindow); + scrollWindowToShowRect({ + window: currentWindow, + rect: targetRect, + viewportOffset, + alignToTop, + forceScroll + }); + if (currentWindow.parent != currentWindow) { + // Keep the reference to the