diff --git a/package-lock.json b/package-lock.json
index 3a03d4c..2a7263e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2527,108 +2527,6 @@
"@ckeditor/ckeditor5-word-count": "41.4.2"
}
},
- "node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-46.0.2.tgz",
- "integrity": "sha512-iCVJIkmJ+DT2Podmc0gH8Ntj7rYr9kziYLup1VHo/k8mKPfqC3a6o6ngT8ZtPdr1nZ4h4kozVjF+ge2BqnxzmQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@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-alignment/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-alignment/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-alignment/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-alignment/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-autoformat": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-41.4.2.tgz",
@@ -3041,107 +2939,6 @@
"@ckeditor/ckeditor5-word-count": "41.4.2"
}
},
- "node_modules/@ckeditor/ckeditor5-autosave": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autosave/-/ckeditor5-autosave-46.0.2.tgz",
- "integrity": "sha512-DKUCaGzbpwJC4FdWLVQivjJAkOkNqAaCv4+xNESPQvq8pGzBqHPFTZl0ZBvGUxEUj7S1dypIHkVWqRywSNsKJg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-basic-styles": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-41.4.2.tgz",
@@ -3966,164 +3763,6 @@
"@ckeditor/ckeditor5-word-count": "41.4.2"
}
},
- "node_modules/@ckeditor/ckeditor5-bookmark": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-bookmark/-/ckeditor5-bookmark-46.0.2.tgz",
- "integrity": "sha512-qtWBf55fyogvgwR/ftHPT6paMtqWKs1nKMxFkJI2ZAYkd7R1E8YYDmZGNjzbYTCRf8NLxJn6bBc9FCwZUfSxeA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-link": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.2.tgz",
- "integrity": "sha512-1b72bijZ4lhysL6K9ZZBQZPldMUZwoAar4DFHmCnM/WN6psf/MEyFce+hr5Qq/LFOvCiOeevuNz6DTDKO7eXSg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-undo": "46.0.2",
- "@ckeditor/ckeditor5-upload": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.2.tgz",
- "integrity": "sha512-5uliK3QCIOcEsq2bgZF5Qz88cmN0E1YXUrYc5uoqC8LF0lzOimE+EA+7/dJhBZCya8/+Y/rvvpJ8SHsjhd++kg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-image": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.2.tgz",
- "integrity": "sha512-jYrsRmE1rZ6c8jtOWVm6Q3FpIT9HWdJg6fK453w4upkjWM7lH3kXxtPgSLmEATUyO/ON91VNXEGA+LGml2MHnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-build-balloon": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-build-balloon/-/ckeditor5-build-balloon-41.4.2.tgz",
@@ -7136,109 +6775,6 @@
"@ckeditor/ckeditor5-word-count": "41.4.2"
}
},
- "node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-46.0.2.tgz",
- "integrity": "sha512-FL1Dy3CWRmdMrk31oCpYi9FZew3okXlfgkfLyjbXIgAdUiJ+b/9Tu2ZzR6fNjpAN6BYTiOjx5cDq8h8yMLUgwg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-clipboard/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-clipboard/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-clipboard/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@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-clipboard/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-clipboard/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-clipboard/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-clipboard/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-cloud-services": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-41.4.2.tgz",
@@ -7651,111 +7187,6 @@
"@ckeditor/ckeditor5-word-count": "41.4.2"
}
},
- "node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-46.0.2.tgz",
- "integrity": "sha512-ADNMDWSmlvrle0j9vNR5WMNyWjVn8t1TVILmLOab2T0/LTZcTzFXdz5i6I/oKhoxKty7soB8lmCUfJqrXNIhTw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-enter": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@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-code-block/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-code-block/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-code-block/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-code-block/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-core": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-41.4.2.tgz",
@@ -8179,109 +7610,6 @@
"@ckeditor/ckeditor5-word-count": "41.4.2"
}
},
- "node_modules/@ckeditor/ckeditor5-editor-balloon": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-balloon/-/ckeditor5-editor-balloon-46.0.2.tgz",
- "integrity": "sha512-ZZMFkZ1xP+O3JDFP03fsWZXrPbbzzV0ut2cyHvmTbvxsL8nWkByArbAyc4qs7ceF6wQ68PqLk1o+sPkEWHdVnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-editor-classic": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-41.4.2.tgz",
@@ -8695,434 +8023,6 @@
"@ckeditor/ckeditor5-word-count": "41.4.2"
}
},
- "node_modules/@ckeditor/ckeditor5-editor-decoupled": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-decoupled/-/ckeditor5-editor-decoupled-46.0.2.tgz",
- "integrity": "sha512-eunAH7bAC7Y0FkxK9ukecG2a7Jxm0NAXlaDIWBRBYmNOycUDnMjeD54Ax4udJ7SxJXiTFYYF6fUIZ/mQy/DHbQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-inline/-/ckeditor5-editor-inline-46.0.2.tgz",
- "integrity": "sha512-XYERPRnt/KNSje/AXpT0aCr6BLpSDAXaGil7edmuPL09oC+gGfjEzvCJDyDHbPCEwOTu684AHVvjiJNKJiJOTQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-multi-root/-/ckeditor5-editor-multi-root-46.0.2.tgz",
- "integrity": "sha512-QUHS10vQ+9XqRfe/djzD6P4Q8rFav3ewXldW2D5trMpQ+d9HzpyyGnYOOHzM5P8VSpgXm1ma8lTuXtqeLnIhnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-emoji/-/ckeditor5-emoji-46.0.2.tgz",
- "integrity": "sha512-ZxjWu2JxnvX8ZyMQpmJ5VpaoXXtWWJxiO6MNeWjL/tcZ2DhD6/lQye7CLuAOvW4P5WBwrGKDdnk+vx7GLO6NIA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-mention": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5",
- "fuzzysort": "3.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.2.tgz",
- "integrity": "sha512-jYrsRmE1rZ6c8jtOWVm6Q3FpIT9HWdJg6fK453w4upkjWM7lH3kXxtPgSLmEATUyO/ON91VNXEGA+LGml2MHnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-emoji/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-engine": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-41.4.2.tgz",
@@ -9133,106 +8033,6 @@
"lodash-es": "4.17.21"
}
},
- "node_modules/@ckeditor/ckeditor5-enter": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-46.0.2.tgz",
- "integrity": "sha512-AZ+WhDEWDH4Ss6i7zd/YcuszlF5QKfkbGPQVsymsUziDvD/IuIQ1WtTDvLfdXbxGKI7amp9e1HCoilOJfv5uDw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-enter/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-enter/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-enter/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@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-enter/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-enter/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-enter/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-enter/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-essentials": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-41.4.2.tgz",
@@ -9645,331 +8445,6 @@
"@ckeditor/ckeditor5-word-count": "41.4.2"
}
},
- "node_modules/@ckeditor/ckeditor5-find-and-replace": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-find-and-replace/-/ckeditor5-find-and-replace-46.0.2.tgz",
- "integrity": "sha512-k/gAR69CxdjeBf7mrGKWswdsVrdXoHRjCR7RbnTJH+tgzPpbn1sZydD2UacqqC5hON088whTokDY3KFd6zdbXA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-font": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-46.0.2.tgz",
- "integrity": "sha512-dKkjRE8+GU6+LtQP45nQSEJkvnW1xltdpHZQrZCKXlf/51b2gBg408JtSBhqc1NOT5t1ZxaJCKHnf91dd6g4Hg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@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-font/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-font/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-font/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-font/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-fullscreen/-/ckeditor5-fullscreen-46.0.2.tgz",
- "integrity": "sha512-G+w2c5PpKRa9e5mZKR333FKkS1BH5bwKnkc0Xw4p2fowdIaytyv73fmUk2oQMTWEEe8sMMNfXCe69sfRSm4FmA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-classic": "46.0.2",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.2.tgz",
- "integrity": "sha512-LTgCEyKapUURBZHZ2y5Z5nmPrl1zl8+kTiTgtpUOgZMQURq/G5BLxx5fdSyF2P0pZAoDYbrDR4uc2ngMH+6lgg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-heading": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-41.4.2.tgz",
@@ -10382,531 +8857,6 @@
"@ckeditor/ckeditor5-word-count": "41.4.2"
}
},
- "node_modules/@ckeditor/ckeditor5-highlight": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-highlight/-/ckeditor5-highlight-46.0.2.tgz",
- "integrity": "sha512-wOLa7exXWaIObdFmXIWchgfDEUyk4+j2/B25NLXyYFhk+EVDOIA0le48Tq+nAM7cusA6PP4skwkUZCBOP31UIA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-horizontal-line/-/ckeditor5-horizontal-line-46.0.2.tgz",
- "integrity": "sha512-TWpcU7xDQnqyKvvv30cYHy+57FTLEuNgUbKRs+ziP1Ywogd6X3jFVnmJk/WMCNc315v1IfDFiuaPbZn04zrmjA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-embed/-/ckeditor5-html-embed-46.0.2.tgz",
- "integrity": "sha512-GJouBoKYKEP1NYrMSeu+vadP5vHsJgUBb/9yvx+kup/50u+HOylenBfVc+IdMMzZyU8ZoNw3wND5mgOpyQPLdQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-support/-/ckeditor5-html-support-46.0.2.tgz",
- "integrity": "sha512-DZAMx55Qxz7YQMy4qOCiNKf9oUp/FkAxqJRAG+102nweLQePq86w//oE6pc/mRo3q6U3/za8NLz6JP4L2duztw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-enter": "46.0.2",
- "@ckeditor/ckeditor5-heading": "46.0.2",
- "@ckeditor/ckeditor5-image": "46.0.2",
- "@ckeditor/ckeditor5-list": "46.0.2",
- "@ckeditor/ckeditor5-remove-format": "46.0.2",
- "@ckeditor/ckeditor5-table": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.2.tgz",
- "integrity": "sha512-AdvE53zuBGyuiBitaLPztWL/OyT3hG9F2kcdf1yG+RYovLXS6lG2Ut1tEL3jzmTNOoObWLQQ9Jpthj7gawXlQw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-paragraph": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.2.tgz",
- "integrity": "sha512-1b72bijZ4lhysL6K9ZZBQZPldMUZwoAar4DFHmCnM/WN6psf/MEyFce+hr5Qq/LFOvCiOeevuNz6DTDKO7eXSg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-undo": "46.0.2",
- "@ckeditor/ckeditor5-upload": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.2.tgz",
- "integrity": "sha512-0Pq5UU4SP9UOlcRhxpjCoGXfDxHeqdumn8qtNbL5X5yRGqRE4GsVgJ4CkOmtZNTy1JVv1clZ37NPKh5miqTP4A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-enter": "46.0.2",
- "@ckeditor/ckeditor5-font": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.2.tgz",
- "integrity": "sha512-Mg4BxYvIzonlLe9zzFZTyiiMbW40NLue9G26lWaCUz+O2z8ms5CShNc065t4alJiihJis5Dtuho8tvPDiRgCNg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.2.tgz",
- "integrity": "sha512-dGkTe1vEk7iDEmoRCTQszyerXvO5hrJH702kwHV5md2dlXyyJBteAJ9qHiSxf1euC2mOMMUhq7n5DlqpFAFb8A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.2.tgz",
- "integrity": "sha512-jYrsRmE1rZ6c8jtOWVm6Q3FpIT9HWdJg6fK453w4upkjWM7lH3kXxtPgSLmEATUyO/ON91VNXEGA+LGml2MHnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-icons": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-icons/-/ckeditor5-icons-46.0.2.tgz",
- "integrity": "sha512-QNLncoTeHgv4fU7Q/jv/qWH1nQMQ1JreWVQLysu1nEDlm4KiVLzP+8ng51BquY+wxw4rIVJTwZv1FYdyc6xlQw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true
- },
"node_modules/@ckeditor/ckeditor5-image": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-41.4.2.tgz",
@@ -11745,107 +9695,6 @@
"ckeditor5": ">=42.0.0 || ^0.0.0-nightly"
}
},
- "node_modules/@ckeditor/ckeditor5-language": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-language/-/ckeditor5-language-46.0.2.tgz",
- "integrity": "sha512-eYwRnEkoWGabEZ4PVtSobORa+vnUQFuRetInuhDrkBwyMv9IjVUukS46AWHEjkPBO/rlI++O9SK1oOFyzOARCg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-link": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-41.4.2.tgz",
@@ -12672,122 +10521,6 @@
"@ckeditor/ckeditor5-word-count": "41.4.2"
}
},
- "node_modules/@ckeditor/ckeditor5-markdown-gfm": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-markdown-gfm/-/ckeditor5-markdown-gfm-46.0.2.tgz",
- "integrity": "sha512-+PaA5D10LnxqrsdW+UI45vqjR7C0l6vWAHFR+M99v7bxHEW+hQiLS6af8FhL/yv9Sno9AL4Oqdsee1HUU7hjHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@types/hast": "3.0.4",
- "ckeditor5": "46.0.2",
- "hast-util-from-dom": "5.0.1",
- "hast-util-to-html": "9.0.5",
- "hast-util-to-mdast": "10.1.2",
- "hastscript": "9.0.1",
- "rehype-dom-parse": "5.0.2",
- "rehype-dom-stringify": "4.0.2",
- "rehype-remark": "10.0.1",
- "remark-breaks": "4.0.0",
- "remark-gfm": "4.0.1",
- "remark-parse": "11.0.0",
- "remark-rehype": "11.1.2",
- "remark-stringify": "11.0.0",
- "unified": "11.0.5",
- "unist-util-visit": "5.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-media-embed": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-41.4.2.tgz",
@@ -13201,327 +10934,6 @@
"@ckeditor/ckeditor5-word-count": "41.4.2"
}
},
- "node_modules/@ckeditor/ckeditor5-mention": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-mention/-/ckeditor5-mention-46.0.2.tgz",
- "integrity": "sha512-/2FT0TmXyxgO5CWg841Yy5PF0uGT4mmp8NQYPpamfgP6E236L/aOTJP4kHtZV5uOSEnt6P48N59MTXswXA3Glg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.2.tgz",
- "integrity": "sha512-jYrsRmE1rZ6c8jtOWVm6Q3FpIT9HWdJg6fK453w4upkjWM7lH3kXxtPgSLmEATUyO/ON91VNXEGA+LGml2MHnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-minimap/-/ckeditor5-minimap-46.0.2.tgz",
- "integrity": "sha512-Hi0qLjWLgGSwT1u3BlDc5tXMA5eHsDm6L9Sv+LiyxPFPBgX/HQhWT6L6x4jIexHQLlDhBO5o/Hp3tnlW57K5Kg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-page-break/-/ckeditor5-page-break-46.0.2.tgz",
- "integrity": "sha512-8wSzQU0lwoqzMPFyZHYVJJRTc1GA5gwgtz7XVKKHtKRF9FsKmHYASHsEsjjX3TkU0dPTGnaqsttZ7mBGU9K9Ww==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-paragraph": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-41.4.2.tgz",
@@ -13958,790 +11370,6 @@
"react": "^16.13.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
- "node_modules/@ckeditor/ckeditor5-remove-format": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-remove-format/-/ckeditor5-remove-format-46.0.2.tgz",
- "integrity": "sha512-/Ez72jjpnvDqFtP4afNimyrqbt3xJn/ab7p4DoByqyuBJ/Wy7mkaRcw9dDO0oJB+GVWdcGeRWeYoFUYj3Yw0NQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-restricted-editing/-/ckeditor5-restricted-editing-46.0.2.tgz",
- "integrity": "sha512-WR8HciP0DcD1TB+i8zRVwroPMiCy9Z7m0kfirCSLmwWP8bn792XwU+kId9DrOWalNzfNh4BXoviaPpi0vtRcmA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-46.0.2.tgz",
- "integrity": "sha512-qC+HAZ0BWO4daXkZ84dAu7ynMRJfhtcnUP8pR/o2D6VxJO7Cu+5MwtwfoLmSiJAUGYwcxVd/iFq3RP7ZxS4Rew==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-select-all/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-select-all/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-select-all/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@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-select-all/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-select-all/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-select-all/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-select-all/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-show-blocks/-/ckeditor5-show-blocks-46.0.2.tgz",
- "integrity": "sha512-J+C59BMbnAH4gPrkUlu/dccKR2NBUqrRIFa01hnDHk+ECYeJsBNlsENNPImxeay4hiF+p4cujhQnI8Xq1NkzQQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-46.0.2.tgz",
- "integrity": "sha512-UdQELANPxAMhbbKTBCOfm/dMtqgQpMcU0D58LKjvvOT35ZGyjlrvZCKmXweFtfLPK5SmQhlS9z5/yy9JIH3pVQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-theme-lark": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@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-source-editing/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-source-editing/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-source-editing/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-source-editing/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-special-characters/-/ckeditor5-special-characters-46.0.2.tgz",
- "integrity": "sha512-X3XuIAchgFxmKcWcc513vzzsMcN6eOPOzQlQtVr9NKgUd/Zvw7YTyxCP1Wj2w9usgLn57p2ame/7GlBt/P1quw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.2.tgz",
- "integrity": "sha512-jYrsRmE1rZ6c8jtOWVm6Q3FpIT9HWdJg6fK453w4upkjWM7lH3kXxtPgSLmEATUyO/ON91VNXEGA+LGml2MHnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-style/-/ckeditor5-style-46.0.2.tgz",
- "integrity": "sha512-LeP6kV0AeY1mrv6hbuQ2s10AEoJ64Vgv7XMAieg/fYE2/CIH0GAXE9/4Xt1+X8zCEddZ0HcbKCyCJG2l20xzyQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-html-support": "46.0.2",
- "@ckeditor/ckeditor5-list": "46.0.2",
- "@ckeditor/ckeditor5-table": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.2.tgz",
- "integrity": "sha512-0Pq5UU4SP9UOlcRhxpjCoGXfDxHeqdumn8qtNbL5X5yRGqRE4GsVgJ4CkOmtZNTy1JVv1clZ37NPKh5miqTP4A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-enter": "46.0.2",
- "@ckeditor/ckeditor5-font": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.2.tgz",
- "integrity": "sha512-dGkTe1vEk7iDEmoRCTQszyerXvO5hrJH702kwHV5md2dlXyyJBteAJ9qHiSxf1euC2mOMMUhq7n5DlqpFAFb8A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.2.tgz",
- "integrity": "sha512-jYrsRmE1rZ6c8jtOWVm6Q3FpIT9HWdJg6fK453w4upkjWM7lH3kXxtPgSLmEATUyO/ON91VNXEGA+LGml2MHnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-table": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-41.4.2.tgz",
@@ -15156,104 +11784,6 @@
"@ckeditor/ckeditor5-word-count": "41.4.2"
}
},
- "node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-46.0.2.tgz",
- "integrity": "sha512-sHhwOZVg0e3SHm6caeHP67VlKojtoqxiu6oCwFduC+hK4s3OhQ3J/v+FIs7wGeFPz4ReBMAp63LNJVVcllRw+g==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-theme-lark/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-theme-lark/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-theme-lark/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@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-theme-lark/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-theme-lark/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-theme-lark/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-theme-lark/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-typing": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-41.4.2.tgz",
@@ -15280,207 +11810,6 @@
"vanilla-colorful": "0.7.2"
}
},
- "node_modules/@ckeditor/ckeditor5-undo": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-46.0.2.tgz",
- "integrity": "sha512-IOFL9rrYvk2KcNyFK9YPOENM3H7RRqtBNNmj9A9zntpqsoq+8QKqcY5BpcDeODrkOtmbrhwDwcwcek7uqI3S5g==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-undo/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-undo/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-undo/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@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-undo/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-undo/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-undo/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-undo/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-upload": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-46.0.2.tgz",
- "integrity": "sha512-34lQ7Cx+/hiHAsY3yL+mwbD2Y1QPsqdr9VdgQU8McfwQNSh/PHBa5WplIMsdMRym8pEicj50nsli/hVl58FsZg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@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-upload/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-upload/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-upload/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-upload/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@ckeditor/ckeditor5-utils": {
"version": "41.4.2",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-41.4.2.tgz",
@@ -15490,328 +11819,6 @@
"lodash-es": "4.17.21"
}
},
- "node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-46.0.2.tgz",
- "integrity": "sha512-QaXczfT5WgyteNVzbYWhZ0SBLQj/qXXRefMq0v1mpI9Iro44iMV7XmvOWhTVsskwTuNq32a1C5zMzfW0Ax69rQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-watchdog/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-watchdog/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-watchdog/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@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-watchdog/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-watchdog/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-watchdog/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-watchdog/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-widget": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-46.0.2.tgz",
- "integrity": "sha512-uBcYwT7vTKCyuMXZIi0Qbs3neBQQp1sFFb/ClsX0elbh3UZEoVyr13uZIgl1+TrnVZa0scICJfWLbaiRHjVTXg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-enter": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-widget/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-widget/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-widget/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.2.tgz",
- "integrity": "sha512-jYrsRmE1rZ6c8jtOWVm6Q3FpIT9HWdJg6fK453w4upkjWM7lH3kXxtPgSLmEATUyO/ON91VNXEGA+LGml2MHnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-widget/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@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-widget/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-widget/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-widget/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-widget/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-word-count/-/ckeditor5-word-count-46.0.2.tgz",
- "integrity": "sha512-U2b1DTchEE75ndHmDMmV3y/NXFFx9yIoSYzupsPJywKVTdBFdDZvSnulEocuP/YCgWTA1VWTiAirRTmccII/Qw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@types/color-convert": "2.0.4",
- "color-convert": "3.1.0",
- "color-parse": "2.0.2",
- "es-toolkit": "1.39.5",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/@csstools/normalize.css": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.1.1.tgz",
@@ -17822,23 +13829,6 @@
"@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",
- "peer": true,
- "dependencies": {
- "@types/color-name": "^1.1.0"
- }
- },
- "node_modules/@types/color-name": {
- "version": "1.1.5",
- "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.5.tgz",
- "integrity": "sha512-j2K5UJqGTxeesj6oQuGpMgifpT5k9HprgQd8D1Y0lOFqKHl3PJu5GMeS4Y5EgjS55AE6OQxf8mPED9uaGbf4Cg==",
- "license": "MIT",
- "peer": true
- },
"node_modules/@types/connect": {
"version": "3.4.38",
"resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
@@ -17921,16 +13911,6 @@
"integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
"license": "MIT"
},
- "node_modules/@types/debug": {
- "version": "4.1.12",
- "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
- "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/ms": "*"
- }
- },
"node_modules/@types/eslint": {
"version": "8.56.12",
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz",
@@ -18002,16 +13982,6 @@
"@types/node": "*"
}
},
- "node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
"node_modules/@types/html-minifier-terser": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
@@ -18069,29 +14039,12 @@
"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
"license": "MIT"
},
- "node_modules/@types/mdast": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
- "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
"node_modules/@types/mime": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
"integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
"license": "MIT"
},
- "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",
- "peer": true
- },
"node_modules/@types/node": {
"version": "24.3.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz",
@@ -18251,13 +14204,6 @@
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
"license": "MIT"
},
- "node_modules/@types/unist": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
- "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
- "license": "MIT",
- "peer": true
- },
"node_modules/@types/use-sync-external-store": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz",
@@ -19568,17 +15514,6 @@
"@babel/core": "^7.0.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",
- "peer": true,
- "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",
@@ -19966,17 +15901,6 @@
"node": ">=4"
}
},
- "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",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/chalk": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -20017,39 +15941,6 @@
"node": ">=10"
}
},
- "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",
- "peer": true,
- "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",
- "peer": true,
- "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",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/check-types": {
"version": "11.2.3",
"resolved": "https://registry.npmjs.org/check-types/-/check-types-11.2.3.tgz",
@@ -20122,485 +16013,6 @@
"integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==",
"license": "MIT"
},
- "node_modules/ckeditor5": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-46.0.2.tgz",
- "integrity": "sha512-Ly+pG/OkF+9P7DaaaCp+VYJOm0+flxLR3Ue1thm10JnMvOW52XXYaRyoasAXoiGz6CC4lh0ZN7AtQSWu85oj3g==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "46.0.2",
- "@ckeditor/ckeditor5-alignment": "46.0.2",
- "@ckeditor/ckeditor5-autoformat": "46.0.2",
- "@ckeditor/ckeditor5-autosave": "46.0.2",
- "@ckeditor/ckeditor5-basic-styles": "46.0.2",
- "@ckeditor/ckeditor5-block-quote": "46.0.2",
- "@ckeditor/ckeditor5-bookmark": "46.0.2",
- "@ckeditor/ckeditor5-ckbox": "46.0.2",
- "@ckeditor/ckeditor5-ckfinder": "46.0.2",
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-cloud-services": "46.0.2",
- "@ckeditor/ckeditor5-code-block": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-easy-image": "46.0.2",
- "@ckeditor/ckeditor5-editor-balloon": "46.0.2",
- "@ckeditor/ckeditor5-editor-classic": "46.0.2",
- "@ckeditor/ckeditor5-editor-decoupled": "46.0.2",
- "@ckeditor/ckeditor5-editor-inline": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-emoji": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-enter": "46.0.2",
- "@ckeditor/ckeditor5-essentials": "46.0.2",
- "@ckeditor/ckeditor5-find-and-replace": "46.0.2",
- "@ckeditor/ckeditor5-font": "46.0.2",
- "@ckeditor/ckeditor5-fullscreen": "46.0.2",
- "@ckeditor/ckeditor5-heading": "46.0.2",
- "@ckeditor/ckeditor5-highlight": "46.0.2",
- "@ckeditor/ckeditor5-horizontal-line": "46.0.2",
- "@ckeditor/ckeditor5-html-embed": "46.0.2",
- "@ckeditor/ckeditor5-html-support": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-image": "46.0.2",
- "@ckeditor/ckeditor5-indent": "46.0.2",
- "@ckeditor/ckeditor5-language": "46.0.2",
- "@ckeditor/ckeditor5-link": "46.0.2",
- "@ckeditor/ckeditor5-list": "46.0.2",
- "@ckeditor/ckeditor5-markdown-gfm": "46.0.2",
- "@ckeditor/ckeditor5-media-embed": "46.0.2",
- "@ckeditor/ckeditor5-mention": "46.0.2",
- "@ckeditor/ckeditor5-minimap": "46.0.2",
- "@ckeditor/ckeditor5-page-break": "46.0.2",
- "@ckeditor/ckeditor5-paragraph": "46.0.2",
- "@ckeditor/ckeditor5-paste-from-office": "46.0.2",
- "@ckeditor/ckeditor5-remove-format": "46.0.2",
- "@ckeditor/ckeditor5-restricted-editing": "46.0.2",
- "@ckeditor/ckeditor5-select-all": "46.0.2",
- "@ckeditor/ckeditor5-show-blocks": "46.0.2",
- "@ckeditor/ckeditor5-source-editing": "46.0.2",
- "@ckeditor/ckeditor5-special-characters": "46.0.2",
- "@ckeditor/ckeditor5-style": "46.0.2",
- "@ckeditor/ckeditor5-table": "46.0.2",
- "@ckeditor/ckeditor5-theme-lark": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-undo": "46.0.2",
- "@ckeditor/ckeditor5-upload": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "@ckeditor/ckeditor5-word-count": "46.0.2"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-adapter-ckfinder": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-adapter-ckfinder/-/ckeditor5-adapter-ckfinder-46.0.2.tgz",
- "integrity": "sha512-S4VO8l+WS8yVGpu9vB00rWNdFIR4NTAkuCP7iLlodB45KFgMobP1GTqF8EqNFIJEU2PHJz24R0kcsOyvfU6V/A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-upload": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-46.0.2.tgz",
- "integrity": "sha512-IMEWvgRCYw4PkUsshIb7V54fqJvLLohFLH+CQ0RtjzGE8ZYDkuusu7cHDz8hgQwlDWH5X7VOvTdEdPzb0uRhjA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-heading": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-46.0.2.tgz",
- "integrity": "sha512-KFMNihlxg7LG7wKhG9OgAOqY621qkdz9clzLPmaoZzFydDfoVlnumFlC3cLnhIK1HOJvDnUec3u9te49pbqllQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-46.0.2.tgz",
- "integrity": "sha512-QWfqWPFQ4xFSzVgX8L3XqYYnUZE8/p3K23a2S35jwUJRrJl7PzyDNtzqbqohVWn5mGRXlO66qHdbyayrHTx0Lw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-enter": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-ckbox": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckbox/-/ckeditor5-ckbox-46.0.2.tgz",
- "integrity": "sha512-Q2oqIktjDFi8X2fCE9oELZH02USd4QDcPUShUPRnr/FWcUllx3nXDhz/O+i4bvSh6ckSQKyneRlDtIx11bDbuQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-cloud-services": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-image": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-upload": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "blurhash": "2.0.5",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-ckfinder": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckfinder/-/ckeditor5-ckfinder-46.0.2.tgz",
- "integrity": "sha512-TC2ZIm1klZ6ZGP1aSbgqiQ6E4fx74pCGqtX5zj+Uk3E3yD48Yr7Wg4dO3eeKcVanIM2MRzg2kr2pGJVlTPcjUw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-image": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-46.0.2.tgz",
- "integrity": "sha512-auY6i4FCrdUiRCOGPUnIEcISKQad7rUm2fkjWHtS89v9sWabDq6BWLyuAFH8HNGjb81csrwb6b2bzMAL7M1rng==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-core": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-46.0.2.tgz",
- "integrity": "sha512-nXFO2hlmz6gkGzt2/C1yqxwxNqmHxvHy3npIiIuVHWE+e+Zx1BzJjjNEUoZ/K9+6IW0uybhidzGdpdwS6apfpg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-watchdog": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-easy-image": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-easy-image/-/ckeditor5-easy-image-46.0.2.tgz",
- "integrity": "sha512-TjSbCEd8x31k4IlZZmEXA76LW9l1IGzq/bIBX4lLjSF+X30XYVqn9jYzJnPzZ73dNZ1mbzL4gzWO20TaCNyTuA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-cloud-services": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-upload": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-46.0.2.tgz",
- "integrity": "sha512-LTgCEyKapUURBZHZ2y5Z5nmPrl1zl8+kTiTgtpUOgZMQURq/G5BLxx5fdSyF2P0pZAoDYbrDR4uc2ngMH+6lgg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-engine": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-46.0.2.tgz",
- "integrity": "sha512-KrOmMtfLON/5EFS7x8GgCTRfVE4rFniPCRfBPzNL6rA/eWOclLYvwUGHpI6+JAymZ5XzyPLb8ftn6KjG8vvC+w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-46.0.2.tgz",
- "integrity": "sha512-ckcjNJiT1KDfllMr6eiBO9t1GlQUELXotjvUW1H93+g87qvl2yFJa/WB7PCpFOc5Derq45/OQWGL5hjySAqGUA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-enter": "46.0.2",
- "@ckeditor/ckeditor5-select-all": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-undo": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-heading": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-46.0.2.tgz",
- "integrity": "sha512-AdvE53zuBGyuiBitaLPztWL/OyT3hG9F2kcdf1yG+RYovLXS6lG2Ut1tEL3jzmTNOoObWLQQ9Jpthj7gawXlQw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-paragraph": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-image": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-46.0.2.tgz",
- "integrity": "sha512-1b72bijZ4lhysL6K9ZZBQZPldMUZwoAar4DFHmCnM/WN6psf/MEyFce+hr5Qq/LFOvCiOeevuNz6DTDKO7eXSg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-undo": "46.0.2",
- "@ckeditor/ckeditor5-upload": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-indent": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-46.0.2.tgz",
- "integrity": "sha512-EKA4kM3uZexI6j7GzQyDuYNwY0ULRet0+AZTYbr4rEaB+Mo2zaJCJxuJw1RPTNBwE/9fVJyqYsPzb0UmSRqsGQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-heading": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-list": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-link": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-46.0.2.tgz",
- "integrity": "sha512-5uliK3QCIOcEsq2bgZF5Qz88cmN0E1YXUrYc5uoqC8LF0lzOimE+EA+7/dJhBZCya8/+Y/rvvpJ8SHsjhd++kg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-image": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-list": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-46.0.2.tgz",
- "integrity": "sha512-0Pq5UU4SP9UOlcRhxpjCoGXfDxHeqdumn8qtNbL5X5yRGqRE4GsVgJ4CkOmtZNTy1JVv1clZ37NPKh5miqTP4A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-enter": "46.0.2",
- "@ckeditor/ckeditor5-font": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-46.0.2.tgz",
- "integrity": "sha512-HQqtmuZPGvMKvshVIkz9GQvnSxuvsuw1o99zHvkr73H2OpL2uRRgCwVLufKZpIsn6CMtNbWq9PlZxk6ZME6Nyg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-typing": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-undo": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-46.0.2.tgz",
- "integrity": "sha512-Mg4BxYvIzonlLe9zzFZTyiiMbW40NLue9G26lWaCUz+O2z8ms5CShNc065t4alJiihJis5Dtuho8tvPDiRgCNg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-46.0.2.tgz",
- "integrity": "sha512-eI08nXazXzdIBxKjiU7tANFAdqz1cb5+xRdzn6dmZj0QBLHdEMWZVLLng5XC2gPqB7V3gSA0XbuYeSLF6fTfQg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "ckeditor5": "46.0.2"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-table": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-46.0.2.tgz",
- "integrity": "sha512-dGkTe1vEk7iDEmoRCTQszyerXvO5hrJH702kwHV5md2dlXyyJBteAJ9qHiSxf1euC2mOMMUhq7n5DlqpFAFb8A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "46.0.2",
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@ckeditor/ckeditor5-widget": "46.0.2",
- "ckeditor5": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-typing": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-46.0.2.tgz",
- "integrity": "sha512-jYrsRmE1rZ6c8jtOWVm6Q3FpIT9HWdJg6fK453w4upkjWM7lH3kXxtPgSLmEATUyO/ON91VNXEGA+LGml2MHnw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/ckeditor5/node_modules/@ckeditor/ckeditor5-ui": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-46.0.2.tgz",
- "integrity": "sha512-c0Emy60YDY0EZl8nLPNaFoEA60cxQvfz8cD9uK7MYw9L5s4xSi+m0Nd0P2BR8gK/dfRnwiBnUyLDcu4yPMN1hw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-core": "46.0.2",
- "@ckeditor/ckeditor5-editor-multi-root": "46.0.2",
- "@ckeditor/ckeditor5-engine": "46.0.2",
- "@ckeditor/ckeditor5-icons": "46.0.2",
- "@ckeditor/ckeditor5-utils": "46.0.2",
- "@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/ckeditor5/node_modules/@ckeditor/ckeditor5-utils": {
- "version": "46.0.2",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-46.0.2.tgz",
- "integrity": "sha512-7t9PAZurES75Nz7ICadfRoGT5SbXnbxu6L5PoAxmyIGFPKICdZ6I4mVILVraPSNwgFDm/Zg2RxmiCOMWFTlxMg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "peer": true,
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "46.0.2",
- "es-toolkit": "1.39.5"
- }
- },
- "node_modules/ckeditor5/node_modules/color-convert": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.0.tgz",
- "integrity": "sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- },
- "engines": {
- "node": ">=14.6"
- }
- },
- "node_modules/ckeditor5/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/ckeditor5/node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
"node_modules/classnames": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
@@ -20809,17 +16221,6 @@
"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",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/commander": {
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
@@ -21634,20 +17035,6 @@
"integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==",
"license": "MIT"
},
- "node_modules/decode-named-character-reference": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz",
- "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "character-entities": "^2.0.0"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/dedent": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
@@ -21842,20 +17229,6 @@
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
"license": "MIT"
},
- "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",
- "peer": true,
- "dependencies": {
- "dequal": "^2.0.0"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/didyoumean": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
@@ -23737,13 +19110,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/fuzzysort": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/fuzzysort/-/fuzzysort-3.1.0.tgz",
- "integrity": "sha512-sR9BNCjBg6LNgwvxlBd0sBABvQitkLzoVY9MYYROQVX/FvfJ4Mai9LsGhDgd8qYdds0bY77VzYd5iuB+v5rwQQ==",
- "license": "MIT",
- "peer": true
- },
"node_modules/gensync": {
"version": "1.0.0-beta.2",
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
@@ -24109,245 +19475,6 @@
"node": ">= 0.4"
}
},
- "node_modules/hast-util-embedded": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-3.0.0.tgz",
- "integrity": "sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "hast-util-is-element": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-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",
- "peer": true,
- "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",
- "peer": true,
- "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",
- "peer": true,
- "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",
- "peer": true,
- "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",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "hast-util-embedded": "^3.0.0",
- "hast-util-is-element": "^3.0.0",
- "hast-util-whitespace": "^3.0.0",
- "unist-util-is": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-parse-selector": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
- "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-phrasing": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/hast-util-phrasing/-/hast-util-phrasing-3.0.1.tgz",
- "integrity": "sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "hast-util-embedded": "^3.0.0",
- "hast-util-has-property": "^3.0.0",
- "hast-util-is-body-ok-link": "^3.0.0",
- "hast-util-is-element": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-to-dom": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/hast-util-to-dom/-/hast-util-to-dom-4.0.1.tgz",
- "integrity": "sha512-z1VE7sZ8uFzS2baF3LEflX1IPw2gSzrdo3QFEsyoi23MkCVY3FoE9x6nLgOgjwJu8VNWgo+07iaxtONhDzKrUQ==",
- "license": "ISC",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "property-information": "^7.0.0",
- "web-namespaces": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-to-html": {
- "version": "9.0.5",
- "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
- "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "@types/unist": "^3.0.0",
- "ccount": "^2.0.0",
- "comma-separated-tokens": "^2.0.0",
- "hast-util-whitespace": "^3.0.0",
- "html-void-elements": "^3.0.0",
- "mdast-util-to-hast": "^13.0.0",
- "property-information": "^7.0.0",
- "space-separated-tokens": "^2.0.0",
- "stringify-entities": "^4.0.0",
- "zwitch": "^2.0.4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-to-mdast": {
- "version": "10.1.2",
- "resolved": "https://registry.npmjs.org/hast-util-to-mdast/-/hast-util-to-mdast-10.1.2.tgz",
- "integrity": "sha512-FiCRI7NmOvM4y+f5w32jPRzcxDIz+PUqDwEqn1A+1q2cdp3B8Gx7aVrXORdOKjMNDQsD1ogOr896+0jJHW1EFQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "@types/mdast": "^4.0.0",
- "@ungap/structured-clone": "^1.0.0",
- "hast-util-phrasing": "^3.0.0",
- "hast-util-to-html": "^9.0.0",
- "hast-util-to-text": "^4.0.0",
- "hast-util-whitespace": "^3.0.0",
- "mdast-util-phrasing": "^4.0.0",
- "mdast-util-to-hast": "^13.0.0",
- "mdast-util-to-string": "^4.0.0",
- "rehype-minify-whitespace": "^6.0.0",
- "trim-trailing-lines": "^2.0.0",
- "unist-util-position": "^5.0.0",
- "unist-util-visit": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-to-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",
- "peer": true,
- "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",
- "peer": true,
- "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",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "comma-separated-tokens": "^2.0.0",
- "hast-util-parse-selector": "^4.0.0",
- "property-information": "^7.0.0",
- "space-separated-tokens": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/he": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
@@ -24469,17 +19596,6 @@
"node": ">=12"
}
},
- "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",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/html-webpack-plugin": {
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz",
@@ -24716,7 +19832,7 @@
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.3.tgz",
"integrity": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==",
- "devOptional": true,
+ "dev": true,
"license": "MIT"
},
"node_modules/import-fresh": {
@@ -25166,19 +20282,6 @@
"node": ">=8"
}
},
- "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",
- "peer": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/is-potential-custom-element-name": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
@@ -26792,17 +21895,6 @@
"integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
"license": "MIT"
},
- "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",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/loose-envify": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
@@ -26884,17 +21976,6 @@
"tmpl": "1.0.5"
}
},
- "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",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/marked": {
"version": "4.0.12",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.12.tgz",
@@ -26916,256 +21997,6 @@
"node": ">= 0.4"
}
},
- "node_modules/mdast-util-find-and-replace": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
- "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "escape-string-regexp": "^5.0.0",
- "unist-util-is": "^6.0.0",
- "unist-util-visit-parents": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-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",
- "peer": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/mdast-util-from-markdown": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
- "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "@types/unist": "^3.0.0",
- "decode-named-character-reference": "^1.0.0",
- "devlop": "^1.0.0",
- "mdast-util-to-string": "^4.0.0",
- "micromark": "^4.0.0",
- "micromark-util-decode-numeric-character-reference": "^2.0.0",
- "micromark-util-decode-string": "^2.0.0",
- "micromark-util-normalize-identifier": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0",
- "unist-util-stringify-position": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-gfm": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
- "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "mdast-util-from-markdown": "^2.0.0",
- "mdast-util-gfm-autolink-literal": "^2.0.0",
- "mdast-util-gfm-footnote": "^2.0.0",
- "mdast-util-gfm-strikethrough": "^2.0.0",
- "mdast-util-gfm-table": "^2.0.0",
- "mdast-util-gfm-task-list-item": "^2.0.0",
- "mdast-util-to-markdown": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-gfm-autolink-literal": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
- "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "ccount": "^2.0.0",
- "devlop": "^1.0.0",
- "mdast-util-find-and-replace": "^3.0.0",
- "micromark-util-character": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-gfm-footnote": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
- "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "devlop": "^1.1.0",
- "mdast-util-from-markdown": "^2.0.0",
- "mdast-util-to-markdown": "^2.0.0",
- "micromark-util-normalize-identifier": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-gfm-strikethrough": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
- "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "mdast-util-from-markdown": "^2.0.0",
- "mdast-util-to-markdown": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-gfm-table": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
- "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "devlop": "^1.0.0",
- "markdown-table": "^3.0.0",
- "mdast-util-from-markdown": "^2.0.0",
- "mdast-util-to-markdown": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-gfm-task-list-item": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
- "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "devlop": "^1.0.0",
- "mdast-util-from-markdown": "^2.0.0",
- "mdast-util-to-markdown": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-newline-to-break": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/mdast-util-newline-to-break/-/mdast-util-newline-to-break-2.0.0.tgz",
- "integrity": "sha512-MbgeFca0hLYIEx/2zGsszCSEJJ1JSCdiY5xQxRcLDDGa8EPvlLPupJ4DSajbMPAnC0je8jfb9TiUATnxxrHUog==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "mdast-util-find-and-replace": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-phrasing": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
- "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "unist-util-is": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-to-hast": {
- "version": "13.2.0",
- "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz",
- "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
- "license": "MIT",
- "peer": true,
- "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",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "@types/unist": "^3.0.0",
- "longest-streak": "^3.0.0",
- "mdast-util-phrasing": "^4.0.0",
- "mdast-util-to-string": "^4.0.0",
- "micromark-util-classify-character": "^2.0.0",
- "micromark-util-decode-string": "^2.0.0",
- "unist-util-visit": "^5.0.0",
- "zwitch": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-to-string": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
- "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/mdn-data": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
@@ -27226,597 +22057,6 @@
"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",
- "peer": true,
- "dependencies": {
- "@types/debug": "^4.0.0",
- "debug": "^4.0.0",
- "decode-named-character-reference": "^1.0.0",
- "devlop": "^1.0.0",
- "micromark-core-commonmark": "^2.0.0",
- "micromark-factory-space": "^2.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-chunked": "^2.0.0",
- "micromark-util-combine-extensions": "^2.0.0",
- "micromark-util-decode-numeric-character-reference": "^2.0.0",
- "micromark-util-encode": "^2.0.0",
- "micromark-util-normalize-identifier": "^2.0.0",
- "micromark-util-resolve-all": "^2.0.0",
- "micromark-util-sanitize-uri": "^2.0.0",
- "micromark-util-subtokenize": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/micromark-core-commonmark": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
- "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "decode-named-character-reference": "^1.0.0",
- "devlop": "^1.0.0",
- "micromark-factory-destination": "^2.0.0",
- "micromark-factory-label": "^2.0.0",
- "micromark-factory-space": "^2.0.0",
- "micromark-factory-title": "^2.0.0",
- "micromark-factory-whitespace": "^2.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-chunked": "^2.0.0",
- "micromark-util-classify-character": "^2.0.0",
- "micromark-util-html-tag-name": "^2.0.0",
- "micromark-util-normalize-identifier": "^2.0.0",
- "micromark-util-resolve-all": "^2.0.0",
- "micromark-util-subtokenize": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/micromark-extension-gfm": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
- "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-extension-gfm-autolink-literal": "^2.0.0",
- "micromark-extension-gfm-footnote": "^2.0.0",
- "micromark-extension-gfm-strikethrough": "^2.0.0",
- "micromark-extension-gfm-table": "^2.0.0",
- "micromark-extension-gfm-tagfilter": "^2.0.0",
- "micromark-extension-gfm-task-list-item": "^2.0.0",
- "micromark-util-combine-extensions": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/micromark-extension-gfm-autolink-literal": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
- "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-character": "^2.0.0",
- "micromark-util-sanitize-uri": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/micromark-extension-gfm-footnote": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
- "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "devlop": "^1.0.0",
- "micromark-core-commonmark": "^2.0.0",
- "micromark-factory-space": "^2.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-normalize-identifier": "^2.0.0",
- "micromark-util-sanitize-uri": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/micromark-extension-gfm-strikethrough": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
- "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "devlop": "^1.0.0",
- "micromark-util-chunked": "^2.0.0",
- "micromark-util-classify-character": "^2.0.0",
- "micromark-util-resolve-all": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/micromark-extension-gfm-table": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
- "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "devlop": "^1.0.0",
- "micromark-factory-space": "^2.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/micromark-extension-gfm-tagfilter": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
- "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-types": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/micromark-extension-gfm-task-list-item": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
- "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "devlop": "^1.0.0",
- "micromark-factory-space": "^2.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/micromark-factory-destination": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
- "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-character": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/micromark-factory-label": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
- "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "devlop": "^1.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/micromark-factory-space": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
- "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-character": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/micromark-factory-title": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
- "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-factory-space": "^2.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/micromark-factory-whitespace": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
- "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-factory-space": "^2.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/micromark-util-character": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
- "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/micromark-util-chunked": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
- "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-symbol": "^2.0.0"
- }
- },
- "node_modules/micromark-util-classify-character": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
- "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-character": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/micromark-util-combine-extensions": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
- "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-chunked": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/micromark-util-decode-numeric-character-reference": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
- "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-symbol": "^2.0.0"
- }
- },
- "node_modules/micromark-util-decode-string": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
- "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "decode-named-character-reference": "^1.0.0",
- "micromark-util-character": "^2.0.0",
- "micromark-util-decode-numeric-character-reference": "^2.0.0",
- "micromark-util-symbol": "^2.0.0"
- }
- },
- "node_modules/micromark-util-encode": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
- "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true
- },
- "node_modules/micromark-util-html-tag-name": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
- "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true
- },
- "node_modules/micromark-util-normalize-identifier": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
- "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-symbol": "^2.0.0"
- }
- },
- "node_modules/micromark-util-resolve-all": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
- "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/micromark-util-sanitize-uri": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
- "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "micromark-util-character": "^2.0.0",
- "micromark-util-encode": "^2.0.0",
- "micromark-util-symbol": "^2.0.0"
- }
- },
- "node_modules/micromark-util-subtokenize": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
- "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "devlop": "^1.0.0",
- "micromark-util-chunked": "^2.0.0",
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/micromark-util-symbol": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
- "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true
- },
- "node_modules/micromark-util-types": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
- "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "license": "MIT",
- "peer": true
- },
"node_modules/micromatch": {
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
@@ -30133,17 +24373,6 @@
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
"license": "MIT"
},
- "node_modules/property-information": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
- "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
- "license": "MIT",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/proxy-addr": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
@@ -30551,13 +24780,6 @@
"react-dom": ">=0.14.0"
}
},
- "node_modules/react-is": {
- "version": "19.1.1",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.1.1.tgz",
- "integrity": "sha512-tr41fA15Vn8p4X9ntI+yCyeGSf1TlYaY5vlTZfQmeLBrFo3psOPX6HhTDnFNL9uj3EhP0KAQ80cugCl4b4BERA==",
- "license": "MIT",
- "peer": true
- },
"node_modules/react-lifecycles-compat": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz",
@@ -31015,63 +25237,6 @@
"node": ">=6"
}
},
- "node_modules/rehype-dom-parse": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/rehype-dom-parse/-/rehype-dom-parse-5.0.2.tgz",
- "integrity": "sha512-8CqP11KaqvtWsMqVEC2yM3cZWZsDNqqpr8nPvogjraLuh45stabgcpXadCAxu1n6JaUNJ/Xr3GIqXP7okbNqLg==",
- "license": "ISC",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "hast-util-from-dom": "^5.0.0",
- "unified": "^11.0.0"
- }
- },
- "node_modules/rehype-dom-stringify": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/rehype-dom-stringify/-/rehype-dom-stringify-4.0.2.tgz",
- "integrity": "sha512-2HVFYbtmm5W3C2j8QsV9lcHdIMc2Yn/ytlPKcSC85/tRx2haZbU8V67Wxyh8STT38ZClvKlZ993Me/Hw8g88Aw==",
- "license": "ISC",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "hast-util-to-dom": "^4.0.0",
- "unified": "^11.0.0"
- }
- },
- "node_modules/rehype-minify-whitespace": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/rehype-minify-whitespace/-/rehype-minify-whitespace-6.0.2.tgz",
- "integrity": "sha512-Zk0pyQ06A3Lyxhe9vGtOtzz3Z0+qZ5+7icZ/PL/2x1SHPbKao5oB/g/rlc6BCTajqBb33JcOe71Ye1oFsuYbnw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "hast-util-minify-whitespace": "^1.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/rehype-remark": {
- "version": "10.0.1",
- "resolved": "https://registry.npmjs.org/rehype-remark/-/rehype-remark-10.0.1.tgz",
- "integrity": "sha512-EmDndlb5NVwXGfUa4c9GPK+lXeItTilLhE6ADSaQuHr4JUlKw9MidzGzx4HpqZrNCt6vnHmEifXQiiA+CEnjYQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "@types/mdast": "^4.0.0",
- "hast-util-to-mdast": "^10.0.0",
- "unified": "^11.0.0",
- "vfile": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/relateurl": {
"version": "0.2.7",
"resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
@@ -31081,92 +25246,6 @@
"node": ">= 0.10"
}
},
- "node_modules/remark-breaks": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/remark-breaks/-/remark-breaks-4.0.0.tgz",
- "integrity": "sha512-IjEjJOkH4FuJvHZVIW0QCDWxcG96kCq7An/KVH2NfJe6rKZU2AsHeB3OEjPNRxi4QC34Xdx7I2KGYn6IpT7gxQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "mdast-util-newline-to-break": "^2.0.0",
- "unified": "^11.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-gfm": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
- "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "mdast-util-gfm": "^3.0.0",
- "micromark-extension-gfm": "^3.0.0",
- "remark-parse": "^11.0.0",
- "remark-stringify": "^11.0.0",
- "unified": "^11.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-parse": {
- "version": "11.0.0",
- "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
- "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "mdast-util-from-markdown": "^2.0.0",
- "micromark-util-types": "^2.0.0",
- "unified": "^11.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-rehype": {
- "version": "11.1.2",
- "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
- "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "@types/mdast": "^4.0.0",
- "mdast-util-to-hast": "^13.0.0",
- "unified": "^11.0.0",
- "vfile": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-stringify": {
- "version": "11.0.0",
- "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
- "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/mdast": "^4.0.0",
- "mdast-util-to-markdown": "^2.0.0",
- "unified": "^11.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/renderkid": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
@@ -31526,7 +25605,7 @@
"version": "1.91.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.91.0.tgz",
"integrity": "sha512-aFOZHGf+ur+bp1bCHZ+u8otKGh77ZtmFyXDo4tlYvT7PWql41Kwd8wdkPqhhT+h2879IVblcHFglIMofsFd1EA==",
- "devOptional": true,
+ "dev": true,
"license": "MIT",
"dependencies": {
"chokidar": "^4.0.0",
@@ -31588,7 +25667,7 @@
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
"integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
- "devOptional": true,
+ "dev": true,
"license": "MIT",
"dependencies": {
"readdirp": "^4.0.1"
@@ -31604,7 +25683,7 @@
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
"integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
- "devOptional": true,
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 14.18.0"
@@ -32135,17 +26214,6 @@
"deprecated": "Please use @jridgewell/sourcemap-codec instead",
"license": "MIT"
},
- "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",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/spdy": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
@@ -32514,21 +26582,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "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",
- "peer": true,
- "dependencies": {
- "character-entities-html4": "^2.0.0",
- "character-entities-legacy": "^3.0.0"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/stringify-object": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
@@ -33246,39 +27299,6 @@
"node": ">=8"
}
},
- "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",
- "peer": true,
- "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",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/trough": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
- "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
- "license": "MIT",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/tryer": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
@@ -33495,20 +27515,6 @@
"is-typedarray": "^1.0.0"
}
},
- "node_modules/typescript": {
- "version": "4.9.5",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
- "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
- "license": "Apache-2.0",
- "peer": true,
- "bin": {
- "tsc": "bin/tsc",
- "tsserver": "bin/tsserver"
- },
- "engines": {
- "node": ">=4.2.0"
- }
- },
"node_modules/unbox-primitive": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
@@ -33594,26 +27600,6 @@
"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",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "bail": "^2.0.0",
- "devlop": "^1.0.0",
- "extend": "^3.0.0",
- "is-plain-obj": "^4.0.0",
- "trough": "^2.0.0",
- "vfile": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/unique-string": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
@@ -33626,94 +27612,6 @@
"node": ">=8"
}
},
- "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",
- "peer": true,
- "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.0",
- "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
- "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/unist-util-position": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
- "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/unist-util-stringify-position": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
- "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/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",
- "peer": true,
- "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.1",
- "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
- "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "unist-util-is": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/universalify": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
@@ -33886,36 +27784,6 @@
"node": ">= 0.8"
}
},
- "node_modules/vfile": {
- "version": "6.0.3",
- "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
- "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "vfile-message": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/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",
- "peer": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "unist-util-stringify-position": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/victory-vendor": {
"version": "37.3.6",
"resolved": "https://registry.npmjs.org/victory-vendor/-/victory-vendor-37.3.6.tgz",
@@ -34000,17 +27868,6 @@
"minimalistic-assert": "^1.0.0"
}
},
- "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",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/web-vitals": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz",
@@ -34927,17 +28784,6 @@
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
- },
- "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",
- "peer": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
}
}
}
diff --git a/src/App.js b/src/App.js
index 165f091..622bb21 100644
--- a/src/App.js
+++ b/src/App.js
@@ -14,7 +14,7 @@ import Details from './pages/Details';
//import DoctorEditPage from './components/doctors/DoctorEditPage';
import DoctorTable from './pages/DoctorTable';
import DoctorFormLayout from './pages/DoctorFormLayout';
-
+import Agendamento from './pages/Agendamento'
function App() {
const [isSidebarActive, setIsSidebarActive] = useState(true);
const [currentPage, setCurrentPage] = useState('table ');
@@ -59,11 +59,13 @@ const renderPageContent = () => {
else if(currentPage === 'edit-page-paciente'){
return
| {agendamento.horario} | +
+ {agendamento.paciente}
+ |
+