From b6589290382d6722fb8142fb3a4d6a873c30658d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 22:12:40 +0000 Subject: [PATCH] build(deps): bump ckeditor5 in /user-interface/src/main/angular Bumps [ckeditor5](https://github.com/ckeditor/ckeditor5) from 43.2.0 to 47.6.1. - [Release notes](https://github.com/ckeditor/ckeditor5/releases) - [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md) - [Commits](https://github.com/ckeditor/ckeditor5/compare/v43.2.0...v47.6.1) --- updated-dependencies: - dependency-name: ckeditor5 dependency-version: 47.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../src/main/angular/package-lock.json | 2978 +++++++++++++---- user-interface/src/main/angular/package.json | 2 +- 2 files changed, 2371 insertions(+), 609 deletions(-) diff --git a/user-interface/src/main/angular/package-lock.json b/user-interface/src/main/angular/package-lock.json index 241e5d77..7864d92c 100644 --- a/user-interface/src/main/angular/package-lock.json +++ b/user-interface/src/main/angular/package-lock.json @@ -20,7 +20,7 @@ "@angular/router": "~17.3.5", "@ckeditor/ckeditor5-angular": "^9.0.0", "@types/vis": "^4.21.27", - "ckeditor5": "^43.2.0", + "ckeditor5": "^47.6.1", "rxjs": "~7.8.1", "tslib": "^2.6.2", "vis": "^4.21.0", @@ -2375,24 +2375,27 @@ } }, "node_modules/@ckeditor/ckeditor5-adapter-ckfinder": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-adapter-ckfinder/-/ckeditor5-adapter-ckfinder-43.2.0.tgz", - "integrity": "sha512-RiZXc6l05yfkkSyJRxyDAnqqUxMXHboZxooptBUweUm1ofXltyaGkFa5D4kBMS5prrAEXrdpJ9uMZPvjY2BF7g==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-adapter-ckfinder/-/ckeditor5-adapter-ckfinder-47.6.1.tgz", + "integrity": "sha512-X4l4KyLgSsmAyRd/YY8R/OArOXR2Ts8NyoW6k+tLtYxEmZOhJsa6ZFSho/OVTole7IqMl+Zo93b9YaAwX23brw==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-upload": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-upload": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-alignment": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-43.2.0.tgz", - "integrity": "sha512-Yhh+1FmmcycBtFRX3nqULe/EiF5Y28eLEkmdus16jhfImtMFLzt344+SrcTkd2uQfC4U+yVlxmOo6/lbR1R7Qw==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-47.6.1.tgz", + "integrity": "sha512-2u1+Eseelrm5gKKajE9X+gcPchVAIna3AkoJyCw3+Y4dBc6ElWZJEuCO7b6Omv5H7q3lQimbaqJnvIE1Z/nXOA==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-angular": { @@ -2412,348 +2415,460 @@ } }, "node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-43.2.0.tgz", - "integrity": "sha512-8b/POJT08kR9eDeZXIEiU0CKIBanusbnSku+a//63hrW2urzS3F9umKsD8Y1I/xoKGm/ew4yVtncQRaCUEE7lA==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-47.6.1.tgz", + "integrity": "sha512-UI3HFyw7VCTM92IhE6hdIh5rp2nqOLL4vnnOFTgp7Lq6dLOVzuwsRJLIEfYxz4Xusy4UKu4zM8QX4FV1nOWsGQ==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-heading": "47.6.1", + "@ckeditor/ckeditor5-typing": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-autosave": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autosave/-/ckeditor5-autosave-43.2.0.tgz", - "integrity": "sha512-ZDpWibRaXmwsFNPE0Q3Mc93yarR+zcgiCpEW5oZh68vUdR1aL63D3GqGI3ok4EgFKsCTQWHpB1WejyUJecVcMw==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autosave/-/ckeditor5-autosave-47.6.1.tgz", + "integrity": "sha512-7om5OHf2hBDi/Md8lVZL6fF7gCBAMVZfg8zsJqTmAW6fwl5gfenD4rggPdSa4GVt+mZXbheZx9EWc0HX1psAew==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-43.2.0.tgz", - "integrity": "sha512-v1BS3JtD+6fAPx23Sbr+IZ39RAaiIoISursInuGTWU+kJ3RDh7fByKEt4A8kia4ZfSd1b469i/4LOiikN+jfxQ==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-47.6.1.tgz", + "integrity": "sha512-/8R59UxR/8quK8UmOLOS1xq47GnB+oMNySo8BgLHJl7qepRR5VnWU0hHB239idnFk46IVhuRciXQHjifrJiScQ==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-typing": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-43.2.0.tgz", - "integrity": "sha512-0T5zy3vitecSWaRd7uhxvyHLLVJUutpeJHMqupKPZaOJlgJOqa9hFOFsK2t4y8EVTtLTx5UfFzTudK449kFnBg==", - "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-enter": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-47.6.1.tgz", + "integrity": "sha512-wyDLqGrmcDVNlRmHxXTpXg2PKImgB4yIU3UDRofFKVJiuvnZvKKvx/Oh9USVv1G1zOAPoFyoK9AQzqYNOB7AMQ==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-enter": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-typing": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" + } + }, + "node_modules/@ckeditor/ckeditor5-bookmark": { + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-bookmark/-/ckeditor5-bookmark-47.6.1.tgz", + "integrity": "sha512-9HwVudGBEhbqMPkEXQTqSIACGYpOWlES7bOxdG6WfgOUOAdCiTPXFCc5f+HSMFbrwd7XJ40tycPLOa7XK14oEg==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-link": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "@ckeditor/ckeditor5-widget": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-ckbox": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckbox/-/ckeditor5-ckbox-43.2.0.tgz", - "integrity": "sha512-HSjYz2fYA2iJhua3wExApBYKz6k6AuSZmm2CG/X7cYFvq44OCIuOOkjqSABcByvVAtzOUerqWhurwBXTp/QrUg==", - "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-upload": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckbox/-/ckeditor5-ckbox-47.6.1.tgz", + "integrity": "sha512-v083Tnbsx4z1fFW+ghMXlsf5EgB3UaSldjfRsipjIYUiUeatccgRN00Qh6qGMlYz7zZcSdUUtrOfTWL/LYPWDg==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-cloud-services": "47.6.1", + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-image": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-upload": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", "blurhash": "2.0.5", - "ckeditor5": "43.2.0", - "lodash-es": "4.17.21" + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-ckfinder": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckfinder/-/ckeditor5-ckfinder-43.2.0.tgz", - "integrity": "sha512-GOMI/FTTGglQBxVIGMxQwVIDD+gCQenegjMlol2eCDsys3td5mtzp0sEYPXCHeJY8u/R28K3ySWvKlrp8YBQ0Q==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckfinder/-/ckeditor5-ckfinder-47.6.1.tgz", + "integrity": "sha512-ewgqgtQaDDZHQUGby/gg2/840Go280bvx959ExQH8Y7u4fPVw8NEFYAxjcm43W6EXgMnlmsEr8+G8q8g4iKT1w==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-image": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-43.2.0.tgz", - "integrity": "sha512-109dffphyvUEhdGDP7GIj6zEHb493QNVEY6Rbl8o9Q0Ia+AAmDGX3VWFewiFC325tWaeVW72wwXXeaCSLRpt2w==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-47.6.1.tgz", + "integrity": "sha512-F3KQuCnnCavm8wXvX+d1KN/obh5ux/jT9qC/71QfMKdDvHxEOzi/t3YWa1r3sztlksDQ4LtODU4uWh0vVKUpkg==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "@ckeditor/ckeditor5-widget": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-43.2.0.tgz", - "integrity": "sha512-bcnklICj88ZNXTnjHdXt74zsxk9RBK1KXIZXKMT2K8NLZQZkppnzPICjDfFJ31BvcvYmFE3mKuVNeLnsofyezQ==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-47.6.1.tgz", + "integrity": "sha512-yC9aqornbxjgNhHuUX4gcuvPTLv34sc8CbUOeFYLGbD9ujwoC0fzzjzSB7u5b8fWNg6cAjzriFooJATHBvu40g==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-code-block": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-43.2.0.tgz", - "integrity": "sha512-tNgqpcgigruSdbaJnl08BpOYkKs9mFA284hsTyptmxOloq/igEBvSgBfJDchUGVT0Lm78hAlcirdVKrwku5Eew==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-47.6.1.tgz", + "integrity": "sha512-ntZBIEYLoC4/OTUgCkwwmyXwwqDk8QwFcx/1kZN7S4YtwocREZqpDH1wYT+GA2ZmGkjaBRxdTLwSVr/7bf+wqg==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-enter": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-clipboard": "47.6.1", + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-enter": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-core": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-43.2.0.tgz", - "integrity": "sha512-LLyDuNQdTC+P1E91SMAPGNTpDOLwsQK4OayO/qUS1sDxqWfv/YFxEpN/vBXEHbg5Q3LS2wW1HR6a4o/w7Wwt8w==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-47.6.1.tgz", + "integrity": "sha512-6dtnquhjymLkNhdC9T6gk/Mf2bDnHSTZrhkByaXC96CbmQDriCgfcaAVY6pQgDNxBQ6fZrev0TnKBLfTItrMsg==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-watchdog": "43.2.0", - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "@ckeditor/ckeditor5-watchdog": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-easy-image": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-easy-image/-/ckeditor5-easy-image-43.2.0.tgz", - "integrity": "sha512-mRIU5GRVTwv2uMHdoP4p/Jv6lgusmOBUp7p2PkmEEyo1MBG7t+b76rMWePFfBZKmXFmdO8lATJg/SGUNK7JIyg==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-easy-image/-/ckeditor5-easy-image-47.6.1.tgz", + "integrity": "sha512-hWaqibO1ZUHRIkvvAO7O0qDAIw+GN6UWbdr0wcGNLc4DcSZMUIpAfoXuiyyvE9hQEJPpfTOwA3r0znS6wXtMCg==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-upload": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-cloud-services": "47.6.1", + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-upload": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-editor-balloon": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-balloon/-/ckeditor5-editor-balloon-43.2.0.tgz", - "integrity": "sha512-KtSX8mZTHphUMn7Uf9S3lRDBJI+m5POVvvCRFYDo+AsPO6FN72hZslpseOlAVTcJ0FIYM4aiqAFg1jojeoDyqQ==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-balloon/-/ckeditor5-editor-balloon-47.6.1.tgz", + "integrity": "sha512-geszCykoE9Sja2tBqyMww4etAzAExg4eGnlYbXSGiaUiC7Ks4OqRVeuvw37QsH8Q56J5FQC35ysq95nrLEB+0A==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-43.2.0.tgz", - "integrity": "sha512-D07TxNnJb0qSKe3QicNsaZh28tIXEjmrib4Gnbc2McWi7nDYoxoF1dyUygxFR4OHQ6DXfYU4VUW9EKlJ8ZfSAg==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-47.6.1.tgz", + "integrity": "sha512-w2QaF2ieqLqu6i9YldOpPnFezvAsXY/R/vp/c0D1ofvI1CtBRWhQ9/rRwADMoKgpcuyP2320sRG312anT8aiaA==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-editor-decoupled": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-decoupled/-/ckeditor5-editor-decoupled-43.2.0.tgz", - "integrity": "sha512-2vgfOd7sqptBRu6de0qq+hwQd7BuUu1rgfbuWB/msa2zMxwKLNoWwYNFz0N9Mm7b49jaMkQYjaOYFh1zE7BEMQ==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-decoupled/-/ckeditor5-editor-decoupled-47.6.1.tgz", + "integrity": "sha512-w047UpjHF106k0NeQLgWY03k29s5vIpS9M6Oj+f+IdKaf4TR7uSzl/CXsS+csfqwZEhtGwGV3LYJVzo35+SifA==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-editor-inline": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-inline/-/ckeditor5-editor-inline-43.2.0.tgz", - "integrity": "sha512-MCb5ljlr4Jp9pYtKAUhLbtOcxHuiMOOPWCrwYmpDogzBss//G2+LILqWqal3b6YUm2WSm37NorGQ+KdPmOh5ow==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-inline/-/ckeditor5-editor-inline-47.6.1.tgz", + "integrity": "sha512-UJQHbMh1nvsHMuiijmRx3y/5ssdxeJTrVjrwDoPlUsI8tfRYjkdIucd9SsRhXnV65Vk31Ah5wiFyaBb5OLXZaA==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-editor-multi-root": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-multi-root/-/ckeditor5-editor-multi-root-43.2.0.tgz", - "integrity": "sha512-nQcYWsetSG2h5NZOWuHf90VTxE82KBqetO3S0emMmlUstGmVk69KMlQDxU6UZhbB5NptVsgMSG2Y9Cd8XnrO0A==", - "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", - "lodash-es": "4.17.21" + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-multi-root/-/ckeditor5-editor-multi-root-47.6.1.tgz", + "integrity": "sha512-Jn55iVT2sg85NSPVe/mThLoiI0FTAEH5r48MXD1MKz1E5K0FkpdLiKyCR4onfdFLozWZW2NvU0faCkyI0BKaZQ==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" + } + }, + "node_modules/@ckeditor/ckeditor5-emoji": { + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-emoji/-/ckeditor5-emoji-47.6.1.tgz", + "integrity": "sha512-bnnnvRk/eYrvKLLQpJrjSV++Abpm1/8N31BNVaZyeHzaI0pddE6ikS44Ju82u7BQJaqSi2SO2Glx3u3C14rm2g==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-mention": "47.6.1", + "@ckeditor/ckeditor5-typing": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5", + "fuzzysort": "3.1.0" } }, "node_modules/@ckeditor/ckeditor5-engine": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-43.2.0.tgz", - "integrity": "sha512-fTrhFe+qUFZ+mvRd6KrvDzXAdMoyE44P4640iU7aOoqnlf2Z7D9wQN7ak+ysRKuccIt9t6Tidl8pmT3BRoBGfA==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-47.6.1.tgz", + "integrity": "sha512-Xb398PRhkJqtUuQ1E1pdLXTG1REIOanr7PCIRPpWvpHAIZZAuxTIqyacZC4qVTS9xI+ObxYqosf8yNvFsEtu8w==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-utils": "43.2.0", - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-utils": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-enter": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-43.2.0.tgz", - "integrity": "sha512-uFnexEaYyOYgekrpPgbA6tCiEPEXOtr1AoATVlIzy2Kb0SfJkfUyciV8559+tK9w16zI4tgMYJrwt0ktg55EYA==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-47.6.1.tgz", + "integrity": "sha512-H/d5L8JmZFmb5wYDi3NT4NICYuRueGUwiPgIpaaQ0gb8U3U0YVj4J5WVF/65KGiYdsuP2NupSwRqsdl8TilrdQ==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-essentials": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-43.2.0.tgz", - "integrity": "sha512-Nb0utwH+j4Kqn8OBzcHYBexJAnlJUMC3jrLnVW2mqbd71HTRFozJ6/MDdX1gIUoQswhl6pVZRLmly26HEubUPQ==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-47.6.1.tgz", + "integrity": "sha512-4A9E9GrOudYA/eWCXE9uLqEdw7RLO/OdmeY1KWGAF6B9fubieSCF+S69M3c5hMKS6KJoNjaVJ/iR91KfIyYmtw==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-enter": "43.2.0", - "@ckeditor/ckeditor5-select-all": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-undo": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-clipboard": "47.6.1", + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-enter": "47.6.1", + "@ckeditor/ckeditor5-select-all": "47.6.1", + "@ckeditor/ckeditor5-typing": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-undo": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-find-and-replace": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-find-and-replace/-/ckeditor5-find-and-replace-43.2.0.tgz", - "integrity": "sha512-MKN4rEeq/RWi+++dLBIA/b9tacEd7pnFM8mewLDsehT1RPvWPeGy2e5dN6ugi5zn3It7UcIdkCQE7GLmsLGGBA==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-find-and-replace/-/ckeditor5-find-and-replace-47.6.1.tgz", + "integrity": "sha512-ZbKlNpFYCP0DRICJlhyTLaRlPSwdJ5W9BBrMFjHhGsKNbFJ2KHlPCqTD6nAEWc838heDBZM21jRGTM6O92FLHA==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-font": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-43.2.0.tgz", - "integrity": "sha512-3BUhy3AtB+SGiLA3ZsX3+JAhD7KmexEwfGKgrX4kDs9iMOg7xVXXHbdeJGEGV8oJc4hNgp34lt3lpFtCApBNgw==", - "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-47.6.1.tgz", + "integrity": "sha512-ayMtG44tLbmPBjoEudnF7kFkqX3GUO0Cb1lLd6JR5B4uyoNFuQbN3nyrtx7hMvdu0N4jl0hWcWXjdu6vNL4I6g==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" + } + }, + "node_modules/@ckeditor/ckeditor5-fullscreen": { + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-fullscreen/-/ckeditor5-fullscreen-47.6.1.tgz", + "integrity": "sha512-LvA7vzeAkuc/z64kuRu17zm7EIFe0Bqt9xPA5GhfR6T9mBVG4wu62ElqylFUjFJ+macvkjSe68tBYQTAPyUWqg==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-editor-classic": "47.6.1", + "@ckeditor/ckeditor5-editor-decoupled": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-heading": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-43.2.0.tgz", - "integrity": "sha512-nGvzMYN+2SRHxe99YhFwRpqw44W2lHbFNuWp0YiV3iYSgpQPwATFFpLXvyOMXOKY4dcob2KiDcogfWVoFxmMdQ==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-47.6.1.tgz", + "integrity": "sha512-4kVuMaaAylkxYkJ0PA4hUQCDTARoeokkqKh0dE3DwEZTvvWDZjBEAhIKaSVX116ByeGfImbLkBRAoNCljKNCHQ==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-paragraph": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-paragraph": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-highlight": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-highlight/-/ckeditor5-highlight-43.2.0.tgz", - "integrity": "sha512-9zhf80TyheMxUXXScjSstVUAZMjeDs/SCbhWYwFR/ZZN3Vyhp7kD+WhyyezueHQLyPNiLZNzer7LQ/MB3b+8Lg==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-highlight/-/ckeditor5-highlight-47.6.1.tgz", + "integrity": "sha512-hEIAZAImLAGRsz7/d+bbh3k+9s854AxuYoTmCAN2u07muYX/pmrLrLm6cZcazjmi9J/Bow6sP/D5GeoYMWKkLA==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-horizontal-line": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-horizontal-line/-/ckeditor5-horizontal-line-43.2.0.tgz", - "integrity": "sha512-d92LsTiOSsHEHeQbWJz5xqj+yYRbo1xiz2bix0cN1BoEsm6iEFJKUPewvh48cISdkw5RPKfDrfzbiBCDZsMlEw==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-horizontal-line/-/ckeditor5-horizontal-line-47.6.1.tgz", + "integrity": "sha512-YTSpxdrp8NteaWARH89dA+qUWAf3agw/Q1dRQF+XdiF2kaSXRPQCXJruvmy490H+3xtwUZVs/hSlwX9gT77Skg==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "@ckeditor/ckeditor5-widget": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-html-embed": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-embed/-/ckeditor5-html-embed-43.2.0.tgz", - "integrity": "sha512-F55r0UQy53cKlWWGRcYTjrYpQd86jkHEqk901uC0FJdBwpLqV6ZDxCb+w5dMQ6cUh5oYKuILeu0ZZ0KF1C+HQA==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-embed/-/ckeditor5-html-embed-47.6.1.tgz", + "integrity": "sha512-z4iYN6Il/PqpOBm+7OYM1mpXLUCbA7cMjq3MGIAwGwRHNFq8BWq/1by3P8FiF4ozaUyj8YgXXyWoggBC2qQRig==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "@ckeditor/ckeditor5-widget": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-html-support": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-support/-/ckeditor5-html-support-43.2.0.tgz", - "integrity": "sha512-VOjT73VbtiBLy/Qsn9aWib9LhkfXZSbfAHSttIsW3Y8v2am827uf4dL2Y2pop3pcXJdoB+LVGiTFdk1mBDvAFg==", - "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-enter": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0", - "lodash-es": "4.17.21" - } + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-support/-/ckeditor5-html-support-47.6.1.tgz", + "integrity": "sha512-F25LY88VYx0gZTrrThmt+kqF2thrwg52ZCIQeRujMd3RIueYEAEn7ZJ0p5iArDvm9qQXtLzsaijEyZr2edstPA==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-enter": "47.6.1", + "@ckeditor/ckeditor5-heading": "47.6.1", + "@ckeditor/ckeditor5-image": "47.6.1", + "@ckeditor/ckeditor5-list": "47.6.1", + "@ckeditor/ckeditor5-remove-format": "47.6.1", + "@ckeditor/ckeditor5-table": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "@ckeditor/ckeditor5-widget": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" + } + }, + "node_modules/@ckeditor/ckeditor5-icons": { + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-icons/-/ckeditor5-icons-47.6.1.tgz", + "integrity": "sha512-OEk5hPdMpE5/Cb2lZFtJL2XyMwy/S8xQzuAk2b2P2bJx33rJgU3pk9RUrayxCSa3p+tKqibOzm5GcshLJ7s7Tg==", + "license": "SEE LICENSE IN LICENSE.md" }, "node_modules/@ckeditor/ckeditor5-image": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-43.2.0.tgz", - "integrity": "sha512-UZVd9sZ9nuG3kZUUUgXzqTkT7YSZs4wvu98NuSgBC3T6l0UlJjdf//GQa1estxNDDc+yCjRk02u+sbHW+eUY0A==", - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-undo": "43.2.0", - "@ckeditor/ckeditor5-upload": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0", - "lodash-es": "4.17.21" + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-47.6.1.tgz", + "integrity": "sha512-yy7b/7WQqN0c7/VC1Ng5svQU1btXWauBfQjFgVV3AzGa+nVeJ1ZIcV2fAkUa6mB+lCu+5ziv7b7ord22baJYzg==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-clipboard": "47.6.1", + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-typing": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-undo": "47.6.1", + "@ckeditor/ckeditor5-upload": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "@ckeditor/ckeditor5-widget": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-indent": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-43.2.0.tgz", - "integrity": "sha512-hzqAXOlxblaWNQ9eAGP/30kMLk+mMPES2/02B6QmI/CSYgwhXK1FVSTfZN0u6Cw94lWQ+EJr7riP2LCc85Rvfw==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-47.6.1.tgz", + "integrity": "sha512-SaokgxUJevRrYfu5PKEMvVrUliybmxpb3Cx/f/JtOnPbyJSFrt05+/mt3XsqsSB0g8LaHH2PXQfD4vncGzE6DQ==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-heading": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-list": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-integrations-common": { @@ -2768,337 +2883,415 @@ } }, "node_modules/@ckeditor/ckeditor5-language": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-language/-/ckeditor5-language-43.2.0.tgz", - "integrity": "sha512-NSL9E0ROyffTHGKyIpqD27NclOXDhAFO8L9Z9kghqESNsCdOZJKKme+EK376r5gWHsiBNnKZ/5yQOUrGwATtuw==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-language/-/ckeditor5-language-47.6.1.tgz", + "integrity": "sha512-YZpySDIa4Y40T9wwKIFsAlDujELkgUtoKw/+4Wl8BHlDnq/40VxXFbOSSXu4TnnVeqVFcnzTjp6Zv8CHtmY3yw==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-link": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-43.2.0.tgz", - "integrity": "sha512-PyU3bPyCzvNEp/7Hwx4oxuPSRN7ptaDuBe+Jhlz70PWegtANOUPvMIYlcZBB2E20Ruo0ukvrRRR0teqqFKHLug==", - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0", - "lodash-es": "4.17.21" + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-47.6.1.tgz", + "integrity": "sha512-A/gjF7e00R/ESUotqR08EeGM91V031DiHiGwYn7b+iZ1bejsdEu3yQK707bZ4U6ByEYBUOMtq1bOMYUtGJl6EA==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-clipboard": "47.6.1", + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-image": "47.6.1", + "@ckeditor/ckeditor5-typing": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "@ckeditor/ckeditor5-widget": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-list": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-43.2.0.tgz", - "integrity": "sha512-HljK5Ew3fgPX/FYiK0ieuGIrjCqiNeVG825UaAeuRHkNm1QgCBF0xQ1fsaiJw7/lTXfPA5KhzD3ezEwI1qWytQ==", - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-enter": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-47.6.1.tgz", + "integrity": "sha512-k7lXRJpZ8vkMQy0EWoYD8U6rQqYuKEbrTshlIjZSuBOQ9qlAb9llJ80OO0gteYZBOCMde1BJGjCeVxSNAI6eFA==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-clipboard": "47.6.1", + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-enter": "47.6.1", + "@ckeditor/ckeditor5-font": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-typing": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-markdown-gfm": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-markdown-gfm/-/ckeditor5-markdown-gfm-43.2.0.tgz", - "integrity": "sha512-TJklEGxL7tTm8OfLFAEWDsKRD4TxgSbai45CvuXNuoSnwcUWsXYhsBT8kUD2zAv8zTlh7gy3tFnuhKnLu157uQ==", - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "ckeditor5": "43.2.0", - "marked": "4.0.12", - "turndown": "7.2.0", - "turndown-plugin-gfm": "1.0.2" + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-markdown-gfm/-/ckeditor5-markdown-gfm-47.6.1.tgz", + "integrity": "sha512-bt4UsDKTmq5iyu5TkmxpC/Z5zZEsw8bcCr5egjgNtV5ozJF1E+54iQBjKIYNYIWRdD0PAEEGFE15QoWzSHBtxw==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-clipboard": "47.6.1", + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@types/hast": "3.0.4", + "ckeditor5": "47.6.1", + "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-media-embed": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-43.2.0.tgz", - "integrity": "sha512-N+MJUAC7+KPi3CaplVGLmA26W2GEFEukKxKDpjDbpBBgDgwyrJlpfFIOWIvrk+6J1QOwS4yMU+H+1aGypIgd+Q==", - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-undo": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0" + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-47.6.1.tgz", + "integrity": "sha512-G18SeOxXVy+k0SQYHkw1HQtS6/PkqpX2Mv6zM7os9aG3OpPmX8tCqDK+X7TaMx3FRJlDV0ujOy5Qfs71SJrqKA==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-clipboard": "47.6.1", + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-typing": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-undo": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "@ckeditor/ckeditor5-widget": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-mention": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-mention/-/ckeditor5-mention-43.2.0.tgz", - "integrity": "sha512-psEgMErFg6cKdEh2cM02tB/s7QJz+g5LlXCQ0k6OaNa/V7zO/qcT/pChrZ/13Mu2dgRKZqBUeeAG4aUXHN7QFQ==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-mention/-/ckeditor5-mention-47.6.1.tgz", + "integrity": "sha512-/53LFzYqcgvd8pL02XlNBduucfnakDVvY86vC02spDuTsUH5qUMqLaz2FHSo9AH2y3kNVp98KDnqI/QjNZCd+Q==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-typing": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-minimap": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-minimap/-/ckeditor5-minimap-43.2.0.tgz", - "integrity": "sha512-rKECbba7QZtb8Kg5znYSez3y63RfX+19TvMvRwmiNw1aiNluyG04ykC0BBvejavO8Kz/EuNrliNMM3h44Og6jg==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-minimap/-/ckeditor5-minimap-47.6.1.tgz", + "integrity": "sha512-ksKOy4wxzs3pkhfzVtnnsu5rgJxqYHMKM7X8Rkhx9BSshcKFeuNIUVsSh+7QWDQStWKSZ/qAx+0rezdJCm6gvQ==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-page-break": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-page-break/-/ckeditor5-page-break-43.2.0.tgz", - "integrity": "sha512-ukHpucDP0hskHEV1ql9G55dFiNCamI87vuHdLvEy0x/Th89C2ITswxfQAxMbZb1W0Vg93eMKyYf8pbg+YvcjwQ==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-page-break/-/ckeditor5-page-break-47.6.1.tgz", + "integrity": "sha512-KBE1tLsnyIsh0v+S6p0G+WglkvfWvKCkOESmap+gct5xwmOE0HEgRVp6xFFBfHYuGSjSISvgUU4ofdnhseZivA==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "@ckeditor/ckeditor5-widget": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-43.2.0.tgz", - "integrity": "sha512-Gi7Plu75rlwiV55K1V06iVdPAGOn1FKX2JPgK+eTfYe2uZeJlJWkjvkl8x32IxJxT9Z8V1yECcg/I8A0J4IdlA==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-47.6.1.tgz", + "integrity": "sha512-6FXs94lSb6n7V7Puwp1c9BMyjycOfsAjdPRSVGTx1THqQBziQZHuZeU9LBxJZBA1mzoQOfmFaC3v+wb8odBgAQ==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-43.2.0.tgz", - "integrity": "sha512-+jPVd79p1oyuIcW5Pq4LsxAN5ZxjtJaasx2flGi9mLMFaLxnO/JteFs0rH7BAavURrxdhvXuIosYMGfPWleGLw==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-47.6.1.tgz", + "integrity": "sha512-Lt/V8/q59WuPURpwS9Z1UWUU1q5fF7YUbDAapWatzJlK9J/c969nRMG2aXm3z+BjXv3Kdu9qs4Oqngw0sJ0KiA==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-clipboard": "47.6.1", + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-remove-format": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-remove-format/-/ckeditor5-remove-format-43.2.0.tgz", - "integrity": "sha512-BrtlTWrvg4hcbPvTck9bqIVtDfbanPYGvh+qf3NCX4USxqzAs+zz3tT105JUAY0FF0Qngcvjz6gTfTTwXom//g==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-remove-format/-/ckeditor5-remove-format-47.6.1.tgz", + "integrity": "sha512-2lQvT4+OVIFQs67yKh54exnT5UV1rPjEZX7MqyhZ3Dr0rzyEW7b9tpFz7bP/EUOSa2LpFktNoLFOSnIAZnQdyQ==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-restricted-editing": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-restricted-editing/-/ckeditor5-restricted-editing-43.2.0.tgz", - "integrity": "sha512-RKYLNbbKks0O6axiE0acYOq5IAdtRGhCC557szUSzFZsGh31LHRPxa7ZpwjKuuefUp4uI11HzFyXXBQfykdnDQ==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-restricted-editing/-/ckeditor5-restricted-editing-47.6.1.tgz", + "integrity": "sha512-ufWtexBPqBxJNNjjIw9XQe8Q+cnwLV4en6PTvdBX/zXHq87QdjpFk6NRSLCgDTpNmO2GiXnl+FsqUjGJF27zDQ==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-select-all": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-43.2.0.tgz", - "integrity": "sha512-wHFKg/7UsxmR6YBKZnF+4kS8m0cDe+r4IotVcnJcxDRpIuHDNlROKohdMrKdBl6I++6nwvkD3da0Dsxd9gJ8Sw==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-47.6.1.tgz", + "integrity": "sha512-NKhujjJ04UdM/pObi45+q6Em0fD6pQ1m+g5qLgTsTyoFUq2rFhMZqeRSPGEXlfuR5dImA7hP8uQtXNtt/GpZ7g==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-show-blocks": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-show-blocks/-/ckeditor5-show-blocks-43.2.0.tgz", - "integrity": "sha512-VFXRvDRZvTX+t+lUxdK6sGPy/Lqu5h2OIYnTHykknwwySunOH1gCUjo1iVs0mrCKLwhmcp8fOeQjjdL811xcXQ==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-show-blocks/-/ckeditor5-show-blocks-47.6.1.tgz", + "integrity": "sha512-9MdxI7TjccCOcbdlzX+SBjFvt8CsdxCgyoJxZ2NYut6QJAJ6WPjH0yVxckZXC3LSkqIPzrIOJxHc7e2n+oFFvA==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-43.2.0.tgz", - "integrity": "sha512-b8/PGBybNp//2thS2Objsl7Q+YZ7JHhVZhqH2T27cEIkFlMOag5lfA0Rpz8ClrNxY4MDu/0ArHyjFG8TkjPkvA==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-47.6.1.tgz", + "integrity": "sha512-/NeN6KvgdlvmBzOGH1Uxk26zGti8HvvmBbHLOCzFqfXZRLHB+47BG+GtzOa82t6YnLjK7pvR23opyAApRf6zIA==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-theme-lark": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-theme-lark": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-special-characters": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-special-characters/-/ckeditor5-special-characters-43.2.0.tgz", - "integrity": "sha512-VHe2MHFUwxFMSo/RKDqLF18dobaIMQoGnMWqZtWi5maQ1xs/l1Mo0Ohh+tdFYCQq97lNuZ4Z3z/FravZAlqV7A==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-special-characters/-/ckeditor5-special-characters-47.6.1.tgz", + "integrity": "sha512-O+WRAaDh3m/i3lWF+MaB0G++nBusB/uaB+koN+gwqiIfDHpGJ9HKr+KXrMZZYb0MjiGV0J5gswuwL+YvzNZ6rg==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-typing": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-style": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-style/-/ckeditor5-style-43.2.0.tgz", - "integrity": "sha512-24Gk9iWOtiN1YaJh24QNSjafFMeidmW6NbtaldVibLKwJRFD2oNXvqccSGztj/+cv0FLK8rK1KHFYcm4WSCT3w==", - "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", - "lodash-es": "4.17.21" + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-style/-/ckeditor5-style-47.6.1.tgz", + "integrity": "sha512-WD9lzsgIk3sB+Ec/mpgbYIZXr8cRBOcDAjFndfjuSQMZRYM5kCMpIz0qpvjGp1Glz2bmeg7CwfuLDvbZSqZrfA==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-html-support": "47.6.1", + "@ckeditor/ckeditor5-list": "47.6.1", + "@ckeditor/ckeditor5-table": "47.6.1", + "@ckeditor/ckeditor5-typing": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-table": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-43.2.0.tgz", - "integrity": "sha512-sIA1Ik8shdrsy2sgDXLX7uZgPuNTEgZ0/H9/aKDX7cg8Z+vQozhElHb1H17oC5a1qoxwQF+qt8FoLgtguZ5gDQ==", - "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0", - "lodash-es": "4.17.21" + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-47.6.1.tgz", + "integrity": "sha512-zFJWnqL0PpdlSs8U1m5Mu/gcuoJfi0GSpDqr174dqXLtFcMfIsftVWVTbY5d4f+OKAp8LifxOg3CMvLD1YNSGA==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-clipboard": "47.6.1", + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "@ckeditor/ckeditor5-widget": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-43.2.0.tgz", - "integrity": "sha512-K6KH0Wakzuf43XFmLN49qu1svwpb2FDP/wM+Vo+UolI3krRRxr6uTXQ9D3O8S4ckMJhwcrVRerBHtlZst0dXew==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-47.6.1.tgz", + "integrity": "sha512-iaRFqt6ExGAAsOc4AfJNbMyY+jnh//gMzGendqklhQzkwV3RGzN6buRtV0Fps+pKXnpRcbqaVHWv0GOIOaG58Q==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-ui": "43.2.0" + "@ckeditor/ckeditor5-ui": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-typing": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-43.2.0.tgz", - "integrity": "sha512-IfuEYE9PonfxNe6RENtMIRqeN/ytX64781EVVhVl5FOebNFGKHscw+j0cCrqDGPGq7yVVvehEdCrl2xAXy+gyw==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-47.6.1.tgz", + "integrity": "sha512-yuMJCK6+KpYyXHxkBKRtVuOF1L42eyhUlCCq4sNFHjoJfD3q3gunmesoGIkdezMZR5RpqpGSfrOapEG9orOBTg==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-ui": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-43.2.0.tgz", - "integrity": "sha512-sGWW4tqGvs7VvZJHZG2qLYBV3+fU4yLiZcLLG6zDU+RrK6rS2cndspjyBIDj94gdFA2tEXqMkteZeEekPrtLIw==", - "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "color-convert": "2.0.1", - "color-parse": "1.4.2", - "lodash-es": "4.17.21", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-47.6.1.tgz", + "integrity": "sha512-zBEfMSpR26rVPvc9X4KXxQd0wQG42EM+37VHdrfwJL47PFlqXTGlbsZ9BBjlElNM1mpViWSW9zpt5JdE6vtHCQ==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-editor-multi-root": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "@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-ui/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz", + "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==", + "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "color-name": "^2.0.0" }, "engines": { - "node": ">=7.0.0" + "node": ">=14.6" } }, "node_modules/@ckeditor/ckeditor5-ui/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz", + "integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==", + "license": "MIT", + "engines": { + "node": ">=12.20" + } }, "node_modules/@ckeditor/ckeditor5-undo": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-43.2.0.tgz", - "integrity": "sha512-BXApTSSicRIeKReYt3mla9IQfEpgSOFJjtC0jvHbfsVcC9xvo6B0Fxu9DhTzkXFasZtZvCdOqPCSF3oulqJGxQ==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-47.6.1.tgz", + "integrity": "sha512-kxckLxZHglOTv0yd7cROpZAgOQFR7uJEKy+ehGaPrPy5eMrIhUqHcDWHv4sLNJfNg1IgQrsqYNHeIaTzT38RvQ==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-upload": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-43.2.0.tgz", - "integrity": "sha512-KPyXPCFTKQxjuwmyk3vgUoXTuBJctH4U67LdarsplwszOOS0Ho89bExY3VOQ5aGB7y7mk4oOS9tSKWyt64ASIg==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.6.1.tgz", + "integrity": "sha512-GFMKl6pct+r26EQ4K2D22xokyDQIoRYQZSZFoPl4L04FFPVRuG60pA1YSNtyi7Am+T1fR3qOVBHAuXsANyeL6g==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1" } }, "node_modules/@ckeditor/ckeditor5-utils": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-43.2.0.tgz", - "integrity": "sha512-0Q2Yj22+a2lcj+YHqe7JOmJANVjmDqAGOwjfYRUoZGXefb6yuEzEpzDin4rU/Msrnll1KrH+mD73HSxUgmgi1Q==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-47.6.1.tgz", + "integrity": "sha512-gJl5DikvPjMEsv9DZmEVv6GOZEjHQN3kgaxvaAYpfg4VcT1RENHw46BfvPN/zUHsYwZlh7DxG3+o7h3M8Pzj1w==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-ui": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-43.2.0.tgz", - "integrity": "sha512-hQ6+8uGJekGkPiAW6+DzhvJNXzo7SKaS+rRcI7ERm9O6CSP/vFyc77uw5Y1SDr1PlzF/bdWksEv5zqxiebQW0Q==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.6.1.tgz", + "integrity": "sha512-mHum5WRT5PKiL80UwNMXiw//s1486smeCO2sgYJKZGrqlz7cSSHDOc8iUi8Cn2YuHvTfjgRjgcZxn0u9uhr1Mw==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-editor-multi-root": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-widget": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-43.2.0.tgz", - "integrity": "sha512-qWyh4ZRvEmz+prHSx+oIaEIqS4jO1UcCFgmC/cuVp3jSXovBgbkSK1G8FqNdf+JHjc2hrZnfKm3Tb4N8OmEbLg==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-47.6.1.tgz", + "integrity": "sha512-rURYZlY9w+qjumkQ+VQ1cO32JJbuxuGoWIPj2lTC3uFjn6kDzYB9KvNItOykBJM/V11R7sEEOWvpKlnsMmlnzg==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-enter": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-enter": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-typing": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@ckeditor/ckeditor5-word-count": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-word-count/-/ckeditor5-word-count-43.2.0.tgz", - "integrity": "sha512-gp9hHmOGStvA6wpSY4h0LwqTGYSdMRZ8/8XnUFHQ4QiKirejzmHA9K2lWL4grqCTZh5sfO7ZzaX1mx/QctpFxw==", + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-word-count/-/ckeditor5-word-count-47.6.1.tgz", + "integrity": "sha512-q/8jRqtEFQ5SQEY8GsJBtatD7OdQT2f1o7KdKVDcZ4UZTQCo2hi9d2zvHEkQ7drA0LO+D3WJrHNEd+B6wk1slg==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "ckeditor5": "47.6.1", + "es-toolkit": "1.39.5" } }, "node_modules/@cspotcode/source-map-support": { @@ -3692,11 +3885,6 @@ "node": ">= 0.4" } }, - "node_modules/@mixmark-io/domino": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@mixmark-io/domino/-/domino-2.2.0.tgz", - "integrity": "sha512-Y28PR25bHXUg88kCV7nivXrP2Nj2RueZ3/l/jdx6J9f8J4nsEGcgX0Qe6lt7Pa+J79+kPiJU3LguR6O/6zrLOw==" - }, "node_modules/@ngtools/webpack": { "version": "17.3.5", "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-17.3.5.tgz", @@ -4481,6 +4669,21 @@ "@types/node": "*" } }, + "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", + "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" + }, "node_modules/@types/connect": { "version": "3.4.38", "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", @@ -4500,6 +4703,15 @@ "@types/node": "*" } }, + "node_modules/@types/debug": { + "version": "4.1.13", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz", + "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==", + "license": "MIT", + "dependencies": { + "@types/ms": "*" + } + }, "node_modules/@types/eslint": { "version": "8.56.9", "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.9.tgz", @@ -4550,6 +4762,15 @@ "@types/send": "*" } }, + "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", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/@types/http-errors": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", @@ -4586,12 +4807,27 @@ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "dev": true }, + "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", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/@types/mime": { "version": "1.3.5", "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", "dev": true }, + "node_modules/@types/ms": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", + "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", + "license": "MIT" + }, "node_modules/@types/node": { "version": "20.12.7", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", @@ -4685,6 +4921,12 @@ "@types/node": "*" } }, + "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" + }, "node_modules/@types/vis": { "version": "4.21.27", "resolved": "https://registry.npmjs.org/@types/vis/-/vis-4.21.27.tgz", @@ -4703,6 +4945,12 @@ "@types/node": "*" } }, + "node_modules/@ungap/structured-clone": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", + "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", + "license": "ISC" + }, "node_modules/@vitejs/plugin-basic-ssl": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-1.1.0.tgz", @@ -5357,6 +5605,16 @@ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, + "node_modules/bail": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", + "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -5447,7 +5705,8 @@ "node_modules/blurhash": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.5.tgz", - "integrity": "sha512-cRygWd7kGBQO3VEhPiTgq4Wc43ctsM+o46urrmPOiuAe+07fzlSB9OJVdpgDL0jPqXUVQ9ht7aq7kxOeJHRK+w==" + "integrity": "sha512-cRygWd7kGBQO3VEhPiTgq4Wc43ctsM+o46urrmPOiuAe+07fzlSB9OJVdpgDL0jPqXUVQ9ht7aq7kxOeJHRK+w==", + "license": "MIT" }, "node_modules/body-parser": { "version": "1.20.2", @@ -5841,6 +6100,16 @@ "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", "dev": true }, + "node_modules/ccount": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", + "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", @@ -5854,6 +6123,36 @@ "node": ">=4" } }, + "node_modules/character-entities": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", + "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/character-entities-html4": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", + "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/character-entities-legacy": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", + "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/chardet": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", @@ -5902,67 +6201,72 @@ } }, "node_modules/ckeditor5": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-43.2.0.tgz", - "integrity": "sha512-wtW2TICJiXoOPK2K4L1oiO+HWBS6ifVQW2k80DoQI7cDranUC0FKMNirYZZXNdK0SYH87RSLZR8hHAAdbbOPBA==", - "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "43.2.0", - "@ckeditor/ckeditor5-alignment": "43.2.0", - "@ckeditor/ckeditor5-autoformat": "43.2.0", - "@ckeditor/ckeditor5-autosave": "43.2.0", - "@ckeditor/ckeditor5-basic-styles": "43.2.0", - "@ckeditor/ckeditor5-block-quote": "43.2.0", - "@ckeditor/ckeditor5-ckbox": "43.2.0", - "@ckeditor/ckeditor5-ckfinder": "43.2.0", - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-cloud-services": "43.2.0", - "@ckeditor/ckeditor5-code-block": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-easy-image": "43.2.0", - "@ckeditor/ckeditor5-editor-balloon": "43.2.0", - "@ckeditor/ckeditor5-editor-classic": "43.2.0", - "@ckeditor/ckeditor5-editor-decoupled": "43.2.0", - "@ckeditor/ckeditor5-editor-inline": "43.2.0", - "@ckeditor/ckeditor5-editor-multi-root": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-enter": "43.2.0", - "@ckeditor/ckeditor5-essentials": "43.2.0", - "@ckeditor/ckeditor5-find-and-replace": "43.2.0", - "@ckeditor/ckeditor5-font": "43.2.0", - "@ckeditor/ckeditor5-heading": "43.2.0", - "@ckeditor/ckeditor5-highlight": "43.2.0", - "@ckeditor/ckeditor5-horizontal-line": "43.2.0", - "@ckeditor/ckeditor5-html-embed": "43.2.0", - "@ckeditor/ckeditor5-html-support": "43.2.0", - "@ckeditor/ckeditor5-image": "43.2.0", - "@ckeditor/ckeditor5-indent": "43.2.0", - "@ckeditor/ckeditor5-language": "43.2.0", - "@ckeditor/ckeditor5-link": "43.2.0", - "@ckeditor/ckeditor5-list": "43.2.0", - "@ckeditor/ckeditor5-markdown-gfm": "43.2.0", - "@ckeditor/ckeditor5-media-embed": "43.2.0", - "@ckeditor/ckeditor5-mention": "43.2.0", - "@ckeditor/ckeditor5-minimap": "43.2.0", - "@ckeditor/ckeditor5-page-break": "43.2.0", - "@ckeditor/ckeditor5-paragraph": "43.2.0", - "@ckeditor/ckeditor5-paste-from-office": "43.2.0", - "@ckeditor/ckeditor5-remove-format": "43.2.0", - "@ckeditor/ckeditor5-restricted-editing": "43.2.0", - "@ckeditor/ckeditor5-select-all": "43.2.0", - "@ckeditor/ckeditor5-show-blocks": "43.2.0", - "@ckeditor/ckeditor5-source-editing": "43.2.0", - "@ckeditor/ckeditor5-special-characters": "43.2.0", - "@ckeditor/ckeditor5-style": "43.2.0", - "@ckeditor/ckeditor5-table": "43.2.0", - "@ckeditor/ckeditor5-theme-lark": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-undo": "43.2.0", - "@ckeditor/ckeditor5-upload": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-watchdog": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "@ckeditor/ckeditor5-word-count": "43.2.0" + "version": "47.6.1", + "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-47.6.1.tgz", + "integrity": "sha512-Za7+Dyju3RgfH4TF+zam7lvfOSr+Rd+0tABfR16HEtsARRPEmNBHYgS5nM3PZtNK4+ScliL6Ch3GFk7cd/TiOw==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@ckeditor/ckeditor5-adapter-ckfinder": "47.6.1", + "@ckeditor/ckeditor5-alignment": "47.6.1", + "@ckeditor/ckeditor5-autoformat": "47.6.1", + "@ckeditor/ckeditor5-autosave": "47.6.1", + "@ckeditor/ckeditor5-basic-styles": "47.6.1", + "@ckeditor/ckeditor5-block-quote": "47.6.1", + "@ckeditor/ckeditor5-bookmark": "47.6.1", + "@ckeditor/ckeditor5-ckbox": "47.6.1", + "@ckeditor/ckeditor5-ckfinder": "47.6.1", + "@ckeditor/ckeditor5-clipboard": "47.6.1", + "@ckeditor/ckeditor5-cloud-services": "47.6.1", + "@ckeditor/ckeditor5-code-block": "47.6.1", + "@ckeditor/ckeditor5-core": "47.6.1", + "@ckeditor/ckeditor5-easy-image": "47.6.1", + "@ckeditor/ckeditor5-editor-balloon": "47.6.1", + "@ckeditor/ckeditor5-editor-classic": "47.6.1", + "@ckeditor/ckeditor5-editor-decoupled": "47.6.1", + "@ckeditor/ckeditor5-editor-inline": "47.6.1", + "@ckeditor/ckeditor5-editor-multi-root": "47.6.1", + "@ckeditor/ckeditor5-emoji": "47.6.1", + "@ckeditor/ckeditor5-engine": "47.6.1", + "@ckeditor/ckeditor5-enter": "47.6.1", + "@ckeditor/ckeditor5-essentials": "47.6.1", + "@ckeditor/ckeditor5-find-and-replace": "47.6.1", + "@ckeditor/ckeditor5-font": "47.6.1", + "@ckeditor/ckeditor5-fullscreen": "47.6.1", + "@ckeditor/ckeditor5-heading": "47.6.1", + "@ckeditor/ckeditor5-highlight": "47.6.1", + "@ckeditor/ckeditor5-horizontal-line": "47.6.1", + "@ckeditor/ckeditor5-html-embed": "47.6.1", + "@ckeditor/ckeditor5-html-support": "47.6.1", + "@ckeditor/ckeditor5-icons": "47.6.1", + "@ckeditor/ckeditor5-image": "47.6.1", + "@ckeditor/ckeditor5-indent": "47.6.1", + "@ckeditor/ckeditor5-language": "47.6.1", + "@ckeditor/ckeditor5-link": "47.6.1", + "@ckeditor/ckeditor5-list": "47.6.1", + "@ckeditor/ckeditor5-markdown-gfm": "47.6.1", + "@ckeditor/ckeditor5-media-embed": "47.6.1", + "@ckeditor/ckeditor5-mention": "47.6.1", + "@ckeditor/ckeditor5-minimap": "47.6.1", + "@ckeditor/ckeditor5-page-break": "47.6.1", + "@ckeditor/ckeditor5-paragraph": "47.6.1", + "@ckeditor/ckeditor5-paste-from-office": "47.6.1", + "@ckeditor/ckeditor5-remove-format": "47.6.1", + "@ckeditor/ckeditor5-restricted-editing": "47.6.1", + "@ckeditor/ckeditor5-select-all": "47.6.1", + "@ckeditor/ckeditor5-show-blocks": "47.6.1", + "@ckeditor/ckeditor5-source-editing": "47.6.1", + "@ckeditor/ckeditor5-special-characters": "47.6.1", + "@ckeditor/ckeditor5-style": "47.6.1", + "@ckeditor/ckeditor5-table": "47.6.1", + "@ckeditor/ckeditor5-theme-lark": "47.6.1", + "@ckeditor/ckeditor5-typing": "47.6.1", + "@ckeditor/ckeditor5-ui": "47.6.1", + "@ckeditor/ckeditor5-undo": "47.6.1", + "@ckeditor/ckeditor5-upload": "47.6.1", + "@ckeditor/ckeditor5-utils": "47.6.1", + "@ckeditor/ckeditor5-watchdog": "47.6.1", + "@ckeditor/ckeditor5-widget": "47.6.1", + "@ckeditor/ckeditor5-word-count": "47.6.1" } }, "node_modules/clean-stack": { @@ -6057,11 +6361,21 @@ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" }, "node_modules/color-parse": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-1.4.2.tgz", - "integrity": "sha512-RI7s49/8yqDj3fECFZjUI1Yi0z/Gq1py43oNJivAIIDSyJiOZLfYCRQEgn8HEVAj++PcRe8AnL2XF0fRJ3BTnA==", + "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", "dependencies": { - "color-name": "^1.0.0" + "color-name": "^2.0.0" + } + }, + "node_modules/color-parse/node_modules/color-name": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz", + "integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==", + "license": "MIT", + "engines": { + "node": ">=12.20" } }, "node_modules/colorette": { @@ -6091,6 +6405,16 @@ "node": ">= 0.8" } }, + "node_modules/comma-separated-tokens": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", + "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", @@ -6565,6 +6889,19 @@ "node": ">=0.10.0" } }, + "node_modules/decode-named-character-reference": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz", + "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==", + "license": "MIT", + "dependencies": { + "character-entities": "^2.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/deepmerge": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", @@ -6710,6 +7047,15 @@ "node": ">=4" } }, + "node_modules/dequal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, "node_modules/destroy": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", @@ -6726,6 +7072,19 @@ "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", "dev": true }, + "node_modules/devlop": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", + "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", + "license": "MIT", + "dependencies": { + "dequal": "^2.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/diff": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", @@ -6990,6 +7349,16 @@ "integrity": "sha512-pqrTKmwEIgafsYZAGw9kszYzmagcE/n4dbgwGWLEXg7J4QFJVQRBld8j3Q3GNez79jzxZshq0bcT962QHOghjw==", "dev": true }, + "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", + "workspaces": [ + "docs", + "benchmarks" + ] + }, "node_modules/es6-promise": { "version": "4.2.8", "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", @@ -7286,8 +7655,7 @@ "node_modules/extend": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" }, "node_modules/external-editor": { "version": "3.1.0", @@ -7604,6 +7972,12 @@ "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" + }, "node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -7866,6 +8240,231 @@ "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", + "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-from-dom": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/hast-util-from-dom/-/hast-util-from-dom-5.0.1.tgz", + "integrity": "sha512-N+LqofjR2zuzTjCPzyDUdSshy4Ma6li7p/c3pA78uTwzFgENbgbUrm2ugwsOdcjI1muO+o6Dgzp9p8WHtn/39Q==", + "license": "ISC", + "dependencies": { + "@types/hast": "^3.0.0", + "hastscript": "^9.0.0", + "web-namespaces": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "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", + "dependencies": { + "@types/hast": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "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", + "dependencies": { + "@types/hast": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "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", + "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "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", + "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-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", + "dependencies": { + "@types/hast": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "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", + "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-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", + "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-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", + "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-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", + "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-text": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", + "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/unist": "^3.0.0", + "hast-util-is-element": "^3.0.0", + "unist-util-find-after": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "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", + "dependencies": { + "@types/hast": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "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", + "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/hosted-git-info": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz", @@ -7945,6 +8544,16 @@ } ] }, + "node_modules/html-void-elements": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", + "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/htmlparser2": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", @@ -9100,11 +9709,6 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, - "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" - }, "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", @@ -9197,6 +9801,16 @@ "node": ">=8" } }, + "node_modules/longest-streak": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", + "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/lru-cache": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", @@ -9288,15 +9902,250 @@ "node": ">=16 || 14 >=14.17" } }, - "node_modules/marked": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.12.tgz", - "integrity": "sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==", - "bin": { - "marked": "bin/marked.js" - }, - "engines": { - "node": ">= 12" + "node_modules/markdown-table": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", + "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "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", + "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-find-and-replace/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", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/mdast-util-from-markdown": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz", + "integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==", + "license": "MIT", + "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/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", + "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/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", + "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/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", + "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/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", + "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/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", + "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/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", + "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/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", + "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-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", + "dependencies": { + "@types/mdast": "^4.0.0", + "unist-util-is": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-to-hast": { + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz", + "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "@ungap/structured-clone": "^1.0.0", + "devlop": "^1.0.0", + "micromark-util-sanitize-uri": "^2.0.0", + "trim-lines": "^3.0.0", + "unist-util-position": "^5.0.0", + "unist-util-visit": "^5.0.0", + "vfile": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "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", + "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/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", + "dependencies": { + "@types/mdast": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, "node_modules/media-typer": { @@ -9314,40 +10163,603 @@ "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", "dev": true, "dependencies": { - "fs-monkey": "^1.0.4" - }, - "engines": { - "node": ">= 4.0.0" + "fs-monkey": "^1.0.4" + }, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", + "dev": true + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "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", + "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/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", + "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/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", + "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/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", + "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/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", + "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/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", + "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/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", + "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/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", + "dependencies": { + "micromark-util-types": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "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", + "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/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", + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "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", + "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/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", + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "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", + "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/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", + "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/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", + "dependencies": { + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "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", + "dependencies": { + "micromark-util-symbol": "^2.0.0" + } + }, + "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", + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "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", + "dependencies": { + "micromark-util-chunked": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "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", + "dependencies": { + "micromark-util-symbol": "^2.0.0" + } + }, + "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", + "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/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" + }, + "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" + }, + "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", + "dependencies": { + "micromark-util-symbol": "^2.0.0" + } + }, + "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", + "dependencies": { + "micromark-util-types": "^2.0.0" + } + }, + "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", + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-encode": "^2.0.0", + "micromark-util-symbol": "^2.0.0" } }, - "node_modules/merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", - "dev": true - }, - "node_modules/merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "dev": true - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "engines": { - "node": ">= 8" + "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", + "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/methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", - "dev": true, - "engines": { - "node": ">= 0.6" - } + "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" + }, + "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" }, "node_modules/micromatch": { "version": "4.0.5", @@ -10992,6 +12404,16 @@ "hammerjs": "^2.0.8" } }, + "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", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/protractor": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/protractor/-/protractor-7.0.0.tgz", @@ -11551,6 +12973,140 @@ "jsesc": "bin/jsesc" } }, + "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", + "dependencies": { + "@types/hast": "^3.0.0", + "hast-util-from-dom": "^5.0.0", + "unified": "^11.0.0" + } + }, + "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", + "dependencies": { + "@types/hast": "^3.0.0", + "hast-util-to-dom": "^4.0.0", + "unified": "^11.0.0" + } + }, + "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", + "dependencies": { + "@types/hast": "^3.0.0", + "hast-util-minify-whitespace": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "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", + "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/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", + "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-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", + "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/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", + "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/remark-rehype": { + "version": "11.1.2", + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", + "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", + "license": "MIT", + "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/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", + "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/request": { "version": "2.88.2", "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", @@ -12477,6 +14033,16 @@ "node": ">=0.10.0" } }, + "node_modules/space-separated-tokens": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", + "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/spdx-correct": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", @@ -12643,6 +14209,20 @@ "node": ">=8" } }, + "node_modules/stringify-entities": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", + "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", + "license": "MIT", + "dependencies": { + "character-entities-html4": "^2.0.0", + "character-entities-legacy": "^3.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", @@ -12901,6 +14481,36 @@ "tree-kill": "cli.js" } }, + "node_modules/trim-lines": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", + "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", + "license": "MIT", + "funding": { + "type": "github", + "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", + "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", + "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/ts-node": { "version": "10.9.2", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", @@ -13051,19 +14661,6 @@ "node": "*" } }, - "node_modules/turndown": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/turndown/-/turndown-7.2.0.tgz", - "integrity": "sha512-eCZGBN4nNNqM9Owkv9HAtWRYfLA4h909E/WGAWWBpmB275ehNhZyk87/Tpvjbp0jjNl9XwCsbe6bm6CqFsgD+A==", - "dependencies": { - "@mixmark-io/domino": "^2.2.0" - } - }, - "node_modules/turndown-plugin-gfm": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/turndown-plugin-gfm/-/turndown-plugin-gfm-1.0.2.tgz", - "integrity": "sha512-vwz9tfvF7XN/jE0dGoBei3FXWuvll78ohzCZQuOb+ZjWrs3a0XhQVomJEb2Qh4VHTPNRO4GPZh0V7VRbiWwkRg==" - }, "node_modules/tweetnacl": { "version": "0.14.5", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", @@ -13168,6 +14765,37 @@ "node": ">=4" } }, + "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", + "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/unified/node_modules/is-plain-obj": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", + "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/unique-filename": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz", @@ -13192,6 +14820,88 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/unist-util-find-after": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", + "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", + "license": "MIT", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-is": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-is": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz", + "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==", + "license": "MIT", + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "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", + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "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", + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-visit": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", + "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", + "license": "MIT", + "dependencies": { + "@types/unist": "^3.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/unist-util-visit-parents": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", + "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", + "license": "MIT", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-is": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/unpipe": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", @@ -13295,7 +15005,8 @@ "node_modules/vanilla-colorful": { "version": "0.7.2", "resolved": "https://registry.npmjs.org/vanilla-colorful/-/vanilla-colorful-0.7.2.tgz", - "integrity": "sha512-z2YZusTFC6KnLERx1cgoIRX2CjPRP0W75N+3CC6gbvdX5Ch47rZkEMGO2Xnf+IEmi3RiFLxS18gayMA27iU7Kg==" + "integrity": "sha512-z2YZusTFC6KnLERx1cgoIRX2CjPRP0W75N+3CC6gbvdX5Ch47rZkEMGO2Xnf+IEmi3RiFLxS18gayMA27iU7Kg==", + "license": "MIT" }, "node_modules/vary": { "version": "1.1.2", @@ -13320,6 +15031,34 @@ "extsprintf": "^1.2.0" } }, + "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", + "dependencies": { + "@types/unist": "^3.0.0", + "vfile-message": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/vfile-message": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", + "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", + "license": "MIT", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-stringify-position": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/vis": { "version": "4.21.0", "resolved": "https://registry.npmjs.org/vis/-/vis-4.21.0.tgz", @@ -13826,6 +15565,16 @@ "defaults": "^1.0.3" } }, + "node_modules/web-namespaces": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", + "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/webdriver-js-extender": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/webdriver-js-extender/-/webdriver-js-extender-2.1.0.tgz", @@ -14441,6 +16190,19 @@ "dependencies": { "tslib": "^2.3.0" } + }, + "node_modules/zone/node_modules/sl-blip": { + "optional": true + }, + "node_modules/zwitch": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } } } } diff --git a/user-interface/src/main/angular/package.json b/user-interface/src/main/angular/package.json index 555b88f2..4620f0a4 100644 --- a/user-interface/src/main/angular/package.json +++ b/user-interface/src/main/angular/package.json @@ -28,7 +28,7 @@ "@angular/router": "~17.3.5", "@ckeditor/ckeditor5-angular": "^9.0.0", "@types/vis": "^4.21.27", - "ckeditor5": "^43.2.0", + "ckeditor5": "^47.6.1", "rxjs": "~7.8.1", "tslib": "^2.6.2", "vis": "^4.21.0",