From 8cd78866762e26aa63c224dace6c247e0e9dc068 Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Thu, 21 Dec 2023 15:21:45 +0000 Subject: [PATCH] fix(analytics): upgrade opawg's user-agents-php to user-agents-v2-php update php and js dependencies to latest --- app/Controllers/FeedController.php | 2 +- composer.json | 28 +- composer.lock | 391 ++-- docker/development/Dockerfile | 2 +- .../Entities/AnalyticsPodcastsByService.php | 2 +- .../Analytics/Helpers/analytics_helper.php | 2 +- modules/Auth/Filters/PermissionFilter.php | 4 +- package.json | 48 +- pnpm-lock.yaml | 1969 +++++++---------- 9 files changed, 1115 insertions(+), 1333 deletions(-) diff --git a/app/Controllers/FeedController.php b/app/Controllers/FeedController.php index a99cfcda..ea4ebeea 100644 --- a/app/Controllers/FeedController.php +++ b/app/Controllers/FeedController.php @@ -20,7 +20,7 @@ use CodeIgniter\HTTP\ResponseInterface; use Exception; use Modules\PremiumPodcasts\Entities\Subscription; use Modules\PremiumPodcasts\Models\SubscriptionModel; -use Opawg\UserAgentsPhp\UserAgentsRSS; +use Opawg\UserAgentsV2Php\UserAgentsRSS; class FeedController extends Controller { diff --git a/composer.json b/composer.json index cdb88fe3..a3a62e5f 100644 --- a/composer.json +++ b/composer.json @@ -9,36 +9,36 @@ "php": "^8.1", "adaures/ipcat-php": "^v1.0.0", "adaures/podcast-persons-taxonomy": "^v1.0.1", - "aws/aws-sdk-php": "^3.291.0", + "aws/aws-sdk-php": "^3.294.4", "chrisjean/php-ico": "^1.0.4", "cocur/slugify": "^v4.5.1", "codeigniter4/framework": "v4.4.3", "codeigniter4/settings": "v2.1.2", "codeigniter4/shield": "v1.0.0-beta.8", "codeigniter4/tasks": "dev-develop", - "geoip2/geoip2": "v2.13.0", + "geoip2/geoip2": "v3.0.0", "james-heinrich/getid3": "^2.0.0-beta5", "league/commonmark": "^2.4.1", "league/html-to-markdown": "5.1.1", "melbahja/seo": "^v2.1.1", "michalsn/codeigniter4-uuid": "v1.0.2", "mpratt/embera": "^2.0.36", - "opawg/user-agents-php": "^v1.0", + "opawg/user-agents-v2-php": "dev-main", "phpseclib/phpseclib": "~2.0.45", "vlucas/phpdotenv": "v5.6.0", "whichbrowser/parser": "^v2.1.7", "yassinedoghri/podcast-feed": "dev-main" }, "require-dev": { - "captainhook/captainhook": "^5.18.3", - "codeigniter/phpstan-codeigniter": "^v1.4.2", + "captainhook/captainhook": "^5.19.2", + "codeigniter/phpstan-codeigniter": "v1.4.3", "mikey179/vfsstream": "^v1.6.11", "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.46", - "phpunit/phpunit": "^10.4.2", - "rector/rector": "^0.18.11", - "symplify/coding-standard": "^12.0.4", - "symplify/easy-coding-standard": "^12.0.8" + "phpstan/phpstan": "^1.10.50", + "phpunit/phpunit": "^10.5.3", + "rector/rector": "^0.18.13", + "symplify/coding-standard": "^12.0.7", + "symplify/easy-coding-standard": "^12.0.13" }, "autoload": { "exclude-from-classmap": [ @@ -60,8 +60,8 @@ "style:fix": "vendor/bin/ecs check --fix --ansi", "generate:auth-docs": "php spark auth:generate-docs", "post-install-cmd": [ - "@php vendor/opawg/user-agents-php/src/UserAgentsGenerate.php > vendor/opawg/user-agents-php/src/UserAgents.php", - "@php vendor/opawg/user-agents-php/src/UserAgentsRSSGenerate.php > vendor/opawg/user-agents-php/src/UserAgentsRSS.php", + "@php vendor/opawg/user-agents-v2-php/src/UserAgentsGenerate.php > vendor/opawg/user-agents-v2-php/src/UserAgents.php", + "@php vendor/opawg/user-agents-v2-php/src/UserAgentsRSSGenerate.php > vendor/opawg/user-agents-v2-php/src/UserAgentsRSS.php", "@php vendor/adaures/ipcat-php/src/IpDbGenerate.php > vendor/adaures/ipcat-php/src/IpDb.php", "@php vendor/adaures/podcast-persons-taxonomy/src/TaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-en.json > modules/Admin/Language/en/PersonsTaxonomy.php", "@php vendor/adaures/podcast-persons-taxonomy/src/TaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-fr.json > modules/Admin/Language/fr/PersonsTaxonomy.php", @@ -69,8 +69,8 @@ ], "post-update-cmd": [ "@composer dump-autoload", - "@php vendor/opawg/user-agents-php/src/UserAgentsGenerate.php > vendor/opawg/user-agents-php/src/UserAgents.php", - "@php vendor/opawg/user-agents-php/src/UserAgentsRSSGenerate.php > vendor/opawg/user-agents-php/src/UserAgentsRSS.php", + "@php vendor/opawg/user-agents-v2-php/src/UserAgentsGenerate.php > vendor/opawg/user-agents-v2-php/src/UserAgents.php", + "@php vendor/opawg/user-agents-v2-php/src/UserAgentsRSSGenerate.php > vendor/opawg/user-agents-v2-php/src/UserAgentsRSS.php", "@php vendor/adaures/ipcat-php/src/IpDbGenerate.php > vendor/adaures/ipcat-php/src/IpDb.php", "@php vendor/adaures/podcast-persons-taxonomy/src/TaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-en.json > modules/Admin/Language/en/PersonsTaxonomy.php", "@php vendor/adaures/podcast-persons-taxonomy/src/TaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-fr.json > modules/Admin/Language/fr/PersonsTaxonomy.php", diff --git a/composer.lock b/composer.lock index 96580ce2..9618a1d1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "394896879a8bd70127600aaff71249b7", + "content-hash": "52c31397606207e9d7f5f459c9ee9c8e", "packages": [ { "name": "adaures/ipcat-php", @@ -120,16 +120,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.291.0", + "version": "3.294.4", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "c114ca013dd99d79d61914def93ecf80665b6df9" + "reference": "4f59bf50aa445fc3ec0b10648b205dd2465e9bec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/c114ca013dd99d79d61914def93ecf80665b6df9", - "reference": "c114ca013dd99d79d61914def93ecf80665b6df9", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/4f59bf50aa445fc3ec0b10648b205dd2465e9bec", + "reference": "4f59bf50aa445fc3ec0b10648b205dd2465e9bec", "shasum": "" }, "require": { @@ -205,9 +205,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.291.0" + "source": "https://github.com/aws/aws-sdk-php/tree/3.294.4" }, - "time": "2023-11-28T20:23:07+00:00" + "time": "2023-12-20T19:21:19+00:00" }, { "name": "brick/math", @@ -563,12 +563,12 @@ "source": { "type": "git", "url": "https://github.com/codeigniter4/tasks.git", - "reference": "9f7d4e69a1bf5590c333cf178530033aab4ecb9c" + "reference": "f9a94eb7a4817ea74fa0c193626671922d1ac5fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/codeigniter4/tasks/zipball/9f7d4e69a1bf5590c333cf178530033aab4ecb9c", - "reference": "9f7d4e69a1bf5590c333cf178530033aab4ecb9c", + "url": "https://api.github.com/repos/codeigniter4/tasks/zipball/f9a94eb7a4817ea74fa0c193626671922d1ac5fc", + "reference": "f9a94eb7a4817ea74fa0c193626671922d1ac5fc", "shasum": "" }, "require": { @@ -579,7 +579,7 @@ "require-dev": { "codeigniter4/devkit": "^1.0", "codeigniter4/framework": "^4.1", - "rector/rector": "0.18.11" + "rector/rector": "0.18.12" }, "default-branch": true, "type": "library", @@ -637,20 +637,20 @@ "source": "https://github.com/codeigniter4/tasks/tree/develop", "issues": "https://github.com/codeigniter4/tasks/issues" }, - "time": "2023-11-28T12:19:12+00:00" + "time": "2023-12-17T16:05:01+00:00" }, { "name": "composer/ca-bundle", - "version": "1.3.7", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "76e46335014860eec1aa5a724799a00a2e47cc85" + "reference": "b66d11b7479109ab547f9405b97205640b17d385" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/76e46335014860eec1aa5a724799a00a2e47cc85", - "reference": "76e46335014860eec1aa5a724799a00a2e47cc85", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b66d11b7479109ab547f9405b97205640b17d385", + "reference": "b66d11b7479109ab547f9405b97205640b17d385", "shasum": "" }, "require": { @@ -662,7 +662,7 @@ "phpstan/phpstan": "^0.12.55", "psr/log": "^1.0", "symfony/phpunit-bridge": "^4.2 || ^5", - "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "type": "library", "extra": { @@ -689,7 +689,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.3.7" + "source": "https://github.com/composer/ca-bundle/tree/1.4.0" }, "funding": [ { @@ -705,7 +705,7 @@ "type": "tidelift" } ], - "time": "2023-08-30T09:31:38+00:00" + "time": "2023-12-18T12:05:55+00:00" }, { "name": "dflydev/dot-access-data", @@ -777,28 +777,28 @@ }, { "name": "geoip2/geoip2", - "version": "v2.13.0", + "version": "v3.0.0", "source": { "type": "git", "url": "git@github.com:maxmind/GeoIP2-php.git", - "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23" + "reference": "1a802ce9356cdd1c6b681c030fd9563750e11e6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23", - "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23", + "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/1a802ce9356cdd1c6b681c030fd9563750e11e6a", + "reference": "1a802ce9356cdd1c6b681c030fd9563750e11e6a", "shasum": "" }, "require": { "ext-json": "*", - "maxmind-db/reader": "~1.8", + "maxmind-db/reader": "^1.11.1", "maxmind/web-service-common": "~0.8", - "php": ">=7.2" + "php": ">=8.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.*", "phpstan/phpstan": "*", - "phpunit/phpunit": "^8.0 || ^9.0", + "phpunit/phpunit": "^10.0", "squizlabs/php_codesniffer": "3.*" }, "type": "library", @@ -819,7 +819,7 @@ "description": "MaxMind GeoIP2 PHP API", "homepage": "https://github.com/maxmind/GeoIP2-php", "keywords": ["IP", "geoip", "geoip2", "geolocation", "maxmind"], - "time": "2022-08-05T20:32:58+00:00" + "time": "2023-12-04T17:16:34+00:00" }, { "name": "graham-campbell/result-type", @@ -883,16 +883,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.8.0", + "version": "7.8.1", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9" + "reference": "41042bc7ab002487b876a0683fc8dce04ddce104" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9", - "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104", + "reference": "41042bc7ab002487b876a0683fc8dce04ddce104", "shasum": "" }, "require": { @@ -907,11 +907,11 @@ "psr/http-client-implementation": "1.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.1", + "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", "php-http/message-factory": "^1.1", - "phpunit/phpunit": "^8.5.29 || ^9.5.23", + "phpunit/phpunit": "^8.5.36 || ^9.6.15", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { @@ -985,7 +985,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.8.0" + "source": "https://github.com/guzzle/guzzle/tree/7.8.1" }, "funding": [ { @@ -1001,28 +1001,28 @@ "type": "tidelift" } ], - "time": "2023-08-27T10:20:53+00:00" + "time": "2023-12-03T20:35:24+00:00" }, { "name": "guzzlehttp/promises", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "111166291a0f8130081195ac4556a5587d7f1b5d" + "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d", - "reference": "111166291a0f8130081195ac4556a5587d7f1b5d", + "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223", + "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.1", - "phpunit/phpunit": "^8.5.29 || ^9.5.23" + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.36 || ^9.6.15" }, "type": "library", "extra": { @@ -1064,7 +1064,7 @@ "keywords": ["promise"], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.1" + "source": "https://github.com/guzzle/promises/tree/2.0.2" }, "funding": [ { @@ -1080,20 +1080,20 @@ "type": "tidelift" } ], - "time": "2023-08-03T15:11:55+00:00" + "time": "2023-12-03T20:19:20+00:00" }, { "name": "guzzlehttp/psr7", - "version": "2.6.1", + "version": "2.6.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727" + "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727", - "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221", + "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221", "shasum": "" }, "require": { @@ -1107,9 +1107,9 @@ "psr/http-message-implementation": "1.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.1", + "bamarni/composer-bin-plugin": "^1.8.2", "http-interop/http-factory-tests": "^0.9", - "phpunit/phpunit": "^8.5.29 || ^9.5.23" + "phpunit/phpunit": "^8.5.36 || ^9.6.15" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" @@ -1178,7 +1178,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.6.1" + "source": "https://github.com/guzzle/psr7/tree/2.6.2" }, "funding": [ { @@ -1194,7 +1194,7 @@ "type": "tidelift" } ], - "time": "2023-08-27T10:13:57+00:00" + "time": "2023-12-03T20:05:35+00:00" }, { "name": "james-heinrich/getid3", @@ -1595,23 +1595,23 @@ }, { "name": "maxmind-db/reader", - "version": "v1.11.0", + "version": "v1.11.1", "source": { "type": "git", - "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git", - "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b" + "url": "git@github.com:maxmind/MaxMind-DB-Reader-php.git", + "reference": "1e66f73ffcf25e17c7a910a1317e9720a95497c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b", - "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b", + "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/1e66f73ffcf25e17c7a910a1317e9720a95497c7", + "reference": "1e66f73ffcf25e17c7a910a1317e9720a95497c7", "shasum": "" }, "require": { "php": ">=7.2" }, "conflict": { - "ext-maxminddb": "<1.10.1,>=2.0.0" + "ext-maxminddb": "<1.11.1,>=2.0.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.*", @@ -1644,11 +1644,7 @@ "description": "MaxMind DB Reader API", "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php", "keywords": ["database", "geoip", "geoip2", "geolocation", "maxmind"], - "support": { - "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues", - "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.0" - }, - "time": "2021-10-18T15:23:10+00:00" + "time": "2023-12-02T00:09:23+00:00" }, { "name": "maxmind/web-service-common", @@ -2062,23 +2058,24 @@ "time": "2023-07-30T15:38:18+00:00" }, { - "name": "opawg/user-agents-php", - "version": "v1.0", + "name": "opawg/user-agents-v2-php", + "version": "dev-main", "source": { "type": "git", - "url": "https://github.com/opawg/user-agents-php.git", - "reference": "e22c7be05f475b44d0e6ecd76acf1617a2efef85" + "url": "https://github.com/opawg/user-agents-v2-php.git", + "reference": "1b7646bc6e82501c99466fcdef23700604966b97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opawg/user-agents-php/zipball/e22c7be05f475b44d0e6ecd76acf1617a2efef85", - "reference": "e22c7be05f475b44d0e6ecd76acf1617a2efef85", + "url": "https://api.github.com/repos/opawg/user-agents-v2-php/zipball/1b7646bc6e82501c99466fcdef23700604966b97", + "reference": "1b7646bc6e82501c99466fcdef23700604966b97", "shasum": "" }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { - "Opawg\\UserAgentsPhp\\": "src/" + "Opawg\\UserAgentsV2Php\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -2086,16 +2083,17 @@ "authors": [ { "name": "Benjamin Bellamy", - "email": "ben@podlibre.org", - "homepage": "https://podlibre.org/" + "email": "benjamin@castopod.org", + "homepage": "https://castopod.org/" } ], - "description": "PHP implementation for opawg/user-agents.", - "homepage": "https://github.com/opawg/user-agents-php", + "description": "PHP implementation for opawg/user-agents-v2.", + "homepage": "https://github.com/opawg/user-agents-v2-php", "support": { - "source": "https://github.com/opawg/user-agents-php/tree/v1.0" + "issues": "https://github.com/opawg/user-agents-v2-php/issues", + "source": "https://github.com/opawg/user-agents-v2-php/tree/main" }, - "time": "2020-11-28T10:54:05+00:00" + "time": "2023-12-20T16:54:44+00:00" }, { "name": "phpoption/phpoption", @@ -3221,29 +3219,30 @@ "packages-dev": [ { "name": "captainhook/captainhook", - "version": "5.18.3", + "version": "5.19.2", "source": { "type": "git", "url": "https://github.com/captainhookphp/captainhook.git", - "reference": "b7bc503a40ccfe80ea9638e4921b4697669d725f" + "reference": "604bfc55fa40d6fe8c0275ca707ee80920b3b3f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/captainhookphp/captainhook/zipball/b7bc503a40ccfe80ea9638e4921b4697669d725f", - "reference": "b7bc503a40ccfe80ea9638e4921b4697669d725f", + "url": "https://api.github.com/repos/captainhookphp/captainhook/zipball/604bfc55fa40d6fe8c0275ca707ee80920b3b3f1", + "reference": "604bfc55fa40d6fe8c0275ca707ee80920b3b3f1", "shasum": "" }, "require": { + "captainhook/secrets": "^0.9.4", "ext-json": "*", "ext-spl": "*", "ext-xml": "*", - "php": ">=7.4", + "php": ">=8.0", "sebastianfeldmann/camino": "^0.9.2", "sebastianfeldmann/cli": "^3.3", "sebastianfeldmann/git": "^3.9", - "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0", - "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0", - "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0" + "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "replace": { "sebastianfeldmann/captainhook": "*" @@ -3276,7 +3275,7 @@ } ], "description": "PHP git hook manager", - "homepage": "https://github.com/captainhookphp/captainhook", + "homepage": "http://php.captainhook.info/", "keywords": [ "commit-msg", "git", @@ -3288,7 +3287,7 @@ ], "support": { "issues": "https://github.com/captainhookphp/captainhook/issues", - "source": "https://github.com/captainhookphp/captainhook/tree/5.18.3" + "source": "https://github.com/captainhookphp/captainhook/tree/5.19.2" }, "funding": [ { @@ -3296,24 +3295,79 @@ "type": "github" } ], - "time": "2023-11-05T13:56:19+00:00" + "time": "2023-12-18T14:06:12+00:00" }, { - "name": "codeigniter/phpstan-codeigniter", - "version": "v1.4.2.70400", + "name": "captainhook/secrets", + "version": "0.9.5", "source": { "type": "git", - "url": "https://github.com/CodeIgniter/phpstan-codeigniter.git", - "reference": "8aded99455244e5580d71931c38ac8120163f0bf" + "url": "https://github.com/captainhookphp/secrets.git", + "reference": "8aa90d5b9b7892abd11b9da2fc172a7b32b90cbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/CodeIgniter/phpstan-codeigniter/zipball/8aded99455244e5580d71931c38ac8120163f0bf", - "reference": "8aded99455244e5580d71931c38ac8120163f0bf", + "url": "https://api.github.com/repos/captainhookphp/secrets/zipball/8aa90d5b9b7892abd11b9da2fc172a7b32b90cbe", + "reference": "8aa90d5b9b7892abd11b9da2fc172a7b32b90cbe", "shasum": "" }, "require": { - "php": "^7.4 || ^8.0", + "ext-mbstring": "*", + "php": ">=8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "CaptainHook\\Secrets\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": ["MIT"], + "authors": [ + { + "name": "Sebastian Feldmann", + "email": "sf@sebastian-feldmann.info" + } + ], + "description": "Utility classes to detect secrets", + "keywords": [ + "commit-msg", + "keys", + "passwords", + "post-merge", + "prepare-commit-msg", + "secrets", + "tokens" + ], + "support": { + "issues": "https://github.com/captainhookphp/secrets/issues", + "source": "https://github.com/captainhookphp/secrets/tree/0.9.5" + }, + "funding": [ + { + "url": "https://github.com/sponsors/sebastianfeldmann", + "type": "github" + } + ], + "time": "2023-11-30T18:10:18+00:00" + }, + { + "name": "codeigniter/phpstan-codeigniter", + "version": "v1.4.3", + "source": { + "type": "git", + "url": "https://github.com/CodeIgniter/phpstan-codeigniter.git", + "reference": "bff4a7cfe251bb288223e95d6f588e956dfc0a93" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/CodeIgniter/phpstan-codeigniter/zipball/bff4a7cfe251bb288223e95d6f588e956dfc0a93", + "reference": "bff4a7cfe251bb288223e95d6f588e956dfc0a93", + "shasum": "" + }, + "require": { + "codeigniter4/framework": "^4.4", + "php": "^8.1", "phpstan/phpstan": "^1.10" }, "conflict": { @@ -3321,10 +3375,10 @@ }, "require-dev": { "codeigniter/coding-standard": "^1.7", - "codeigniter4/framework": "^4.3", "codeigniter4/shield": "^1.0@beta", "friendsofphp/php-cs-fixer": "^3.20", "nexusphp/cs-config": "^3.12", + "php-parallel-lint/php-parallel-lint": "^1.3", "phpstan/extension-installer": "^1.3", "phpstan/phpstan-deprecation-rules": "^1.1", "phpstan/phpstan-phpunit": "^1.3", @@ -3365,7 +3419,7 @@ "slack": "https://codeigniterchat.slack.com", "source": "https://github.com/CodeIgniter/phpstan-codeigniter" }, - "time": "2023-11-05T10:43:01+00:00" + "time": "2023-12-21T03:39:48+00:00" }, { "name": "composer/pcre", @@ -3568,16 +3622,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.40.0", + "version": "v3.41.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "27d2b3265b5d550ec411b4319967ae7cfddfb2e0" + "reference": "8b6ae8dcbaf23f09680643ab832a4a3a260265f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/27d2b3265b5d550ec411b4319967ae7cfddfb2e0", - "reference": "27d2b3265b5d550ec411b4319967ae7cfddfb2e0", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/8b6ae8dcbaf23f09680643ab832a4a3a260265f6", + "reference": "8b6ae8dcbaf23f09680643ab832a4a3a260265f6", "shasum": "" }, "require": { @@ -3607,8 +3661,6 @@ "php-cs-fixer/accessible-object": "^1.1", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4", - "phpspec/prophecy": "^1.17", - "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.6", "symfony/phpunit-bridge": "^6.3.8 || ^7.0", "symfony/yaml": "^5.4 || ^6.0 || ^7.0" @@ -3645,7 +3697,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.40.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.41.1" }, "funding": [ { @@ -3653,7 +3705,7 @@ "type": "github" } ], - "time": "2023-11-26T09:25:53+00:00" + "time": "2023-12-10T19:59:27+00:00" }, { "name": "mikey179/vfsstream", @@ -3755,16 +3807,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.17.1", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", "shasum": "" }, "require": { @@ -3798,9 +3850,9 @@ "keywords": ["parser", "php"], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" }, - "time": "2023-08-13T19:53:39+00:00" + "time": "2023-12-10T21:03:43+00:00" }, { "name": "phar-io/manifest", @@ -3949,16 +4001,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.46", + "version": "1.10.50", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "90d3d25c5b98b8068916bbf08ce42d5cb6c54e70" + "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/90d3d25c5b98b8068916bbf08ce42d5cb6c54e70", - "reference": "90d3d25c5b98b8068916bbf08ce42d5cb6c54e70", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/06a98513ac72c03e8366b5a0cb00750b487032e4", + "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4", "shasum": "" }, "require": { @@ -3997,20 +4049,20 @@ "type": "tidelift" } ], - "time": "2023-11-28T14:57:26+00:00" + "time": "2023-12-13T10:59:42+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "10.1.9", + "version": "10.1.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "a56a9ab2f680246adcf3db43f38ddf1765774735" + "reference": "599109c8ca6bae97b23482d557d2874c25a65e59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/a56a9ab2f680246adcf3db43f38ddf1765774735", - "reference": "a56a9ab2f680246adcf3db43f38ddf1765774735", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/599109c8ca6bae97b23482d557d2874c25a65e59", + "reference": "599109c8ca6bae97b23482d557d2874c25a65e59", "shasum": "" }, "require": { @@ -4059,7 +4111,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/10.1.9" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.10" }, "funding": [ { @@ -4067,7 +4119,7 @@ "type": "github" } ], - "time": "2023-11-23T12:23:20+00:00" + "time": "2023-12-11T06:28:43+00:00" }, { "name": "phpunit/php-file-iterator", @@ -4289,16 +4341,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.4.2", + "version": "10.5.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1" + "reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cacd8b9dd224efa8eb28beb69004126c7ca1a1a1", - "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6fce887c71076a73f32fd3e0774a6833fc5c7f19", + "reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19", "shasum": "" }, "require": { @@ -4336,7 +4388,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "10.4-dev" + "dev-main": "10.5-dev" } }, "autoload": { @@ -4358,7 +4410,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.3" }, "funding": [ { @@ -4374,7 +4426,7 @@ "type": "tidelift" } ], - "time": "2023-10-26T07:21:45+00:00" + "time": "2023-12-13T07:25:23+00:00" }, { "name": "psr/container", @@ -4429,16 +4481,16 @@ }, { "name": "rector/rector", - "version": "0.18.11", + "version": "0.18.13", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "9621124c860066f56a4ab841349cb7c284edfaee" + "reference": "f8011a76d36aa4f839f60f3b4f97707d97176618" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/9621124c860066f56a4ab841349cb7c284edfaee", - "reference": "9621124c860066f56a4ab841349cb7c284edfaee", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/f8011a76d36aa4f839f60f3b4f97707d97176618", + "reference": "f8011a76d36aa4f839f60f3b4f97707d97176618", "shasum": "" }, "require": { @@ -4462,7 +4514,7 @@ "keywords": ["automation", "dev", "migration", "refactoring"], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.18.11" + "source": "https://github.com/rectorphp/rector/tree/0.18.13" }, "funding": [ { @@ -4470,7 +4522,7 @@ "type": "github" } ], - "time": "2023-11-27T13:27:43+00:00" + "time": "2023-12-20T16:08:01+00:00" }, { "name": "sebastian/cli-parser", @@ -4698,20 +4750,20 @@ }, { "name": "sebastian/complexity", - "version": "3.1.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "68cfb347a44871f01e33ab0ef8215966432f6957" + "reference": "68ff824baeae169ec9f2137158ee529584553799" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68cfb347a44871f01e33ab0ef8215966432f6957", - "reference": "68cfb347a44871f01e33ab0ef8215966432f6957", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799", + "reference": "68ff824baeae169ec9f2137158ee529584553799", "shasum": "" }, "require": { - "nikic/php-parser": "^4.10", + "nikic/php-parser": "^4.18 || ^5.0", "php": ">=8.1" }, "require-dev": { @@ -4720,7 +4772,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.1-dev" + "dev-main": "3.2-dev" } }, "autoload": { @@ -4740,7 +4792,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/complexity/issues", "security": "https://github.com/sebastianbergmann/complexity/security/policy", - "source": "https://github.com/sebastianbergmann/complexity/tree/3.1.0" + "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0" }, "funding": [ { @@ -4748,7 +4800,7 @@ "type": "github" } ], - "time": "2023-09-28T11:50:59+00:00" + "time": "2023-12-21T08:37:17+00:00" }, { "name": "sebastian/diff", @@ -4993,20 +5045,20 @@ }, { "name": "sebastian/lines-of-code", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d" + "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/649e40d279e243d985aa8fb6e74dd5bb28dc185d", - "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0", + "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0", "shasum": "" }, "require": { - "nikic/php-parser": "^4.10", + "nikic/php-parser": "^4.18 || ^5.0", "php": ">=8.1" }, "require-dev": { @@ -5035,7 +5087,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.1" + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2" }, "funding": [ { @@ -5043,7 +5095,7 @@ "type": "github" } ], - "time": "2023-08-31T09:25:50+00:00" + "time": "2023-12-21T08:38:20+00:00" }, { "name": "sebastian/object-enumerator", @@ -5473,16 +5525,16 @@ }, { "name": "symfony/console", - "version": "v6.4.0", + "version": "v6.4.1", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "cd9864b47c367450e14ab32f78fdbf98c44c26b6" + "reference": "a550a7c99daeedef3f9d23fb82e3531525ff11fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/cd9864b47c367450e14ab32f78fdbf98c44c26b6", - "reference": "cd9864b47c367450e14ab32f78fdbf98c44c26b6", + "url": "https://api.github.com/repos/symfony/console/zipball/a550a7c99daeedef3f9d23fb82e3531525ff11fd", + "reference": "a550a7c99daeedef3f9d23fb82e3531525ff11fd", "shasum": "" }, "require": { @@ -5538,7 +5590,7 @@ "homepage": "https://symfony.com", "keywords": ["cli", "command-line", "console", "terminal"], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.0" + "source": "https://github.com/symfony/console/tree/v6.4.1" }, "funding": [ { @@ -5554,7 +5606,7 @@ "type": "tidelift" } ], - "time": "2023-11-20T16:41:16+00:00" + "time": "2023-11-30T10:54:28+00:00" }, { "name": "symfony/event-dispatcher", @@ -6375,16 +6427,16 @@ }, { "name": "symplify/coding-standard", - "version": "12.0.4", + "version": "12.0.7", "source": { "type": "git", "url": "https://github.com/symplify/coding-standard.git", - "reference": "ff41218eb2e3cc4aacbb5d85b3e59f4a17f1842c" + "reference": "199f1e5e2b2bd67eac392ab1d3c6c04bf7ebce3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/coding-standard/zipball/ff41218eb2e3cc4aacbb5d85b3e59f4a17f1842c", - "reference": "ff41218eb2e3cc4aacbb5d85b3e59f4a17f1842c", + "url": "https://api.github.com/repos/symplify/coding-standard/zipball/199f1e5e2b2bd67eac392ab1d3c6c04bf7ebce3c", + "reference": "199f1e5e2b2bd67eac392ab1d3c6c04bf7ebce3c", "shasum": "" }, "require": { @@ -6400,7 +6452,7 @@ "rector/rector": "^0.17.7", "squizlabs/php_codesniffer": "^3.7.2", "symplify/easy-ci": "^11.3", - "symplify/easy-coding-standard": "^12.0.8", + "symplify/easy-coding-standard": "^12.0.11", "symplify/phpstan-extensions": "^11.2", "symplify/rule-doc-generator": "^12.0", "tomasvotruba/class-leak": "^0.2", @@ -6419,7 +6471,7 @@ "description": "Set of Symplify rules for PHP_CodeSniffer and PHP CS Fixer.", "support": { "issues": "https://github.com/symplify/coding-standard/issues", - "source": "https://github.com/symplify/coding-standard/tree/12.0.4" + "source": "https://github.com/symplify/coding-standard/tree/12.0.7" }, "funding": [ { @@ -6431,20 +6483,20 @@ "type": "github" } ], - "time": "2023-11-29T09:22:08+00:00" + "time": "2023-12-07T09:18:34+00:00" }, { "name": "symplify/easy-coding-standard", - "version": "12.0.9", + "version": "12.0.13", "source": { "type": "git", "url": "https://github.com/easy-coding-standard/easy-coding-standard.git", - "reference": "24b7b28c25d698e64496c4d19c798ccd01617c7d" + "reference": "d15707b14d50b7cb6d656f7a7a5e5b9a17099b3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/24b7b28c25d698e64496c4d19c798ccd01617c7d", - "reference": "24b7b28c25d698e64496c4d19c798ccd01617c7d", + "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/d15707b14d50b7cb6d656f7a7a5e5b9a17099b3c", + "reference": "d15707b14d50b7cb6d656f7a7a5e5b9a17099b3c", "shasum": "" }, "require": { @@ -6452,7 +6504,7 @@ }, "conflict": { "friendsofphp/php-cs-fixer": "<3.0", - "squizlabs/php_codesniffer": "<3.6", + "phpcsstandards/php_codesniffer": "<3.6", "symplify/coding-standard": "<11.3" }, "bin": ["bin/ecs"], @@ -6466,7 +6518,7 @@ "keywords": ["Code style", "automation", "fixer", "static analysis"], "support": { "issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues", - "source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/12.0.9" + "source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/12.0.13" }, "funding": [ { @@ -6478,7 +6530,7 @@ "type": "github" } ], - "time": "2023-11-29T09:35:09+00:00" + "time": "2023-12-07T09:18:07+00:00" }, { "name": "symplify/rule-doc-generator-contracts", @@ -6591,6 +6643,7 @@ "codeigniter4/shield": 10, "codeigniter4/tasks": 20, "james-heinrich/getid3": 10, + "opawg/user-agents-v2-php": 20, "yassinedoghri/podcast-feed": 20 }, "prefer-stable": true, @@ -6599,5 +6652,5 @@ "php": "^8.1" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } diff --git a/docker/development/Dockerfile b/docker/development/Dockerfile index 7becf7f1..edb0ac01 100644 --- a/docker/development/Dockerfile +++ b/docker/development/Dockerfile @@ -15,7 +15,7 @@ WORKDIR /castopod COPY --from=composer:2 /usr/bin/composer /usr/bin/composer # Install server requirements -RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \ +RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \ && apt-get update \ && apt-get install --yes --no-install-recommends nodejs \ # gnupg to sign commits with gpg diff --git a/modules/Analytics/Entities/AnalyticsPodcastsByService.php b/modules/Analytics/Entities/AnalyticsPodcastsByService.php index 1acd1050..0b024b96 100644 --- a/modules/Analytics/Entities/AnalyticsPodcastsByService.php +++ b/modules/Analytics/Entities/AnalyticsPodcastsByService.php @@ -13,7 +13,7 @@ declare(strict_types=1); namespace Modules\Analytics\Entities; use CodeIgniter\Entity\Entity; -use Opawg\UserAgentsPhp\UserAgentsRSS; +use Opawg\UserAgentsV2Php\UserAgentsRSS; /** * @property int $podcast_id diff --git a/modules/Analytics/Helpers/analytics_helper.php b/modules/Analytics/Helpers/analytics_helper.php index 3c294c58..da7b2e04 100644 --- a/modules/Analytics/Helpers/analytics_helper.php +++ b/modules/Analytics/Helpers/analytics_helper.php @@ -12,7 +12,7 @@ use AdAures\Ipcat\IpDb; use Config\Services; use GeoIp2\Database\Reader; use Modules\Analytics\Config\Analytics; -use Opawg\UserAgentsPhp\UserAgents; +use Opawg\UserAgentsV2Php\UserAgents; use WhichBrowser\Parser; if (! function_exists('base64_url_encode')) { diff --git a/modules/Auth/Filters/PermissionFilter.php b/modules/Auth/Filters/PermissionFilter.php index 2e65271d..f223789b 100644 --- a/modules/Auth/Filters/PermissionFilter.php +++ b/modules/Auth/Filters/PermissionFilter.php @@ -19,7 +19,8 @@ class PermissionFilter implements FilterInterface { /** * @param string[]|null $arguments - * @return mixed + * + * @return RequestInterface|ResponseInterface|string|void */ public function before(RequestInterface $request, $arguments = null) { @@ -40,7 +41,6 @@ class PermissionFilter implements FilterInterface /** * @param string[]|null $arguments - * @return mixed */ public function after(RequestInterface $request, ResponseInterface $response, $arguments = null): void { diff --git a/package.json b/package.json index 7cdc5e44..eab4930c 100644 --- a/package.json +++ b/package.json @@ -29,15 +29,15 @@ }, "dependencies": { "@amcharts/amcharts4": "^4.10.38", - "@amcharts/amcharts4-geodata": "^4.1.27", + "@amcharts/amcharts4-geodata": "^4.1.28", "@codemirror/commands": "^6.3.2", "@codemirror/lang-xml": "^6.0.2", "@codemirror/language": "^6.9.3", - "@codemirror/state": "^6.3.2", - "@codemirror/view": "^6.22.1", + "@codemirror/state": "^6.3.3", + "@codemirror/view": "^6.22.3", "@floating-ui/dom": "^1.5.3", "@github/clipboard-copy-element": "^1.3.0", - "@github/hotkey": "^2.3.0", + "@github/hotkey": "^3.1.0", "@github/markdown-toolbar-element": "^2.2.1", "@github/relative-time-element": "^4.3.0", "@tailwindcss/nesting": "0.0.0-insiders.565cd3e", @@ -48,49 +48,49 @@ "leaflet": "^1.9.4", "leaflet.markercluster": "^1.5.3", "lit": "^3.1.0", - "marked": "^11.0.0", - "wavesurfer.js": "^7.4.12", + "marked": "^11.1.0", + "wavesurfer.js": "^7.5.3", "xml-formatter": "^3.6.0" }, "devDependencies": { "@commitlint/cli": "^18.4.3", - "@commitlint/config-conventional": "^18.4.2", - "@csstools/css-tokenizer": "^2.2.1", + "@commitlint/config-conventional": "^18.4.3", + "@csstools/css-tokenizer": "^2.2.2", "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@semantic-release/gitlab": "^12.1.1", + "@semantic-release/gitlab": "^13.0.0", "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10", "@types/leaflet": "^1.9.8", - "@typescript-eslint/eslint-plugin": "^6.13.1", - "@typescript-eslint/parser": "^6.13.1", + "@typescript-eslint/eslint-plugin": "^6.15.0", + "@typescript-eslint/parser": "^6.15.0", "all-contributors-cli": "^6.26.1", "commitizen": "^4.3.0", "cross-env": "^7.0.3", - "cssnano": "^6.0.1", + "cssnano": "^6.0.2", "cz-conventional-changelog": "^3.3.0", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-prettier": "^8.10.0", "eslint-plugin-prettier": "^4.2.1", "husky": "^8.0.3", "is-ci": "^3.0.1", - "lint-staged": "^15.1.0", - "postcss": "^8.4.31", + "lint-staged": "^15.2.0", + "postcss": "^8.4.32", "postcss-import": "^15.1.0", - "postcss-nesting": "^12.0.1", + "postcss-nesting": "^12.0.2", "postcss-preset-env": "^9.3.0", "postcss-reporter": "^7.0.5", "prettier": "2.8.8", "prettier-plugin-organize-imports": "^3.2.4", - "semantic-release": "^22.0.8", - "stylelint": "^15.11.0", - "stylelint-config-standard": "^34.0.0", - "svgo": "^3.0.4", - "tailwindcss": "^3.3.5", - "typescript": "^5.3.2", - "vite": "^5.0.4", - "vite-plugin-pwa": "^0.17.2", + "semantic-release": "^22.0.12", + "stylelint": "^16.0.2", + "stylelint-config-standard": "^35.0.0", + "svgo": "^3.1.0", + "tailwindcss": "^3.4.0", + "typescript": "^5.3.3", + "vite": "^5.0.10", + "vite-plugin-pwa": "^0.17.4", "workbox-build": "^7.0.0", "workbox-core": "^7.0.0", "workbox-routing": "^7.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b54c4902..ab6339c1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,23 +9,23 @@ dependencies: specifier: ^4.10.38 version: 4.10.38 "@amcharts/amcharts4-geodata": - specifier: ^4.1.27 - version: 4.1.27 + specifier: ^4.1.28 + version: 4.1.28 "@codemirror/commands": specifier: ^6.3.2 version: 6.3.2 "@codemirror/lang-xml": specifier: ^6.0.2 - version: 6.0.2(@codemirror/view@6.22.1) + version: 6.0.2(@codemirror/view@6.22.3) "@codemirror/language": specifier: ^6.9.3 version: 6.9.3 "@codemirror/state": - specifier: ^6.3.2 - version: 6.3.2 + specifier: ^6.3.3 + version: 6.3.3 "@codemirror/view": - specifier: ^6.22.1 - version: 6.22.1 + specifier: ^6.22.3 + version: 6.22.3 "@floating-ui/dom": specifier: ^1.5.3 version: 1.5.3 @@ -33,8 +33,8 @@ dependencies: specifier: ^1.3.0 version: 1.3.0 "@github/hotkey": - specifier: ^2.3.0 - version: 2.3.0 + specifier: ^3.1.0 + version: 3.1.0 "@github/markdown-toolbar-element": specifier: ^2.2.1 version: 2.2.1 @@ -43,7 +43,7 @@ dependencies: version: 4.3.0 "@tailwindcss/nesting": specifier: 0.0.0-insiders.565cd3e - version: 0.0.0-insiders.565cd3e(postcss@8.4.31) + version: 0.0.0-insiders.565cd3e(postcss@8.4.32) "@vime/core": specifier: ^5.4.1 version: 5.4.1 @@ -66,11 +66,11 @@ dependencies: specifier: ^3.1.0 version: 3.1.0 marked: - specifier: ^11.0.0 - version: 11.0.0 + specifier: ^11.1.0 + version: 11.1.0 wavesurfer.js: - specifier: ^7.4.12 - version: 7.4.12 + specifier: ^7.5.3 + version: 7.5.3 xml-formatter: specifier: ^3.6.0 version: 3.6.0 @@ -78,64 +78,64 @@ dependencies: devDependencies: "@commitlint/cli": specifier: ^18.4.3 - version: 18.4.3(typescript@5.3.2) + version: 18.4.3(typescript@5.3.3) "@commitlint/config-conventional": - specifier: ^18.4.2 - version: 18.4.2 + specifier: ^18.4.3 + version: 18.4.3 "@csstools/css-tokenizer": - specifier: ^2.2.1 - version: 2.2.1 + specifier: ^2.2.2 + version: 2.2.2 "@semantic-release/changelog": specifier: ^6.0.3 - version: 6.0.3(semantic-release@22.0.8) + version: 6.0.3(semantic-release@22.0.12) "@semantic-release/exec": specifier: ^6.0.3 - version: 6.0.3(semantic-release@22.0.8) + version: 6.0.3(semantic-release@22.0.12) "@semantic-release/git": specifier: ^10.0.1 - version: 10.0.1(semantic-release@22.0.8) + version: 10.0.1(semantic-release@22.0.12) "@semantic-release/gitlab": - specifier: ^12.1.1 - version: 12.1.1(semantic-release@22.0.8) + specifier: ^13.0.0 + version: 13.0.0(semantic-release@22.0.12) "@tailwindcss/forms": specifier: ^0.5.7 - version: 0.5.7(tailwindcss@3.3.5) + version: 0.5.7(tailwindcss@3.4.0) "@tailwindcss/typography": specifier: ^0.5.10 - version: 0.5.10(tailwindcss@3.3.5) + version: 0.5.10(tailwindcss@3.4.0) "@types/leaflet": specifier: ^1.9.8 version: 1.9.8 "@typescript-eslint/eslint-plugin": - specifier: ^6.13.1 - version: 6.13.1(@typescript-eslint/parser@6.13.1)(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) "@typescript-eslint/parser": - specifier: ^6.13.1 - version: 6.13.1(eslint@8.54.0)(typescript@5.3.2) + specifier: ^6.15.0 + version: 6.15.0(eslint@8.56.0)(typescript@5.3.3) all-contributors-cli: specifier: ^6.26.1 version: 6.26.1 commitizen: specifier: ^4.3.0 - version: 4.3.0(typescript@5.3.2) + version: 4.3.0(typescript@5.3.3) cross-env: specifier: ^7.0.3 version: 7.0.3 cssnano: - specifier: ^6.0.1 - version: 6.0.1(postcss@8.4.31) + specifier: ^6.0.2 + version: 6.0.2(postcss@8.4.32) cz-conventional-changelog: specifier: ^3.3.0 - version: 3.3.0(typescript@5.3.2) + version: 3.3.0(typescript@5.3.3) eslint: - specifier: ^8.54.0 - version: 8.54.0 + specifier: ^8.56.0 + version: 8.56.0 eslint-config-prettier: specifier: ^8.10.0 - version: 8.10.0(eslint@8.54.0) + version: 8.10.0(eslint@8.56.0) eslint-plugin-prettier: specifier: ^4.2.1 - version: 4.2.1(eslint-config-prettier@8.10.0)(eslint@8.54.0)(prettier@2.8.8) + version: 4.2.1(eslint-config-prettier@8.10.0)(eslint@8.56.0)(prettier@2.8.8) husky: specifier: ^8.0.3 version: 8.0.3 @@ -143,53 +143,53 @@ devDependencies: specifier: ^3.0.1 version: 3.0.1 lint-staged: - specifier: ^15.1.0 - version: 15.1.0 + specifier: ^15.2.0 + version: 15.2.0 postcss: - specifier: ^8.4.31 - version: 8.4.31 + specifier: ^8.4.32 + version: 8.4.32 postcss-import: specifier: ^15.1.0 - version: 15.1.0(postcss@8.4.31) + version: 15.1.0(postcss@8.4.32) postcss-nesting: - specifier: ^12.0.1 - version: 12.0.1(postcss@8.4.31) + specifier: ^12.0.2 + version: 12.0.2(postcss@8.4.32) postcss-preset-env: specifier: ^9.3.0 - version: 9.3.0(postcss@8.4.31) + version: 9.3.0(postcss@8.4.32) postcss-reporter: specifier: ^7.0.5 - version: 7.0.5(postcss@8.4.31) + version: 7.0.5(postcss@8.4.32) prettier: specifier: 2.8.8 version: 2.8.8 prettier-plugin-organize-imports: specifier: ^3.2.4 - version: 3.2.4(prettier@2.8.8)(typescript@5.3.2) + version: 3.2.4(prettier@2.8.8)(typescript@5.3.3) semantic-release: - specifier: ^22.0.8 - version: 22.0.8 + specifier: ^22.0.12 + version: 22.0.12(typescript@5.3.3) stylelint: - specifier: ^15.11.0 - version: 15.11.0 + specifier: ^16.0.2 + version: 16.0.2(typescript@5.3.3) stylelint-config-standard: - specifier: ^34.0.0 - version: 34.0.0(stylelint@15.11.0) + specifier: ^35.0.0 + version: 35.0.0(stylelint@16.0.2) svgo: - specifier: ^3.0.4 - version: 3.0.4 + specifier: ^3.1.0 + version: 3.1.0 tailwindcss: - specifier: ^3.3.5 - version: 3.3.5 + specifier: ^3.4.0 + version: 3.4.0 typescript: - specifier: ^5.3.2 - version: 5.3.2 + specifier: ^5.3.3 + version: 5.3.3 vite: - specifier: ^5.0.4 - version: 5.0.4(@types/node@18.18.9) + specifier: ^5.0.10 + version: 5.0.10(@types/node@18.18.9) vite-plugin-pwa: - specifier: ^0.17.2 - version: 0.17.2(vite@5.0.4)(workbox-build@7.0.0)(workbox-window@7.0.0) + specifier: ^0.17.4 + version: 0.17.4(vite@5.0.10)(workbox-build@7.0.0)(workbox-window@7.0.0) workbox-build: specifier: ^7.0.0 version: 7.0.0 @@ -220,10 +220,10 @@ packages: engines: { node: ">=10" } dev: true - /@amcharts/amcharts4-geodata@4.1.27: + /@amcharts/amcharts4-geodata@4.1.28: resolution: { - integrity: sha512-e0nO0nxU5EmXdYaM0Bma1fvoohbIT0paTmusQy2b8BHCJgtAVjoq1JHhwUWqjt87aLDomgqwghumLr+nsawqvQ==, + integrity: sha512-qJ113Zlxava1lyL+F5G+PRDRqF4clA+oUKcBS1jvtU0oqUgAKsdg3sanfO1mwsJyM1xeBuRnkMr+mM6uoMD3wQ==, } dev: false @@ -373,7 +373,7 @@ packages: dependencies: "@babel/compat-data": 7.22.9 "@babel/helper-validator-option": 7.22.5 - browserslist: 4.21.10 + browserslist: 4.22.1 lru-cache: 5.1.1 semver: 6.3.1 dev: true @@ -495,7 +495,7 @@ packages: "@babel/helper-module-imports": 7.22.5 "@babel/helper-simple-access": 7.22.5 "@babel/helper-split-export-declaration": 7.22.6 - "@babel/helper-validator-identifier": 7.22.5 + "@babel/helper-validator-identifier": 7.22.20 dev: true /@babel/helper-optimise-call-expression@7.22.5: @@ -1272,7 +1272,7 @@ packages: "@babel/helper-hoist-variables": 7.22.5 "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.11) "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-identifier": 7.22.5 + "@babel/helper-validator-identifier": 7.22.20 dev: true /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.11): @@ -1739,7 +1739,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/code-frame": 7.22.10 + "@babel/code-frame": 7.22.13 "@babel/parser": 7.22.11 "@babel/types": 7.22.11 dev: true @@ -1751,7 +1751,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/code-frame": 7.22.10 + "@babel/code-frame": 7.22.13 "@babel/generator": 7.22.10 "@babel/helper-environment-visitor": 7.22.5 "@babel/helper-function-name": 7.22.5 @@ -1773,11 +1773,11 @@ packages: engines: { node: ">=6.9.0" } dependencies: "@babel/helper-string-parser": 7.22.5 - "@babel/helper-validator-identifier": 7.22.5 + "@babel/helper-validator-identifier": 7.22.20 to-fast-properties: 2.0.0 dev: true - /@codemirror/autocomplete@6.9.0(@codemirror/language@6.9.3)(@codemirror/state@6.3.2)(@codemirror/view@6.22.1)(@lezer/common@1.0.4): + /@codemirror/autocomplete@6.9.0(@codemirror/language@6.9.3)(@codemirror/state@6.3.3)(@codemirror/view@6.22.3)(@lezer/common@1.0.4): resolution: { integrity: sha512-Fbwm0V/Wn3BkEJZRhr0hi5BhCo5a7eBL6LYaliPjOSwCyfOpnjXY59HruSxOUNV+1OYer0Tgx1zRNQttjXyDog==, @@ -1789,12 +1789,12 @@ packages: "@lezer/common": ^1.0.0 dependencies: "@codemirror/language": 6.9.3 - "@codemirror/state": 6.3.2 - "@codemirror/view": 6.22.1 + "@codemirror/state": 6.3.3 + "@codemirror/view": 6.22.3 "@lezer/common": 1.0.4 dev: false - /@codemirror/autocomplete@6.9.0(@codemirror/language@6.9.3)(@codemirror/state@6.3.2)(@codemirror/view@6.22.1)(@lezer/common@1.1.1): + /@codemirror/autocomplete@6.9.0(@codemirror/language@6.9.3)(@codemirror/state@6.3.3)(@codemirror/view@6.22.3)(@lezer/common@1.1.1): resolution: { integrity: sha512-Fbwm0V/Wn3BkEJZRhr0hi5BhCo5a7eBL6LYaliPjOSwCyfOpnjXY59HruSxOUNV+1OYer0Tgx1zRNQttjXyDog==, @@ -1806,8 +1806,8 @@ packages: "@lezer/common": ^1.0.0 dependencies: "@codemirror/language": 6.9.3 - "@codemirror/state": 6.3.2 - "@codemirror/view": 6.22.1 + "@codemirror/state": 6.3.3 + "@codemirror/view": 6.22.3 "@lezer/common": 1.1.1 dev: false @@ -1818,20 +1818,20 @@ packages: } dependencies: "@codemirror/language": 6.9.3 - "@codemirror/state": 6.3.2 - "@codemirror/view": 6.22.1 + "@codemirror/state": 6.3.3 + "@codemirror/view": 6.22.3 "@lezer/common": 1.1.1 dev: false - /@codemirror/lang-xml@6.0.2(@codemirror/view@6.22.1): + /@codemirror/lang-xml@6.0.2(@codemirror/view@6.22.3): resolution: { integrity: sha512-JQYZjHL2LAfpiZI2/qZ/qzDuSqmGKMwyApYmEUUCTxLM4MWS7sATUEfIguZQr9Zjx/7gcdnewb039smF6nC2zw==, } dependencies: - "@codemirror/autocomplete": 6.9.0(@codemirror/language@6.9.3)(@codemirror/state@6.3.2)(@codemirror/view@6.22.1)(@lezer/common@1.0.4) + "@codemirror/autocomplete": 6.9.0(@codemirror/language@6.9.3)(@codemirror/state@6.3.3)(@codemirror/view@6.22.3)(@lezer/common@1.0.4) "@codemirror/language": 6.9.3 - "@codemirror/state": 6.3.2 + "@codemirror/state": 6.3.3 "@lezer/common": 1.0.4 "@lezer/xml": 1.0.2 transitivePeerDependencies: @@ -1844,8 +1844,8 @@ packages: integrity: sha512-qq48pYzoi6ldYWV/52+Z9Ou6QouVI+8YwvxFbUypI33NbjG2UeRHKENRyhwljTTiOqjQ33FjyZj6EREQ9apAOQ==, } dependencies: - "@codemirror/state": 6.3.2 - "@codemirror/view": 6.22.1 + "@codemirror/state": 6.3.3 + "@codemirror/view": 6.22.3 "@lezer/common": 1.1.1 "@lezer/highlight": 1.1.6 "@lezer/lr": 1.3.10 @@ -1858,8 +1858,8 @@ packages: integrity: sha512-6VZ44Ysh/Zn07xrGkdtNfmHCbGSHZzFBdzWi0pbd7chAQ/iUcpLGX99NYRZTa7Ugqg4kEHCqiHhcZnH0gLIgSg==, } dependencies: - "@codemirror/state": 6.3.2 - "@codemirror/view": 6.22.1 + "@codemirror/state": 6.3.3 + "@codemirror/view": 6.22.3 crelt: 1.0.6 dev: false @@ -1869,25 +1869,25 @@ packages: integrity: sha512-4jupk4JwkeVbrN2pStY74q6OJEYqwosB4koA66nyLeVedadtX9MHI38j2vbYmnfDGurDApP3OZO46MrWalcjiQ==, } dependencies: - "@codemirror/state": 6.3.2 - "@codemirror/view": 6.22.1 + "@codemirror/state": 6.3.3 + "@codemirror/view": 6.22.3 crelt: 1.0.6 dev: false - /@codemirror/state@6.3.2: + /@codemirror/state@6.3.3: resolution: { - integrity: sha512-5jEikOfU0r9y+OTlZn5AEQB15mibu3deLBUp+GnLzVUNezEEuPt/JdSeniQNi+0YviblAvOPO2JQAlgJ3SYYaA==, + integrity: sha512-0wufKcTw2dEwEaADajjHf6hBy1sh3M6V0e+q4JKIhLuiMSe5td5HOWpUdvKth1fT1M9VYOboajoBHpkCd7PG7A==, } dev: false - /@codemirror/view@6.22.1: + /@codemirror/view@6.22.3: resolution: { - integrity: sha512-38BRn1nPqZqiHbmWfI8zri23IbRVbmSpSmh1E/Ysvc+lIGGdBC17K8zlK7ZU6fhfy9x4De9Zyj5JQqScPq5DkA==, + integrity: sha512-rqnq+Zospwoi3x1vZ8BGV1MlRsaGljX+6qiGYmIpJ++M+LCC+wjfDaPklhwpWSgv7pr/qx29KiAKQBH5+DOn4w==, } dependencies: - "@codemirror/state": 6.3.2 + "@codemirror/state": 6.3.3 style-mod: 4.1.0 w3c-keyname: 2.2.8 dev: false @@ -1902,7 +1902,7 @@ packages: dev: true optional: true - /@commitlint/cli@18.4.3(typescript@5.3.2): + /@commitlint/cli@18.4.3(typescript@5.3.3): resolution: { integrity: sha512-zop98yfB3A6NveYAZ3P1Mb6bIXuCeWgnUfVNkH4yhIMQpQfzFwseadazOuSn0OOfTt0lWuFauehpm9GcqM5lww==, @@ -1912,7 +1912,7 @@ packages: dependencies: "@commitlint/format": 18.4.3 "@commitlint/lint": 18.4.3 - "@commitlint/load": 18.4.3(typescript@5.3.2) + "@commitlint/load": 18.4.3(typescript@5.3.3) "@commitlint/read": 18.4.3 "@commitlint/types": 18.4.3 execa: 5.1.1 @@ -1924,35 +1924,23 @@ packages: - typescript dev: true - /@commitlint/config-conventional@18.4.2: + /@commitlint/config-conventional@18.4.3: resolution: { - integrity: sha512-qFjIqgKGV89lzUGHxanq2WJDXk5wZIxoZmZvf0I4i4CirL06Xj8qRh1shPsXNyI15d8Rj2HExww6cGJSFU9DdA==, + integrity: sha512-729eRRaNta7JZF07qf6SAGSghoDEp9mH7yHU0m7ff0q89W97wDrWCyZ3yoV3mcQJwbhlmVmZPTkPcm7qiAu8WA==, } engines: { node: ">=v18" } dependencies: conventional-changelog-conventionalcommits: 7.0.2 dev: true - /@commitlint/config-validator@18.4.0: - resolution: - { - integrity: sha512-1y6qHMU3o4cYQSK+Y9EnmH6H1GRiwQGjnLIUOIKlekrmfc8MrMk1ByNmb8od4vK3qHJAaL/77/5n+1uyyIF5dA==, - } - engines: { node: ">=v18" } - requiresBuild: true - dependencies: - "@commitlint/types": 18.4.0 - ajv: 8.12.0 - dev: true - optional: true - /@commitlint/config-validator@18.4.3: resolution: { integrity: sha512-FPZZmTJBARPCyef9ohRC9EANiQEKSWIdatx5OlgeHKu878dWwpyeFauVkhzuBRJFcCA4Uvz/FDtlDKs008IHcA==, } engines: { node: ">=v18" } + requiresBuild: true dependencies: "@commitlint/types": 18.4.3 ajv: 8.12.0 @@ -1973,22 +1961,13 @@ packages: lodash.upperfirst: 4.3.1 dev: true - /@commitlint/execute-rule@18.4.0: - resolution: - { - integrity: sha512-g013SWki6ZWhURBLOSXTaVQGWHdA0QlPJGiW4a+YpThezmJOemvc4LiKVpn13AjSKQ40QnmBqpBrxujOaSo+3A==, - } - engines: { node: ">=v18" } - requiresBuild: true - dev: true - optional: true - /@commitlint/execute-rule@18.4.3: resolution: { integrity: sha512-t7FM4c+BdX9WWZCPrrbV5+0SWLgT3kCq7e7/GhHCreYifg3V8qyvO127HF796vyFql75n4TFF+5v1asOOWkV1Q==, } engines: { node: ">=v18" } + requiresBuild: true dev: true /@commitlint/format@18.4.3: @@ -2026,37 +2005,13 @@ packages: "@commitlint/types": 18.4.3 dev: true - /@commitlint/load@18.4.2(typescript@5.3.2): - resolution: - { - integrity: sha512-CKmzXdF9XwZJoVijAqpUlV9qzZOkyiYni4KuSCtTZVAAVudi9H84cJ4FqZxSwEP9G21vmoJiNrW8G042AsduVg==, - } - engines: { node: ">=v18" } - requiresBuild: true - dependencies: - "@commitlint/config-validator": 18.4.0 - "@commitlint/execute-rule": 18.4.0 - "@commitlint/resolve-extends": 18.4.0 - "@commitlint/types": 18.4.0 - "@types/node": 18.18.9 - chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.3.2) - cosmiconfig-typescript-loader: 5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.3.2) - lodash.isplainobject: 4.0.6 - lodash.merge: 4.6.2 - lodash.uniq: 4.5.0 - resolve-from: 5.0.0 - transitivePeerDependencies: - - typescript - dev: true - optional: true - - /@commitlint/load@18.4.3(typescript@5.3.2): + /@commitlint/load@18.4.3(typescript@5.3.3): resolution: { integrity: sha512-v6j2WhvRQJrcJaj5D+EyES2WKTxPpxENmNpNG3Ww8MZGik3jWRXtph0QTzia5ZJyPh2ib5aC/6BIDymkUUM58Q==, } engines: { node: ">=v18" } + requiresBuild: true dependencies: "@commitlint/config-validator": 18.4.3 "@commitlint/execute-rule": 18.4.3 @@ -2064,8 +2019,8 @@ packages: "@commitlint/types": 18.4.3 "@types/node": 18.18.9 chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.3.2) - cosmiconfig-typescript-loader: 5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.3.2) + cosmiconfig: 8.3.6(typescript@5.3.3) + cosmiconfig-typescript-loader: 5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.3.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -2108,29 +2063,13 @@ packages: minimist: 1.2.8 dev: true - /@commitlint/resolve-extends@18.4.0: - resolution: - { - integrity: sha512-qhgU6ach+S6sJMD9NjCYiEycOObGhxzWQLQzqlScJCv9zkPs15Bg0ffLXTQ3z7ipXv46XEKYMnSJzjLRw2Tlkg==, - } - engines: { node: ">=v18" } - requiresBuild: true - dependencies: - "@commitlint/config-validator": 18.4.0 - "@commitlint/types": 18.4.0 - import-fresh: 3.3.0 - lodash.mergewith: 4.6.2 - resolve-from: 5.0.0 - resolve-global: 1.0.0 - dev: true - optional: true - /@commitlint/resolve-extends@18.4.3: resolution: { integrity: sha512-30sk04LZWf8+SDgJrbJCjM90gTg2LxsD9cykCFeFu+JFHvBFq5ugzp2eO/DJGylAdVaqxej3c7eTSE64hR/lnw==, } engines: { node: ">=v18" } + requiresBuild: true dependencies: "@commitlint/config-validator": 18.4.3 "@commitlint/types": 18.4.3 @@ -2172,18 +2111,6 @@ packages: find-up: 5.0.0 dev: true - /@commitlint/types@18.4.0: - resolution: - { - integrity: sha512-MKeaFxt0I9fhqUb2E+YIzX/gZtmkuodJET/XKiZIMvXUff8Ee4Ih86eLg+yAm2jf1pwGBmU02uNOp0y094w2Uw==, - } - engines: { node: ">=v18" } - requiresBuild: true - dependencies: - chalk: 4.1.2 - dev: true - optional: true - /@commitlint/types@18.4.3: resolution: { @@ -2194,7 +2121,7 @@ packages: chalk: 4.1.2 dev: true - /@csstools/cascade-layer-name-parser@1.0.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1): + /@csstools/cascade-layer-name-parser@1.0.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2): resolution: { integrity: sha512-v/5ODKNBMfBl0us/WQjlfsvSlYxfZLhNMVIsuCPib2ulTwGKYbKJbwqw671+qH9Y4wvWVnu7LBChvml/wBKjFg==, @@ -2204,8 +2131,8 @@ packages: "@csstools/css-parser-algorithms": ^2.3.2 "@csstools/css-tokenizer": ^2.2.1 dependencies: - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 dev: true /@csstools/color-helpers@3.0.2: @@ -2216,7 +2143,7 @@ packages: engines: { node: ^14 || ^16 || >=18 } dev: true - /@csstools/css-calc@1.1.4(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1): + /@csstools/css-calc@1.1.4(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2): resolution: { integrity: sha512-ZV1TSmToiNcQL1P3hfzlzZzA02mmVkVmXGaUDUqpYUG84PmLhVSZpKX+KfxAuOcK7de04UXSQPBrAvaya6iiGg==, @@ -2226,11 +2153,11 @@ packages: "@csstools/css-parser-algorithms": ^2.3.2 "@csstools/css-tokenizer": ^2.2.1 dependencies: - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 dev: true - /@csstools/css-color-parser@1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1): + /@csstools/css-color-parser@1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2): resolution: { integrity: sha512-SlGd8E6ron24JYQPQAIzu5tvmWi1H4sDKTdA7UDnwF45oJv7AVESbOlOO1YjfBhrQFuvLWUgKiOY9DwGoAxwTA==, @@ -2241,24 +2168,12 @@ packages: "@csstools/css-tokenizer": ^2.2.1 dependencies: "@csstools/color-helpers": 3.0.2 - "@csstools/css-calc": 1.1.4(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 + "@csstools/css-calc": 1.1.4(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 dev: true - /@csstools/css-parser-algorithms@2.3.1(@csstools/css-tokenizer@2.2.1): - resolution: - { - integrity: sha512-xrvsmVUtefWMWQsGgFffqWSK03pZ1vfDki4IVIIUxxDKnGBzqNgv0A7SB1oXtVNEkcVO8xi1ZrTL29HhSu5kGA==, - } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - "@csstools/css-tokenizer": ^2.2.0 - dependencies: - "@csstools/css-tokenizer": 2.2.1 - dev: true - - /@csstools/css-parser-algorithms@2.3.2(@csstools/css-tokenizer@2.2.1): + /@csstools/css-parser-algorithms@2.3.2(@csstools/css-tokenizer@2.2.2): resolution: { integrity: sha512-sLYGdAdEY2x7TSw9FtmdaTrh2wFtRJO5VMbBrA8tEqEod7GEggFmxTSK9XqExib3yMuYNcvcTdCZIP6ukdjAIA==, @@ -2267,32 +2182,18 @@ packages: peerDependencies: "@csstools/css-tokenizer": ^2.2.1 dependencies: - "@csstools/css-tokenizer": 2.2.1 + "@csstools/css-tokenizer": 2.2.2 dev: true - /@csstools/css-tokenizer@2.2.1: + /@csstools/css-tokenizer@2.2.2: resolution: { - integrity: sha512-Zmsf2f/CaEPWEVgw29odOj+WEVoiJy9s9NOv5GgNY9mZ1CZ7394By6wONrONrTsnNDv6F9hR02nvFihrGVGHBg==, + integrity: sha512-wCDUe/MAw7npAHFLyW3QjSyLA66S5QFaV1jIXlNQvdJ8RzXDSgALa49eWcUO6P55ARQaz0TsDdAgdRgkXFYY8g==, } engines: { node: ^14 || ^16 || >=18 } dev: true - /@csstools/media-query-list-parser@2.1.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.1): - resolution: - { - integrity: sha512-V/OUXYX91tAC1CDsiY+HotIcJR+vPtzrX8pCplCpT++i8ThZZsq5F5dzZh/bDM3WUOjrvC1ljed1oSJxMfjqhw==, - } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - "@csstools/css-parser-algorithms": ^2.3.1 - "@csstools/css-tokenizer": ^2.2.0 - dependencies: - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - dev: true - - /@csstools/media-query-list-parser@2.1.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1): + /@csstools/media-query-list-parser@2.1.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2): resolution: { integrity: sha512-IxVBdYzR8pYe89JiyXQuYk4aVVoCPhMJkz6ElRwlVysjwURTsTk/bmY/z4FfeRE+CRBMlykPwXEVUg8lThv7AQ==, @@ -2302,11 +2203,11 @@ packages: "@csstools/css-parser-algorithms": ^2.3.2 "@csstools/css-tokenizer": ^2.2.1 dependencies: - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 dev: true - /@csstools/postcss-cascade-layers@4.0.1(postcss@8.4.31): + /@csstools/postcss-cascade-layers@4.0.1(postcss@8.4.32): resolution: { integrity: sha512-UYFuFL9GgVnftg9v7tBvVEBRLaBeAD66euD+yYy5fYCUld9ZIWTJNCE30hm6STMEdt6FL5xzeVw1lAZ1tpvUEg==, @@ -2316,11 +2217,11 @@ packages: postcss: ^8.4 dependencies: "@csstools/selector-specificity": 3.0.0(postcss-selector-parser@6.0.13) - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /@csstools/postcss-color-function@3.0.7(postcss@8.4.31): + /@csstools/postcss-color-function@3.0.7(postcss@8.4.32): resolution: { integrity: sha512-/PIB20G1TPCXmQlaJLWIYzTZRZpj6csT4ijgnshIj/kcmniIRroAfDa0xSWnfuO1eNo0NptIaPU7jzUukWn55Q==, @@ -2329,14 +2230,14 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.31) - postcss: 8.4.31 + "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.32) + postcss: 8.4.32 dev: true - /@csstools/postcss-color-mix-function@2.0.7(postcss@8.4.31): + /@csstools/postcss-color-mix-function@2.0.7(postcss@8.4.32): resolution: { integrity: sha512-57/g8aGo5eKFjEeJMiRKh8Qq43K2rCyk5ZZTvJ34TNl4zUtYU5DvLkIkOnhCtL8/a4z9oMA42aOnFPddRrScUQ==, @@ -2345,14 +2246,14 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.31) - postcss: 8.4.31 + "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.32) + postcss: 8.4.32 dev: true - /@csstools/postcss-exponential-functions@1.0.1(postcss@8.4.31): + /@csstools/postcss-exponential-functions@1.0.1(postcss@8.4.32): resolution: { integrity: sha512-ZLK2iSK4DUxeypGce2PnQSdYugUqDTwxnhNiq1o6OyKMNYgYs4eKbvEhFG8JKr1sJWbeqBi5jRr0017l2EWVvg==, @@ -2361,13 +2262,13 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-calc": 1.1.4(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - postcss: 8.4.31 + "@csstools/css-calc": 1.1.4(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + postcss: 8.4.32 dev: true - /@csstools/postcss-font-format-keywords@3.0.0(postcss@8.4.31): + /@csstools/postcss-font-format-keywords@3.0.0(postcss@8.4.32): resolution: { integrity: sha512-ntkGj+1uDa/u6lpjPxnkPcjJn7ChO/Kcy08YxctOZI7vwtrdYvFhmE476dq8bj1yna306+jQ9gzXIG/SWfOaRg==, @@ -2376,11 +2277,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-gamut-mapping@1.0.0(postcss@8.4.31): + /@csstools/postcss-gamut-mapping@1.0.0(postcss@8.4.32): resolution: { integrity: sha512-6UQyK8l9YaG5Ao5rBDcCnKHrLsHiQ1E0zeFQuqDJqEtinVzAPb/MwSw3TenZXL1Rnd7th3tb+4CBFHBXdW5tbQ==, @@ -2389,13 +2290,13 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - postcss: 8.4.31 + "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + postcss: 8.4.32 dev: true - /@csstools/postcss-gradients-interpolation-method@4.0.7(postcss@8.4.31): + /@csstools/postcss-gradients-interpolation-method@4.0.7(postcss@8.4.32): resolution: { integrity: sha512-GT1CzE/Tyr/ei4j5BwKESkHAgg+Gzys/0mAY7W+UiR+XrcYk5hDbOrE/YJIx1rflfO/7La1bDoZtA0YnLl4qNA==, @@ -2404,14 +2305,14 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.31) - postcss: 8.4.31 + "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.32) + postcss: 8.4.32 dev: true - /@csstools/postcss-hwb-function@3.0.6(postcss@8.4.31): + /@csstools/postcss-hwb-function@3.0.6(postcss@8.4.32): resolution: { integrity: sha512-uQgWt2Ho2yy2S6qthWY7mD5v57NKxi6dD1NB8nAybU5bJSsm+hLXRGm3/zbOH4xNrqO3Cl60DFSNlSrUME3Xjg==, @@ -2420,13 +2321,13 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - postcss: 8.4.31 + "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + postcss: 8.4.32 dev: true - /@csstools/postcss-ic-unit@3.0.2(postcss@8.4.31): + /@csstools/postcss-ic-unit@3.0.2(postcss@8.4.32): resolution: { integrity: sha512-n28Er7W9qc48zNjJnvTKuVHY26/+6YlA9WzJRksIHiAWOMxSH5IksXkw7FpkIOd+jLi59BMrX/BWrZMgjkLBHg==, @@ -2435,12 +2336,12 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.31) - postcss: 8.4.31 + "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.32) + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-initial@1.0.0(postcss@8.4.31): + /@csstools/postcss-initial@1.0.0(postcss@8.4.32): resolution: { integrity: sha512-1l7iHHjIl5qmVeGItugr4ZOlCREDP71mNKqoEyxlosIoiu3Os1nPWMHpuCvDLCLiWI/ONTOg3nzJh7gwHOrqUA==, @@ -2449,10 +2350,10 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /@csstools/postcss-is-pseudo-class@4.0.3(postcss@8.4.31): + /@csstools/postcss-is-pseudo-class@4.0.3(postcss@8.4.32): resolution: { integrity: sha512-/dt5M9Ty/x3Yiq0Nm/5PJJzwkVFchJgdjKVnryBPtoMCb9ohb/nDIJOwr/Wr3hK3FDs1EA1GE6PyRYsUmQPS8Q==, @@ -2462,11 +2363,11 @@ packages: postcss: ^8.4 dependencies: "@csstools/selector-specificity": 3.0.0(postcss-selector-parser@6.0.13) - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /@csstools/postcss-logical-float-and-clear@2.0.0(postcss@8.4.31): + /@csstools/postcss-logical-float-and-clear@2.0.0(postcss@8.4.32): resolution: { integrity: sha512-Wki4vxsF6icRvRz8eF9bPpAvwaAt0RHwhVOyzfoFg52XiIMjb6jcbHkGxwpJXP4DVrnFEwpwmrz5aTRqOW82kg==, @@ -2475,10 +2376,10 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /@csstools/postcss-logical-overflow@1.0.0(postcss@8.4.31): + /@csstools/postcss-logical-overflow@1.0.0(postcss@8.4.32): resolution: { integrity: sha512-cIrZ8f7bGGvr+W53nEuMspcwaeaI2YTmz6LZ4yiAO5z14/PQgOOv+Pn+qjvPOPoadeY2BmpaoTzZKvdAQuM17w==, @@ -2487,10 +2388,10 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /@csstools/postcss-logical-overscroll-behavior@1.0.0(postcss@8.4.31): + /@csstools/postcss-logical-overscroll-behavior@1.0.0(postcss@8.4.32): resolution: { integrity: sha512-e89S2LWjnxf0SB2wNUAbqDyFb/Fow/tlOe1XqOLbNx4rf3LrQokM9qldVx7sarnddml3ORE5LDUmlKpPOOeJTA==, @@ -2499,10 +2400,10 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /@csstools/postcss-logical-resize@2.0.0(postcss@8.4.31): + /@csstools/postcss-logical-resize@2.0.0(postcss@8.4.32): resolution: { integrity: sha512-lCQ1aX8c5+WI4t5EoYf3alTzJNNocMqTb+u1J9CINdDhFh1fjovqK+0aHalUHsNstZmzFPNzIkU4Mb3eM9U8SA==, @@ -2511,11 +2412,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-logical-viewport-units@2.0.3(postcss@8.4.31): + /@csstools/postcss-logical-viewport-units@2.0.3(postcss@8.4.32): resolution: { integrity: sha512-xeVxqND5rlQyqLGdH7rX34sIm/JbbQKxpKQP8oD1YQqUHHCLQR9NUS57WqJKajxKN6AcNAMWJhb5LUH5RfPcyA==, @@ -2524,11 +2425,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-tokenizer": 2.2.1 - postcss: 8.4.31 + "@csstools/css-tokenizer": 2.2.2 + postcss: 8.4.32 dev: true - /@csstools/postcss-media-minmax@1.1.0(postcss@8.4.31): + /@csstools/postcss-media-minmax@1.1.0(postcss@8.4.32): resolution: { integrity: sha512-t5Li/DPC5QmW/6VFLfUvsw/4dNYYseWR0tOXDeJg/9EKUodBgNawz5tuk5vYKtNvoj+Q08odMuXcpS5YJj0AFA==, @@ -2537,14 +2438,14 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-calc": 1.1.4(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - "@csstools/media-query-list-parser": 2.1.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - postcss: 8.4.31 + "@csstools/css-calc": 1.1.4(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + "@csstools/media-query-list-parser": 2.1.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + postcss: 8.4.32 dev: true - /@csstools/postcss-media-queries-aspect-ratio-number-values@2.0.3(postcss@8.4.31): + /@csstools/postcss-media-queries-aspect-ratio-number-values@2.0.3(postcss@8.4.32): resolution: { integrity: sha512-IPL8AvnwMYW+cWtp+j8cW3MFN0RyXNT4hLOvs6Rf2N+NcbvXhSyKxZuE3W9Cv4KjaNoNoGx1d0UhT6tktq6tUw==, @@ -2553,13 +2454,13 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - "@csstools/media-query-list-parser": 2.1.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - postcss: 8.4.31 + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + "@csstools/media-query-list-parser": 2.1.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + postcss: 8.4.32 dev: true - /@csstools/postcss-nested-calc@3.0.0(postcss@8.4.31): + /@csstools/postcss-nested-calc@3.0.0(postcss@8.4.32): resolution: { integrity: sha512-HsB66aDWAouOwD/GcfDTS0a7wCuVWaTpXcjl5VKP0XvFxDiU+r0T8FG7xgb6ovZNZ+qzvGIwRM+CLHhDgXrYgQ==, @@ -2568,11 +2469,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-normalize-display-values@3.0.1(postcss@8.4.31): + /@csstools/postcss-normalize-display-values@3.0.1(postcss@8.4.32): resolution: { integrity: sha512-nUvRxI+ALJwkxZdPU4EDyuM380vP91sAGvI3jAOHs/sr3jfcCOzLkY6xKI1Mr526kZ3RivmMoYM/xq+XFyE/bw==, @@ -2581,11 +2482,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-oklab-function@3.0.7(postcss@8.4.31): + /@csstools/postcss-oklab-function@3.0.7(postcss@8.4.32): resolution: { integrity: sha512-vBFTQD3CARB3u/XIGO44wWbcO7xG/4GsYqJlcPuUGRSK8mtxes6n4vvNFlIByyAZy2k4d4RY63nyvTbMpeNTaQ==, @@ -2594,14 +2495,14 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.31) - postcss: 8.4.31 + "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.32) + postcss: 8.4.32 dev: true - /@csstools/postcss-progressive-custom-properties@3.0.2(postcss@8.4.31): + /@csstools/postcss-progressive-custom-properties@3.0.2(postcss@8.4.32): resolution: { integrity: sha512-YEvTozk1SxnV/PGL5DllBVDuLQ+jiQhyCSQiZJ6CwBMU5JQ9hFde3i1qqzZHuclZfptjrU0JjlX4ePsOhxNzHw==, @@ -2610,11 +2511,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-relative-color-syntax@2.0.7(postcss@8.4.31): + /@csstools/postcss-relative-color-syntax@2.0.7(postcss@8.4.32): resolution: { integrity: sha512-2AiFbJSVF4EyymLxme4JzSrbXykHolx8DdZECHjYKMhoulhKLltx5ccYgtrK3BmXGd3v3nJrWFCc8JM8bjuiOg==, @@ -2623,14 +2524,14 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.31) - postcss: 8.4.31 + "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.32) + postcss: 8.4.32 dev: true - /@csstools/postcss-scope-pseudo-class@3.0.0(postcss@8.4.31): + /@csstools/postcss-scope-pseudo-class@3.0.0(postcss@8.4.32): resolution: { integrity: sha512-GFNVsD97OuEcfHmcT0/DAZWAvTM/FFBDQndIOLawNc1Wq8YqpZwBdHa063Lq+Irk7azygTT+Iinyg3Lt76p7rg==, @@ -2639,11 +2540,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /@csstools/postcss-stepped-value-functions@3.0.2(postcss@8.4.31): + /@csstools/postcss-stepped-value-functions@3.0.2(postcss@8.4.32): resolution: { integrity: sha512-I3wX44MZVv+tDuWfrd3BTvRB/YRIM2F5v1MBtTI89sxpFn47mNpTwpPYUOGPVCgKlRDfZSlxIUYhUQmqRQZZFQ==, @@ -2652,13 +2553,13 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-calc": 1.1.4(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - postcss: 8.4.31 + "@csstools/css-calc": 1.1.4(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + postcss: 8.4.32 dev: true - /@csstools/postcss-text-decoration-shorthand@3.0.3(postcss@8.4.31): + /@csstools/postcss-text-decoration-shorthand@3.0.3(postcss@8.4.32): resolution: { integrity: sha512-d5J9m49HhqXRcw1S6vTZuviHi/iknUKGjBpChiNK1ARg9sSa3b8m5lsWz5Izs8ISORZdv2bZRwbw5Z2R6gQ9kQ==, @@ -2668,11 +2569,11 @@ packages: postcss: ^8.4 dependencies: "@csstools/color-helpers": 3.0.2 - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-trigonometric-functions@3.0.2(postcss@8.4.31): + /@csstools/postcss-trigonometric-functions@3.0.2(postcss@8.4.32): resolution: { integrity: sha512-AwzNhF4QOKaLOKvMljwwFkeYXwufhRO15G+kKohHkyoNOL75xWkN+W2Y9ik9tSeAyDv+cYNlYaF+o/a79WjVjg==, @@ -2681,13 +2582,13 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-calc": 1.1.4(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - postcss: 8.4.31 + "@csstools/css-calc": 1.1.4(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + postcss: 8.4.32 dev: true - /@csstools/postcss-unset-value@3.0.0(postcss@8.4.31): + /@csstools/postcss-unset-value@3.0.0(postcss@8.4.32): resolution: { integrity: sha512-P0JD1WHh3avVyKKRKjd0dZIjCEeaBer8t1BbwGMUDtSZaLhXlLNBqZ8KkqHzYWXOJgHleXAny2/sx8LYl6qhEA==, @@ -2696,7 +2597,7 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true /@csstools/selector-specificity@3.0.0(postcss-selector-parser@6.0.13): @@ -2711,6 +2612,18 @@ packages: postcss-selector-parser: 6.0.13 dev: true + /@csstools/selector-specificity@3.0.1(postcss-selector-parser@6.0.13): + resolution: + { + integrity: sha512-NPljRHkq4a14YzZ3YD406uaxh7s0g6eAq3L9aLOWywoqe8PkYamAvtsh7KNX6c++ihDrJ0RiU+/z7rGnhlZ5ww==, + } + engines: { node: ^14 || ^16 || >=18 } + peerDependencies: + postcss-selector-parser: ^6.0.13 + dependencies: + postcss-selector-parser: 6.0.13 + dev: true + /@esbuild/android-arm64@0.19.5: resolution: { @@ -2975,7 +2888,7 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.54.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.56.0): resolution: { integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==, @@ -2984,7 +2897,7 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.54.0 + eslint: 8.56.0 eslint-visitor-keys: 3.4.3 dev: true @@ -2996,10 +2909,10 @@ packages: engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } dev: true - /@eslint/eslintrc@2.1.3: + /@eslint/eslintrc@2.1.4: resolution: { - integrity: sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==, + integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: @@ -3016,10 +2929,10 @@ packages: - supports-color dev: true - /@eslint/js@8.54.0: + /@eslint/js@8.56.0: resolution: { - integrity: sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==, + integrity: sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true @@ -3105,10 +3018,10 @@ packages: } dev: false - /@github/hotkey@2.3.0: + /@github/hotkey@3.1.0: resolution: { - integrity: sha512-XVvFrubecf1VPofEiVJMZ60fye+EegbB/+ZSuieFihZ3xMTD0NYNrd3n+RHAA9W1gUNl2Yuyj1alrAp+2tmISw==, + integrity: sha512-Lj9QjYa+b+Nk5U1nZtlXLdx3HI8/EeM6ZNwBjpYcGVYqpwHdM2ScRH0p7+5zh28JG6SPbTM9+Rb1dFd742qMTw==, } dev: false @@ -3658,7 +3571,7 @@ packages: dev: true optional: true - /@semantic-release/changelog@6.0.3(semantic-release@22.0.8): + /@semantic-release/changelog@6.0.3(semantic-release@22.0.12): resolution: { integrity: sha512-dZuR5qByyfe3Y03TpmCvAxCyTnp7r5XwtHRf/8vD9EAn4ZWbavUX8adMtXYzE86EVh0gyLA7lm5yW4IV30XUag==, @@ -3671,10 +3584,10 @@ packages: aggregate-error: 3.1.0 fs-extra: 11.1.1 lodash: 4.17.21 - semantic-release: 22.0.8 + semantic-release: 22.0.12(typescript@5.3.3) dev: true - /@semantic-release/commit-analyzer@11.1.0(semantic-release@22.0.8): + /@semantic-release/commit-analyzer@11.1.0(semantic-release@22.0.12): resolution: { integrity: sha512-cXNTbv3nXR2hlzHjAMgbuiQVtvWHTlwwISt60B+4NZv01y/QRY7p2HcJm8Eh2StzcTJoNnflvKjHH/cjFS7d5g==, @@ -3690,7 +3603,7 @@ packages: import-from-esm: 1.3.1 lodash-es: 4.17.21 micromatch: 4.0.5 - semantic-release: 22.0.8 + semantic-release: 22.0.12(typescript@5.3.3) transitivePeerDependencies: - supports-color dev: true @@ -3711,7 +3624,7 @@ packages: engines: { node: ">=18" } dev: true - /@semantic-release/exec@6.0.3(semantic-release@22.0.8): + /@semantic-release/exec@6.0.3(semantic-release@22.0.12): resolution: { integrity: sha512-bxAq8vLOw76aV89vxxICecEa8jfaWwYITw6X74zzlO0mc/Bgieqx9kBRz9z96pHectiTAtsCwsQcUyLYWnp3VQ==, @@ -3726,12 +3639,12 @@ packages: execa: 5.1.1 lodash: 4.17.21 parse-json: 5.2.0 - semantic-release: 22.0.8 + semantic-release: 22.0.12(typescript@5.3.3) transitivePeerDependencies: - supports-color dev: true - /@semantic-release/git@10.0.1(semantic-release@22.0.8): + /@semantic-release/git@10.0.1(semantic-release@22.0.12): resolution: { integrity: sha512-eWrx5KguUcU2wUPaO6sfvZI0wPafUKAMNC18aXY4EnNcrZL86dEmpNVnC9uMpGZkmZJ9EfCVJBQx4pV4EMGT1w==, @@ -3748,12 +3661,12 @@ packages: lodash: 4.17.21 micromatch: 4.0.5 p-reduce: 2.1.0 - semantic-release: 22.0.8 + semantic-release: 22.0.12(typescript@5.3.3) transitivePeerDependencies: - supports-color dev: true - /@semantic-release/github@9.0.4(semantic-release@22.0.8): + /@semantic-release/github@9.0.4(semantic-release@22.0.12): resolution: { integrity: sha512-kQCGFAsBErvCR6hzNuzu63cj4erQN2krm9zQlg8vl4j5X0mL0d/Ras0wmL5Gkr1TuSS2lweME7M4J5zvtDDDSA==, @@ -3777,18 +3690,18 @@ packages: lodash-es: 4.17.21 mime: 3.0.0 p-filter: 3.0.0 - semantic-release: 22.0.8 + semantic-release: 22.0.12(typescript@5.3.3) url-join: 5.0.0 transitivePeerDependencies: - supports-color dev: true - /@semantic-release/gitlab@12.1.1(semantic-release@22.0.8): + /@semantic-release/gitlab@13.0.0(semantic-release@22.0.12): resolution: { - integrity: sha512-vM8mqMmegRJB4+9MJCYeCt5Gn4C2rpF0bNOzKOHq1IaI4FleIV5sss0fn55jVCuVVztTnoPQylnti5Tkdg3uaw==, + integrity: sha512-76EAVOWHz2m17H0oUzZxC6hvrVmHNE0fzwbrgz7s/NhtUdJeqrO0v1n4SrnJTu3oqKZnZze1hhzvXJUp//rutA==, } - engines: { node: ">=18" } + engines: { node: ">=20.8.1" } peerDependencies: semantic-release: ">=20.1.0" dependencies: @@ -3797,20 +3710,20 @@ packages: debug: 4.3.4 dir-glob: 3.0.1 escape-string-regexp: 5.0.0 - form-data: 4.0.0 + formdata-node: 6.0.3 fs-extra: 11.1.1 globby: 14.0.0 got: 13.0.0 hpagent: 1.2.0 lodash-es: 4.17.21 parse-url: 8.1.0 - semantic-release: 22.0.8 + semantic-release: 22.0.12(typescript@5.3.3) url-join: 4.0.1 transitivePeerDependencies: - supports-color dev: true - /@semantic-release/npm@11.0.1(semantic-release@22.0.8): + /@semantic-release/npm@11.0.1(semantic-release@22.0.12): resolution: { integrity: sha512-nFcT0pgVwpXsPkzjqP3ObH+pILeN1AbYscCDuYwgZEPZukL+RsGhrtdT4HA1Gjb/y1bVbE90JNtMIcgRi5z/Fg==, @@ -3830,12 +3743,12 @@ packages: rc: 1.2.8 read-pkg: 9.0.0 registry-auth-token: 5.0.2 - semantic-release: 22.0.8 + semantic-release: 22.0.12(typescript@5.3.3) semver: 7.5.4 tempy: 3.1.0 dev: true - /@semantic-release/release-notes-generator@12.1.0(semantic-release@22.0.8): + /@semantic-release/release-notes-generator@12.1.0(semantic-release@22.0.12): resolution: { integrity: sha512-g6M9AjUKAZUZnxaJZnouNBeDNTCUrJ5Ltj+VJ60gJeDaRRahcHsry9HW8yKrnKkKNkx5lbWiEP1FPMqVNQz8Kg==, @@ -3854,7 +3767,7 @@ packages: into-stream: 7.0.0 lodash-es: 4.17.21 read-pkg-up: 11.0.0 - semantic-release: 22.0.8 + semantic-release: 22.0.12(typescript@5.3.3) transitivePeerDependencies: - supports-color dev: true @@ -3914,7 +3827,7 @@ packages: defer-to-connect: 2.0.1 dev: true - /@tailwindcss/forms@0.5.7(tailwindcss@3.3.5): + /@tailwindcss/forms@0.5.7(tailwindcss@3.4.0): resolution: { integrity: sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw==, @@ -3923,10 +3836,10 @@ packages: tailwindcss: ">=3.0.0 || >= 3.0.0-alpha.1" dependencies: mini-svg-data-uri: 1.4.4 - tailwindcss: 3.3.5 + tailwindcss: 3.4.0 dev: true - /@tailwindcss/nesting@0.0.0-insiders.565cd3e(postcss@8.4.31): + /@tailwindcss/nesting@0.0.0-insiders.565cd3e(postcss@8.4.32): resolution: { integrity: sha512-WhHoFBx19TnH/c+xLwT/sxei6+4RpdfiyG3MYXfmLaMsADmVqBkF7B6lDalgZD9YdM459MF7DtxVbWkOrV7IaQ==, @@ -3934,11 +3847,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 - postcss-nested: 5.0.6(postcss@8.4.31) + postcss: 8.4.32 + postcss-nested: 5.0.6(postcss@8.4.32) dev: false - /@tailwindcss/typography@0.5.10(tailwindcss@3.3.5): + /@tailwindcss/typography@0.5.10(tailwindcss@3.4.0): resolution: { integrity: sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==, @@ -3950,7 +3863,7 @@ packages: lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 postcss-selector-parser: 6.0.10 - tailwindcss: 3.3.5 + tailwindcss: 3.4.0 dev: true /@trysound/sax@0.2.0: @@ -4017,6 +3930,7 @@ packages: { integrity: sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==, } + requiresBuild: true dependencies: undici-types: 5.26.5 dev: true @@ -4057,10 +3971,10 @@ packages: integrity: sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==, } - /@typescript-eslint/eslint-plugin@6.13.1(@typescript-eslint/parser@6.13.1)(eslint@8.54.0)(typescript@5.3.2): + /@typescript-eslint/eslint-plugin@6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3): resolution: { - integrity: sha512-5bQDGkXaxD46bPvQt08BUz9YSaO4S0fB1LB5JHQuXTfkGPI3+UUeS387C/e9jRie5GqT8u5kFTrMvAjtX4O5kA==, + integrity: sha512-j5qoikQqPccq9QoBAupOP+CBu8BaJ8BLjaXSioDISeTZkVO3ig7oSIKh3H+rEpee7xCXtWwSB4KIL5l6hWZzpg==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: @@ -4072,27 +3986,27 @@ packages: optional: true dependencies: "@eslint-community/regexpp": 4.8.0 - "@typescript-eslint/parser": 6.13.1(eslint@8.54.0)(typescript@5.3.2) - "@typescript-eslint/scope-manager": 6.13.1 - "@typescript-eslint/type-utils": 6.13.1(eslint@8.54.0)(typescript@5.3.2) - "@typescript-eslint/utils": 6.13.1(eslint@8.54.0)(typescript@5.3.2) - "@typescript-eslint/visitor-keys": 6.13.1 + "@typescript-eslint/parser": 6.15.0(eslint@8.56.0)(typescript@5.3.3) + "@typescript-eslint/scope-manager": 6.15.0 + "@typescript-eslint/type-utils": 6.15.0(eslint@8.56.0)(typescript@5.3.3) + "@typescript-eslint/utils": 6.15.0(eslint@8.56.0)(typescript@5.3.3) + "@typescript-eslint/visitor-keys": 6.15.0 debug: 4.3.4 - eslint: 8.54.0 + eslint: 8.56.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 semver: 7.5.4 - ts-api-utils: 1.0.2(typescript@5.3.2) - typescript: 5.3.2 + ts-api-utils: 1.0.2(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@6.13.1(eslint@8.54.0)(typescript@5.3.2): + /@typescript-eslint/parser@6.15.0(eslint@8.56.0)(typescript@5.3.3): resolution: { - integrity: sha512-fs2XOhWCzRhqMmQf0eicLa/CWSaYss2feXsy7xBD/pLyWke/jCIVc2s1ikEAtSW7ina1HNhv7kONoEfVNEcdDQ==, + integrity: sha512-MkgKNnsjC6QwcMdlNAel24jjkEO/0hQaMDLqP4S9zq5HBAUJNQB6y+3DwLjX7b3l2b37eNAxMPLwb3/kh8VKdA==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: @@ -4102,32 +4016,32 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/scope-manager": 6.13.1 - "@typescript-eslint/types": 6.13.1 - "@typescript-eslint/typescript-estree": 6.13.1(typescript@5.3.2) - "@typescript-eslint/visitor-keys": 6.13.1 + "@typescript-eslint/scope-manager": 6.15.0 + "@typescript-eslint/types": 6.15.0 + "@typescript-eslint/typescript-estree": 6.15.0(typescript@5.3.3) + "@typescript-eslint/visitor-keys": 6.15.0 debug: 4.3.4 - eslint: 8.54.0 - typescript: 5.3.2 + eslint: 8.56.0 + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager@6.13.1: + /@typescript-eslint/scope-manager@6.15.0: resolution: { - integrity: sha512-BW0kJ7ceiKi56GbT2KKzZzN+nDxzQK2DS6x0PiSMPjciPgd/JRQGMibyaN2cPt2cAvuoH0oNvn2fwonHI+4QUQ==, + integrity: sha512-+BdvxYBltqrmgCNu4Li+fGDIkW9n//NrruzG9X1vBzaNK+ExVXPoGB71kneaVw/Jp+4rH/vaMAGC6JfMbHstVg==, } engines: { node: ^16.0.0 || >=18.0.0 } dependencies: - "@typescript-eslint/types": 6.13.1 - "@typescript-eslint/visitor-keys": 6.13.1 + "@typescript-eslint/types": 6.15.0 + "@typescript-eslint/visitor-keys": 6.15.0 dev: true - /@typescript-eslint/type-utils@6.13.1(eslint@8.54.0)(typescript@5.3.2): + /@typescript-eslint/type-utils@6.15.0(eslint@8.56.0)(typescript@5.3.3): resolution: { - integrity: sha512-A2qPlgpxx2v//3meMqQyB1qqTg1h1dJvzca7TugM3Yc2USDY+fsRBiojAEo92HO7f5hW5mjAUF6qobOPzlBCBQ==, + integrity: sha512-CnmHKTfX6450Bo49hPg2OkIm/D/TVYV7jO1MCfPYGwf6x3GO0VU8YMO5AYMn+u3X05lRRxA4fWCz87GFQV6yVQ==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: @@ -4137,28 +4051,28 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/typescript-estree": 6.13.1(typescript@5.3.2) - "@typescript-eslint/utils": 6.13.1(eslint@8.54.0)(typescript@5.3.2) + "@typescript-eslint/typescript-estree": 6.15.0(typescript@5.3.3) + "@typescript-eslint/utils": 6.15.0(eslint@8.56.0)(typescript@5.3.3) debug: 4.3.4 - eslint: 8.54.0 - ts-api-utils: 1.0.2(typescript@5.3.2) - typescript: 5.3.2 + eslint: 8.56.0 + ts-api-utils: 1.0.2(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types@6.13.1: + /@typescript-eslint/types@6.15.0: resolution: { - integrity: sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==, + integrity: sha512-yXjbt//E4T/ee8Ia1b5mGlbNj9fB9lJP4jqLbZualwpP2BCQ5is6BcWwxpIsY4XKAhmdv3hrW92GdtJbatC6dQ==, } engines: { node: ^16.0.0 || >=18.0.0 } dev: true - /@typescript-eslint/typescript-estree@6.13.1(typescript@5.3.2): + /@typescript-eslint/typescript-estree@6.15.0(typescript@5.3.3): resolution: { - integrity: sha512-sBLQsvOC0Q7LGcUHO5qpG1HxRgePbT6wwqOiGLpR8uOJvPJbfs0mW3jPA3ujsDvfiVwVlWUDESNXv44KtINkUQ==, + integrity: sha512-7mVZJN7Hd15OmGuWrp2T9UvqR2Ecg+1j/Bp1jXUEY2GZKV6FXlOIoqVDmLpBiEiq3katvj/2n2mR0SDwtloCew==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: @@ -4167,48 +4081,48 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/types": 6.13.1 - "@typescript-eslint/visitor-keys": 6.13.1 + "@typescript-eslint/types": 6.15.0 + "@typescript-eslint/visitor-keys": 6.15.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.4 - ts-api-utils: 1.0.2(typescript@5.3.2) - typescript: 5.3.2 + ts-api-utils: 1.0.2(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@6.13.1(eslint@8.54.0)(typescript@5.3.2): + /@typescript-eslint/utils@6.15.0(eslint@8.56.0)(typescript@5.3.3): resolution: { - integrity: sha512-ouPn/zVoan92JgAegesTXDB/oUp6BP1v8WpfYcqh649ejNc9Qv+B4FF2Ff626kO1xg0wWwwG48lAJ4JuesgdOw==, + integrity: sha512-eF82p0Wrrlt8fQSRL0bGXzK5nWPRV2dYQZdajcfzOD9+cQz9O7ugifrJxclB+xVOvWvagXfqS4Es7vpLP4augw==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.54.0) + "@eslint-community/eslint-utils": 4.4.0(eslint@8.56.0) "@types/json-schema": 7.0.12 "@types/semver": 7.5.0 - "@typescript-eslint/scope-manager": 6.13.1 - "@typescript-eslint/types": 6.13.1 - "@typescript-eslint/typescript-estree": 6.13.1(typescript@5.3.2) - eslint: 8.54.0 + "@typescript-eslint/scope-manager": 6.15.0 + "@typescript-eslint/types": 6.15.0 + "@typescript-eslint/typescript-estree": 6.15.0(typescript@5.3.3) + eslint: 8.56.0 semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys@6.13.1: + /@typescript-eslint/visitor-keys@6.15.0: resolution: { - integrity: sha512-NDhQUy2tg6XGNBGDRm1XybOHSia8mcXmlbKWoQP+nm1BIIMxa55shyJfZkHpEBN62KNPLrocSM2PdPcaLgDKMQ==, + integrity: sha512-1zvtdC1a9h5Tb5jU9x3ADNXO9yjP8rXlaoChu0DQX40vf5ACVpYIVIZhIMZ6d5sDXH7vq4dsZBT1fEGj8D2n2w==, } engines: { node: ^16.0.0 || >=18.0.0 } dependencies: - "@typescript-eslint/types": 6.13.1 + "@typescript-eslint/types": 6.15.0 eslint-visitor-keys: 3.4.3 dev: true @@ -4404,16 +4318,6 @@ packages: type-fest: 0.21.3 dev: true - /ansi-escapes@5.0.0: - resolution: - { - integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==, - } - engines: { node: ">=12" } - dependencies: - type-fest: 1.4.0 - dev: true - /ansi-escapes@6.2.0: resolution: { @@ -4603,13 +4507,6 @@ packages: } dev: true - /asynckit@0.4.0: - resolution: - { - integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==, - } - dev: true - /at-least-node@1.0.0: resolution: { @@ -4618,7 +4515,7 @@ packages: engines: { node: ">= 4.0.0" } dev: true - /autoprefixer@10.4.16(postcss@8.4.31): + /autoprefixer@10.4.16(postcss@8.4.32): resolution: { integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==, @@ -4633,7 +4530,7 @@ packages: fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true @@ -4828,20 +4725,6 @@ packages: browser-resolve: 1.11.3 dev: false - /browserslist@4.21.10: - resolution: - { - integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==, - } - engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } - hasBin: true - dependencies: - caniuse-lite: 1.0.30001523 - electron-to-chromium: 1.4.503 - node-releases: 2.0.13 - update-browserslist-db: 1.0.11(browserslist@4.21.10) - dev: true - /browserslist@4.22.1: resolution: { @@ -4957,19 +4840,6 @@ packages: quick-lru: 4.0.1 dev: true - /camelcase-keys@7.0.2: - resolution: - { - integrity: sha512-Rjs1H+A9R+Ig+4E/9oyB66UC5Mj9Xq3N//vcLf2WzgdTi/3gUu3Z9KoqmlrEG4VuuLK8wJHofxzdQXz/knhiYg==, - } - engines: { node: ">=12" } - dependencies: - camelcase: 6.3.0 - map-obj: 4.3.0 - quick-lru: 5.1.1 - type-fest: 1.4.0 - dev: true - /camelcase@5.3.1: resolution: { @@ -4978,33 +4848,18 @@ packages: engines: { node: ">=6" } dev: true - /camelcase@6.3.0: - resolution: - { - integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==, - } - engines: { node: ">=10" } - dev: true - /caniuse-api@3.0.0: resolution: { integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==, } dependencies: - browserslist: 4.21.10 - caniuse-lite: 1.0.30001523 + browserslist: 4.22.1 + caniuse-lite: 1.0.30001562 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true - /caniuse-lite@1.0.30001523: - resolution: - { - integrity: sha512-I5q5cisATTPZ1mc588Z//pj/Ox80ERYDfR71YnvY7raS/NOk8xXlZcB0sF7JdqaV//kOaa6aus7lRfpdnt1eBA==, - } - dev: true - /caniuse-lite@1.0.30001562: resolution: { @@ -5174,15 +5029,15 @@ packages: "@colors/colors": 1.5.0 dev: true - /cli-truncate@3.1.0: + /cli-truncate@4.0.0: resolution: { - integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==, + integrity: sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==, } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + engines: { node: ">=18" } dependencies: slice-ansi: 5.0.0 - string-width: 5.1.2 + string-width: 7.0.0 dev: true /cli-width@3.0.0: @@ -5229,13 +5084,13 @@ packages: integrity: sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==, } dependencies: - "@codemirror/autocomplete": 6.9.0(@codemirror/language@6.9.3)(@codemirror/state@6.3.2)(@codemirror/view@6.22.1)(@lezer/common@1.1.1) + "@codemirror/autocomplete": 6.9.0(@codemirror/language@6.9.3)(@codemirror/state@6.3.3)(@codemirror/view@6.22.3)(@lezer/common@1.1.1) "@codemirror/commands": 6.3.2 "@codemirror/language": 6.9.3 "@codemirror/lint": 6.4.0 "@codemirror/search": 6.5.1 - "@codemirror/state": 6.3.2 - "@codemirror/view": 6.22.1 + "@codemirror/state": 6.3.3 + "@codemirror/view": 6.22.3 transitivePeerDependencies: - "@lezer/common" dev: false @@ -5287,16 +5142,6 @@ packages: } dev: true - /combined-stream@1.0.8: - resolution: - { - integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==, - } - engines: { node: ">= 0.8" } - dependencies: - delayed-stream: 1.0.0 - dev: true - /commander@11.1.0: resolution: { @@ -5327,7 +5172,7 @@ packages: } engines: { node: ">= 10" } - /commitizen@4.3.0(typescript@5.3.2): + /commitizen@4.3.0(typescript@5.3.3): resolution: { integrity: sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==, @@ -5336,7 +5181,7 @@ packages: hasBin: true dependencies: cachedir: 2.3.0 - cz-conventional-changelog: 3.3.0(typescript@5.3.2) + cz-conventional-changelog: 3.3.0(typescript@5.3.3) dedent: 0.7.0 detect-indent: 6.1.0 find-node-modules: 2.1.3 @@ -5478,7 +5323,7 @@ packages: integrity: sha512-GSvKDv4wE0bPnQtjklV101juQ85g6H3rm5PDP20mqlS5j0kXF3pP97YvAu5hl+uFHqMictp3b2VxOHljWMAtuA==, } dependencies: - browserslist: 4.21.10 + browserslist: 4.22.1 dev: true /core-js@3.32.1: @@ -5495,37 +5340,25 @@ packages: integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==, } - /cosmiconfig-typescript-loader@5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.3.2): + /cosmiconfig-typescript-loader@5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.3.3): resolution: { integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==, } engines: { node: ">=v16" } + requiresBuild: true peerDependencies: "@types/node": "*" cosmiconfig: ">=8.2" typescript: ">=4" dependencies: "@types/node": 18.18.9 - cosmiconfig: 8.3.6(typescript@5.3.2) + cosmiconfig: 8.3.6(typescript@5.3.3) jiti: 1.19.3 - typescript: 5.3.2 + typescript: 5.3.3 dev: true - /cosmiconfig@8.2.0: - resolution: - { - integrity: sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==, - } - engines: { node: ">=14" } - dependencies: - import-fresh: 3.3.0 - js-yaml: 4.1.0 - parse-json: 5.2.0 - path-type: 4.0.0 - dev: true - - /cosmiconfig@8.3.6(typescript@5.3.2): + /cosmiconfig@8.3.6(typescript@5.3.3): resolution: { integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==, @@ -5541,7 +5374,26 @@ packages: js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 - typescript: 5.3.2 + typescript: 5.3.3 + dev: true + + /cosmiconfig@9.0.0(typescript@5.3.3): + resolution: + { + integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==, + } + engines: { node: ">=14" } + peerDependencies: + typescript: ">=4.9.5" + peerDependenciesMeta: + typescript: + optional: true + dependencies: + env-paths: 2.2.1 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + parse-json: 5.2.0 + typescript: 5.3.3 dev: true /crelt@1.0.6: @@ -5599,7 +5451,7 @@ packages: type-fest: 1.4.0 dev: true - /css-blank-pseudo@6.0.0(postcss@8.4.31): + /css-blank-pseudo@6.0.0(postcss@8.4.32): resolution: { integrity: sha512-VbfLlOWO7sBHBTn6pwDQzc07Z0SDydgDBfNfCE0nvrehdBNv9RKsuupIRa/qal0+fBZhAALyQDPMKz5lnvcchw==, @@ -5608,20 +5460,20 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /css-declaration-sorter@6.4.1(postcss@8.4.31): + /css-declaration-sorter@7.1.1(postcss@8.4.32): resolution: { - integrity: sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==, + integrity: sha512-dZ3bVTEEc1vxr3Bek9vGwfB5Z6ESPULhcRvO472mfjVnj8jRcTnKO8/JTczlvxM10Myb+wBM++1MtdO76eWcaQ==, } - engines: { node: ^10 || ^12 || >=14 } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true /css-functions-list@3.2.1: @@ -5632,7 +5484,7 @@ packages: engines: { node: ">=12 || >=16" } dev: true - /css-has-pseudo@6.0.0(postcss@8.4.31): + /css-has-pseudo@6.0.0(postcss@8.4.32): resolution: { integrity: sha512-X+r+JBuoO37FBOWVNhVJhxtSBUFHgHbrcc0CjFT28JEdOw1qaDwABv/uunyodUuSy2hMPe9j/HjssxSlvUmKjg==, @@ -5642,12 +5494,12 @@ packages: postcss: ^8.4 dependencies: "@csstools/selector-specificity": 3.0.0(postcss-selector-parser@6.0.13) - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 dev: true - /css-prefers-color-scheme@9.0.0(postcss@8.4.31): + /css-prefers-color-scheme@9.0.0(postcss@8.4.32): resolution: { integrity: sha512-03QGAk/FXIRseDdLb7XAiu6gidQ0Nd8945xuM7VFVPpc6goJsG9uIO8xQjTxwbPdPIIV4o4AJoOJyt8gwDl67g==, @@ -5656,7 +5508,7 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true /css-select@5.1.0: @@ -5717,71 +5569,71 @@ packages: engines: { node: ">=4" } hasBin: true - /cssnano-preset-default@6.0.1(postcss@8.4.31): + /cssnano-preset-default@6.0.2(postcss@8.4.32): resolution: { - integrity: sha512-7VzyFZ5zEB1+l1nToKyrRkuaJIx0zi/1npjvZfbBwbtNTzhLtlvYraK/7/uqmX2Wb2aQtd983uuGw79jAjLSuQ==, + integrity: sha512-VnZybFeZ63AiVqIUNlxqMxpj9VU8B5j0oKgP7WyVt/7mkyf97KsYkNzsPTV/RVmy54Pg7cBhOK4WATbdCB44gw==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - css-declaration-sorter: 6.4.1(postcss@8.4.31) - cssnano-utils: 4.0.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-calc: 9.0.1(postcss@8.4.31) - postcss-colormin: 6.0.0(postcss@8.4.31) - postcss-convert-values: 6.0.0(postcss@8.4.31) - postcss-discard-comments: 6.0.0(postcss@8.4.31) - postcss-discard-duplicates: 6.0.0(postcss@8.4.31) - postcss-discard-empty: 6.0.0(postcss@8.4.31) - postcss-discard-overridden: 6.0.0(postcss@8.4.31) - postcss-merge-longhand: 6.0.0(postcss@8.4.31) - postcss-merge-rules: 6.0.1(postcss@8.4.31) - postcss-minify-font-values: 6.0.0(postcss@8.4.31) - postcss-minify-gradients: 6.0.0(postcss@8.4.31) - postcss-minify-params: 6.0.0(postcss@8.4.31) - postcss-minify-selectors: 6.0.0(postcss@8.4.31) - postcss-normalize-charset: 6.0.0(postcss@8.4.31) - postcss-normalize-display-values: 6.0.0(postcss@8.4.31) - postcss-normalize-positions: 6.0.0(postcss@8.4.31) - postcss-normalize-repeat-style: 6.0.0(postcss@8.4.31) - postcss-normalize-string: 6.0.0(postcss@8.4.31) - postcss-normalize-timing-functions: 6.0.0(postcss@8.4.31) - postcss-normalize-unicode: 6.0.0(postcss@8.4.31) - postcss-normalize-url: 6.0.0(postcss@8.4.31) - postcss-normalize-whitespace: 6.0.0(postcss@8.4.31) - postcss-ordered-values: 6.0.0(postcss@8.4.31) - postcss-reduce-initial: 6.0.0(postcss@8.4.31) - postcss-reduce-transforms: 6.0.0(postcss@8.4.31) - postcss-svgo: 6.0.0(postcss@8.4.31) - postcss-unique-selectors: 6.0.0(postcss@8.4.31) + css-declaration-sorter: 7.1.1(postcss@8.4.32) + cssnano-utils: 4.0.1(postcss@8.4.32) + postcss: 8.4.32 + postcss-calc: 9.0.1(postcss@8.4.32) + postcss-colormin: 6.0.1(postcss@8.4.32) + postcss-convert-values: 6.0.1(postcss@8.4.32) + postcss-discard-comments: 6.0.1(postcss@8.4.32) + postcss-discard-duplicates: 6.0.1(postcss@8.4.32) + postcss-discard-empty: 6.0.1(postcss@8.4.32) + postcss-discard-overridden: 6.0.1(postcss@8.4.32) + postcss-merge-longhand: 6.0.1(postcss@8.4.32) + postcss-merge-rules: 6.0.2(postcss@8.4.32) + postcss-minify-font-values: 6.0.1(postcss@8.4.32) + postcss-minify-gradients: 6.0.1(postcss@8.4.32) + postcss-minify-params: 6.0.1(postcss@8.4.32) + postcss-minify-selectors: 6.0.1(postcss@8.4.32) + postcss-normalize-charset: 6.0.1(postcss@8.4.32) + postcss-normalize-display-values: 6.0.1(postcss@8.4.32) + postcss-normalize-positions: 6.0.1(postcss@8.4.32) + postcss-normalize-repeat-style: 6.0.1(postcss@8.4.32) + postcss-normalize-string: 6.0.1(postcss@8.4.32) + postcss-normalize-timing-functions: 6.0.1(postcss@8.4.32) + postcss-normalize-unicode: 6.0.1(postcss@8.4.32) + postcss-normalize-url: 6.0.1(postcss@8.4.32) + postcss-normalize-whitespace: 6.0.1(postcss@8.4.32) + postcss-ordered-values: 6.0.1(postcss@8.4.32) + postcss-reduce-initial: 6.0.1(postcss@8.4.32) + postcss-reduce-transforms: 6.0.1(postcss@8.4.32) + postcss-svgo: 6.0.1(postcss@8.4.32) + postcss-unique-selectors: 6.0.1(postcss@8.4.32) dev: true - /cssnano-utils@4.0.0(postcss@8.4.31): + /cssnano-utils@4.0.1(postcss@8.4.32): resolution: { - integrity: sha512-Z39TLP+1E0KUcd7LGyF4qMfu8ZufI0rDzhdyAMsa/8UyNUU8wpS0fhdBxbQbv32r64ea00h4878gommRVg2BHw==, + integrity: sha512-6qQuYDqsGoiXssZ3zct6dcMxiqfT6epy7x4R0TQJadd4LWO3sPR6JH6ZByOvVLoZ6EdwPGgd7+DR1EmX3tiXQQ==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /cssnano@6.0.1(postcss@8.4.31): + /cssnano@6.0.2(postcss@8.4.32): resolution: { - integrity: sha512-fVO1JdJ0LSdIGJq68eIxOqFpIJrZqXUsBt8fkrBcztCQqAjQD51OhZp7tc0ImcbwXD4k7ny84QTV90nZhmqbkg==, + integrity: sha512-Tu9wv8UdN6CoiQnIVkCNvi+0rw/BwFWOJBlg2bVfEyKaadSuE3Gq/DD8tniVvggTJGwK88UjqZp7zL5sv6t1aA==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - cssnano-preset-default: 6.0.1(postcss@8.4.31) - lilconfig: 2.1.0 - postcss: 8.4.31 + cssnano-preset-default: 6.0.2(postcss@8.4.32) + lilconfig: 3.0.0 + postcss: 8.4.32 dev: true /csso@5.0.5: @@ -5794,7 +5646,7 @@ packages: css-tree: 2.2.1 dev: true - /cz-conventional-changelog@3.3.0(typescript@5.3.2): + /cz-conventional-changelog@3.3.0(typescript@5.3.3): resolution: { integrity: sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==, @@ -5802,13 +5654,13 @@ packages: engines: { node: ">= 10" } dependencies: chalk: 2.4.2 - commitizen: 4.3.0(typescript@5.3.2) + commitizen: 4.3.0(typescript@5.3.3) conventional-commit-types: 3.0.0 lodash.map: 4.6.0 longest: 2.0.1 word-wrap: 1.2.5 optionalDependencies: - "@commitlint/load": 18.4.2(typescript@5.3.2) + "@commitlint/load": 18.4.3(typescript@5.3.3) transitivePeerDependencies: - typescript dev: true @@ -5992,14 +5844,6 @@ packages: engines: { node: ">=0.10.0" } dev: true - /decamelize@5.0.1: - resolution: - { - integrity: sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==, - } - engines: { node: ">=10" } - dev: true - /decompress-response@6.0.0: resolution: { @@ -6079,14 +5923,6 @@ packages: has-property-descriptors: 1.0.0 object-keys: 1.1.1 - /delayed-stream@1.0.0: - resolution: - { - integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==, - } - engines: { node: ">=0.4.0" } - dev: true - /deprecation@2.3.1: resolution: { @@ -6208,13 +6044,6 @@ packages: dependencies: readable-stream: 2.3.8 - /eastasianwidth@0.2.0: - resolution: - { - integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==, - } - dev: true - /ejs@3.1.9: resolution: { @@ -6226,13 +6055,6 @@ packages: jake: 10.8.7 dev: true - /electron-to-chromium@1.4.503: - resolution: - { - integrity: sha512-LF2IQit4B0VrUHFeQkWhZm97KuJSGF2WJqq1InpY+ECpFRkXd8yTIaTtJxsO0OKDmiBYwWqcrNaXOurn2T2wiA==, - } - dev: true - /electron-to-chromium@1.4.583: resolution: { @@ -6240,6 +6062,13 @@ packages: } dev: true + /emoji-regex@10.3.0: + resolution: + { + integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==, + } + dev: true + /emoji-regex@8.0.0: resolution: { @@ -6247,13 +6076,6 @@ packages: } dev: true - /emoji-regex@9.2.2: - resolution: - { - integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==, - } - dev: true - /emojilib@2.4.0: resolution: { @@ -6280,6 +6102,14 @@ packages: java-properties: 1.0.2 dev: true + /env-paths@2.2.1: + resolution: + { + integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==, + } + engines: { node: ">=6" } + dev: true + /error-ex@1.3.2: resolution: { @@ -6520,7 +6350,7 @@ packages: source-map: 0.1.43 dev: false - /eslint-config-prettier@8.10.0(eslint@8.54.0): + /eslint-config-prettier@8.10.0(eslint@8.56.0): resolution: { integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==, @@ -6529,10 +6359,10 @@ packages: peerDependencies: eslint: ">=7.0.0" dependencies: - eslint: 8.54.0 + eslint: 8.56.0 dev: true - /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.10.0)(eslint@8.54.0)(prettier@2.8.8): + /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.10.0)(eslint@8.56.0)(prettier@2.8.8): resolution: { integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==, @@ -6546,8 +6376,8 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.54.0 - eslint-config-prettier: 8.10.0(eslint@8.54.0) + eslint: 8.56.0 + eslint-config-prettier: 8.10.0(eslint@8.56.0) prettier: 2.8.8 prettier-linter-helpers: 1.0.0 dev: true @@ -6571,18 +6401,18 @@ packages: engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /eslint@8.54.0: + /eslint@8.56.0: resolution: { - integrity: sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==, + integrity: sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } hasBin: true dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.54.0) + "@eslint-community/eslint-utils": 4.4.0(eslint@8.56.0) "@eslint-community/regexpp": 4.8.0 - "@eslint/eslintrc": 2.1.3 - "@eslint/js": 8.54.0 + "@eslint/eslintrc": 2.1.4 + "@eslint/js": 8.56.0 "@humanwhocodes/config-array": 0.11.13 "@humanwhocodes/module-importer": 1.0.1 "@nodelib/fs.walk": 1.2.8 @@ -6821,20 +6651,6 @@ packages: } dev: true - /fast-glob@3.3.1: - resolution: - { - integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==, - } - engines: { node: ">=8.6.0" } - dependencies: - "@nodelib/fs.stat": 2.0.5 - "@nodelib/fs.walk": 1.2.8 - glob-parent: 5.1.2 - merge2: 1.4.1 - micromatch: 4.0.5 - dev: true - /fast-glob@3.3.2: resolution: { @@ -6919,10 +6735,10 @@ packages: flat-cache: 3.2.0 dev: true - /file-entry-cache@7.0.1: + /file-entry-cache@7.0.2: resolution: { - integrity: sha512-uLfFktPmRetVCbHe5UPuekWrQ6hENufnA46qEGbfACkK5drjTTdQYUragRgMjHldcbYG+nslUerqMPjbBSHXjQ==, + integrity: sha512-TfW7/1iI4Cy7Y8L6iqNdZQVvdXn0f8B4QcIXmkIbtTIe/Okm/nSlHb4IwGzRVOd3WfSieCgvf5cMzEfySAIl0g==, } engines: { node: ">=12.0.0" } dependencies: @@ -7071,16 +6887,12 @@ packages: engines: { node: ">= 14.17" } dev: true - /form-data@4.0.0: + /formdata-node@6.0.3: resolution: { - integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==, + integrity: sha512-8e1++BCiTzUno9v5IZ2J6bv4RU+3UKDmqWUQD0MIMVCd9AdhWkO1gw57oo1mNEX1dMq2EGI+FbWz4B92pscSQg==, } - engines: { node: ">= 6" } - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.35 + engines: { node: ">= 18" } dev: true /fraction.js@4.3.7: @@ -7206,6 +7018,14 @@ packages: engines: { node: 6.* || 8.* || >= 10.* } dev: true + /get-east-asian-width@1.2.0: + resolution: + { + integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==, + } + engines: { node: ">=18" } + dev: true + /get-intrinsic@1.2.1: resolution: { @@ -7431,8 +7251,8 @@ packages: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.3.1 - ignore: 5.2.4 + fast-glob: 3.3.2 + ignore: 5.3.0 merge2: 1.4.1 slash: 3.0.0 dev: true @@ -7445,7 +7265,7 @@ packages: engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dependencies: dir-glob: 3.0.1 - fast-glob: 3.3.1 + fast-glob: 3.3.2 ignore: 5.2.4 merge2: 1.4.1 slash: 4.0.0 @@ -7782,6 +7602,14 @@ packages: engines: { node: ">= 4" } dev: true + /ignore@5.3.0: + resolution: + { + integrity: sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==, + } + engines: { node: ">= 4" } + dev: true + /import-fresh@3.3.0: resolution: { @@ -7806,14 +7634,6 @@ packages: - supports-color dev: true - /import-lazy@4.0.0: - resolution: - { - integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==, - } - engines: { node: ">=8" } - dev: true - /import-meta-resolve@4.0.0: resolution: { @@ -8071,6 +7891,16 @@ packages: engines: { node: ">=12" } dev: true + /is-fullwidth-code-point@5.0.0: + resolution: + { + integrity: sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==, + } + engines: { node: ">=18" } + dependencies: + get-east-asian-width: 1.2.0 + dev: true + /is-glob@4.0.3: resolution: { @@ -8587,6 +8417,14 @@ packages: engines: { node: ">=10" } dev: true + /lilconfig@3.0.0: + resolution: + { + integrity: sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==, + } + engines: { node: ">=14" } + dev: true + /lines-and-columns@1.2.4: resolution: { @@ -8594,10 +8432,10 @@ packages: } dev: true - /lint-staged@15.1.0: + /lint-staged@15.2.0: resolution: { - integrity: sha512-ZPKXWHVlL7uwVpy8OZ7YQjYDAuO5X4kMh0XgZvPNxLcCCngd0PO5jKQyy3+s4TL2EnHoIXIzP1422f/l3nZKMw==, + integrity: sha512-TFZzUEV00f+2YLaVPWBWGAMq7So6yQx+GG8YRMDeOEIf95Zn5RyiLMsEiX4KTNl9vq/w+NqRJkLA1kPIo15ufQ==, } engines: { node: ">=18.12.0" } hasBin: true @@ -8606,8 +8444,8 @@ packages: commander: 11.1.0 debug: 4.3.4 execa: 8.0.1 - lilconfig: 2.1.0 - listr2: 7.0.2 + lilconfig: 3.0.0 + listr2: 8.0.0 micromatch: 4.0.5 pidtree: 0.6.0 string-argv: 0.3.2 @@ -8616,19 +8454,19 @@ packages: - supports-color dev: true - /listr2@7.0.2: + /listr2@8.0.0: resolution: { - integrity: sha512-rJysbR9GKIalhTbVL2tYbF2hVyDnrf7pFUZBwjPaMIdadYHmeT+EVi/Bu3qd7ETQPahTotg2WRCatXwRBW554g==, + integrity: sha512-u8cusxAcyqAiQ2RhYvV7kRKNLgUvtObIbhOX2NCXqvp1UU32xIg5CT22ykS2TPKJXZWJwtK3IKLiqAGlGNE+Zg==, } - engines: { node: ">=16.0.0" } + engines: { node: ">=18.0.0" } dependencies: - cli-truncate: 3.1.0 + cli-truncate: 4.0.0 colorette: 2.0.20 eventemitter3: 5.0.1 - log-update: 5.0.1 + log-update: 6.0.0 rfdc: 1.3.0 - wrap-ansi: 8.1.0 + wrap-ansi: 9.0.0 dev: true /lit-element@4.0.1: @@ -8802,6 +8640,7 @@ packages: { integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==, } + requiresBuild: true dev: true /lodash.snakecase@4.1.1: @@ -8871,18 +8710,18 @@ packages: is-unicode-supported: 0.1.0 dev: true - /log-update@5.0.1: + /log-update@6.0.0: resolution: { - integrity: sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==, + integrity: sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==, } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + engines: { node: ">=18" } dependencies: - ansi-escapes: 5.0.0 + ansi-escapes: 6.2.0 cli-cursor: 4.0.0 - slice-ansi: 5.0.0 + slice-ansi: 7.1.0 strip-ansi: 7.1.0 - wrap-ansi: 8.1.0 + wrap-ansi: 9.0.0 dev: true /longest@2.0.1: @@ -8980,10 +8819,10 @@ packages: supports-hyperlinks: 3.0.0 dev: true - /marked@11.0.0: + /marked@11.1.0: resolution: { - integrity: sha512-2GsW34uXaFEGTQ/+3rCnNC6vUYTAgFuDLGl70v/aWinA5mIJtTrrFAmfbLOfVvgPyxXuDVL9He/7reCK+6j3Sw==, + integrity: sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==, } engines: { node: ">= 18" } hasBin: true @@ -9019,27 +8858,6 @@ packages: } dev: true - /meow@10.1.5: - resolution: - { - integrity: sha512-/d+PQ4GKmGvM9Bee/DPa8z3mXs/pkvJE2KEThngVNOqtmljC6K7NMPxtc2JeZYTmpWb9k/TmxjeL18ez3h7vCw==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - dependencies: - "@types/minimist": 1.2.2 - camelcase-keys: 7.0.2 - decamelize: 5.0.1 - decamelize-keys: 1.1.1 - hard-rejection: 2.1.0 - minimist-options: 4.1.0 - normalize-package-data: 3.0.3 - read-pkg-up: 8.0.0 - redent: 4.0.0 - trim-newlines: 4.1.1 - type-fest: 1.4.0 - yargs-parser: 20.2.9 - dev: true - /meow@12.1.1: resolution: { @@ -9110,24 +8928,6 @@ packages: picomatch: 2.3.1 dev: true - /mime-db@1.52.0: - resolution: - { - integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==, - } - engines: { node: ">= 0.6" } - dev: true - - /mime-types@2.1.35: - resolution: - { - integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==, - } - engines: { node: ">= 0.6" } - dependencies: - mime-db: 1.52.0 - dev: true - /mime@3.0.0: resolution: { @@ -9261,10 +9061,10 @@ packages: thenify-all: 1.6.0 dev: true - /nanoid@3.3.6: + /nanoid@3.3.7: resolution: { - integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==, + integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==, } engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 } hasBin: true @@ -10030,7 +9830,7 @@ packages: tinyqueue: 2.0.3 dev: false - /postcss-attribute-case-insensitive@6.0.2(postcss@8.4.31): + /postcss-attribute-case-insensitive@6.0.2(postcss@8.4.32): resolution: { integrity: sha512-IRuCwwAAQbgaLhxQdQcIIK0dCVXg3XDUnzgKD8iwdiYdwU4rMWRWyl/W9/0nA4ihVpq5pyALiHB2veBJ0292pw==, @@ -10039,11 +9839,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /postcss-calc@9.0.1(postcss@8.4.31): + /postcss-calc@9.0.1(postcss@8.4.32): resolution: { integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==, @@ -10052,12 +9852,12 @@ packages: peerDependencies: postcss: ^8.2.2 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 dev: true - /postcss-clamp@4.1.0(postcss@8.4.31): + /postcss-clamp@4.1.0(postcss@8.4.32): resolution: { integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==, @@ -10066,11 +9866,11 @@ packages: peerDependencies: postcss: ^8.4.6 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-color-functional-notation@6.0.2(postcss@8.4.31): + /postcss-color-functional-notation@6.0.2(postcss@8.4.32): resolution: { integrity: sha512-FsjSmlSufuiFBsIqQ++VxFmvX7zKndZpBkHmfXr4wqhvzM92FTEkAh703iqWTl1U3faTgqioIqCbfqdWiFVwtw==, @@ -10079,12 +9879,12 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.31) - postcss: 8.4.31 + "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.32) + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-color-hex-alpha@9.0.2(postcss@8.4.31): + /postcss-color-hex-alpha@9.0.2(postcss@8.4.32): resolution: { integrity: sha512-SfPjgr//VQ/DOCf80STIAsdAs7sbIbxATvVmd+Ec7JvR8onz9pjawhq3BJM3Pie40EE3TyB0P6hft16D33Nlyg==, @@ -10093,11 +9893,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-color-rebeccapurple@9.0.1(postcss@8.4.31): + /postcss-color-rebeccapurple@9.0.1(postcss@8.4.32): resolution: { integrity: sha512-ds4cq5BjRieizVb2PnvbJ0omg9VCo2/KzluvoFZbxuGpsGJ5BQSD93CHBooinEtangCM5YqUOerGDl4xGmOb6Q==, @@ -10106,41 +9906,41 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-colormin@6.0.0(postcss@8.4.31): + /postcss-colormin@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-EuO+bAUmutWoZYgHn2T1dG1pPqHU6L4TjzPlu4t1wZGXQ/fxV16xg2EJmYi0z+6r+MGV1yvpx1BHkUaRrPa2bw==, + integrity: sha512-Tb9aR2wCJCzKuNjIeMzVNd0nXjQy25HDgFmmaRsHnP0eP/k8uQWE4S8voX5S2coO5CeKrp+USFs1Ayv9Tpxx6w==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - browserslist: 4.21.10 + browserslist: 4.22.1 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-convert-values@6.0.0(postcss@8.4.31): + /postcss-convert-values@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-U5D8QhVwqT++ecmy8rnTb+RL9n/B806UVaS3m60lqle4YDFcpbS3ae5bTQIh3wOGUSDHSEtMYLs/38dNG7EYFw==, + integrity: sha512-zTd4Vh0HxGkhg5aHtfCogcRHzGkvblfdWlQ53lIh1cJhYcGyIxh2hgtKoVh40AMktRERet+JKdB04nNG19kjmA==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - browserslist: 4.21.10 - postcss: 8.4.31 + browserslist: 4.22.1 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-custom-media@10.0.2(postcss@8.4.31): + /postcss-custom-media@10.0.2(postcss@8.4.32): resolution: { integrity: sha512-zcEFNRmDm2fZvTPdI1pIW3W//UruMcLosmMiCdpQnrCsTRzWlKQPYMa1ud9auL0BmrryKK1+JjIGn19K0UjO/w==, @@ -10149,14 +9949,14 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/cascade-layer-name-parser": 1.0.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - "@csstools/media-query-list-parser": 2.1.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - postcss: 8.4.31 + "@csstools/cascade-layer-name-parser": 1.0.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + "@csstools/media-query-list-parser": 2.1.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + postcss: 8.4.32 dev: true - /postcss-custom-properties@13.3.2(postcss@8.4.31): + /postcss-custom-properties@13.3.2(postcss@8.4.32): resolution: { integrity: sha512-2Coszybpo8lpLY24vy2CYv9AasiZ39/bs8Imv0pWMq55Gl8NWzfc24OAo3zIX7rc6uUJAqESnVOMZ6V6lpMjJA==, @@ -10165,14 +9965,14 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/cascade-layer-name-parser": 1.0.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - postcss: 8.4.31 + "@csstools/cascade-layer-name-parser": 1.0.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-custom-selectors@7.1.6(postcss@8.4.31): + /postcss-custom-selectors@7.1.6(postcss@8.4.32): resolution: { integrity: sha512-svsjWRaxqL3vAzv71dV0/65P24/FB8TbPX+lWyyf9SZ7aZm4S4NhCn7N3Bg+Z5sZunG3FS8xQ80LrCU9hb37cw==, @@ -10181,14 +9981,14 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/cascade-layer-name-parser": 1.0.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - postcss: 8.4.31 + "@csstools/cascade-layer-name-parser": 1.0.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /postcss-dir-pseudo-class@8.0.0(postcss@8.4.31): + /postcss-dir-pseudo-class@8.0.0(postcss@8.4.32): resolution: { integrity: sha512-Oy5BBi0dWPwij/IA+yDYj+/OBMQ9EPqAzTHeSNUYrUWdll/PRJmcbiUj0MNcsBi681I1gcSTLvMERPaXzdbvJg==, @@ -10197,59 +9997,59 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /postcss-discard-comments@6.0.0(postcss@8.4.31): + /postcss-discard-comments@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-p2skSGqzPMZkEQvJsgnkBhCn8gI7NzRH2683EEjrIkoMiwRELx68yoUJ3q3DGSGuQ8Ug9Gsn+OuDr46yfO+eFw==, + integrity: sha512-f1KYNPtqYLUeZGCHQPKzzFtsHaRuECe6jLakf/RjSRqvF5XHLZnM2+fXLhb8Qh/HBFHs3M4cSLb1k3B899RYIg==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /postcss-discard-duplicates@6.0.0(postcss@8.4.31): + /postcss-discard-duplicates@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-bU1SXIizMLtDW4oSsi5C/xHKbhLlhek/0/yCnoMQany9k3nPBq+Ctsv/9oMmyqbR96HYHxZcHyK2HR5P/mqoGA==, + integrity: sha512-1hvUs76HLYR8zkScbwyJ8oJEugfPV+WchpnA+26fpJ7Smzs51CzGBHC32RS03psuX/2l0l0UKh2StzNxOrKCYg==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /postcss-discard-empty@6.0.0(postcss@8.4.31): + /postcss-discard-empty@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-b+h1S1VT6dNhpcg+LpyiUrdnEZfICF0my7HAKgJixJLW7BnNmpRH34+uw/etf5AhOlIhIAuXApSzzDzMI9K/gQ==, + integrity: sha512-yitcmKwmVWtNsrrRqGJ7/C0YRy53i0mjexBDQ9zYxDwTWVBgbU4+C9jIZLmQlTDT9zhml+u0OMFJh8+31krmOg==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /postcss-discard-overridden@6.0.0(postcss@8.4.31): + /postcss-discard-overridden@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-4VELwssYXDFigPYAZ8vL4yX4mUepF/oCBeeIT4OXsJPYOtvJumyz9WflmJWTfDwCUcpDR+z0zvCWBXgTx35SVw==, + integrity: sha512-qs0ehZMMZpSESbRkw1+inkf51kak6OOzNRaoLd/U7Fatp0aN2HQ1rxGOrJvYcRAN9VpX8kUF13R2ofn8OlvFVA==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /postcss-double-position-gradients@5.0.2(postcss@8.4.31): + /postcss-double-position-gradients@5.0.2(postcss@8.4.32): resolution: { integrity: sha512-KTbvdOOy8z8zb0BTkEg4/1vqlRlApdvjw8/pFoehgQl0WVO+fezDGlvo0B8xRA+XccA7ohkQCULKNsiNOx70Cw==, @@ -10258,12 +10058,12 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.31) - postcss: 8.4.31 + "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.32) + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-focus-visible@9.0.0(postcss@8.4.31): + /postcss-focus-visible@9.0.0(postcss@8.4.32): resolution: { integrity: sha512-zA4TbVaIaT8npZBEROhZmlc+GBKE8AELPHXE7i4TmIUEQhw/P/mSJfY9t6tBzpQ1rABeGtEOHYrW4SboQeONMQ==, @@ -10272,11 +10072,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /postcss-focus-within@8.0.0(postcss@8.4.31): + /postcss-focus-within@8.0.0(postcss@8.4.32): resolution: { integrity: sha512-E7+J9nuQzZaA37D/MUZMX1K817RZGDab8qw6pFwzAkDd/QtlWJ9/WTKmzewNiuxzeq6WWY7ATiRePVoDKp+DnA==, @@ -10285,11 +10085,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /postcss-font-variant@5.0.0(postcss@8.4.31): + /postcss-font-variant@5.0.0(postcss@8.4.32): resolution: { integrity: sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==, @@ -10297,10 +10097,10 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /postcss-gap-properties@5.0.0(postcss@8.4.31): + /postcss-gap-properties@5.0.0(postcss@8.4.32): resolution: { integrity: sha512-YjsEEL6890P7MCv6fch6Am1yq0EhQCJMXyT4LBohiu87+4/WqR7y5W3RIv53WdA901hhytgRvjlrAhibhW4qsA==, @@ -10309,10 +10109,10 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /postcss-image-set-function@6.0.1(postcss@8.4.31): + /postcss-image-set-function@6.0.1(postcss@8.4.32): resolution: { integrity: sha512-VlZncC9hhZ5tg0JllY4g6Z28BeoPO8DIkelioEEkXL0AA0IORlqYpTi2L8TUnl4YQrlwvBgxVy+mdZJw5R/cIQ==, @@ -10321,11 +10121,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-import@15.1.0(postcss@8.4.31): + /postcss-import@15.1.0(postcss@8.4.32): resolution: { integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==, @@ -10334,13 +10134,13 @@ packages: peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.4 dev: true - /postcss-js@4.0.1(postcss@8.4.31): + /postcss-js@4.0.1(postcss@8.4.32): resolution: { integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==, @@ -10350,10 +10150,10 @@ packages: postcss: ^8.4.21 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /postcss-lab-function@6.0.7(postcss@8.4.31): + /postcss-lab-function@6.0.7(postcss@8.4.32): resolution: { integrity: sha512-4d1lhDVPukHFqkMv4G5vVcK+tgY52vwb5uR1SWKOaO5389r2q8fMxBWuXSW+YtbCOEGP0/X9KERi9E9le2pJuw==, @@ -10362,14 +10162,14 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) - "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.31) - postcss: 8.4.31 + "@csstools/css-color-parser": 1.4.0(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.32) + postcss: 8.4.32 dev: true - /postcss-load-config@4.0.1(postcss@8.4.31): + /postcss-load-config@4.0.1(postcss@8.4.32): resolution: { integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==, @@ -10385,11 +10185,11 @@ packages: optional: true dependencies: lilconfig: 2.1.0 - postcss: 8.4.31 - yaml: 2.3.1 + postcss: 8.4.32 + yaml: 2.3.4 dev: true - /postcss-logical@7.0.0(postcss@8.4.31): + /postcss-logical@7.0.0(postcss@8.4.32): resolution: { integrity: sha512-zYf3vHkoW82f5UZTEXChTJvH49Yl9X37axTZsJGxrCG2kOUwtaAoz9E7tqYg0lsIoJLybaL8fk/2mOi81zVIUw==, @@ -10398,97 +10198,97 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-merge-longhand@6.0.0(postcss@8.4.31): + /postcss-merge-longhand@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-4VSfd1lvGkLTLYcxFuISDtWUfFS4zXe0FpF149AyziftPFQIWxjvFSKhA4MIxMe4XM3yTDgQMbSNgzIVxChbIg==, + integrity: sha512-vmr/HZQzaPXc45FRvSctqFTF05UaDnTn5ABX+UtQPJznDWT/QaFbVc/pJ5C2YPxx2J2XcfmWowlKwtCDwiQ5hA==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 - stylehacks: 6.0.0(postcss@8.4.31) + stylehacks: 6.0.1(postcss@8.4.32) dev: true - /postcss-merge-rules@6.0.1(postcss@8.4.31): + /postcss-merge-rules@6.0.2(postcss@8.4.32): resolution: { - integrity: sha512-a4tlmJIQo9SCjcfiCcCMg/ZCEe0XTkl/xK0XHBs955GWg9xDX3NwP9pwZ78QUOWB8/0XCjZeJn98Dae0zg6AAw==, + integrity: sha512-6lm8bl0UfriSfxI+F/cezrebqqP8w702UC6SjZlUlBYwuRVNbmgcJuQU7yePIvD4MNT53r/acQCUAyulrpgmeQ==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - browserslist: 4.21.10 + browserslist: 4.22.1 caniuse-api: 3.0.0 - cssnano-utils: 4.0.0(postcss@8.4.31) - postcss: 8.4.31 + cssnano-utils: 4.0.1(postcss@8.4.32) + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /postcss-minify-font-values@6.0.0(postcss@8.4.31): + /postcss-minify-font-values@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-zNRAVtyh5E8ndZEYXA4WS8ZYsAp798HiIQ1V2UF/C/munLp2r1UGHwf1+6JFu7hdEhJFN+W1WJQKBrtjhFgEnA==, + integrity: sha512-tIwmF1zUPoN6xOtA/2FgVk1ZKrLcCvE0dpZLtzyyte0j9zUeB8RTbCqrHZGjJlxOvNWKMYtunLrrl7HPOiR46w==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-gradients@6.0.0(postcss@8.4.31): + /postcss-minify-gradients@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-wO0F6YfVAR+K1xVxF53ueZJza3L+R3E6cp0VwuXJQejnNUH0DjcAFe3JEBeTY1dLwGa0NlDWueCA1VlEfiKgAA==, + integrity: sha512-M1RJWVjd6IOLPl1hYiOd5HQHgpp6cvJVLrieQYS9y07Yo8itAr6jaekzJphaJFR0tcg4kRewCk3kna9uHBxn/w==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: colord: 2.9.3 - cssnano-utils: 4.0.0(postcss@8.4.31) - postcss: 8.4.31 + cssnano-utils: 4.0.1(postcss@8.4.32) + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-params@6.0.0(postcss@8.4.31): + /postcss-minify-params@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-Fz/wMQDveiS0n5JPcvsMeyNXOIMrwF88n7196puSuQSWSa+/Ofc1gDOSY2xi8+A4PqB5dlYCKk/WfqKqsI+ReQ==, + integrity: sha512-eFvGWArqh4khPIgPDu6SZNcaLctx97nO7c59OXnRtGntAp5/VS4gjMhhW9qUFsK6mQ27pEZGt2kR+mPizI+Z9g==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - browserslist: 4.21.10 - cssnano-utils: 4.0.0(postcss@8.4.31) - postcss: 8.4.31 + browserslist: 4.22.1 + cssnano-utils: 4.0.1(postcss@8.4.32) + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-selectors@6.0.0(postcss@8.4.31): + /postcss-minify-selectors@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-ec/q9JNCOC2CRDNnypipGfOhbYPuUkewGwLnbv6omue/PSASbHSU7s6uSQ0tcFRVv731oMIx8k0SP4ZX6be/0g==, + integrity: sha512-mfReq5wrS6vkunxvJp6GDuOk+Ak6JV7134gp8L+ANRnV9VwqzTvBtX6lpohooVU750AR0D3pVx2Zn6uCCwOAfQ==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /postcss-nested@5.0.6(postcss@8.4.31): + /postcss-nested@5.0.6(postcss@8.4.32): resolution: { integrity: sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==, @@ -10497,11 +10297,11 @@ packages: peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: false - /postcss-nested@6.0.1(postcss@8.4.31): + /postcss-nested@6.0.1(postcss@8.4.32): resolution: { integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==, @@ -10510,142 +10310,142 @@ packages: peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /postcss-nesting@12.0.1(postcss@8.4.31): + /postcss-nesting@12.0.2(postcss@8.4.32): resolution: { - integrity: sha512-6LCqCWP9pqwXw/njMvNK0hGY44Fxc4B2EsGbn6xDcxbNRzP8GYoxT7yabVVMLrX3quqOJ9hg2jYMsnkedOf8pA==, + integrity: sha512-63PpJHSeNs93S3ZUIyi+7kKx4JqOIEJ6QYtG3x+0qA4J03+4n0iwsyA1GAHyWxsHYljQS4/4ZK1o2sMi70b5wQ==, } engines: { node: ^14 || ^16 || >=18 } peerDependencies: postcss: ^8.4 dependencies: - "@csstools/selector-specificity": 3.0.0(postcss-selector-parser@6.0.13) - postcss: 8.4.31 + "@csstools/selector-specificity": 3.0.1(postcss-selector-parser@6.0.13) + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /postcss-normalize-charset@6.0.0(postcss@8.4.31): + /postcss-normalize-charset@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-cqundwChbu8yO/gSWkuFDmKrCZ2vJzDAocheT2JTd0sFNA4HMGoKMfbk2B+J0OmO0t5GUkiAkSM5yF2rSLUjgQ==, + integrity: sha512-aW5LbMNRZ+oDV57PF9K+WI1Z8MPnF+A8qbajg/T8PP126YrGX1f9IQx21GI2OlGz7XFJi/fNi0GTbY948XJtXg==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /postcss-normalize-display-values@6.0.0(postcss@8.4.31): + /postcss-normalize-display-values@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-Qyt5kMrvy7dJRO3OjF7zkotGfuYALETZE+4lk66sziWSPzlBEt7FrUshV6VLECkI4EN8Z863O6Nci4NXQGNzYw==, + integrity: sha512-mc3vxp2bEuCb4LgCcmG1y6lKJu1Co8T+rKHrcbShJwUmKJiEl761qb/QQCfFwlrvSeET3jksolCR/RZuMURudw==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-positions@6.0.0(postcss@8.4.31): + /postcss-normalize-positions@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-mPCzhSV8+30FZyWhxi6UoVRYd3ZBJgTRly4hOkaSifo0H+pjDYcii/aVT4YE6QpOil15a5uiv6ftnY3rm0igPg==, + integrity: sha512-HRsq8u/0unKNvm0cvwxcOUEcakFXqZ41fv3FOdPn916XFUrympjr+03oaLkuZENz3HE9RrQE9yU0Xv43ThWjQg==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-repeat-style@6.0.0(postcss@8.4.31): + /postcss-normalize-repeat-style@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-50W5JWEBiOOAez2AKBh4kRFm2uhrT3O1Uwdxz7k24aKtbD83vqmcVG7zoIwo6xI2FZ/HDlbrCopXhLeTpQib1A==, + integrity: sha512-Gbb2nmCy6tTiA7Sh2MBs3fj9W8swonk6lw+dFFeQT68B0Pzwp1kvisJQkdV6rbbMSd9brMlS8I8ts52tAGWmGQ==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-string@6.0.0(postcss@8.4.31): + /postcss-normalize-string@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-KWkIB7TrPOiqb8ZZz6homet2KWKJwIlysF5ICPZrXAylGe2hzX/HSf4NTX2rRPJMAtlRsj/yfkrWGavFuB+c0w==, + integrity: sha512-5Fhx/+xzALJD9EI26Aq23hXwmv97Zfy2VFrt5PLT8lAhnBIZvmaT5pQk+NuJ/GWj/QWaKSKbnoKDGLbV6qnhXg==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-timing-functions@6.0.0(postcss@8.4.31): + /postcss-normalize-timing-functions@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-tpIXWciXBp5CiFs8sem90IWlw76FV4oi6QEWfQwyeREVwUy39VSeSqjAT7X0Qw650yAimYW5gkl2Gd871N5SQg==, + integrity: sha512-4zcczzHqmCU7L5dqTB9rzeqPWRMc0K2HoR+Bfl+FSMbqGBUcP5LRfgcH4BdRtLuzVQK1/FHdFoGT3F7rkEnY+g==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-unicode@6.0.0(postcss@8.4.31): + /postcss-normalize-unicode@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-ui5crYkb5ubEUDugDc786L/Me+DXp2dLg3fVJbqyAl0VPkAeALyAijF2zOsnZyaS1HyfPuMH0DwyY18VMFVNkg==, + integrity: sha512-ok9DsI94nEF79MkvmLfHfn8ddnKXA7w+8YuUoz5m7b6TOdoaRCpvu/QMHXQs9+DwUbvp+ytzz04J55CPy77PuQ==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - browserslist: 4.21.10 - postcss: 8.4.31 + browserslist: 4.22.1 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-url@6.0.0(postcss@8.4.31): + /postcss-normalize-url@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-98mvh2QzIPbb02YDIrYvAg4OUzGH7s1ZgHlD3fIdTHLgPLRpv1ZTKJDnSAKr4Rt21ZQFzwhGMXxpXlfrUBKFHw==, + integrity: sha512-jEXL15tXSvbjm0yzUV7FBiEXwhIa9H88JOXDGQzmcWoB4mSjZIsmtto066s2iW9FYuIrIF4k04HA2BKAOpbsaQ==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-whitespace@6.0.0(postcss@8.4.31): + /postcss-normalize-whitespace@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-7cfE1AyLiK0+ZBG6FmLziJzqQCpTQY+8XjMhMAz8WSBSCsCNNUKujgIgjCAmDT3cJ+3zjTXFkoD15ZPsckArVw==, + integrity: sha512-76i3NpWf6bB8UHlVuLRxG4zW2YykF9CTEcq/9LGAiz2qBuX5cBStadkk0jSkg9a9TCIXbMQz7yzrygKoCW9JuA==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-opacity-percentage@2.0.0(postcss@8.4.31): + /postcss-opacity-percentage@2.0.0(postcss@8.4.32): resolution: { integrity: sha512-lyDrCOtntq5Y1JZpBFzIWm2wG9kbEdujpNt4NLannF+J9c8CgFIzPa80YQfdza+Y+yFfzbYj/rfoOsYsooUWTQ==, @@ -10654,24 +10454,24 @@ packages: peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /postcss-ordered-values@6.0.0(postcss@8.4.31): + /postcss-ordered-values@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-K36XzUDpvfG/nWkjs6d1hRBydeIxGpKS2+n+ywlKPzx1nMYDYpoGbcjhj5AwVYJK1qV2/SDoDEnHzlPD6s3nMg==, + integrity: sha512-XXbb1O/MW9HdEhnBxitZpPFbIvDgbo9NK4c/5bOfiKpnIGZDoL2xd7/e6jW5DYLsWxBbs+1nZEnVgnjnlFViaA==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - cssnano-utils: 4.0.0(postcss@8.4.31) - postcss: 8.4.31 + cssnano-utils: 4.0.1(postcss@8.4.32) + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-overflow-shorthand@5.0.0(postcss@8.4.31): + /postcss-overflow-shorthand@5.0.0(postcss@8.4.32): resolution: { integrity: sha512-2rlxDyeSics/hC2FuMdPnWiP9WUPZ5x7FTuArXLFVpaSQ2woPSfZS4RD59HuEokbZhs/wPUQJ1E3MT6zVv94MQ==, @@ -10680,11 +10480,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-page-break@3.0.4(postcss@8.4.31): + /postcss-page-break@3.0.4(postcss@8.4.32): resolution: { integrity: sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==, @@ -10692,10 +10492,10 @@ packages: peerDependencies: postcss: ^8 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /postcss-place@9.0.0(postcss@8.4.31): + /postcss-place@9.0.0(postcss@8.4.32): resolution: { integrity: sha512-qLEPD9VPH5opDVemwmRaujODF9nExn24VOC3ghgVLEvfYN7VZLwJHes0q/C9YR5hI2UC3VgBE8Wkdp1TxCXhtg==, @@ -10704,11 +10504,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-preset-env@9.3.0(postcss@8.4.31): + /postcss-preset-env@9.3.0(postcss@8.4.32): resolution: { integrity: sha512-ycw6doPrqV6QxDCtgiyGDef61bEfiSc59HGM4gOw/wxQxmKnhuEery61oOC/5ViENz/ycpRsuhTexs1kUBTvVw==, @@ -10717,70 +10517,70 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/postcss-cascade-layers": 4.0.1(postcss@8.4.31) - "@csstools/postcss-color-function": 3.0.7(postcss@8.4.31) - "@csstools/postcss-color-mix-function": 2.0.7(postcss@8.4.31) - "@csstools/postcss-exponential-functions": 1.0.1(postcss@8.4.31) - "@csstools/postcss-font-format-keywords": 3.0.0(postcss@8.4.31) - "@csstools/postcss-gamut-mapping": 1.0.0(postcss@8.4.31) - "@csstools/postcss-gradients-interpolation-method": 4.0.7(postcss@8.4.31) - "@csstools/postcss-hwb-function": 3.0.6(postcss@8.4.31) - "@csstools/postcss-ic-unit": 3.0.2(postcss@8.4.31) - "@csstools/postcss-initial": 1.0.0(postcss@8.4.31) - "@csstools/postcss-is-pseudo-class": 4.0.3(postcss@8.4.31) - "@csstools/postcss-logical-float-and-clear": 2.0.0(postcss@8.4.31) - "@csstools/postcss-logical-overflow": 1.0.0(postcss@8.4.31) - "@csstools/postcss-logical-overscroll-behavior": 1.0.0(postcss@8.4.31) - "@csstools/postcss-logical-resize": 2.0.0(postcss@8.4.31) - "@csstools/postcss-logical-viewport-units": 2.0.3(postcss@8.4.31) - "@csstools/postcss-media-minmax": 1.1.0(postcss@8.4.31) - "@csstools/postcss-media-queries-aspect-ratio-number-values": 2.0.3(postcss@8.4.31) - "@csstools/postcss-nested-calc": 3.0.0(postcss@8.4.31) - "@csstools/postcss-normalize-display-values": 3.0.1(postcss@8.4.31) - "@csstools/postcss-oklab-function": 3.0.7(postcss@8.4.31) - "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.31) - "@csstools/postcss-relative-color-syntax": 2.0.7(postcss@8.4.31) - "@csstools/postcss-scope-pseudo-class": 3.0.0(postcss@8.4.31) - "@csstools/postcss-stepped-value-functions": 3.0.2(postcss@8.4.31) - "@csstools/postcss-text-decoration-shorthand": 3.0.3(postcss@8.4.31) - "@csstools/postcss-trigonometric-functions": 3.0.2(postcss@8.4.31) - "@csstools/postcss-unset-value": 3.0.0(postcss@8.4.31) - autoprefixer: 10.4.16(postcss@8.4.31) + "@csstools/postcss-cascade-layers": 4.0.1(postcss@8.4.32) + "@csstools/postcss-color-function": 3.0.7(postcss@8.4.32) + "@csstools/postcss-color-mix-function": 2.0.7(postcss@8.4.32) + "@csstools/postcss-exponential-functions": 1.0.1(postcss@8.4.32) + "@csstools/postcss-font-format-keywords": 3.0.0(postcss@8.4.32) + "@csstools/postcss-gamut-mapping": 1.0.0(postcss@8.4.32) + "@csstools/postcss-gradients-interpolation-method": 4.0.7(postcss@8.4.32) + "@csstools/postcss-hwb-function": 3.0.6(postcss@8.4.32) + "@csstools/postcss-ic-unit": 3.0.2(postcss@8.4.32) + "@csstools/postcss-initial": 1.0.0(postcss@8.4.32) + "@csstools/postcss-is-pseudo-class": 4.0.3(postcss@8.4.32) + "@csstools/postcss-logical-float-and-clear": 2.0.0(postcss@8.4.32) + "@csstools/postcss-logical-overflow": 1.0.0(postcss@8.4.32) + "@csstools/postcss-logical-overscroll-behavior": 1.0.0(postcss@8.4.32) + "@csstools/postcss-logical-resize": 2.0.0(postcss@8.4.32) + "@csstools/postcss-logical-viewport-units": 2.0.3(postcss@8.4.32) + "@csstools/postcss-media-minmax": 1.1.0(postcss@8.4.32) + "@csstools/postcss-media-queries-aspect-ratio-number-values": 2.0.3(postcss@8.4.32) + "@csstools/postcss-nested-calc": 3.0.0(postcss@8.4.32) + "@csstools/postcss-normalize-display-values": 3.0.1(postcss@8.4.32) + "@csstools/postcss-oklab-function": 3.0.7(postcss@8.4.32) + "@csstools/postcss-progressive-custom-properties": 3.0.2(postcss@8.4.32) + "@csstools/postcss-relative-color-syntax": 2.0.7(postcss@8.4.32) + "@csstools/postcss-scope-pseudo-class": 3.0.0(postcss@8.4.32) + "@csstools/postcss-stepped-value-functions": 3.0.2(postcss@8.4.32) + "@csstools/postcss-text-decoration-shorthand": 3.0.3(postcss@8.4.32) + "@csstools/postcss-trigonometric-functions": 3.0.2(postcss@8.4.32) + "@csstools/postcss-unset-value": 3.0.0(postcss@8.4.32) + autoprefixer: 10.4.16(postcss@8.4.32) browserslist: 4.22.1 - css-blank-pseudo: 6.0.0(postcss@8.4.31) - css-has-pseudo: 6.0.0(postcss@8.4.31) - css-prefers-color-scheme: 9.0.0(postcss@8.4.31) + css-blank-pseudo: 6.0.0(postcss@8.4.32) + css-has-pseudo: 6.0.0(postcss@8.4.32) + css-prefers-color-scheme: 9.0.0(postcss@8.4.32) cssdb: 7.9.0 - postcss: 8.4.31 - postcss-attribute-case-insensitive: 6.0.2(postcss@8.4.31) - postcss-clamp: 4.1.0(postcss@8.4.31) - postcss-color-functional-notation: 6.0.2(postcss@8.4.31) - postcss-color-hex-alpha: 9.0.2(postcss@8.4.31) - postcss-color-rebeccapurple: 9.0.1(postcss@8.4.31) - postcss-custom-media: 10.0.2(postcss@8.4.31) - postcss-custom-properties: 13.3.2(postcss@8.4.31) - postcss-custom-selectors: 7.1.6(postcss@8.4.31) - postcss-dir-pseudo-class: 8.0.0(postcss@8.4.31) - postcss-double-position-gradients: 5.0.2(postcss@8.4.31) - postcss-focus-visible: 9.0.0(postcss@8.4.31) - postcss-focus-within: 8.0.0(postcss@8.4.31) - postcss-font-variant: 5.0.0(postcss@8.4.31) - postcss-gap-properties: 5.0.0(postcss@8.4.31) - postcss-image-set-function: 6.0.1(postcss@8.4.31) - postcss-lab-function: 6.0.7(postcss@8.4.31) - postcss-logical: 7.0.0(postcss@8.4.31) - postcss-nesting: 12.0.1(postcss@8.4.31) - postcss-opacity-percentage: 2.0.0(postcss@8.4.31) - postcss-overflow-shorthand: 5.0.0(postcss@8.4.31) - postcss-page-break: 3.0.4(postcss@8.4.31) - postcss-place: 9.0.0(postcss@8.4.31) - postcss-pseudo-class-any-link: 9.0.0(postcss@8.4.31) - postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.31) - postcss-selector-not: 7.0.1(postcss@8.4.31) + postcss: 8.4.32 + postcss-attribute-case-insensitive: 6.0.2(postcss@8.4.32) + postcss-clamp: 4.1.0(postcss@8.4.32) + postcss-color-functional-notation: 6.0.2(postcss@8.4.32) + postcss-color-hex-alpha: 9.0.2(postcss@8.4.32) + postcss-color-rebeccapurple: 9.0.1(postcss@8.4.32) + postcss-custom-media: 10.0.2(postcss@8.4.32) + postcss-custom-properties: 13.3.2(postcss@8.4.32) + postcss-custom-selectors: 7.1.6(postcss@8.4.32) + postcss-dir-pseudo-class: 8.0.0(postcss@8.4.32) + postcss-double-position-gradients: 5.0.2(postcss@8.4.32) + postcss-focus-visible: 9.0.0(postcss@8.4.32) + postcss-focus-within: 8.0.0(postcss@8.4.32) + postcss-font-variant: 5.0.0(postcss@8.4.32) + postcss-gap-properties: 5.0.0(postcss@8.4.32) + postcss-image-set-function: 6.0.1(postcss@8.4.32) + postcss-lab-function: 6.0.7(postcss@8.4.32) + postcss-logical: 7.0.0(postcss@8.4.32) + postcss-nesting: 12.0.2(postcss@8.4.32) + postcss-opacity-percentage: 2.0.0(postcss@8.4.32) + postcss-overflow-shorthand: 5.0.0(postcss@8.4.32) + postcss-page-break: 3.0.4(postcss@8.4.32) + postcss-place: 9.0.0(postcss@8.4.32) + postcss-pseudo-class-any-link: 9.0.0(postcss@8.4.32) + postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.32) + postcss-selector-not: 7.0.1(postcss@8.4.32) postcss-value-parser: 4.2.0 dev: true - /postcss-pseudo-class-any-link@9.0.0(postcss@8.4.31): + /postcss-pseudo-class-any-link@9.0.0(postcss@8.4.32): resolution: { integrity: sha512-QNCYIL98VKFKY6HGDEJpF6+K/sg9bxcUYnOmNHJxZS5wsFDFaVoPeG68WAuhsqwbIBSo/b9fjEnTwY2mTSD+uA==, @@ -10789,38 +10589,38 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /postcss-reduce-initial@6.0.0(postcss@8.4.31): + /postcss-reduce-initial@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-s2UOnidpVuXu6JiiI5U+fV2jamAw5YNA9Fdi/GRK0zLDLCfXmSGqQtzpUPtfN66RtCbb9fFHoyZdQaxOB3WxVA==, + integrity: sha512-cgzsI2ThG1PMSdSyM9A+bVxiiVgPIVz9f5c6H+TqEv0CA89iCOO81mwLWRWLgOKFtQkKob9nNpnkxG/1RlgFcA==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - browserslist: 4.21.10 + browserslist: 4.22.1 caniuse-api: 3.0.0 - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /postcss-reduce-transforms@6.0.0(postcss@8.4.31): + /postcss-reduce-transforms@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-FQ9f6xM1homnuy1wLe9lP1wujzxnwt1EwiigtWwuyf8FsqqXUDUp2Ulxf9A5yjlUOTdCJO6lonYjg1mgqIIi2w==, + integrity: sha512-fUbV81OkUe75JM+VYO1gr/IoA2b/dRiH6HvMwhrIBSUrxq3jNZQZitSnugcTLDi1KkQh1eR/zi+iyxviUNBkcQ==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true - /postcss-replace-overflow-wrap@4.0.0(postcss@8.4.31): + /postcss-replace-overflow-wrap@4.0.0(postcss@8.4.32): resolution: { integrity: sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==, @@ -10828,10 +10628,10 @@ packages: peerDependencies: postcss: ^8.0.3 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /postcss-reporter@7.0.5(postcss@8.4.31): + /postcss-reporter@7.0.5(postcss@8.4.32): resolution: { integrity: sha512-glWg7VZBilooZGOFPhN9msJ3FQs19Hie7l5a/eE6WglzYqVeH3ong3ShFcp9kDWJT1g2Y/wd59cocf9XxBtkWA==, @@ -10841,7 +10641,7 @@ packages: postcss: ^8.1.0 dependencies: picocolors: 1.0.0 - postcss: 8.4.31 + postcss: 8.4.32 thenby: 1.3.4 dev: true @@ -10852,19 +10652,19 @@ packages: } dev: true - /postcss-safe-parser@6.0.0(postcss@8.4.31): + /postcss-safe-parser@7.0.0(postcss@8.4.32): resolution: { - integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==, + integrity: sha512-ovehqRNVCpuFzbXoTb4qLtyzK3xn3t/CUBxOs8LsnQjQrShaB4lKiHoVqY8ANaC0hBMHq5QVWk77rwGklFUDrg==, } - engines: { node: ">=12.0" } + engines: { node: ">=18.0" } peerDependencies: - postcss: ^8.3.3 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /postcss-selector-not@7.0.1(postcss@8.4.31): + /postcss-selector-not@7.0.1(postcss@8.4.32): resolution: { integrity: sha512-1zT5C27b/zeJhchN7fP0kBr16Cc61mu7Si9uWWLoA3Px/D9tIJPKchJCkUH3tPO5D0pCFmGeApAv8XpXBQJ8SQ==, @@ -10873,7 +10673,7 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true @@ -10898,30 +10698,30 @@ packages: cssesc: 3.0.0 util-deprecate: 1.0.2 - /postcss-svgo@6.0.0(postcss@8.4.31): + /postcss-svgo@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-r9zvj/wGAoAIodn84dR/kFqwhINp5YsJkLoujybWG59grR/IHx+uQ2Zo+IcOwM0jskfYX3R0mo+1Kip1VSNcvw==, + integrity: sha512-eWV4Rrqa06LzTgqirOv5Ln6WTGyU7Pbeqj9WEyKo9tpnWixNATVJMeaEcOHOW1ZYyjcG8wSJwX/28DvU3oy3HA==, } engines: { node: ^14 || ^16 || >= 18 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 - svgo: 3.0.4 + svgo: 3.1.0 dev: true - /postcss-unique-selectors@6.0.0(postcss@8.4.31): + /postcss-unique-selectors@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-EPQzpZNxOxP7777t73RQpZE5e9TrnCrkvp7AH7a0l89JmZiPnS82y216JowHXwpBCQitfyxrof9TK3rYbi7/Yw==, + integrity: sha512-/KCCEpNNR7oXVJ38/Id7GC9Nt0zxO1T3zVbhVaq6F6LSG+3gU3B7+QuTHfD0v8NPEHlzewAout29S0InmB78EQ==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true @@ -10932,14 +10732,14 @@ packages: } dev: true - /postcss@8.4.31: + /postcss@8.4.32: resolution: { - integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==, + integrity: sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==, } engines: { node: ^10 || ^12 || >=14 } dependencies: - nanoid: 3.3.6 + nanoid: 3.3.7 picocolors: 1.0.0 source-map-js: 1.0.2 @@ -10969,7 +10769,7 @@ packages: fast-diff: 1.3.0 dev: true - /prettier-plugin-organize-imports@3.2.4(prettier@2.8.8)(typescript@5.3.2): + /prettier-plugin-organize-imports@3.2.4(prettier@2.8.8)(typescript@5.3.3): resolution: { integrity: sha512-6m8WBhIp0dfwu0SkgfOxJqh+HpdyfqSSLfKKRZSFbDuEQXDDndb8fTpRWkUrX/uBenkex3MgnVk0J3b3Y5byog==, @@ -10986,7 +10786,7 @@ packages: optional: true dependencies: prettier: 2.8.8 - typescript: 5.3.2 + typescript: 5.3.3 dev: true /prettier@2.8.8: @@ -11142,18 +10942,6 @@ packages: type-fest: 0.8.1 dev: true - /read-pkg-up@8.0.0: - resolution: - { - integrity: sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==, - } - engines: { node: ">=12" } - dependencies: - find-up: 5.0.0 - read-pkg: 6.0.0 - type-fest: 1.4.0 - dev: true - /read-pkg@5.2.0: resolution: { @@ -11167,19 +10955,6 @@ packages: type-fest: 0.6.0 dev: true - /read-pkg@6.0.0: - resolution: - { - integrity: sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==, - } - engines: { node: ">=12" } - dependencies: - "@types/normalize-package-data": 2.4.4 - normalize-package-data: 3.0.3 - parse-json: 5.2.0 - type-fest: 1.4.0 - dev: true - /read-pkg@9.0.0: resolution: { @@ -11240,17 +11015,6 @@ packages: strip-indent: 3.0.0 dev: true - /redent@4.0.0: - resolution: - { - integrity: sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==, - } - engines: { node: ">=12" } - dependencies: - indent-string: 5.0.0 - strip-indent: 4.0.0 - dev: true - /redeyed@2.1.1: resolution: { @@ -11655,21 +11419,21 @@ packages: get-assigned-identifiers: 1.2.0 dev: false - /semantic-release@22.0.8: + /semantic-release@22.0.12(typescript@5.3.3): resolution: { - integrity: sha512-55rb31jygqIYsGU/rY+gXXm2fnxBIWo9azOjxbqKsPnq7p70zwZ5v+xnD7TxJC+zvS3sy1eHLGXYWCaX3WI76A==, + integrity: sha512-0mhiCR/4sZb00RVFJIUlMuiBkW3NMpVIW2Gse7noqEMoFGkvfPPAImEQbkBV8xga4KOPP4FdTRYuLLy32R1fPw==, } engines: { node: ^18.17 || >=20.6.1 } hasBin: true dependencies: - "@semantic-release/commit-analyzer": 11.1.0(semantic-release@22.0.8) + "@semantic-release/commit-analyzer": 11.1.0(semantic-release@22.0.12) "@semantic-release/error": 4.0.0 - "@semantic-release/github": 9.0.4(semantic-release@22.0.8) - "@semantic-release/npm": 11.0.1(semantic-release@22.0.8) - "@semantic-release/release-notes-generator": 12.1.0(semantic-release@22.0.8) + "@semantic-release/github": 9.0.4(semantic-release@22.0.12) + "@semantic-release/npm": 11.0.1(semantic-release@22.0.12) + "@semantic-release/release-notes-generator": 12.1.0(semantic-release@22.0.12) aggregate-error: 5.0.0 - cosmiconfig: 8.2.0 + cosmiconfig: 8.3.6(typescript@5.3.3) debug: 4.3.4 env-ci: 10.0.0 execa: 8.0.1 @@ -11694,6 +11458,7 @@ packages: yargs: 17.7.2 transitivePeerDependencies: - supports-color + - typescript dev: true /semver-diff@4.0.0: @@ -11877,6 +11642,17 @@ packages: is-fullwidth-code-point: 4.0.0 dev: true + /slice-ansi@7.1.0: + resolution: + { + integrity: sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==, + } + engines: { node: ">=18" } + dependencies: + ansi-styles: 6.2.1 + is-fullwidth-code-point: 5.0.0 + dev: true + /source-map-js@1.0.2: resolution: { @@ -12081,15 +11857,15 @@ packages: strip-ansi: 6.0.1 dev: true - /string-width@5.1.2: + /string-width@7.0.0: resolution: { - integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==, + integrity: sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==, } - engines: { node: ">=12" } + engines: { node: ">=18" } dependencies: - eastasianwidth: 0.2.0 - emoji-regex: 9.2.2 + emoji-regex: 10.3.0 + get-east-asian-width: 1.2.0 strip-ansi: 7.1.0 dev: true @@ -12242,16 +12018,6 @@ packages: min-indent: 1.0.1 dev: true - /strip-indent@4.0.0: - resolution: - { - integrity: sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==, - } - engines: { node: ">=12" } - dependencies: - min-indent: 1.0.1 - dev: true - /strip-json-comments@2.0.1: resolution: { @@ -12275,102 +12041,94 @@ packages: } dev: false - /style-search@0.1.0: + /stylehacks@6.0.1(postcss@8.4.32): resolution: { - integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==, - } - dev: true - - /stylehacks@6.0.0(postcss@8.4.31): - resolution: - { - integrity: sha512-+UT589qhHPwz6mTlCLSt/vMNTJx8dopeJlZAlBMJPWA3ORqu6wmQY7FBXf+qD+FsqoBJODyqNxOUP3jdntFRdw==, + integrity: sha512-jTqG2aIoX2fYg0YsGvqE4ooE/e75WmaEjnNiP6Ag7irLtHxML8NJRxRxS0HyDpde8DRGuEXTFVHVfR5Tmbxqzg==, } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - browserslist: 4.21.10 - postcss: 8.4.31 + browserslist: 4.22.1 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /stylelint-config-recommended@13.0.0(stylelint@15.11.0): + /stylelint-config-recommended@14.0.0(stylelint@16.0.2): resolution: { - integrity: sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==, + integrity: sha512-jSkx290CglS8StmrLp2TxAppIajzIBZKYm3IxT89Kg6fGlxbPiTiyH9PS5YUuVAFwaJLl1ikiXX0QWjI0jmgZQ==, } - engines: { node: ^14.13.1 || >=16.0.0 } + engines: { node: ">=18.12.0" } peerDependencies: - stylelint: ^15.10.0 + stylelint: ^16.0.0 dependencies: - stylelint: 15.11.0 + stylelint: 16.0.2(typescript@5.3.3) dev: true - /stylelint-config-standard@34.0.0(stylelint@15.11.0): + /stylelint-config-standard@35.0.0(stylelint@16.0.2): resolution: { - integrity: sha512-u0VSZnVyW9VSryBG2LSO+OQTjN7zF9XJaAJRX/4EwkmU0R2jYwmBSN10acqZisDitS0CLiEiGjX7+Hrq8TAhfQ==, + integrity: sha512-JyQrNZk2BZwVKFauGGxW2U6RuhIfQ4XoHHo+rBzMHcAkLnwI/knpszwXjzxiMgSfcxbZBckM7Vq4LHoANTR85g==, } - engines: { node: ^14.13.1 || >=16.0.0 } + engines: { node: ">=18.12.0" } peerDependencies: - stylelint: ^15.10.0 + stylelint: ^16.0.0 dependencies: - stylelint: 15.11.0 - stylelint-config-recommended: 13.0.0(stylelint@15.11.0) + stylelint: 16.0.2(typescript@5.3.3) + stylelint-config-recommended: 14.0.0(stylelint@16.0.2) dev: true - /stylelint@15.11.0: + /stylelint@16.0.2(typescript@5.3.3): resolution: { - integrity: sha512-78O4c6IswZ9TzpcIiQJIN49K3qNoXTM8zEJzhaTE/xRTCZswaovSEVIa/uwbOltZrk16X4jAxjaOhzz/hTm1Kw==, + integrity: sha512-SxA/rg3VWxdoHZlW0nmVueWO1E7TAKW4W6mmA3iTxxEF9bIeQdFZu2oiBlQYyNe1pGnOamOqo2XYnI7cs5Bgow==, } - engines: { node: ^14.13.1 || >=16.0.0 } + engines: { node: ">=18.12.0" } hasBin: true dependencies: - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.1) - "@csstools/css-tokenizer": 2.2.1 - "@csstools/media-query-list-parser": 2.1.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.1) + "@csstools/css-parser-algorithms": 2.3.2(@csstools/css-tokenizer@2.2.2) + "@csstools/css-tokenizer": 2.2.2 + "@csstools/media-query-list-parser": 2.1.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.2) "@csstools/selector-specificity": 3.0.0(postcss-selector-parser@6.0.13) balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 8.2.0 + cosmiconfig: 9.0.0(typescript@5.3.3) css-functions-list: 3.2.1 css-tree: 2.3.1 debug: 4.3.4 - fast-glob: 3.3.1 + fast-glob: 3.3.2 fastest-levenshtein: 1.0.16 - file-entry-cache: 7.0.1 + file-entry-cache: 7.0.2 global-modules: 2.0.0 globby: 11.1.0 globjoin: 0.1.4 html-tags: 3.3.1 - ignore: 5.2.4 - import-lazy: 4.0.0 + ignore: 5.3.0 imurmurhash: 0.1.4 is-plain-object: 5.0.0 known-css-properties: 0.29.0 mathml-tag-names: 2.1.3 - meow: 10.1.5 + meow: 12.1.1 micromatch: 4.0.5 normalize-path: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.31 + postcss: 8.4.32 postcss-resolve-nested-selector: 0.1.1 - postcss-safe-parser: 6.0.0(postcss@8.4.31) + postcss-safe-parser: 7.0.0(postcss@8.4.32) postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 string-width: 4.2.3 - strip-ansi: 6.0.1 - style-search: 0.1.0 + strip-ansi: 7.1.0 supports-hyperlinks: 3.0.0 svg-tags: 1.0.0 table: 6.8.1 write-file-atomic: 5.0.1 transitivePeerDependencies: - supports-color + - typescript dev: true /sucrase@3.34.0: @@ -12435,10 +12193,10 @@ packages: } dev: true - /svgo@3.0.4: + /svgo@3.1.0: resolution: { - integrity: sha512-T+Xul3JwuJ6VGXKo/p2ndqx1ibxNKnLTvRc1ZTWKCfyKS/GgNjRZcYsK84fxTsy/izr91g/Rwx6fGnVgaFSI5g==, + integrity: sha512-R5SnNA89w1dYgNv570591F66v34b3eQShpIBcQtZtM5trJwm1VvxbIoMpRYY3ybTAutcKTLEmTsdnaknOHbiQA==, } engines: { node: ">=14.0.0" } hasBin: true @@ -12466,10 +12224,10 @@ packages: strip-ansi: 6.0.1 dev: true - /tailwindcss@3.3.5: + /tailwindcss@3.4.0: resolution: { - integrity: sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==, + integrity: sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==, } engines: { node: ">=14.0.0" } hasBin: true @@ -12479,7 +12237,7 @@ packages: chokidar: 3.5.3 didyoumean: 1.2.2 dlv: 1.1.3 - fast-glob: 3.3.1 + fast-glob: 3.3.2 glob-parent: 6.0.2 is-glob: 4.0.3 jiti: 1.19.3 @@ -12488,11 +12246,11 @@ packages: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.31 - postcss-import: 15.1.0(postcss@8.4.31) - postcss-js: 4.0.1(postcss@8.4.31) - postcss-load-config: 4.0.1(postcss@8.4.31) - postcss-nested: 6.0.1(postcss@8.4.31) + postcss: 8.4.32 + postcss-import: 15.1.0(postcss@8.4.32) + postcss-js: 4.0.1(postcss@8.4.32) + postcss-load-config: 4.0.1(postcss@8.4.32) + postcss-nested: 6.0.1(postcss@8.4.32) postcss-selector-parser: 6.0.13 resolve: 1.22.4 sucrase: 3.34.0 @@ -12694,15 +12452,7 @@ packages: engines: { node: ">=8" } dev: true - /trim-newlines@4.1.1: - resolution: - { - integrity: sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==, - } - engines: { node: ">=12" } - dev: true - - /ts-api-utils@1.0.2(typescript@5.3.2): + /ts-api-utils@1.0.2(typescript@5.3.3): resolution: { integrity: sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==, @@ -12711,7 +12461,7 @@ packages: peerDependencies: typescript: ">=4.2.0" dependencies: - typescript: 5.3.2 + typescript: 5.3.3 dev: true /ts-interface-checker@0.1.13: @@ -12905,10 +12655,10 @@ packages: } dev: false - /typescript@5.3.2: + /typescript@5.3.3: resolution: { - integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==, + integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==, } engines: { node: ">=14.17" } hasBin: true @@ -12942,6 +12692,7 @@ packages: { integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==, } + requiresBuild: true dev: true /unicode-canonical-property-names-ecmascript@2.0.0: @@ -13058,20 +12809,6 @@ packages: engines: { node: ">=4" } dev: true - /update-browserslist-db@1.0.11(browserslist@4.21.10): - resolution: - { - integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==, - } - hasBin: true - peerDependencies: - browserslist: ">= 4.21.0" - dependencies: - browserslist: 4.21.10 - escalade: 3.1.1 - picocolors: 1.0.0 - dev: true - /update-browserslist-db@1.0.13(browserslist@4.22.1): resolution: { @@ -13126,10 +12863,10 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite-plugin-pwa@0.17.2(vite@5.0.4)(workbox-build@7.0.0)(workbox-window@7.0.0): + /vite-plugin-pwa@0.17.4(vite@5.0.10)(workbox-build@7.0.0)(workbox-window@7.0.0): resolution: { - integrity: sha512-aVH9sxcTDumiWYiNcLrFqu+FdL79I2cT5EhlVe5V6nGcC64yQNGT1jamMytwi+OdfXl4VYic0LtoJ6JHMkM3ZQ==, + integrity: sha512-j9iiyinFOYyof4Zk3Q+DtmYyDVBDAi6PuMGNGq6uGI0pw7E+LNm9e+nQ2ep9obMP/kjdWwzilqUrlfVRj9OobA==, } engines: { node: ">=16.0.0" } peerDependencies: @@ -13140,17 +12877,17 @@ packages: debug: 4.3.4 fast-glob: 3.3.2 pretty-bytes: 6.1.1 - vite: 5.0.4(@types/node@18.18.9) + vite: 5.0.10(@types/node@18.18.9) workbox-build: 7.0.0 workbox-window: 7.0.0 transitivePeerDependencies: - supports-color dev: true - /vite@5.0.4(@types/node@18.18.9): + /vite@5.0.10(@types/node@18.18.9): resolution: { - integrity: sha512-RzAr8LSvM8lmhB4tQ5OPcBhpjOZRZjuxv9zO5UcxeoY2bd3kP3Ticd40Qma9/BqZ8JS96Ll/jeBX9u+LJZrhVg==, + integrity: sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==, } engines: { node: ^18.0.0 || >=20.0.0 } hasBin: true @@ -13180,7 +12917,7 @@ packages: dependencies: "@types/node": 18.18.9 esbuild: 0.19.5 - postcss: 8.4.31 + postcss: 8.4.32 rollup: 4.4.1 optionalDependencies: fsevents: 2.3.3 @@ -13193,10 +12930,10 @@ packages: } dev: false - /wavesurfer.js@7.4.12: + /wavesurfer.js@7.5.3: resolution: { - integrity: sha512-KzH4LkcOp8LECs9cOVIPBl6vsSoICKuZz+v5kh/zvxilpaVszU+QKC+4s2KEAqcCxBCecg3cNSg4RqAx278F8g==, + integrity: sha512-nYK6svXBJaQAuIOa9YQ69njwRs8OnD1FkGE0uVRVuci2STQGsaEVJg13NEr3X02lXAh1ggllwqbh3JLcpG9c9A==, } dev: false @@ -13531,15 +13268,15 @@ packages: strip-ansi: 6.0.1 dev: true - /wrap-ansi@8.1.0: + /wrap-ansi@9.0.0: resolution: { - integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==, + integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==, } - engines: { node: ">=12" } + engines: { node: ">=18" } dependencies: ansi-styles: 6.2.1 - string-width: 5.1.2 + string-width: 7.0.0 strip-ansi: 7.1.0 dev: true @@ -13624,14 +13361,6 @@ packages: } dev: true - /yaml@2.3.1: - resolution: - { - integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==, - } - engines: { node: ">= 14" } - dev: true - /yaml@2.3.4: resolution: {