diff --git a/composer.lock b/composer.lock
index 5826dd20..05978cfb 100644
--- a/composer.lock
+++ b/composer.lock
@@ -136,16 +136,16 @@
},
{
"name": "aws/aws-sdk-php",
- "version": "3.334.1",
+ "version": "3.335.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
- "reference": "3938b3467f64a30fed7ee1762a6785f808a5ae4d"
+ "reference": "104c61bff0f7fb55763c67baee8c1f0e46e2d021"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3938b3467f64a30fed7ee1762a6785f808a5ae4d",
- "reference": "3938b3467f64a30fed7ee1762a6785f808a5ae4d",
+ "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/104c61bff0f7fb55763c67baee8c1f0e46e2d021",
+ "reference": "104c61bff0f7fb55763c67baee8c1f0e46e2d021",
"shasum": ""
},
"require": {
@@ -228,9 +228,9 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
- "source": "https://github.com/aws/aws-sdk-php/tree/3.334.1"
+ "source": "https://github.com/aws/aws-sdk-php/tree/3.335.0"
},
- "time": "2024-12-05T01:17:41+00:00"
+ "time": "2024-12-17T19:04:01+00:00"
},
{
"name": "bref/bref",
@@ -1692,8 +1692,8 @@
"type": "library",
"extra": {
"laminas": {
- "config-provider": "Laminas\\Diactoros\\ConfigProvider",
- "module": "Laminas\\Diactoros"
+ "module": "Laminas\\Diactoros",
+ "config-provider": "Laminas\\Diactoros\\ConfigProvider"
}
},
"autoload": {
@@ -1741,16 +1741,16 @@
},
{
"name": "laravel/framework",
- "version": "v11.34.2",
+ "version": "v11.36.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
- "reference": "865da6d73dd353f07a7bcbd778c55966a620121f"
+ "reference": "df06f5163f4550641fdf349ebc04916a61135a64"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/framework/zipball/865da6d73dd353f07a7bcbd778c55966a620121f",
- "reference": "865da6d73dd353f07a7bcbd778c55966a620121f",
+ "url": "https://api.github.com/repos/laravel/framework/zipball/df06f5163f4550641fdf349ebc04916a61135a64",
+ "reference": "df06f5163f4550641fdf349ebc04916a61135a64",
"shasum": ""
},
"require": {
@@ -1771,9 +1771,10 @@
"guzzlehttp/uri-template": "^1.0",
"laravel/prompts": "^0.1.18|^0.2.0|^0.3.0",
"laravel/serializable-closure": "^1.3|^2.0",
- "league/commonmark": "^2.2.1",
+ "league/commonmark": "^2.6",
"league/flysystem": "^3.25.1",
"league/flysystem-local": "^3.25.1",
+ "league/uri": "^7.5.1",
"monolog/monolog": "^3.0",
"nesbot/carbon": "^2.72.2|^3.4",
"nunomaduro/termwind": "^2.0",
@@ -1785,7 +1786,7 @@
"symfony/console": "^7.0.3",
"symfony/error-handler": "^7.0.3",
"symfony/finder": "^7.0.3",
- "symfony/http-foundation": "^7.0.3",
+ "symfony/http-foundation": "^7.2.0",
"symfony/http-kernel": "^7.0.3",
"symfony/mailer": "^7.0.3",
"symfony/mime": "^7.0.3",
@@ -1857,9 +1858,9 @@
"league/flysystem-read-only": "^3.25.1",
"league/flysystem-sftp-v3": "^3.25.1",
"mockery/mockery": "^1.6.10",
- "nyholm/psr7": "^1.2",
"orchestra/testbench-core": "^9.6",
"pda/pheanstalk": "^5.0.6",
+ "php-http/discovery": "^1.15",
"phpstan/phpstan": "^1.11.5",
"phpunit/phpunit": "^10.5.35|^11.3.6",
"predis/predis": "^2.3",
@@ -1891,8 +1892,8 @@
"league/flysystem-read-only": "Required to use read-only disks (^3.25.1)",
"league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
"mockery/mockery": "Required to use mocking (^1.6).",
- "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
"pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
+ "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
"phpunit/phpunit": "Required to use assertions and run tests (^10.5|^11.0).",
"predis/predis": "Required to use the predis connector (^2.3).",
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
@@ -1913,6 +1914,7 @@
},
"autoload": {
"files": [
+ "src/Illuminate/Collections/functions.php",
"src/Illuminate/Collections/helpers.php",
"src/Illuminate/Events/functions.php",
"src/Illuminate/Filesystem/functions.php",
@@ -1950,7 +1952,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2024-11-27T15:43:57+00:00"
+ "time": "2024-12-17T22:32:08+00:00"
},
{
"name": "laravel/octane",
@@ -2103,16 +2105,16 @@
},
{
"name": "laravel/sanctum",
- "version": "v4.0.5",
+ "version": "v4.0.7",
"source": {
"type": "git",
"url": "https://github.com/laravel/sanctum.git",
- "reference": "fe361b9a63407a228f884eb78d7217f680b50140"
+ "reference": "698064236a46df016e64a7eb059b1414e0b281df"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/sanctum/zipball/fe361b9a63407a228f884eb78d7217f680b50140",
- "reference": "fe361b9a63407a228f884eb78d7217f680b50140",
+ "url": "https://api.github.com/repos/laravel/sanctum/zipball/698064236a46df016e64a7eb059b1414e0b281df",
+ "reference": "698064236a46df016e64a7eb059b1414e0b281df",
"shasum": ""
},
"require": {
@@ -2163,20 +2165,20 @@
"issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum"
},
- "time": "2024-11-26T14:36:23+00:00"
+ "time": "2024-12-11T16:40:21+00:00"
},
{
"name": "laravel/scout",
- "version": "v10.11.8",
+ "version": "v10.11.9",
"source": {
"type": "git",
"url": "https://github.com/laravel/scout.git",
- "reference": "2effc8c8df14c718de51ceaf0911cefcdb96883b"
+ "reference": "8b3aaf369c5948957b3d504f8999d1a27d9fd800"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/scout/zipball/2effc8c8df14c718de51ceaf0911cefcdb96883b",
- "reference": "2effc8c8df14c718de51ceaf0911cefcdb96883b",
+ "url": "https://api.github.com/repos/laravel/scout/zipball/8b3aaf369c5948957b3d504f8999d1a27d9fd800",
+ "reference": "8b3aaf369c5948957b3d504f8999d1a27d9fd800",
"shasum": ""
},
"require": {
@@ -2244,20 +2246,20 @@
"issues": "https://github.com/laravel/scout/issues",
"source": "https://github.com/laravel/scout"
},
- "time": "2024-11-26T15:30:32+00:00"
+ "time": "2024-12-10T16:19:43+00:00"
},
{
"name": "laravel/serializable-closure",
- "version": "v2.0.0",
+ "version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/serializable-closure.git",
- "reference": "0d8d3d8086984996df86596a86dea60398093a81"
+ "reference": "613b2d4998f85564d40497e05e89cb6d9bd1cbe8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/0d8d3d8086984996df86596a86dea60398093a81",
- "reference": "0d8d3d8086984996df86596a86dea60398093a81",
+ "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/613b2d4998f85564d40497e05e89cb6d9bd1cbe8",
+ "reference": "613b2d4998f85564d40497e05e89cb6d9bd1cbe8",
"shasum": ""
},
"require": {
@@ -2305,7 +2307,7 @@
"issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure"
},
- "time": "2024-11-19T01:38:44+00:00"
+ "time": "2024-12-16T15:26:28+00:00"
},
{
"name": "laravel/tinker",
@@ -2805,6 +2807,180 @@
],
"time": "2024-09-21T08:32:55+00:00"
},
+ {
+ "name": "league/uri",
+ "version": "7.5.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/uri.git",
+ "reference": "81fb5145d2644324614cc532b28efd0215bda430"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430",
+ "reference": "81fb5145d2644324614cc532b28efd0215bda430",
+ "shasum": ""
+ },
+ "require": {
+ "league/uri-interfaces": "^7.5",
+ "php": "^8.1"
+ },
+ "conflict": {
+ "league/uri-schemes": "^1.0"
+ },
+ "suggest": {
+ "ext-bcmath": "to improve IPV4 host parsing",
+ "ext-fileinfo": "to create Data URI from file contennts",
+ "ext-gmp": "to improve IPV4 host parsing",
+ "ext-intl": "to handle IDN host with the best performance",
+ "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
+ "league/uri-components": "Needed to easily manipulate URI objects components",
+ "php-64bit": "to improve IPV4 host parsing",
+ "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "7.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\Uri\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ignace Nyamagana Butera",
+ "email": "nyamsprod@gmail.com",
+ "homepage": "https://nyamsprod.com"
+ }
+ ],
+ "description": "URI manipulation library",
+ "homepage": "https://uri.thephpleague.com",
+ "keywords": [
+ "data-uri",
+ "file-uri",
+ "ftp",
+ "hostname",
+ "http",
+ "https",
+ "middleware",
+ "parse_str",
+ "parse_url",
+ "psr-7",
+ "query-string",
+ "querystring",
+ "rfc3986",
+ "rfc3987",
+ "rfc6570",
+ "uri",
+ "uri-template",
+ "url",
+ "ws"
+ ],
+ "support": {
+ "docs": "https://uri.thephpleague.com",
+ "forum": "https://thephpleague.slack.com",
+ "issues": "https://github.com/thephpleague/uri-src/issues",
+ "source": "https://github.com/thephpleague/uri/tree/7.5.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/nyamsprod",
+ "type": "github"
+ }
+ ],
+ "time": "2024-12-08T08:40:02+00:00"
+ },
+ {
+ "name": "league/uri-interfaces",
+ "version": "7.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/uri-interfaces.git",
+ "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
+ "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
+ "shasum": ""
+ },
+ "require": {
+ "ext-filter": "*",
+ "php": "^8.1",
+ "psr/http-factory": "^1",
+ "psr/http-message": "^1.1 || ^2.0"
+ },
+ "suggest": {
+ "ext-bcmath": "to improve IPV4 host parsing",
+ "ext-gmp": "to improve IPV4 host parsing",
+ "ext-intl": "to handle IDN host with the best performance",
+ "php-64bit": "to improve IPV4 host parsing",
+ "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "7.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\Uri\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ignace Nyamagana Butera",
+ "email": "nyamsprod@gmail.com",
+ "homepage": "https://nyamsprod.com"
+ }
+ ],
+ "description": "Common interfaces and classes for URI representation and interaction",
+ "homepage": "https://uri.thephpleague.com",
+ "keywords": [
+ "data-uri",
+ "file-uri",
+ "ftp",
+ "hostname",
+ "http",
+ "https",
+ "parse_str",
+ "parse_url",
+ "psr-7",
+ "query-string",
+ "querystring",
+ "rfc3986",
+ "rfc3987",
+ "rfc6570",
+ "uri",
+ "url",
+ "ws"
+ ],
+ "support": {
+ "docs": "https://uri.thephpleague.com",
+ "forum": "https://thephpleague.slack.com",
+ "issues": "https://github.com/thephpleague/uri-src/issues",
+ "source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/nyamsprod",
+ "type": "github"
+ }
+ ],
+ "time": "2024-12-08T08:18:47+00:00"
+ },
{
"name": "livewire/livewire",
"version": "v3.5.17",
@@ -4072,16 +4248,16 @@
},
{
"name": "psy/psysh",
- "version": "v0.12.6",
+ "version": "v0.12.7",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
- "reference": "3b5ea0efaa791cd1c65ecc493aec3e2aa55ff57c"
+ "reference": "d73fa3c74918ef4522bb8a3bf9cab39161c4b57c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bobthecow/psysh/zipball/3b5ea0efaa791cd1c65ecc493aec3e2aa55ff57c",
- "reference": "3b5ea0efaa791cd1c65ecc493aec3e2aa55ff57c",
+ "url": "https://api.github.com/repos/bobthecow/psysh/zipball/d73fa3c74918ef4522bb8a3bf9cab39161c4b57c",
+ "reference": "d73fa3c74918ef4522bb8a3bf9cab39161c4b57c",
"shasum": ""
},
"require": {
@@ -4145,9 +4321,9 @@
],
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
- "source": "https://github.com/bobthecow/psysh/tree/v0.12.6"
+ "source": "https://github.com/bobthecow/psysh/tree/v0.12.7"
},
- "time": "2024-12-07T20:08:52+00:00"
+ "time": "2024-12-10T01:58:33+00:00"
},
{
"name": "ralouphie/getallheaders",
@@ -4524,16 +4700,16 @@
},
{
"name": "spatie/laravel-package-tools",
- "version": "1.16.6",
+ "version": "1.17.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-package-tools.git",
- "reference": "1f26942dc1e5c49eacfced34fdbc29ed234bd7b3"
+ "reference": "9ab30fd24f677e5aa370ea4cf6b41c517d16cf85"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/1f26942dc1e5c49eacfced34fdbc29ed234bd7b3",
- "reference": "1f26942dc1e5c49eacfced34fdbc29ed234bd7b3",
+ "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/9ab30fd24f677e5aa370ea4cf6b41c517d16cf85",
+ "reference": "9ab30fd24f677e5aa370ea4cf6b41c517d16cf85",
"shasum": ""
},
"require": {
@@ -4542,10 +4718,10 @@
},
"require-dev": {
"mockery/mockery": "^1.5",
- "orchestra/testbench": "^7.7|^8.0",
- "pestphp/pest": "^1.22",
- "phpunit/phpunit": "^9.5.24",
- "spatie/pest-plugin-test-time": "^1.1"
+ "orchestra/testbench": "^7.7|^8.0|^9.0",
+ "pestphp/pest": "^1.22|^2",
+ "phpunit/phpunit": "^9.5.24|^10.5",
+ "spatie/pest-plugin-test-time": "^1.1|^2.2"
},
"type": "library",
"autoload": {
@@ -4572,7 +4748,7 @@
],
"support": {
"issues": "https://github.com/spatie/laravel-package-tools/issues",
- "source": "https://github.com/spatie/laravel-package-tools/tree/1.16.6"
+ "source": "https://github.com/spatie/laravel-package-tools/tree/1.17.0"
},
"funding": [
{
@@ -4580,7 +4756,7 @@
"type": "github"
}
],
- "time": "2024-11-18T15:02:02+00:00"
+ "time": "2024-12-09T16:29:14+00:00"
},
{
"name": "symfony/clock",
@@ -4658,16 +4834,16 @@
},
{
"name": "symfony/console",
- "version": "v7.2.0",
+ "version": "v7.2.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "23c8aae6d764e2bae02d2a99f7532a7f6ed619cf"
+ "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/23c8aae6d764e2bae02d2a99f7532a7f6ed619cf",
- "reference": "23c8aae6d764e2bae02d2a99f7532a7f6ed619cf",
+ "url": "https://api.github.com/repos/symfony/console/zipball/fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
+ "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
"shasum": ""
},
"require": {
@@ -4731,7 +4907,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v7.2.0"
+ "source": "https://github.com/symfony/console/tree/v7.2.1"
},
"funding": [
{
@@ -4747,7 +4923,7 @@
"type": "tidelift"
}
],
- "time": "2024-11-06T14:24:19+00:00"
+ "time": "2024-12-11T03:49:26+00:00"
},
{
"name": "symfony/css-selector",
@@ -4883,16 +5059,16 @@
},
{
"name": "symfony/error-handler",
- "version": "v7.2.0",
+ "version": "v7.2.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
- "reference": "672b3dd1ef8b87119b446d67c58c106c43f965fe"
+ "reference": "6150b89186573046167796fa5f3f76601d5145f8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/error-handler/zipball/672b3dd1ef8b87119b446d67c58c106c43f965fe",
- "reference": "672b3dd1ef8b87119b446d67c58c106c43f965fe",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/6150b89186573046167796fa5f3f76601d5145f8",
+ "reference": "6150b89186573046167796fa5f3f76601d5145f8",
"shasum": ""
},
"require": {
@@ -4938,7 +5114,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/error-handler/tree/v7.2.0"
+ "source": "https://github.com/symfony/error-handler/tree/v7.2.1"
},
"funding": [
{
@@ -4954,7 +5130,7 @@
"type": "tidelift"
}
],
- "time": "2024-11-05T15:35:02+00:00"
+ "time": "2024-12-07T08:50:44+00:00"
},
{
"name": "symfony/event-dispatcher",
@@ -5256,16 +5432,16 @@
},
{
"name": "symfony/http-kernel",
- "version": "v7.2.0",
+ "version": "v7.2.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "6b4722a25e0aed1ccb4914b9bcbd493cc4676b4d"
+ "reference": "d8ae58eecae44c8e66833e76cc50a4ad3c002d97"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6b4722a25e0aed1ccb4914b9bcbd493cc4676b4d",
- "reference": "6b4722a25e0aed1ccb4914b9bcbd493cc4676b4d",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d8ae58eecae44c8e66833e76cc50a4ad3c002d97",
+ "reference": "d8ae58eecae44c8e66833e76cc50a4ad3c002d97",
"shasum": ""
},
"require": {
@@ -5350,7 +5526,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-kernel/tree/v7.2.0"
+ "source": "https://github.com/symfony/http-kernel/tree/v7.2.1"
},
"funding": [
{
@@ -5366,7 +5542,7 @@
"type": "tidelift"
}
],
- "time": "2024-11-29T08:42:40+00:00"
+ "time": "2024-12-11T12:09:10+00:00"
},
{
"name": "symfony/mailer",
@@ -5450,16 +5626,16 @@
},
{
"name": "symfony/mime",
- "version": "v7.2.0",
+ "version": "v7.2.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
- "reference": "cc84a4b81f62158c3846ac7ff10f696aae2b524d"
+ "reference": "7f9617fcf15cb61be30f8b252695ed5e2bfac283"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/cc84a4b81f62158c3846ac7ff10f696aae2b524d",
- "reference": "cc84a4b81f62158c3846ac7ff10f696aae2b524d",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/7f9617fcf15cb61be30f8b252695ed5e2bfac283",
+ "reference": "7f9617fcf15cb61be30f8b252695ed5e2bfac283",
"shasum": ""
},
"require": {
@@ -5514,7 +5690,7 @@
"mime-type"
],
"support": {
- "source": "https://github.com/symfony/mime/tree/v7.2.0"
+ "source": "https://github.com/symfony/mime/tree/v7.2.1"
},
"funding": [
{
@@ -5530,7 +5706,7 @@
"type": "tidelift"
}
],
- "time": "2024-11-23T09:19:39+00:00"
+ "time": "2024-12-07T08:50:44+00:00"
},
{
"name": "symfony/polyfill-ctype",
@@ -5558,8 +5734,8 @@
"type": "library",
"extra": {
"thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
}
},
"autoload": {
@@ -5634,8 +5810,8 @@
"type": "library",
"extra": {
"thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
}
},
"autoload": {
@@ -5713,8 +5889,8 @@
"type": "library",
"extra": {
"thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
}
},
"autoload": {
@@ -5795,8 +5971,8 @@
"type": "library",
"extra": {
"thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
}
},
"autoload": {
@@ -5879,8 +6055,8 @@
"type": "library",
"extra": {
"thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
}
},
"autoload": {
@@ -5953,8 +6129,8 @@
"type": "library",
"extra": {
"thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
}
},
"autoload": {
@@ -6033,8 +6209,8 @@
"type": "library",
"extra": {
"thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
}
},
"autoload": {
@@ -6115,8 +6291,8 @@
"type": "library",
"extra": {
"thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
}
},
"autoload": {
@@ -7336,13 +7512,13 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-master": "3.2-dev"
- },
"laravel": {
"providers": [
"Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
]
+ },
+ "branch-alias": {
+ "dev-master": "3.2-dev"
}
},
"autoload": {
@@ -7442,16 +7618,16 @@
},
{
"name": "brianium/paratest",
- "version": "v7.6.1",
+ "version": "v7.7.0",
"source": {
"type": "git",
"url": "https://github.com/paratestphp/paratest.git",
- "reference": "9ac8eda68f17acda4dad4aa02ecdcc327d7e6675"
+ "reference": "4fb3f73bc5a4c3146bac2850af7dc72435a32daf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/paratestphp/paratest/zipball/9ac8eda68f17acda4dad4aa02ecdcc327d7e6675",
- "reference": "9ac8eda68f17acda4dad4aa02ecdcc327d7e6675",
+ "url": "https://api.github.com/repos/paratestphp/paratest/zipball/4fb3f73bc5a4c3146bac2850af7dc72435a32daf",
+ "reference": "4fb3f73bc5a4c3146bac2850af7dc72435a32daf",
"shasum": ""
},
"require": {
@@ -7462,24 +7638,24 @@
"fidry/cpu-core-counter": "^1.2.0",
"jean85/pretty-package-versions": "^2.1.0",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
- "phpunit/php-code-coverage": "^11.0.7",
+ "phpunit/php-code-coverage": "^11.0.8",
"phpunit/php-file-iterator": "^5.1.0",
"phpunit/php-timer": "^7.0.1",
- "phpunit/phpunit": "^11.4.4",
+ "phpunit/phpunit": "^11.5.1",
"sebastian/environment": "^7.2.0",
- "symfony/console": "^6.4.14 || ^7.1.7",
- "symfony/process": "^6.4.14 || ^7.1.7"
+ "symfony/console": "^6.4.14 || ^7.2.1",
+ "symfony/process": "^6.4.14 || ^7.2.0"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"ext-pcov": "*",
"ext-posix": "*",
- "phpstan/phpstan": "^2",
- "phpstan/phpstan-deprecation-rules": "^2",
- "phpstan/phpstan-phpunit": "^2",
+ "phpstan/phpstan": "^2.0.3",
+ "phpstan/phpstan-deprecation-rules": "^2.0.1",
+ "phpstan/phpstan-phpunit": "^2.0.1",
"phpstan/phpstan-strict-rules": "^2",
"squizlabs/php_codesniffer": "^3.11.1",
- "symfony/filesystem": "^6.4.13 || ^7.1.6"
+ "symfony/filesystem": "^6.4.13 || ^7.2.0"
},
"bin": [
"bin/paratest",
@@ -7519,7 +7695,7 @@
],
"support": {
"issues": "https://github.com/paratestphp/paratest/issues",
- "source": "https://github.com/paratestphp/paratest/tree/v7.6.1"
+ "source": "https://github.com/paratestphp/paratest/tree/v7.7.0"
},
"funding": [
{
@@ -7531,7 +7707,7 @@
"type": "paypal"
}
],
- "time": "2024-12-05T10:55:39+00:00"
+ "time": "2024-12-11T14:50:44+00:00"
},
{
"name": "composer/class-map-generator",
@@ -8497,16 +8673,16 @@
},
{
"name": "laravel-lang/actions",
- "version": "1.8.8",
+ "version": "1.8.9",
"source": {
"type": "git",
"url": "https://github.com/Laravel-Lang/actions.git",
- "reference": "64d2b6221db930e374b0c3dd2017f8ecca1bc93b"
+ "reference": "3c31470bed4c28a5d8cfd062f59c0bf1bae12147"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Laravel-Lang/actions/zipball/64d2b6221db930e374b0c3dd2017f8ecca1bc93b",
- "reference": "64d2b6221db930e374b0c3dd2017f8ecca1bc93b",
+ "url": "https://api.github.com/repos/Laravel-Lang/actions/zipball/3c31470bed4c28a5d8cfd062f59c0bf1bae12147",
+ "reference": "3c31470bed4c28a5d8cfd062f59c0bf1bae12147",
"shasum": ""
},
"require": {
@@ -8558,22 +8734,22 @@
],
"support": {
"issues": "https://github.com/Laravel-Lang/actions/issues",
- "source": "https://github.com/Laravel-Lang/actions/tree/1.8.8"
+ "source": "https://github.com/Laravel-Lang/actions/tree/1.8.9"
},
- "time": "2024-11-04T19:29:17+00:00"
+ "time": "2024-12-10T14:48:08+00:00"
},
{
"name": "laravel-lang/attributes",
- "version": "2.11.1",
+ "version": "2.11.2",
"source": {
"type": "git",
"url": "https://github.com/Laravel-Lang/attributes.git",
- "reference": "b60817d0361ec2fe29f100f76cc9bd0c13a36ec9"
+ "reference": "0e22b2a56004b53599d4162cb84ff9ec41e915c3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Laravel-Lang/attributes/zipball/b60817d0361ec2fe29f100f76cc9bd0c13a36ec9",
- "reference": "b60817d0361ec2fe29f100f76cc9bd0c13a36ec9",
+ "url": "https://api.github.com/repos/Laravel-Lang/attributes/zipball/0e22b2a56004b53599d4162cb84ff9ec41e915c3",
+ "reference": "0e22b2a56004b53599d4162cb84ff9ec41e915c3",
"shasum": ""
},
"require": {
@@ -8627,9 +8803,9 @@
],
"support": {
"issues": "https://github.com/Laravel-Lang/attributes/issues",
- "source": "https://github.com/Laravel-Lang/attributes/tree/2.11.1"
+ "source": "https://github.com/Laravel-Lang/attributes/tree/2.11.2"
},
- "time": "2024-10-02T14:07:29+00:00"
+ "time": "2024-12-10T14:47:32+00:00"
},
{
"name": "laravel-lang/common",
@@ -8910,16 +9086,16 @@
},
{
"name": "laravel-lang/lang",
- "version": "15.9.6",
+ "version": "15.9.7",
"source": {
"type": "git",
"url": "https://github.com/Laravel-Lang/lang.git",
- "reference": "671dc13aaa78bed9237ef1ee73303e0039fed709"
+ "reference": "b2e8692eeee90f2a43c9d9497507a8fbebf94d25"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/671dc13aaa78bed9237ef1ee73303e0039fed709",
- "reference": "671dc13aaa78bed9237ef1ee73303e0039fed709",
+ "url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/b2e8692eeee90f2a43c9d9497507a8fbebf94d25",
+ "reference": "b2e8692eeee90f2a43c9d9497507a8fbebf94d25",
"shasum": ""
},
"require": {
@@ -8969,7 +9145,7 @@
"issues": "https://github.com/Laravel-Lang/lang/issues",
"source": "https://github.com/Laravel-Lang/lang"
},
- "time": "2024-12-02T14:31:02+00:00"
+ "time": "2024-12-10T12:17:29+00:00"
},
{
"name": "laravel-lang/locale-list",
@@ -9568,16 +9744,16 @@
},
{
"name": "laravel/breeze",
- "version": "v2.2.6",
+ "version": "v2.3.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/breeze.git",
- "reference": "907b12160d1b8b8213e7e2e011987fffb5567edc"
+ "reference": "d59702967b9ae21879df905d691a50132966c4ff"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/breeze/zipball/907b12160d1b8b8213e7e2e011987fffb5567edc",
- "reference": "907b12160d1b8b8213e7e2e011987fffb5567edc",
+ "url": "https://api.github.com/repos/laravel/breeze/zipball/d59702967b9ae21879df905d691a50132966c4ff",
+ "reference": "d59702967b9ae21879df905d691a50132966c4ff",
"shasum": ""
},
"require": {
@@ -9625,7 +9801,7 @@
"issues": "https://github.com/laravel/breeze/issues",
"source": "https://github.com/laravel/breeze"
},
- "time": "2024-11-20T15:01:15+00:00"
+ "time": "2024-12-14T21:21:42+00:00"
},
{
"name": "laravel/pail",
@@ -9663,13 +9839,13 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.x-dev"
- },
"laravel": {
"providers": [
"Laravel\\Pail\\PailServiceProvider"
]
+ },
+ "branch-alias": {
+ "dev-main": "1.x-dev"
}
},
"autoload": {
@@ -10081,38 +10257,38 @@
},
{
"name": "pestphp/pest",
- "version": "v3.6.0",
+ "version": "v3.7.1",
"source": {
"type": "git",
"url": "https://github.com/pestphp/pest.git",
- "reference": "918a8fc16996849937e281482bd34f236881ce96"
+ "reference": "bf3178473dcaa53b0458f21dfdb271306ea62512"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/pestphp/pest/zipball/918a8fc16996849937e281482bd34f236881ce96",
- "reference": "918a8fc16996849937e281482bd34f236881ce96",
+ "url": "https://api.github.com/repos/pestphp/pest/zipball/bf3178473dcaa53b0458f21dfdb271306ea62512",
+ "reference": "bf3178473dcaa53b0458f21dfdb271306ea62512",
"shasum": ""
},
"require": {
- "brianium/paratest": "^7.6.0",
+ "brianium/paratest": "^7.7.0",
"nunomaduro/collision": "^8.5.0",
"nunomaduro/termwind": "^2.3.0",
"pestphp/pest-plugin": "^3.0.0",
"pestphp/pest-plugin-arch": "^3.0.0",
"pestphp/pest-plugin-mutate": "^3.0.5",
"php": "^8.2.0",
- "phpunit/phpunit": "^11.4.4"
+ "phpunit/phpunit": "^11.5.1"
},
"conflict": {
"filp/whoops": "<2.16.0",
- "phpunit/phpunit": ">11.4.4",
+ "phpunit/phpunit": ">11.5.1",
"sebastian/exporter": "<6.0.0",
"webmozart/assert": "<1.11.0"
},
"require-dev": {
"pestphp/pest-dev-tools": "^3.3.0",
"pestphp/pest-plugin-type-coverage": "^3.2.0",
- "symfony/process": "^7.1.8"
+ "symfony/process": "^7.2.0"
},
"bin": [
"bin/pest"
@@ -10177,7 +10353,7 @@
],
"support": {
"issues": "https://github.com/pestphp/pest/issues",
- "source": "https://github.com/pestphp/pest/tree/v3.6.0"
+ "source": "https://github.com/pestphp/pest/tree/v3.7.1"
},
"funding": [
{
@@ -10189,7 +10365,7 @@
"type": "github"
}
],
- "time": "2024-12-01T22:46:00+00:00"
+ "time": "2024-12-12T11:52:01+00:00"
},
{
"name": "pestphp/pest-plugin",
@@ -10422,15 +10598,15 @@
},
"type": "library",
"extra": {
- "laravel": {
- "providers": [
- "Pest\\Laravel\\PestServiceProvider"
- ]
- },
"pest": {
"plugins": [
"Pest\\Laravel\\Plugin"
]
+ },
+ "laravel": {
+ "providers": [
+ "Pest\\Laravel\\PestServiceProvider"
+ ]
}
},
"autoload": {
@@ -11037,16 +11213,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "2.0.3",
+ "version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4"
+ "reference": "50d276fc3bf1430ec315f2f109bbde2769821524"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/46b4d3529b12178112d9008337beda0cc2a1a6b4",
- "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d276fc3bf1430ec315f2f109bbde2769821524",
+ "reference": "50d276fc3bf1430ec315f2f109bbde2769821524",
"shasum": ""
},
"require": {
@@ -11091,20 +11267,20 @@
"type": "github"
}
],
- "time": "2024-11-28T22:19:37+00:00"
+ "time": "2024-12-17T17:14:01+00:00"
},
{
"name": "phpunit/php-code-coverage",
- "version": "11.0.7",
+ "version": "11.0.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "f7f08030e8811582cc459871d28d6f5a1a4d35ca"
+ "reference": "418c59fd080954f8c4aa5631d9502ecda2387118"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f7f08030e8811582cc459871d28d6f5a1a4d35ca",
- "reference": "f7f08030e8811582cc459871d28d6f5a1a4d35ca",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/418c59fd080954f8c4aa5631d9502ecda2387118",
+ "reference": "418c59fd080954f8c4aa5631d9502ecda2387118",
"shasum": ""
},
"require": {
@@ -11123,7 +11299,7 @@
"theseer/tokenizer": "^1.2.3"
},
"require-dev": {
- "phpunit/phpunit": "^11.4.1"
+ "phpunit/phpunit": "^11.5.0"
},
"suggest": {
"ext-pcov": "PHP extension that provides line coverage",
@@ -11161,7 +11337,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.7"
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.8"
},
"funding": [
{
@@ -11169,7 +11345,7 @@
"type": "github"
}
],
- "time": "2024-10-09T06:21:38+00:00"
+ "time": "2024-12-11T12:34:27+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -11418,16 +11594,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "11.4.4",
+ "version": "11.5.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "f9ba7bd3c9f3ff54ec379d7a1c2e3f13fe0bbde4"
+ "reference": "2b94d4f2450b9869fa64a46fd8a6a41997aef56a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f9ba7bd3c9f3ff54ec379d7a1c2e3f13fe0bbde4",
- "reference": "f9ba7bd3c9f3ff54ec379d7a1c2e3f13fe0bbde4",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2b94d4f2450b9869fa64a46fd8a6a41997aef56a",
+ "reference": "2b94d4f2450b9869fa64a46fd8a6a41997aef56a",
"shasum": ""
},
"require": {
@@ -11451,11 +11627,12 @@
"sebastian/comparator": "^6.2.1",
"sebastian/diff": "^6.0.2",
"sebastian/environment": "^7.2.0",
- "sebastian/exporter": "^6.1.3",
+ "sebastian/exporter": "^6.3.0",
"sebastian/global-state": "^7.0.2",
"sebastian/object-enumerator": "^6.0.1",
"sebastian/type": "^5.1.0",
- "sebastian/version": "^5.0.2"
+ "sebastian/version": "^5.0.2",
+ "staabm/side-effects-detector": "^1.0.5"
},
"suggest": {
"ext-soap": "To be able to generate mocks based on WSDL files"
@@ -11466,7 +11643,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "11.4-dev"
+ "dev-main": "11.5-dev"
}
},
"autoload": {
@@ -11498,7 +11675,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/11.4.4"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.1"
},
"funding": [
{
@@ -11514,7 +11691,7 @@
"type": "tidelift"
}
],
- "time": "2024-11-27T10:44:52+00:00"
+ "time": "2024-12-11T10:52:48+00:00"
},
{
"name": "sebastian/cli-parser",
@@ -11575,23 +11752,23 @@
},
{
"name": "sebastian/code-unit",
- "version": "3.0.1",
+ "version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git",
- "reference": "6bb7d09d6623567178cf54126afa9c2310114268"
+ "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/6bb7d09d6623567178cf54126afa9c2310114268",
- "reference": "6bb7d09d6623567178cf54126afa9c2310114268",
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
+ "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
"shasum": ""
},
"require": {
"php": ">=8.2"
},
"require-dev": {
- "phpunit/phpunit": "^11.0"
+ "phpunit/phpunit": "^11.5"
},
"type": "library",
"extra": {
@@ -11620,7 +11797,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
"security": "https://github.com/sebastianbergmann/code-unit/security/policy",
- "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.1"
+ "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.2"
},
"funding": [
{
@@ -11628,7 +11805,7 @@
"type": "github"
}
],
- "time": "2024-07-03T04:44:28+00:00"
+ "time": "2024-12-12T09:59:06+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
@@ -12504,16 +12681,16 @@
},
{
"name": "spatie/error-solutions",
- "version": "1.1.1",
+ "version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/spatie/error-solutions.git",
- "reference": "ae7393122eda72eed7cc4f176d1e96ea444f2d67"
+ "reference": "d239a65235a1eb128dfa0a4e4c4ef032ea11b541"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/error-solutions/zipball/ae7393122eda72eed7cc4f176d1e96ea444f2d67",
- "reference": "ae7393122eda72eed7cc4f176d1e96ea444f2d67",
+ "url": "https://api.github.com/repos/spatie/error-solutions/zipball/d239a65235a1eb128dfa0a4e4c4ef032ea11b541",
+ "reference": "d239a65235a1eb128dfa0a4e4c4ef032ea11b541",
"shasum": ""
},
"require": {
@@ -12566,7 +12743,7 @@
],
"support": {
"issues": "https://github.com/spatie/error-solutions/issues",
- "source": "https://github.com/spatie/error-solutions/tree/1.1.1"
+ "source": "https://github.com/spatie/error-solutions/tree/1.1.2"
},
"funding": [
{
@@ -12574,7 +12751,7 @@
"type": "github"
}
],
- "time": "2024-07-25T11:06:04+00:00"
+ "time": "2024-12-11T09:51:56+00:00"
},
{
"name": "spatie/flare-client-php",
@@ -12819,6 +12996,58 @@
],
"time": "2024-12-02T08:43:31+00:00"
},
+ {
+ "name": "staabm/side-effects-detector",
+ "version": "1.0.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/staabm/side-effects-detector.git",
+ "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
+ "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
+ "shasum": ""
+ },
+ "require": {
+ "ext-tokenizer": "*",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpstan/extension-installer": "^1.4.3",
+ "phpstan/phpstan": "^1.12.6",
+ "phpunit/phpunit": "^9.6.21",
+ "symfony/var-dumper": "^5.4.43",
+ "tomasvotruba/type-coverage": "1.0.0",
+ "tomasvotruba/unused-public": "1.0.0"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "lib/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "A static analysis tool to detect side effects in PHP code",
+ "keywords": [
+ "static analysis"
+ ],
+ "support": {
+ "issues": "https://github.com/staabm/side-effects-detector/issues",
+ "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/staabm",
+ "type": "github"
+ }
+ ],
+ "time": "2024-10-20T05:08:20+00:00"
+ },
{
"name": "symfony/polyfill-php81",
"version": "v1.31.0",
@@ -12839,8 +13068,8 @@
"type": "library",
"extra": {
"thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
}
},
"autoload": {
diff --git a/package-lock.json b/package-lock.json
index bf078a25..c573d9e9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -51,739 +51,739 @@
}
},
"node_modules/@ckeditor/ckeditor5-adapter-ckfinder": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-adapter-ckfinder/-/ckeditor5-adapter-ckfinder-44.0.0.tgz",
- "integrity": "sha512-9iBeR9QLLOu3h0VBTLGV8hVLZ83xiVT7rakdjZHhA90saw5f345rcKAxi6K44kVHhxXynHdWsv5012nyydR2vA==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-adapter-ckfinder/-/ckeditor5-adapter-ckfinder-44.1.0.tgz",
+ "integrity": "sha512-RCamOkjMHlhUg7MhRbP/ZZJ7mq0zk1hj6Hg25efv22WHb2SNnesiwzLtYoyc6ess72/1CYpgZPfamhxsOTXoMA==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-upload": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-upload": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-44.0.0.tgz",
- "integrity": "sha512-U3KrhgEo2+gbVzTh/Q8hYYva+ZzVEU2lwUGnRkCwTQuj/SjqhjANxcSm/JwhAJJJnkKYZCL3c7FXIfkZkyEU3A==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-44.1.0.tgz",
+ "integrity": "sha512-t+xIuGiG9pvG4lkglSQfXwoZU9zCPUvrBYISI8G0WAJXdWdmyWUN2Vj84CKQQ6LRgnqq/eybSR2O2l02psgtZw==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-44.0.0.tgz",
- "integrity": "sha512-MDDMWZ9x9r5cbVHLYk3tPN/IiLNHRdZ0O6zcIEDI9bxA9I20NsPfj17LdfBRbveGFLDBprLf6ReDGM4rUJ2oIQ==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-44.1.0.tgz",
+ "integrity": "sha512-JHJh+iD9//sYsVlwdGZTV+ScPMlWjqFuR7xwF2QbU7xYGMqTy4mPnFvkT6fF73e3PZvtAzgENLU45pUAS9oo/A==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-typing": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-typing": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-autosave": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autosave/-/ckeditor5-autosave-44.0.0.tgz",
- "integrity": "sha512-5WJagB75VjaF4eN1lrhgyGEHUjoeapTV1vUjcpyXx+vdWc0Ysng4VDtsg1Vu4VfEA1cCATKMwsetPRTWggFlhg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autosave/-/ckeditor5-autosave-44.1.0.tgz",
+ "integrity": "sha512-KlkJcgu5THkfdwzYzVa9zKkADGd8J5VW5kRrRSK4oJYONA5mmiZ9UsIcoIk2QbGnDGnZW1Iih5Pjrvz0HYjIKw==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-44.0.0.tgz",
- "integrity": "sha512-vzfMAUWEEz3oy+ODnZJ9oTNI/CjvPHLo11vIgVQFEjYP80c/FmOfYxIvfeIDK95BXI+p0dUrzn6wvqdLMVWFkw==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-44.1.0.tgz",
+ "integrity": "sha512-/pZ0wBdXlv8AX43O/nZ4ENg8Xk/SwZZMAJKKVZa3SwtxNRmeGYTNKIEQEQouWF1PLz3SEZ8L5sS/j9AYX7f5Xw==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-typing": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-typing": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-44.0.0.tgz",
- "integrity": "sha512-WHLELNZ3kKH0tE5C+9pWk99DVQYvWdUrmbeclY7GCfc592khE2JiF0FFJr2m9HtLieaAawH86QJY2rj514FBZg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-44.1.0.tgz",
+ "integrity": "sha512-mApNvTckUbAjeHFaPg7+Je3zTkJDDsM5FWNJJuzaRhl5TBvyW9BM+p7AN8B9cx+pj2Srzlbu+056c0jg4ibCIw==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-enter": "44.0.0",
- "@ckeditor/ckeditor5-typing": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-enter": "44.1.0",
+ "@ckeditor/ckeditor5-typing": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-bookmark": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-bookmark/-/ckeditor5-bookmark-44.0.0.tgz",
- "integrity": "sha512-TM+ijtxbe6kit2Ak1+c7pc8VzGO/rZt2zVl+dCRptpbyjX3kkRmZ7qkQOAviQW74XcrbIsCRj5xiHMKeIuIMbw==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-bookmark/-/ckeditor5-bookmark-44.1.0.tgz",
+ "integrity": "sha512-gzUOspXUb4sN308JbeVWLGxGdFHeYpobiBn8Zj2/Niw6y+/4ZQfssn7fLhKnoHM12bzoxYYq3DvcMUrs78Ukvg==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "@ckeditor/ckeditor5-widget": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "@ckeditor/ckeditor5-widget": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-ckbox": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckbox/-/ckeditor5-ckbox-44.0.0.tgz",
- "integrity": "sha512-sVsbyF8/4c6+MJCiI6S4z6SphVOutl7T2V+iCxmtENbzvQE/+zrT5cgjXiMis4Q27FG6i9OD17zI65J51T3kzA==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckbox/-/ckeditor5-ckbox-44.1.0.tgz",
+ "integrity": "sha512-J+vJckr25Oi3KjJcTYIIUFa2KIXHitknW8iNPegavCV/FFNieTezvvpjJzROlWRiy+U7CRYvgrNbSJXHx5pR6Q==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-upload": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-upload": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
"blurhash": "2.0.5",
- "ckeditor5": "44.0.0",
+ "ckeditor5": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-ckfinder": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckfinder/-/ckeditor5-ckfinder-44.0.0.tgz",
- "integrity": "sha512-FtYDyh78AP4EeTFk00zQkFZ3RZFzCnZt6gSt+xKb/DElCpY6Yq2/XkQ4al+Jt+OQJOMHnJPwvtO7dzwebleWdw==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckfinder/-/ckeditor5-ckfinder-44.1.0.tgz",
+ "integrity": "sha512-oRWHiejta6irRuO78KmtQEiYRrzcad+BycTrFsLRCIZp0hzKx5Vp5olAhXodX+d8gZaV8fJJpswdK0LTjrfKNA==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-44.0.0.tgz",
- "integrity": "sha512-aIIJwsca8Yye6iX32G8hQuJ48b21V1z+gtGmhKFsN5RWkK3mVHFEYjwscykzSVjg8wzNDDYVCkBDOjLpyGosEg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-44.1.0.tgz",
+ "integrity": "sha512-Z5P1P6ATLVy/c7AvI3Akt3mEqQfCnhZmz4EdAS7sF34WTayrHQ/TQjdte/0mN+6LXcQV1whhXe1xLM7GVsG+bg==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "@ckeditor/ckeditor5-widget": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "@ckeditor/ckeditor5-widget": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-44.0.0.tgz",
- "integrity": "sha512-FZzAnwOawSz/3dCtqD5hB9S0j5cbsTJ9NKehcr10XLccnoQ3FwdNbd6+OiJwE+ygzc0NU0JQ1q3meNW09iRhcQ==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-44.1.0.tgz",
+ "integrity": "sha512-3Nr8EM6CyRpNkmm+7tbhg/4H16SY5Tqo0TLGHtXdyRxx7y2GLev5OsN01qBhSSGifALTCHyOWymxt5Qo9V5wXg==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-44.0.0.tgz",
- "integrity": "sha512-zKEAlalysVhSwCOXkgb1BvPSHKaKoanhvykf7S+Q99X6KTQUOn5boLEiIqS96nMB4RVOHvwrdsl65hbc4yCmdg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-44.1.0.tgz",
+ "integrity": "sha512-2z4ULLehgMjwxvo0a26UkA2p3MdDITGVDpt7FZkO+P9XCim/j5DdXK4/xVNXLbrOifpFq/5kfrAZvjDX0lPMIw==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.0.0",
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-enter": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-clipboard": "44.1.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-enter": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-core": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-44.0.0.tgz",
- "integrity": "sha512-q1O2hxqTzb95pnVaVv6QGc66QKLYzKTi6Iw+V+cNmkmykDb7o+ItHbfd7SuKMnylnuz01kGkV2ogMX0D1GoxdQ==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-44.1.0.tgz",
+ "integrity": "sha512-vBxHT/g37uWM5QKj0i7++clGd85htX9rPtlqzjz3I26NJQvcKCmT39Szv3oPFzAJKuUaqKso5iLq+Sw+VtQRBg==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "@ckeditor/ckeditor5-watchdog": "44.0.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "@ckeditor/ckeditor5-watchdog": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-easy-image": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-easy-image/-/ckeditor5-easy-image-44.0.0.tgz",
- "integrity": "sha512-pbF6qwJngoPuJL3il4wvXUe/bKkFDcVBA20+HFJ94t63eyy5KUaU9oLdB3fMTlwwXDM77ND/4HHxY77GlEzRFg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-easy-image/-/ckeditor5-easy-image-44.1.0.tgz",
+ "integrity": "sha512-hmn9MmVebb/abTBq1ci2fYi7uK93Dt2F3lDYErqsFWCxZ4S2PQW3+qON44E5phE9aDKOLEZ/B61niGrLgcWS5g==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-upload": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-upload": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-editor-balloon": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-balloon/-/ckeditor5-editor-balloon-44.0.0.tgz",
- "integrity": "sha512-IpWwSBn5Q/zdaB2/qQz3nh3kusIN1z2E0uZD4LCQgvNTYKBZSV2HQBJznBQW2n7TMGF/wRRvlWzZVvs0RA+9yQ==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-balloon/-/ckeditor5-editor-balloon-44.1.0.tgz",
+ "integrity": "sha512-BVxO3WECurMZEhxIVb2JMqeMcqaqefvc/YfrWNRriVyK7muW47EH74IIZdCXSm7g5i0npEIk808sKqA0t/xR0g==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-44.0.0.tgz",
- "integrity": "sha512-FZG2y9VcEbfbC9rCvYSN8b0cEJJ6+KmmBgCIDyuJ15u6SrRghaPi2uXNPe2+pqrzJvljJFNhPnLM+DttHkOVmg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-44.1.0.tgz",
+ "integrity": "sha512-rZtJ1KpJGxW8iWE0wVhp9giiYiu3XypjsmthkK8oeMf4+8wTr3ySncLKKts3/BDiAcFdJnog5lv5LQbrAVqO+Q==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-editor-decoupled": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-decoupled/-/ckeditor5-editor-decoupled-44.0.0.tgz",
- "integrity": "sha512-wTYbRpIk2gnvVMp4IUwjVoi8KY3rW4i/YF/K/yPNaPcJXYWXK6MFg90nF8h5SUlrz5ZrYWC1QkpwZe6gCv6t0A==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-decoupled/-/ckeditor5-editor-decoupled-44.1.0.tgz",
+ "integrity": "sha512-pRnDrPVyIM4uCLCjhgzvRk4v63Cc1u9Nc21yx1igswvxAfhGx2BMO+JiC6+8PAHT/mOSbgFB83N+A823sms3uA==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-editor-inline": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-inline/-/ckeditor5-editor-inline-44.0.0.tgz",
- "integrity": "sha512-fKm3hrMY6y4HlKQJw+F56vHKfyph26U8+On1lCed5xQZeCIbRfeX9xeJqQLP4RlHwZxvnyohvS6wyufIYfagvw==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-inline/-/ckeditor5-editor-inline-44.1.0.tgz",
+ "integrity": "sha512-NglsnVkzioMU9XirmjyTM/DKSL/rzkBBwFaZFiTVyGfhuVzTUClPxGtxKOlML2v0Mtqg/OdRUMPMIo+qtjymeQ==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-editor-multi-root": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-multi-root/-/ckeditor5-editor-multi-root-44.0.0.tgz",
- "integrity": "sha512-Z4ISil5fVl4jwb0sPacHd8rReWxE9wOoAPmBjFxG3W36MJCXUYznvjwMRnmel/QMYOuaJdPYXA4wftoBAU9KQg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-multi-root/-/ckeditor5-editor-multi-root-44.1.0.tgz",
+ "integrity": "sha512-NAMBGIDn/xMGHXv2IeLRDa84yW9OwHri9H5NdJJ4F+gFtiQbOhIhTQj4nZ8TuLIaYr2NOUrTpTrkw3frgd0lLg==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-engine": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-44.0.0.tgz",
- "integrity": "sha512-CkFdhMtu1Qeglm+yvlQpDY9JhpVOm5z7uT9R0HUtkDuPO+M7ucEHCUTyc92yjbUMprPySjJIvX+085Ufbt9Dlw==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-44.1.0.tgz",
+ "integrity": "sha512-+149hsqfZX+Q+ho7P64XUrIpkLqX2jGBuEWjC2ZZYujv1ZIOWOMihkpJL8jE6Vcplee6vsTXGSj2sIHNoOp+3g==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-utils": "44.0.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-enter": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-44.0.0.tgz",
- "integrity": "sha512-bdYvzrMBqWXLUB+fR+1YdOqi5nbj1OigE/YqNJ1pD+1pIQ8RIoF+pB2m7L9Cx6BTN3LHqWLiiqzmDcJ2S7ojmg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-44.1.0.tgz",
+ "integrity": "sha512-NmtqxEov25rYRN8Uq7MRabsqYfvL6ZNj/mvBHqn3PE9aHE+lTwD51D3zgCw1RN2sipXsvedwo3g+NynAtS/HIw==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-44.0.0.tgz",
- "integrity": "sha512-dHFrrPJqYW8oRXq2uwhcKnJHkpy+Lg2jFHkkQlw73uHCP8iOHF2dcDDjfKbRFLN5/zJM/T/7GxAVRGiCEYvr4g==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-44.1.0.tgz",
+ "integrity": "sha512-UWSc2lSCqztfy3LLeuHfyKU/oSbFyw/4KEbQso9DsMPQ4vdmX/sW6BoklCYF9mPJrg+zNSseJj9T/M1Q+Z6U0Q==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.0.0",
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-enter": "44.0.0",
- "@ckeditor/ckeditor5-select-all": "44.0.0",
- "@ckeditor/ckeditor5-typing": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-undo": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-clipboard": "44.1.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-enter": "44.1.0",
+ "@ckeditor/ckeditor5-select-all": "44.1.0",
+ "@ckeditor/ckeditor5-typing": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-undo": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-find-and-replace": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-find-and-replace/-/ckeditor5-find-and-replace-44.0.0.tgz",
- "integrity": "sha512-6C8r1isxW/r1kQuXnUxfmSfduaLfTMRplfuPrWie33qMaQwHv9h8I/J8FSewXqmS8mFvUm6hkToZ1MSmLSO+Hw==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-find-and-replace/-/ckeditor5-find-and-replace-44.1.0.tgz",
+ "integrity": "sha512-SwZYRdXpYCu3t3+k9fxO8JXjNb/Q/OK3nmtVBNly/ZWYmORGQd3ua9XlipcnwIB8aBQqhuV/izDKqSiFZc23zA==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-font": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-44.0.0.tgz",
- "integrity": "sha512-Z+5OqPIm4WPOf0zJlAxsEqNzxynbvgPyAvp41MqDvuXB84IwCpdb4Ojk/sYk/R2lIZShT1GR6TEWagq4QZbrQQ==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-44.1.0.tgz",
+ "integrity": "sha512-q4r7I7C2uG9gkBx9WlARNN5ZWp4USHVFS2kLTyMVAN1/iHAKIx03m+N3W0FTZVpXV+xscn7H6KaLcQXmWc4OiQ==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-heading": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-44.0.0.tgz",
- "integrity": "sha512-0HqyFc4txXbZx2AzCkuJ12k2Ay5wYbdaxA5zSxruBJuKbsLkmKQb91pKVdkoJ/WpzAJOUMG161JFrMSLL9zK5w==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-44.1.0.tgz",
+ "integrity": "sha512-cROqN/dnq8xBdxMQoe+1Zjh8bfoVePh6WSl+wjcc4OIozYe/V2QAmCODpYiVm4RntenH0IidHteSTCqtGM4L9w==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-paragraph": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-paragraph": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-highlight": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-highlight/-/ckeditor5-highlight-44.0.0.tgz",
- "integrity": "sha512-jqBcIuFx/11nPYbjiyOeLXy7HObjM3VrgcM1RZAIWsVUmsTURdNIQneYf0x7THLuBBgKvJwvS4yG+8mUvO1GmA==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-highlight/-/ckeditor5-highlight-44.1.0.tgz",
+ "integrity": "sha512-bj7DBo1miBf6f7LPLiNa5inziXBKt6dFQupWAgJNJvPxYeGf4jTKDeVc9FLBESJ7eOWKjmCjaNeSsV2smHTAKQ==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-horizontal-line": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-horizontal-line/-/ckeditor5-horizontal-line-44.0.0.tgz",
- "integrity": "sha512-QqdBPL6hacftp7d8pQiK9Cqg9+bcB6BfWskzc47PJSAMe5cZfNf5FjfCYkYCUyAkbVLkRMV9dI8YChec7qikGg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-horizontal-line/-/ckeditor5-horizontal-line-44.1.0.tgz",
+ "integrity": "sha512-xwqQPJQsgwEvbZb3EqjFEcvj1tmlxcX9hFL9I66oGblfYNEIX8Q4DWxbjWCDrfY2IvLO3zNUDI9J5EcxSnd9Pw==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-widget": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-widget": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-html-embed": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-embed/-/ckeditor5-html-embed-44.0.0.tgz",
- "integrity": "sha512-YNszIoxOWtKQdHMhThR1DHIQCC2GbsP9HtLULTYZU9zfzZdVWbJB3oHp9iGbSbBPSmcSrFtwVwOTKfXikaGaVg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-embed/-/ckeditor5-html-embed-44.1.0.tgz",
+ "integrity": "sha512-eFXTBHhvRIGflrgpNa2wP0W9IiHx2t2TxQX8881EbF/H3/LDqreyNR7LHBXXgPk1j+H5V/MOGAqG5ntlvq2SdQ==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "@ckeditor/ckeditor5-widget": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "@ckeditor/ckeditor5-widget": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-html-support": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-support/-/ckeditor5-html-support-44.0.0.tgz",
- "integrity": "sha512-/yw5K/B9kZIURS51wtmIxvZVqEwm3YfITuMBoXv1rwlRIJ1azmImuswnrcBAnvVq93kezzPBnDf9xYJNmU2c6w==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-support/-/ckeditor5-html-support-44.1.0.tgz",
+ "integrity": "sha512-cBUtojLEreXNYV54B/FT1WBjV+dU5i8vsVKBmYw2QOxmaWl4i/wyEtzPh21Ytcsy2ApmIMT/X27ZppffnKcyGQ==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-enter": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "@ckeditor/ckeditor5-widget": "44.0.0",
- "ckeditor5": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-enter": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "@ckeditor/ckeditor5-widget": "44.1.0",
+ "ckeditor5": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-image": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-44.0.0.tgz",
- "integrity": "sha512-m5wbC73+1Y+Njyj5W7L4ko1+p+jSbKatfrHPkoWdR6m87QLqQWHGHcZtlEzpI1rv+vbYWfaUNwz+iKqmmzQd/Q==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-44.1.0.tgz",
+ "integrity": "sha512-8BbS0y1YSGnQAiA6rTps05DIJ8CcdbGYb+1XFb8QOUCzJenFzNGAe4gnlEPw0zW1C8ZjdahRY1K2Fcb16/q7TQ==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.0.0",
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-typing": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-undo": "44.0.0",
- "@ckeditor/ckeditor5-upload": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "@ckeditor/ckeditor5-widget": "44.0.0",
- "ckeditor5": "44.0.0",
+ "@ckeditor/ckeditor5-clipboard": "44.1.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-typing": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-undo": "44.1.0",
+ "@ckeditor/ckeditor5-upload": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "@ckeditor/ckeditor5-widget": "44.1.0",
+ "ckeditor5": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-indent": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-44.0.0.tgz",
- "integrity": "sha512-AjHhbvxkkY27QO5z1xiQBTypwzfi2Z9jxKdz20osdyGkl8jZyU4UxRzq+ZCtYrnBxbdXoyUP+95WR/wC09Sv+w==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-44.1.0.tgz",
+ "integrity": "sha512-iFrtDVkXhbHHTJIs+yw0x9X/uEH0kyjQ5pQZM5fAzX6g9TFd71iiJ2l8xBSefXRcqEEPVaMWZgikBeRHmQDyOA==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-language": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-language/-/ckeditor5-language-44.0.0.tgz",
- "integrity": "sha512-qYGouzSKYaGDSW5WlqifPRGifcIPEkyFd+OLC79AmS5Xf3tvS9nfEzGSEKdpXTai/hP4hIuizYDCSLYQPAf4iA==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-language/-/ckeditor5-language-44.1.0.tgz",
+ "integrity": "sha512-CudeLs2RvADdchJ6FFznsNrMYHDcOrj8CGuSgyTW9PcsnhAzUOYWuaunJ3xXd8MXwu6pGwEReVYuouc2JQQg6A==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-link": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-44.0.0.tgz",
- "integrity": "sha512-rmBL0FJlSBed+Y9ZYBtT9lf6nP9f4ZrRtUXYerShMIEsD3nF3TRdRf5tX5wulvH/IMry3yEh/BE53TUSyj1hhA==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-44.1.0.tgz",
+ "integrity": "sha512-+tDlzrhOrl3TMlj01DsGJwQEsrXZl6A7fD4gFfYS3rO9sgGZSLU+fSxOwWHdQyBp1ujiJGsGFXmKFAUZxs7M/w==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.0.0",
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-typing": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "@ckeditor/ckeditor5-widget": "44.0.0",
- "ckeditor5": "44.0.0",
+ "@ckeditor/ckeditor5-clipboard": "44.1.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-typing": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "@ckeditor/ckeditor5-widget": "44.1.0",
+ "ckeditor5": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-list": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-44.0.0.tgz",
- "integrity": "sha512-YVfnisARheGG0BZGeiY92zc5Q2lQNdAf/Hqi/yWq7v7yk0ePxI4DTf5n3aidLn1BMC1yfKG6Hv9RXxoRbM4vEg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-44.1.0.tgz",
+ "integrity": "sha512-lwUAtK68GfNVr1yI+VLom54K8F5bRZee8HKkzFZPgTCANYLUnmHGUNF9La7qETeqjNV6bljUnKwn/knOeserGg==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.0.0",
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-enter": "44.0.0",
- "@ckeditor/ckeditor5-typing": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-clipboard": "44.1.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-enter": "44.1.0",
+ "@ckeditor/ckeditor5-typing": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-markdown-gfm": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-markdown-gfm/-/ckeditor5-markdown-gfm-44.0.0.tgz",
- "integrity": "sha512-eHNWlzmjhh+mDVCLSKHI+qJ3YrUykC+kW1SyqQUOQGdGVtCJ9jF2C8WJLS1i6ynXIePsyx2BC/ZOCCZliYrzyw==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-markdown-gfm/-/ckeditor5-markdown-gfm-44.1.0.tgz",
+ "integrity": "sha512-ZlFa3xi8vSCCqs4cvfxjZrcXz87i7XIKAd+eTQdwoInQDJHnGpUcM67hKIMSU3E8AjEz+tXdsaauxSofZTS+zQ==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.0.0",
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "ckeditor5": "44.0.0",
+ "@ckeditor/ckeditor5-clipboard": "44.1.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "ckeditor5": "44.1.0",
"marked": "4.0.12",
"turndown": "7.2.0",
"turndown-plugin-gfm": "1.0.2"
}
},
"node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-44.0.0.tgz",
- "integrity": "sha512-/vSQ/V71lYw0/+edHeW7e9MeXMsz140ONK/OBPyupaAnxAvd3yW7ffdm3AdNV4Ywzlwh9oF2wsA/Tj68+nBJHw==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-44.1.0.tgz",
+ "integrity": "sha512-ymG55dCUv+i0o0th4+vYMvVHhC2DXTs6J+5t40tNvdMS7apt882Tbq9vAE6iqgQZbtQVVlRpQbGD0UByBO5LVA==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.0.0",
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-typing": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-undo": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "@ckeditor/ckeditor5-widget": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-clipboard": "44.1.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-typing": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-undo": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "@ckeditor/ckeditor5-widget": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-mention": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-mention/-/ckeditor5-mention-44.0.0.tgz",
- "integrity": "sha512-Ttczc/AzkZBLao1YZ6Y/eW9m74zzi9PWfGZL2/4woaDm0RzHdtT22bFQMgH/L4B3QJ+q6psx5tn+JNC1X1pjkA==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-mention/-/ckeditor5-mention-44.1.0.tgz",
+ "integrity": "sha512-LJ2aT5nJ9I8eZT/E/RqD/iPv4fyU8MJqtGQXExEwwAfQDqkx0X5u3mv3uAR/HhyFyj6jFw+z26bTdt13wdSaEw==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-typing": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-typing": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-minimap": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-minimap/-/ckeditor5-minimap-44.0.0.tgz",
- "integrity": "sha512-Ye/Pqc/eXUb3Q/xz6tjllNnXanKZnnFXzbL+ZrDzSzyR7NNoX28cZXuNzBsVsCbcDPkajLGci4EOPmNKxZ/nkA==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-minimap/-/ckeditor5-minimap-44.1.0.tgz",
+ "integrity": "sha512-V9xOrUqLxnrOGXOiQVu4QGLV0zam3xMCi+vVR3/jFrVEPRCY1swdC6JhT4PAYt5lPBbrlmyF7u+pZjal8I7F1Q==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-page-break": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-page-break/-/ckeditor5-page-break-44.0.0.tgz",
- "integrity": "sha512-OQw/ec+m+EReIYLFfUgbyIXZj3DbvqGPgW5zmt5hHjP8uWF7HDJHNMVQR5V/Q6qf8j/bQHuVGzW9/RXIJZSxqg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-page-break/-/ckeditor5-page-break-44.1.0.tgz",
+ "integrity": "sha512-6uNuctQnPTr2WFcyKGdTQ/1gTkGmIhiZg8y9UMIY74aEW9AQfGwCaBkAO5AveaBTfmGBkSsAISS3T8k5OGsV0Q==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-widget": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-widget": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-44.0.0.tgz",
- "integrity": "sha512-MoRtO4JLIrR1hE2CT5ZFgBu/8poexnSR9pSA6P5Yu/QZQz1xpPo4/ophgepYuMgSQSXzvwwSU/LEOucUKHBbOg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-44.1.0.tgz",
+ "integrity": "sha512-tfERMEQRrvM5zdZuiWC5IjCPtUrpncXY4ewn9mcGJ5KqmLaX3e+2dN4GVZpcagwOtZNQNQBONZnuWt9ZVkquFQ==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-44.0.0.tgz",
- "integrity": "sha512-lD6hUFfDb07Y0B2ebVHfeLxs1wloJCswycVsfZG0kqs2X1PIy2neQ/Jxl8jZlqGtAncNoUlsocTfU4lgluhxrw==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-44.1.0.tgz",
+ "integrity": "sha512-NIhtkFoDXNpOaPBDH6dDTU2BC3GUJ1rE5gUV0i4hrtOeERuk9EdkADCOBEHEm7UC31kCQ4si6wkry+d4oZ5FMw==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.0.0",
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-clipboard": "44.1.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-remove-format": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-remove-format/-/ckeditor5-remove-format-44.0.0.tgz",
- "integrity": "sha512-98W0nk+1/7a+2BxV4/8tNGWjO/OOdkMn+IJkn5uY9XS1qJ7D3t4KsDVjx/Ms7LnzfBgvPouca3uIXJS++i+syg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-remove-format/-/ckeditor5-remove-format-44.1.0.tgz",
+ "integrity": "sha512-97ppktKeKIhGYrRKwfzVP0DOktcaY4gFXEtKINmse8kw0C7jO4SE82sDJxWSP/3h74oncZzd/q/Qa6P65JmhWA==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-restricted-editing": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-restricted-editing/-/ckeditor5-restricted-editing-44.0.0.tgz",
- "integrity": "sha512-jA2yMF5BvJcuHFC4CdMiSkZapZ9O6yJHgLdvXZ3VhwBQd3TOTBtxSoa3PnPFzihoSZcM7mlWA0gWU/54PAXRVQ==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-restricted-editing/-/ckeditor5-restricted-editing-44.1.0.tgz",
+ "integrity": "sha512-dsjeug3TCn32idHe4XWaD8ZBtKloAHSDYzv05uEuJDTEkTnSOp8ynVxUCKlTTMeHKjpRPr5kaxJkycqnxOqsvw==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-44.0.0.tgz",
- "integrity": "sha512-NL2pUnIpTkPNy8SLBtEKSNIJCec/KX94AaQT4WsLaUwVK8KxvtT0n6txIdimkPrakO5v3kE1Zl1Qwo8RPtFCpA==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-44.1.0.tgz",
+ "integrity": "sha512-jQH9745sYWpQcZXC4z1lNS4XqrTJWHljWEMa4KKTZgo6zjR/L53tRZdIKbE6O/JgaW805Xpl74cJGXJvwre8VA==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-show-blocks": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-show-blocks/-/ckeditor5-show-blocks-44.0.0.tgz",
- "integrity": "sha512-tHvuYqdw/B6xhxeIwcsbP3KSb5a9+M9K48KxDUxxDgRQmZ0+kJxDh0LCW8JwrDhPx6aNa0cbAnLCbItymTrayA==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-show-blocks/-/ckeditor5-show-blocks-44.1.0.tgz",
+ "integrity": "sha512-qPjba3VFXgRnnEjlZAfv1XgfC1jNpYUWpfxlniZixvcZ1bEOzEX6rkEqBioNgGFWBU8siPTPiwI2mmT/8/58Vw==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-44.0.0.tgz",
- "integrity": "sha512-fVqSpgtkOKkHBCx66aOMJqS38izIHrhGYBzIWl/YvqkHxgRcflfJjLyTJrIQzWYAewW5xHFHzzZtEoGHhQa+TA==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-44.1.0.tgz",
+ "integrity": "sha512-gg/tWANOiJckvXxKqwthkvR531bPuen+lJN3y2qnqMKMQLLNbWWIUoTuE3PZRHDprT0JmTjnvlHrwsaSdpOkVg==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-theme-lark": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-theme-lark": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-special-characters": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-special-characters/-/ckeditor5-special-characters-44.0.0.tgz",
- "integrity": "sha512-K80h9+ARL/H7Xcy8GRmhAXcWsecUPFX6sTQHHpj9maitlij7te0fiM0sa39rp0FUemMZhILq5BmvhU4a8DXbiA==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-special-characters/-/ckeditor5-special-characters-44.1.0.tgz",
+ "integrity": "sha512-btw7qEPjrdp/XigtXOXy1KkK481PEeuJ5xdPD2xLlWvZkF0tGbEqIpDIMxkW1w7NmmC+5Aa8qJqXkV6dN4jZ5A==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-typing": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-typing": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-style": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-style/-/ckeditor5-style-44.0.0.tgz",
- "integrity": "sha512-4/TL504vizvB1nV1Je5kO7Q8yuFJcyNcuY9lD+ZMnaqaRZZFBwCe4MUB87f8F7g8BPqXYf/vD0MDwrPpJ1/43Q==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-style/-/ckeditor5-style-44.1.0.tgz",
+ "integrity": "sha512-A6udrCj1IxuiPE8OGue/aDtoqs8ZAPsbabnT9OS46WBlDGjXaSStXD7Dx6uJwEkaRdmhdGaObi4UnF7gkHRXHA==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-typing": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-typing": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-table": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-44.0.0.tgz",
- "integrity": "sha512-3A4wtfiYoHPZtEnPaycMi9oKmzoWLzSL/AvLT57i82KUZgSx28jO2xeag9oAZWSrfWSfZkCvJPDBcFhsztDFGw==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-44.1.0.tgz",
+ "integrity": "sha512-8iQUW5apSYFrsJhguW0ROPBf+gmKhtP75KIeal6GdEtYlOMA8vP/ixUhQB5HZBmecfAVULyu1fF4YfGzHelZhw==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.0.0",
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "@ckeditor/ckeditor5-widget": "44.0.0",
- "ckeditor5": "44.0.0",
+ "@ckeditor/ckeditor5-clipboard": "44.1.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "@ckeditor/ckeditor5-widget": "44.1.0",
+ "ckeditor5": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-44.0.0.tgz",
- "integrity": "sha512-s4WJeizsuPSZIzJCL5liuJALJveqSFeDKRq6NLAR8+AfeoP6RCI73N3QNlIPfXh9ho5oHU5Rwo5wPdxEYgJX2w==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-44.1.0.tgz",
+ "integrity": "sha512-Ym9ZKtQBqh5xOYGVa+va6CtYJSbhqIfVOsoCRZnMTzg3RTfwp8F78yeWUdplF6DS4JaM966yQumX9DcJGYn5AA==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-ui": "44.0.0"
+ "@ckeditor/ckeditor5-ui": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-typing": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-44.0.0.tgz",
- "integrity": "sha512-+nZOY94P5KblKMz/DS97ADLh0L+KpyB5THkCu1WIewotn1UCVmH/v0QyO4sVtMvBRT877mmKfIIsMxDJ2sP7Xw==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-44.1.0.tgz",
+ "integrity": "sha512-YlIpXSp2mkzgCCwqa4Dd870K4UvKsjlHRDod50G8VSz2qFCkE6PaLGGBAci1IoZ5nBXZMpCrnhrkQ1jAJwx2RA==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-ui": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-44.0.0.tgz",
- "integrity": "sha512-ekoqvGxLYJNvehdIVqOkAOX3g0HoKdr9wV02FH6Zfe5k+nghtNXEccjV+qcvh3zSOtXVQjOc8SqQ2MhAW4ErcA==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-44.1.0.tgz",
+ "integrity": "sha512-Qga/eO6/4rCzK6m/JLMVq0gbgNDEV7K/J+ida1UQFYxrMric7qfriusT1q0Y+6jFYuGMdyLg0e0imORbMyw9Zw==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
"color-convert": "2.0.1",
"color-parse": "1.4.2",
"lodash-es": "4.17.21",
@@ -791,43 +791,43 @@
}
},
"node_modules/@ckeditor/ckeditor5-undo": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-44.0.0.tgz",
- "integrity": "sha512-d1ditgOmoZdsOjNOaEQyuwR2Sf62vWeGJJMXZ8URa02YWMFUK6oziiG8SQjIQhJQoLiZPY97Ds0KJmLM6HMzqg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-44.1.0.tgz",
+ "integrity": "sha512-sULkc7Pvbc431uZCjzcAKd//jYE3B8fT8PEOFG8pYRnQJHc5GyodvH0RmXDhCtKCGtzvh1Dlpb4iSNpPNpVvJQ==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-upload": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-44.0.0.tgz",
- "integrity": "sha512-c9gXAL7LjU3vyC8d16MetVG+gPA1R0ASERumlShdu7YKTEo0x7OawHHD8wYRG0m2bJajJAqB6d9pqX5gSO4eGw==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-44.1.0.tgz",
+ "integrity": "sha512-+608NL4Jl6t2PA02Ft8myPV5r2oXwD+4wTCLKg4Oh2KPQYCyGOm5vj8dLxwWNsbMXZrdPxeQOK3UHq8bxYyI6A==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0"
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0"
}
},
"node_modules/@ckeditor/ckeditor5-utils": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-44.0.0.tgz",
- "integrity": "sha512-NI3Fa8K4f0owD5gKaAkgA00DSx74fj7ByGoKw+6ollrjd5SZqoBNrmIDS09yjD4NAtH8yGcLTYAox3IeAsvETg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-44.1.0.tgz",
+ "integrity": "sha512-PILjaPvEMuQ0qlnPAFeNTTQcLuXgGionSxaxF8HGnZolaqWnsJ11xGYxqUslNOGtdZNp/88/FC9TjCY/ksiibg==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-ui": "44.0.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-44.0.0.tgz",
- "integrity": "sha512-rN3PMN5UVLdWFpex+Ax5nfKjL/t0ReDXz3jsxicDLpRWOJ2vMouEV20oETLayR61j+CVjCa7fzafOjwMVKpxhw==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-44.1.0.tgz",
+ "integrity": "sha512-fTwYEW1TbbxC7PVmZtfWfwHT5aMREfBTDvH3KQWKpowTcoAiMBlQQKA/lvkRJ1bFMp4AZFjqs1IWZyap/sanAg==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
@@ -835,32 +835,32 @@
}
},
"node_modules/@ckeditor/ckeditor5-widget": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-44.0.0.tgz",
- "integrity": "sha512-XKT5l4jT1WCIzBSlbVfVebzR6yBeMhula/CW6y0NnOHcFkO6aKAKO1jA0vkertftZ5BOYc5ndRLDjVBs9cobmQ==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-44.1.0.tgz",
+ "integrity": "sha512-dBG1EFJjq38wF0k1p3R2yIfZRHwgY5+hLuF1sp02q/lUJu59U/rPscfjj4dGpE4eKaqCD9z/UNEtOjPGnaJzKw==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-enter": "44.0.0",
- "@ckeditor/ckeditor5-typing": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-enter": "44.1.0",
+ "@ckeditor/ckeditor5-typing": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
"lodash-es": "4.17.21"
}
},
"node_modules/@ckeditor/ckeditor5-word-count": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-word-count/-/ckeditor5-word-count-44.0.0.tgz",
- "integrity": "sha512-P57M6EF87fFCH/vFThW9LRDh38vB6Qw8dLx0Y+PTxhvgc33iRkL95cude5fdd0YxBq63Hgq/p/ZtB8SGx39cAg==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-word-count/-/ckeditor5-word-count-44.1.0.tgz",
+ "integrity": "sha512-dM8jeZfRA2nodWdE1Ty3ZzaAl3M523ri9/ahLpG/JcCud2QZn9XRPrEwaIxC/1VtZg/Z2SUuI2LcPrbtPkQ0UQ==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "ckeditor5": "44.0.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "ckeditor5": "44.1.0",
"lodash-es": "4.17.21"
}
},
@@ -1376,9 +1376,9 @@
}
},
"node_modules/@jridgewell/gen-mapping": {
- "version": "0.3.5",
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
- "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
+ "version": "0.3.8",
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
+ "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2135,9 +2135,9 @@
}
},
"node_modules/browserslist": {
- "version": "4.24.2",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz",
- "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==",
+ "version": "4.24.3",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.3.tgz",
+ "integrity": "sha512-1CPmv8iobE2fyRMV97dAcMVegvvWKxmq94hkLiAkUGwKVTyDLw33K+ZxiFrREKmmps4rIw6grcCFCnTMSZ/YiA==",
"dev": true,
"funding": [
{
@@ -2155,9 +2155,9 @@
],
"license": "MIT",
"dependencies": {
- "caniuse-lite": "^1.0.30001669",
- "electron-to-chromium": "^1.5.41",
- "node-releases": "^2.0.18",
+ "caniuse-lite": "^1.0.30001688",
+ "electron-to-chromium": "^1.5.73",
+ "node-releases": "^2.0.19",
"update-browserslist-db": "^1.1.1"
},
"bin": {
@@ -2185,9 +2185,9 @@
}
},
"node_modules/caniuse-lite": {
- "version": "1.0.30001687",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001687.tgz",
- "integrity": "sha512-0S/FDhf4ZiqrTUiQ39dKeUjYRjkv7lOZU1Dgif2rIqrTzX/1wV2hfKu9TOm1IHkdSijfLswxTFzl/cvir+SLSQ==",
+ "version": "1.0.30001689",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001689.tgz",
+ "integrity": "sha512-CmeR2VBycfa+5/jOfnp/NpWPGd06nf1XYiefUvhXFfZE4GkRc9jv+eGPS4nT558WS/8lYCzV8SlANCIPvbWP1g==",
"dev": true,
"funding": [
{
@@ -2261,70 +2261,70 @@
}
},
"node_modules/ckeditor5": {
- "version": "44.0.0",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-44.0.0.tgz",
- "integrity": "sha512-2saV7VdvegFf+MJp7SdwFv+Z3/GPSA44KotbROKi6A1dvK0pI22GRJ/Vjs8NKdEnT7S1M/dBRhfMDVkwjBG6IA==",
+ "version": "44.1.0",
+ "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-44.1.0.tgz",
+ "integrity": "sha512-6e1KFUE2giaSI0ZOKfAAFF5Tk7PF5DCyKVROPY9/46tti9AZpUFUzr7NhBsZjyMiMX1eqxqfsSZT7f9tKgcVAQ==",
"dev": true,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "44.0.0",
- "@ckeditor/ckeditor5-alignment": "44.0.0",
- "@ckeditor/ckeditor5-autoformat": "44.0.0",
- "@ckeditor/ckeditor5-autosave": "44.0.0",
- "@ckeditor/ckeditor5-basic-styles": "44.0.0",
- "@ckeditor/ckeditor5-block-quote": "44.0.0",
- "@ckeditor/ckeditor5-bookmark": "44.0.0",
- "@ckeditor/ckeditor5-ckbox": "44.0.0",
- "@ckeditor/ckeditor5-ckfinder": "44.0.0",
- "@ckeditor/ckeditor5-clipboard": "44.0.0",
- "@ckeditor/ckeditor5-cloud-services": "44.0.0",
- "@ckeditor/ckeditor5-code-block": "44.0.0",
- "@ckeditor/ckeditor5-core": "44.0.0",
- "@ckeditor/ckeditor5-easy-image": "44.0.0",
- "@ckeditor/ckeditor5-editor-balloon": "44.0.0",
- "@ckeditor/ckeditor5-editor-classic": "44.0.0",
- "@ckeditor/ckeditor5-editor-decoupled": "44.0.0",
- "@ckeditor/ckeditor5-editor-inline": "44.0.0",
- "@ckeditor/ckeditor5-editor-multi-root": "44.0.0",
- "@ckeditor/ckeditor5-engine": "44.0.0",
- "@ckeditor/ckeditor5-enter": "44.0.0",
- "@ckeditor/ckeditor5-essentials": "44.0.0",
- "@ckeditor/ckeditor5-find-and-replace": "44.0.0",
- "@ckeditor/ckeditor5-font": "44.0.0",
- "@ckeditor/ckeditor5-heading": "44.0.0",
- "@ckeditor/ckeditor5-highlight": "44.0.0",
- "@ckeditor/ckeditor5-horizontal-line": "44.0.0",
- "@ckeditor/ckeditor5-html-embed": "44.0.0",
- "@ckeditor/ckeditor5-html-support": "44.0.0",
- "@ckeditor/ckeditor5-image": "44.0.0",
- "@ckeditor/ckeditor5-indent": "44.0.0",
- "@ckeditor/ckeditor5-language": "44.0.0",
- "@ckeditor/ckeditor5-link": "44.0.0",
- "@ckeditor/ckeditor5-list": "44.0.0",
- "@ckeditor/ckeditor5-markdown-gfm": "44.0.0",
- "@ckeditor/ckeditor5-media-embed": "44.0.0",
- "@ckeditor/ckeditor5-mention": "44.0.0",
- "@ckeditor/ckeditor5-minimap": "44.0.0",
- "@ckeditor/ckeditor5-page-break": "44.0.0",
- "@ckeditor/ckeditor5-paragraph": "44.0.0",
- "@ckeditor/ckeditor5-paste-from-office": "44.0.0",
- "@ckeditor/ckeditor5-remove-format": "44.0.0",
- "@ckeditor/ckeditor5-restricted-editing": "44.0.0",
- "@ckeditor/ckeditor5-select-all": "44.0.0",
- "@ckeditor/ckeditor5-show-blocks": "44.0.0",
- "@ckeditor/ckeditor5-source-editing": "44.0.0",
- "@ckeditor/ckeditor5-special-characters": "44.0.0",
- "@ckeditor/ckeditor5-style": "44.0.0",
- "@ckeditor/ckeditor5-table": "44.0.0",
- "@ckeditor/ckeditor5-theme-lark": "44.0.0",
- "@ckeditor/ckeditor5-typing": "44.0.0",
- "@ckeditor/ckeditor5-ui": "44.0.0",
- "@ckeditor/ckeditor5-undo": "44.0.0",
- "@ckeditor/ckeditor5-upload": "44.0.0",
- "@ckeditor/ckeditor5-utils": "44.0.0",
- "@ckeditor/ckeditor5-watchdog": "44.0.0",
- "@ckeditor/ckeditor5-widget": "44.0.0",
- "@ckeditor/ckeditor5-word-count": "44.0.0"
+ "@ckeditor/ckeditor5-adapter-ckfinder": "44.1.0",
+ "@ckeditor/ckeditor5-alignment": "44.1.0",
+ "@ckeditor/ckeditor5-autoformat": "44.1.0",
+ "@ckeditor/ckeditor5-autosave": "44.1.0",
+ "@ckeditor/ckeditor5-basic-styles": "44.1.0",
+ "@ckeditor/ckeditor5-block-quote": "44.1.0",
+ "@ckeditor/ckeditor5-bookmark": "44.1.0",
+ "@ckeditor/ckeditor5-ckbox": "44.1.0",
+ "@ckeditor/ckeditor5-ckfinder": "44.1.0",
+ "@ckeditor/ckeditor5-clipboard": "44.1.0",
+ "@ckeditor/ckeditor5-cloud-services": "44.1.0",
+ "@ckeditor/ckeditor5-code-block": "44.1.0",
+ "@ckeditor/ckeditor5-core": "44.1.0",
+ "@ckeditor/ckeditor5-easy-image": "44.1.0",
+ "@ckeditor/ckeditor5-editor-balloon": "44.1.0",
+ "@ckeditor/ckeditor5-editor-classic": "44.1.0",
+ "@ckeditor/ckeditor5-editor-decoupled": "44.1.0",
+ "@ckeditor/ckeditor5-editor-inline": "44.1.0",
+ "@ckeditor/ckeditor5-editor-multi-root": "44.1.0",
+ "@ckeditor/ckeditor5-engine": "44.1.0",
+ "@ckeditor/ckeditor5-enter": "44.1.0",
+ "@ckeditor/ckeditor5-essentials": "44.1.0",
+ "@ckeditor/ckeditor5-find-and-replace": "44.1.0",
+ "@ckeditor/ckeditor5-font": "44.1.0",
+ "@ckeditor/ckeditor5-heading": "44.1.0",
+ "@ckeditor/ckeditor5-highlight": "44.1.0",
+ "@ckeditor/ckeditor5-horizontal-line": "44.1.0",
+ "@ckeditor/ckeditor5-html-embed": "44.1.0",
+ "@ckeditor/ckeditor5-html-support": "44.1.0",
+ "@ckeditor/ckeditor5-image": "44.1.0",
+ "@ckeditor/ckeditor5-indent": "44.1.0",
+ "@ckeditor/ckeditor5-language": "44.1.0",
+ "@ckeditor/ckeditor5-link": "44.1.0",
+ "@ckeditor/ckeditor5-list": "44.1.0",
+ "@ckeditor/ckeditor5-markdown-gfm": "44.1.0",
+ "@ckeditor/ckeditor5-media-embed": "44.1.0",
+ "@ckeditor/ckeditor5-mention": "44.1.0",
+ "@ckeditor/ckeditor5-minimap": "44.1.0",
+ "@ckeditor/ckeditor5-page-break": "44.1.0",
+ "@ckeditor/ckeditor5-paragraph": "44.1.0",
+ "@ckeditor/ckeditor5-paste-from-office": "44.1.0",
+ "@ckeditor/ckeditor5-remove-format": "44.1.0",
+ "@ckeditor/ckeditor5-restricted-editing": "44.1.0",
+ "@ckeditor/ckeditor5-select-all": "44.1.0",
+ "@ckeditor/ckeditor5-show-blocks": "44.1.0",
+ "@ckeditor/ckeditor5-source-editing": "44.1.0",
+ "@ckeditor/ckeditor5-special-characters": "44.1.0",
+ "@ckeditor/ckeditor5-style": "44.1.0",
+ "@ckeditor/ckeditor5-table": "44.1.0",
+ "@ckeditor/ckeditor5-theme-lark": "44.1.0",
+ "@ckeditor/ckeditor5-typing": "44.1.0",
+ "@ckeditor/ckeditor5-ui": "44.1.0",
+ "@ckeditor/ckeditor5-undo": "44.1.0",
+ "@ckeditor/ckeditor5-upload": "44.1.0",
+ "@ckeditor/ckeditor5-utils": "44.1.0",
+ "@ckeditor/ckeditor5-watchdog": "44.1.0",
+ "@ckeditor/ckeditor5-widget": "44.1.0",
+ "@ckeditor/ckeditor5-word-count": "44.1.0"
}
},
"node_modules/cliui": {
@@ -2530,9 +2530,9 @@
}
},
"node_modules/electron-to-chromium": {
- "version": "1.5.71",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.71.tgz",
- "integrity": "sha512-dB68l59BI75W1BUGVTAEJy45CEVuEGy9qPVVQ8pnHyHMn36PLPPoE1mjLH+lo9rKulO3HC2OhbACI/8tCqJBcA==",
+ "version": "1.5.74",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.74.tgz",
+ "integrity": "sha512-ck3//9RC+6oss/1Bh9tiAVFy5vfSKbRHAFh7Z3/eTRkEqJeWgymloShB17Vg3Z4nmDNp35vAd1BZ6CMW4Wt6Iw==",
"dev": true,
"license": "ISC"
},
@@ -2814,9 +2814,9 @@
}
},
"node_modules/highlight.js": {
- "version": "11.10.0",
- "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz",
- "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==",
+ "version": "11.11.0",
+ "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.0.tgz",
+ "integrity": "sha512-6ErL7JlGu2CNFHyRQEuDogOyGPNiqcuWdt4iSSFUPyferNTGlNTPFqeV36Y/XwA4V/TJ8l0sxp6FTnxud/mf8g==",
"dev": true,
"license": "BSD-3-Clause",
"engines": {
@@ -2883,9 +2883,9 @@
}
},
"node_modules/is-core-module": {
- "version": "2.15.1",
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
- "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
+ "version": "2.16.0",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.0.tgz",
+ "integrity": "sha512-urTSINYfAYgcbLb0yDQ6egFm6h3Mo1DcF9EkyXSRjjzdHbsulg01qhwWuXdOoUBuTkbQ80KDboXa0vFJ+BDH+g==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2965,9 +2965,9 @@
}
},
"node_modules/jiti": {
- "version": "1.21.6",
- "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz",
- "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
+ "version": "1.21.7",
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
+ "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
"dev": true,
"license": "MIT",
"bin": {
@@ -3291,9 +3291,9 @@
}
},
"node_modules/node-releases": {
- "version": "2.0.18",
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
- "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
+ "version": "2.0.19",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz",
+ "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
"dev": true,
"license": "MIT"
},
@@ -3788,13 +3788,13 @@
}
},
"node_modules/resolve": {
- "version": "1.22.8",
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
- "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
+ "version": "1.22.9",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.9.tgz",
+ "integrity": "sha512-QxrmX1DzraFIi9PxdG5VkRfRwIgjwyud+z/iBwfRRrVmHc+P9Q7u2lSSpQ6bjr2gy5lrqIiU9vb6iAeGf2400A==",
"dev": true,
"license": "MIT",
"dependencies": {
- "is-core-module": "^2.13.0",
+ "is-core-module": "^2.16.0",
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
},
@@ -4169,9 +4169,9 @@
}
},
"node_modules/tailwindcss": {
- "version": "3.4.16",
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.16.tgz",
- "integrity": "sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==",
+ "version": "3.4.17",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz",
+ "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==",
"dev": true,
"license": "MIT",
"dependencies": {
diff --git a/resources/views/livewire/pages/posts/show-post-page.blade.php b/resources/views/livewire/pages/posts/show-post-page.blade.php
index 69ed1ffe..6b6d61e9 100644
--- a/resources/views/livewire/pages/posts/show-post-page.blade.php
+++ b/resources/views/livewire/pages/posts/show-post-page.blade.php
@@ -55,7 +55,7 @@