diff --git a/.env b/.env index 21af9eb4..848afc75 100644 --- a/.env +++ b/.env @@ -15,7 +15,7 @@ ###> symfony/framework-bundle ### APP_ENV=dev -APP_SECRET=772ef243856f2699d6562b59f6124e63 +APP_SECRET=d38c7c968a23be776f69cc8c470e09d0 ###< symfony/framework-bundle ### ###> symfony/mailer ### @@ -27,50 +27,10 @@ APP_SECRET=772ef243856f2699d6562b59f6124e63 # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml # # DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db" -# DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7" -DATABASE_URL="postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=13&charset=utf8" +# DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7&charset=utf8mb4" +DATABASE_URL="postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8" ###< doctrine/doctrine-bundle ### -###> google/recaptcha ### -# To use Google Recaptcha, you must register a site on Recaptcha's admin panel: -# https://www.google.com/recaptcha/admin -GOOGLE_RECAPTCHA_SITE_KEY= -GOOGLE_RECAPTCHA_SECRET= -###< google/recaptcha ### - -###> excelwebzone/recaptcha-bundle ### -EWZ_RECAPTCHA_SITE_KEY= -EWZ_RECAPTCHA_SECRET= -###< excelwebzone/recaptcha-bundle ### - -###> nelmio/cors-bundle ### -CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$' -###< nelmio/cors-bundle ### - -###> symfony/swiftmailer-bundle ### -# For Gmail as a transport, use: "gmail://username:password@localhost" -# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode=" -# Delivery is disabled by default via "null://localhost" -MAILER_URL=null://localhost -###< symfony/swiftmailer-bundle ### - -###> lexik/jwt-authentication-bundle ### -JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem -JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem -JWT_PASSPHRASE=e6f7c4674b3d8a1a98774ac85d3b3d93 -###< lexik/jwt-authentication-bundle ### - -###> symfony/lock ### -# Choose one of the stores below -# postgresql+advisory://db_user:db_password@localhost/db_name -LOCK_DSN=semaphore -###< symfony/lock ### - -###> nelmio/solarium-bundle ### -SOLR_HOST=localhost -SOLR_CORE=example -###< nelmio/solarium-bundle ### - ###> ibexa/oss ### SEARCH_ENGINE=legacy # Uncomment following line if you want to change the purge type. @@ -80,15 +40,17 @@ SEARCH_ENGINE=legacy HTTPCACHE_DEFAULT_TTL=86400 HTTPCACHE_PURGE_SERVER=http://localhost:80 HTTPCACHE_VARNISH_INVALIDATE_TOKEN= +# Uncomment following line if you want to enable translation-aware behavior for HTTP cache. +# HTTPCACHE_TRANSLATION_AWARE_ENABLED=true CACHE_POOL=cache.tagaware.filesystem -# When using redis or memcached adapters, you can configure it using DSN: +# When using Redis or memcached adapter, you can configure it using DSN: # - https://symfony.com/doc/4.4/components/cache/adapters/redis_adapter.html#configure-the-connection # - https://symfony.com/doc/4.4/components/cache/adapters/memcached_adapter.html#configure-the-connection CACHE_DSN=localhost CACHE_NAMESPACE=ezp DATABASE_CHARSET=utf8mb4 DATABASE_COLLATION=utf8mb4_unicode_520_ci -# Needed by Doctrine Bundle / ORM to avoid it opening connection during situations where there is no service yet. +# Needed by Doctrine Bundle / ORM to prevent it from opening a connection during situations where there is no service yet. # See: https://symfony.com/doc/current/reference/configuration/doctrine.html#doctrine-dbal-configuration DATABASE_VERSION=mariadb-10.3.0 SESSION_HANDLER_ID=session.handler.native_file @@ -106,15 +68,17 @@ SEARCH_ENGINE=legacy HTTPCACHE_DEFAULT_TTL=86400 HTTPCACHE_PURGE_SERVER=http://localhost:80 HTTPCACHE_VARNISH_INVALIDATE_TOKEN= +# Uncomment following line if you want to enable translation-aware behavior for HTTP cache. +# HTTPCACHE_TRANSLATION_AWARE_ENABLED=true CACHE_POOL=cache.tagaware.filesystem -# When using redis or memcached adapters, you can configure it using DSN: +# When using Redis or memcached adapter, you can configure it using DSN: # - https://symfony.com/doc/4.4/components/cache/adapters/redis_adapter.html#configure-the-connection # - https://symfony.com/doc/4.4/components/cache/adapters/memcached_adapter.html#configure-the-connection CACHE_DSN=localhost CACHE_NAMESPACE=ezp DATABASE_CHARSET=utf8mb4 DATABASE_COLLATION=utf8mb4_unicode_520_ci -# Needed by Doctrine Bundle / ORM to avoid it opening connection during situations where there is no service yet. +# Needed by Doctrine Bundle / ORM to prevent it from opening a connection during situations where there is no service yet. # See: https://symfony.com/doc/current/reference/configuration/doctrine.html#doctrine-dbal-configuration DATABASE_VERSION=mariadb-10.3.0 SESSION_HANDLER_ID=session.handler.native_file @@ -135,7 +99,7 @@ SISO_SEARCH_SOLR_CORE=collection1 # Do not add 'solr' to the path. It is automatically added by SolariumBundle SISO_SEARCH_SOLR_PATH= # SolariumBundle Solr DSN configuration -# Note that /solr suffix will be appended autmatically to eZ Platform Solr Search Engine Bundle configuration +# Note that the /solr suffix will be appended automatically to eZ Platform Solr Search Engine Bundle configuration SOLR_DSN=http://${SISO_SEARCH_SOLR_HOST}:${SISO_SEARCH_SOLR_PORT}${SISO_SEARCH_SOLR_PATH} JMS_PAYMENT_SECRET=def00000706ea7318427e72fcea2c8ceb86773a4310e35119c48e3029196acfead1ba8cc898f48d1ef9cb3f7ebe191ab46eaf67ec94a2b6bd17c079ac7277de0175b9e3e ###< ibexa/content ### @@ -149,15 +113,17 @@ SEARCH_ENGINE=legacy HTTPCACHE_DEFAULT_TTL=86400 HTTPCACHE_PURGE_SERVER=http://localhost:80 HTTPCACHE_VARNISH_INVALIDATE_TOKEN= +# Uncomment following line if you want to enable translation-aware behavior for HTTP cache. +# HTTPCACHE_TRANSLATION_AWARE_ENABLED=true CACHE_POOL=cache.tagaware.filesystem -# When using redis or memcached adapters, you can configure it using DSN: +# When using Redis or memcached adapter, you can configure it using DSN: # - https://symfony.com/doc/4.4/components/cache/adapters/redis_adapter.html#configure-the-connection # - https://symfony.com/doc/4.4/components/cache/adapters/memcached_adapter.html#configure-the-connection CACHE_DSN=localhost CACHE_NAMESPACE=ezp DATABASE_CHARSET=utf8mb4 DATABASE_COLLATION=utf8mb4_unicode_520_ci -# Needed by Doctrine Bundle / ORM to avoid it opening connection during situations where there is no service yet. +# Needed by Doctrine Bundle / ORM to prevent it from opening a connection during situations where there is no service yet. # See: https://symfony.com/doc/current/reference/configuration/doctrine.html#doctrine-dbal-configuration DATABASE_VERSION=mariadb-10.3.0 SESSION_HANDLER_ID=session.handler.native_file @@ -177,7 +143,47 @@ SISO_SEARCH_SOLR_CORE=collection1 # Do not add 'solr' to the path. It is automatically added by SolariumBundle SISO_SEARCH_SOLR_PATH= # SolariumBundle Solr DSN configuration -# Note that /solr suffix will be appended autmatically to eZ Platform Solr Search Engine Bundle configuration +# Note that the /solr suffix will be appended automatically to eZ Platform Solr Search Engine Bundle configuration SOLR_DSN=http://${SISO_SEARCH_SOLR_HOST}:${SISO_SEARCH_SOLR_PORT}${SISO_SEARCH_SOLR_PATH} JMS_PAYMENT_SECRET=def00000706ea7318427e72fcea2c8ceb86773a4310e35119c48e3029196acfead1ba8cc898f48d1ef9cb3f7ebe191ab46eaf67ec94a2b6bd17c079ac7277de0175b9e3e ###< ibexa/experience ### + +###> google/recaptcha ### +# To use Google Recaptcha, you must register a site on Recaptcha's admin panel: +# https://www.google.com/recaptcha/admin +GOOGLE_RECAPTCHA_SITE_KEY= +GOOGLE_RECAPTCHA_SECRET= +###< google/recaptcha ### + +###> excelwebzone/recaptcha-bundle ### +EWZ_RECAPTCHA_SITE_KEY= +EWZ_RECAPTCHA_SECRET= +###< excelwebzone/recaptcha-bundle ### + +###> nelmio/cors-bundle ### +CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$' +###< nelmio/cors-bundle ### + +###> symfony/swiftmailer-bundle ### +# For Gmail as a transport, use: "gmail://username:password@localhost" +# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode=" +# Delivery is disabled by default via "null://localhost" +MAILER_URL=null://localhost +###< symfony/swiftmailer-bundle ### + +###> lexik/jwt-authentication-bundle ### +JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem +JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem +JWT_PASSPHRASE=9e36a8950a71c5a5873b69a41260d73d +###< lexik/jwt-authentication-bundle ### + +###> symfony/lock ### +# Choose one of the stores below +# postgresql+advisory://db_user:db_password@localhost/db_name +LOCK_DSN=semaphore +###< symfony/lock ### + +###> nelmio/solarium-bundle ### +SOLR_HOST=localhost +SOLR_CORE=example +###< nelmio/solarium-bundle ### diff --git a/.env.local.template b/.env.local.template deleted file mode 100644 index 1dab7a92..00000000 --- a/.env.local.template +++ /dev/null @@ -1,19 +0,0 @@ -SESSION_HANDLER_ID=ezplatform.core.session.handler.native_redis -SESSION_SAVE_PATH=tcp://redis:6379 - -CACHE_POOL=cache.redis -CACHE_DSN=redis - -HTTPCACHE_PURGE_SERVER=http://varnish -HTTPCACHE_PURGE_TYPE=varnish -TRUSTED_PROXIES=172.27.0.1/24 - -DATABASE_VERSION=TODO -DATABASE_URL="mysql://root:root@mariadb/ezplatform?serverVersion=${DATABASE_VERSION}" - -SEARCH_ENGINE=TODO -SOLR_DSN=http://solr:8983/solr -ELASTICSEARCH_DSN=http://elasticsearch:9200 - -SOLR_HOST=solr -SOLR_CORE=collection1 diff --git a/.gitignore b/.gitignore index 14d69418..ede3726a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ ###< symfony/framework-bundle ### ###> symfony/phpunit-bridge ### -.phpunit .phpunit.result.cache /phpunit.xml ###< symfony/phpunit-bridge ### @@ -34,12 +33,3 @@ npm-debug.log yarn-error.log ###< symfony/webpack-encore-bundle ### - -###> adriendupuis/ezplatform-ee-docker ### -auth.json -ide-twig.json -/config/graphql/ -/public/assets/build/* -/public/assets/ezplatform/build/* -/public/assets/translations/* -###< adriendupuis/ezplatform-ee-docker ### diff --git a/COPYRIGHT b/COPYRIGHT index 75c96a44..67a96816 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -3,7 +3,7 @@ Copyright (C) 1999-2020 Ibexa AS (formerly eZ Systems AS). All rights reserved. This source code is available separately under the following licenses: A - Ibexa Business Use License Agreement (Ibexa BUL), -version 2.3 or later versions (as license terms may be updated from time to time) +version 2.4 or later versions (as license terms may be updated from time to time) Ibexa BUL is granted by having a valid Ibexa DXP (formerly eZ Platform Enterprise) subscription, as described at: https://www.ibexa.co/product For the full Ibexa BUL license text, please see: diff --git a/LICENSE b/LICENSE index 40b35640..45765b09 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ Copyright (C) 1999-2020 Ibexa AS (formerly eZ Systems AS). All rights reserved. This source code is available separately under the following licenses: A - Ibexa Business Use License Agreement (Ibexa BUL), -version 2.3 or later versions (as license terms may be updated from time to time) +version 2.4 or later versions (as license terms may be updated from time to time) Ibexa BUL is granted by having a valid Ibexa DXP (formerly eZ Platform Enterprise) subscription, as described at: https://www.ibexa.co/product For the full Ibexa BUL license text, please see: diff --git a/LICENSE-bul b/LICENSE-bul index da629493..14e0e5a1 100644 --- a/LICENSE-bul +++ b/LICENSE-bul @@ -1,11 +1,11 @@ -Ibexa Business Use License Agreement ("Ibexa BUL") Version 2.3 +Ibexa Business Use License Agreement ("Ibexa BUL") Version 2.4 IMPORTANT: Please read the following license agreement carefully. This Ibexa Business License Agreement (“Ibexa BUL”) is between Ibexa AS -(Norwegian business registration no. 981601564, formerly eZ Systems AS), -a Norwegian company ("Licensor", “Ibexa” or “we”), and the customer ("Licensee" +(Norwegian business registration no. 981601564), a Norwegian company +("Licensor", “Ibexa” or “we”), and the customer ("Licensee" or "you"). By installing all or any portion of the Licensed Software (or authorizing any other person to do so), you accept the terms and conditions of this Ibexa BUL. If you acquired the Licensed Software without an opportunity to @@ -25,11 +25,6 @@ eZ Publish Platform) downloaded, ordered or otherwise legally acquired "Licensed Copy" means one sample of the Licensed Software. -"Subscription Agreement" means the Ibexa Digital Experience Platform (DXP) -Subscription Agreement, or other applicable Ibexa subscription (such as eZ -Enterprise or eZ Platform Enterprise Subscription Agreement), entitling -you to a BUL to the Licensed Software. - 2. License grant 2.1 You may @@ -37,8 +32,8 @@ If you have entered into an Ibexa Subscription Agreement, you have paid the correct fees and you comply with the terms of this Ibexa BUL, we grant you a limited, non-exclusive and non-transferable right to: -(a) install and run the Licensed Copy on the agreed number of websites -or with the agreed number of database content objects; and +(a) install and run the Licensed Copy according to the terms +defined by the Ibexa Subscription Agreement (b) modify or make improvements, patches, workarounds and bug fixes (collectively "Licensee Modifications") to the Licensed Copy, or permit @@ -78,11 +73,8 @@ not use the Licensed Software. Please see the Ibexa Subscription Agreement for the prices and terms of payment, that apply. -Within six months of the termination or expiration of any such Ibexa -Subscription Agreement, all use of the Licensed Software has to stop, -unless the Ibexa Subscription Agreement is renewed within such six month -period. During this six month period, Ibexa is not liable for any loss -or damage (of any kind) with you. +All use of the Licensed Software has to stop immediately after the termination or +expiration of any such Ibexa Subscription Agreement. 5. Audit rights To make sure everyone is contributing their part to enable us to @@ -115,7 +107,7 @@ Software, and confirm the destruction within 7 (seven) days. 7. Intellectual property rights You agree that no copyright, other intellectual property or proprietary rights in the Licensed Software and related documentation are -transferred to you. No trademarks of Ibexa may be used by you without Ibexa’ +transferred to you. No trademarks of Ibexa may be used by you without Ibexa’s express written permission. If permission is granted, use must always take place in accordance with our guidelines as they may be updated from time to time. For Licensee Modifications, you must, in the modified @@ -132,7 +124,7 @@ accuracy of informational content. We do not warrant that the Licensed Software will meet your requirements or that the operation of it will be uninterrupted or error-free, or that errors will be corrected. The entire risk of the Licensed Software's quality and performance is -therefore with you +therefore with you. 9. Limitation of liability To the extent permitted by law, we do not have liability with respect to @@ -159,7 +151,7 @@ any third party supplier Ibexa is distributing software for, or other licensee, alleging that the Licensed Software infringes a patent. 10.2 Transfer -Without Ibexa’ written permission, you may not sublicense or otherwise +Without Ibexa’s written permission, you may not sublicense or otherwise transfer your rights and obligations under this Ibexa BUL to any other person or party. Any attempt by you to do so, will terminate this Ibexa BUL without further notice. Ibexa may assign its rights hereunder at any time @@ -210,7 +202,7 @@ You are responsible for complying with any applicable local laws, including export and import regulations. 10.7 Entire agreement -This Ibexa BUL comprises the entire agreement, and replaces all earlier +This Ibexa BUL and Ibexa Subscription Agreement comprise the entire agreement, and replace all earlier proposals, understandings and agreements, oral and written, between us. 10.8 Update of terms diff --git a/assets/bootstrap.js b/assets/bootstrap.js index 9792e6ab..4ab2df64 100644 --- a/assets/bootstrap.js +++ b/assets/bootstrap.js @@ -1,5 +1,11 @@ import { startStimulusApp } from '@symfony/stimulus-bridge'; -import '@symfony/autoimport'; // Registers Stimulus controllers from controllers.json and in the controllers/ directory -export const app = startStimulusApp(require.context('./controllers', true, /\.(j|t)sx?$/)); +export const app = startStimulusApp(require.context( + '@symfony/stimulus-bridge/lazy-controller-loader!./controllers', + true, + /\.[jt]sx?$/ +)); + +// register any custom, 3rd party controllers here +// app.register('some_controller_name', SomeImportedController); diff --git a/assets/controllers/hello_controller.js b/assets/controllers/hello_controller.js index 8c79f65a..e847027b 100644 --- a/assets/controllers/hello_controller.js +++ b/assets/controllers/hello_controller.js @@ -1,4 +1,4 @@ -import { Controller } from 'stimulus'; +import { Controller } from '@hotwired/stimulus'; /* * This is an example Stimulus controller! diff --git a/bin/console b/bin/console old mode 100755 new mode 100644 index 8fe9d494..c933dc53 --- a/bin/console +++ b/bin/console @@ -3,41 +3,15 @@ use App\Kernel; use Symfony\Bundle\FrameworkBundle\Console\Application; -use Symfony\Component\Console\Input\ArgvInput; -use Symfony\Component\Dotenv\Dotenv; -use Symfony\Component\ErrorHandler\Debug; -if (!in_array(PHP_SAPI, ['cli', 'phpdbg', 'embed'], true)) { - echo 'Warning: The console should be invoked via the CLI version of PHP, not the '.PHP_SAPI.' SAPI'.PHP_EOL; +if (!is_file(dirname(__DIR__).'/vendor/autoload_runtime.php')) { + throw new LogicException('Symfony Runtime is missing. Try running "composer require symfony/runtime".'); } -set_time_limit(0); +require_once dirname(__DIR__).'/vendor/autoload_runtime.php'; -require dirname(__DIR__).'/vendor/autoload.php'; +return function (array $context) { + $kernel = new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']); -if (!class_exists(Application::class) || !class_exists(Dotenv::class)) { - throw new LogicException('You need to add "symfony/framework-bundle" and "symfony/dotenv" as Composer dependencies.'); -} - -$input = new ArgvInput(); -if (null !== $env = $input->getParameterOption(['--env', '-e'], null, true)) { - putenv('APP_ENV='.$_SERVER['APP_ENV'] = $_ENV['APP_ENV'] = $env); -} - -if ($input->hasParameterOption('--no-debug', true)) { - putenv('APP_DEBUG='.$_SERVER['APP_DEBUG'] = $_ENV['APP_DEBUG'] = '0'); -} - -(new Dotenv())->bootEnv(dirname(__DIR__).'/.env'); - -if ($_SERVER['APP_DEBUG']) { - umask(0000); - - if (class_exists(Debug::class)) { - Debug::enable(); - } -} - -$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']); -$application = new Application($kernel); -$application->run($input); + return new Application($kernel); +}; diff --git a/bin/phpunit b/bin/phpunit index 2338d1b6..f26f2c72 100644 --- a/bin/phpunit +++ b/bin/phpunit @@ -1,16 +1,19 @@ #!/usr/bin/env php =7.3", "ext-ctype": "*", "ext-iconv": "*", - "composer/package-versions-deprecated": "1.11.99.2", "doctrine/annotations": "^1.0", - "doctrine/doctrine-bundle": "~2.3.2", - "doctrine/doctrine-migrations-bundle": "^3.1", - "doctrine/orm": "^2.9", - "ibexa/experience": "3.3.4", - "phpdocumentor/reflection-docblock": "^5.2", - "sensio/framework-extra-bundle": "^5.6.1", - "symfony/asset": "5.2.*", - "symfony/console": "5.2.*", - "symfony/dotenv": "5.2.*", - "symfony/expression-language": "5.2.*", - "symfony/flex": "^1.11.0", - "symfony/form": "5.2.*", - "symfony/framework-bundle": "5.2.*", - "symfony/http-client": "5.2.*", - "symfony/intl": "5.2.*", - "symfony/mailer": "5.2.*", - "symfony/mime": "5.2.*", + "doctrine/doctrine-bundle": "^2.4", + "doctrine/doctrine-migrations-bundle": "^3.2", + "doctrine/orm": "^2.11", + "ibexa/experience": "3.3.15", + "phpdocumentor/reflection-docblock": "^5.3", + "phpstan/phpdoc-parser": "^1.2", + "sensio/framework-extra-bundle": "^6.1", + "symfony/asset": "5.4.*", + "symfony/console": "5.4.*", + "symfony/dom-crawler": "5.4.*", + "symfony/dotenv": "5.4.*", + "symfony/error-handler": "5.4.*", + "symfony/expression-language": "5.4.*", + "symfony/flex": "^1.17|^2", + "symfony/form": "5.4.*", + "symfony/framework-bundle": "5.4.*", + "symfony/http-client": "5.4.*", + "symfony/intl": "5.4.*", + "symfony/mailer": "5.4.*", + "symfony/mime": "5.4.*", "symfony/monolog-bundle": "^3.1", - "symfony/notifier": "5.2.*", - "symfony/process": "5.2.*", - "symfony/property-access": "5.2.*", - "symfony/property-info": "5.2.*", - "symfony/proxy-manager-bridge": "5.2.*", - "symfony/security-bundle": "5.2.*", - "symfony/serializer": "5.2.*", - "symfony/string": "5.2.*", - "symfony/translation": "5.2.*", - "symfony/twig-bundle": "^5.2", - "symfony/validator": "5.2.*", - "symfony/web-link": "5.2.*", - "symfony/yaml": "5.2.*", + "symfony/notifier": "5.4.*", + "symfony/password-hasher": "5.4.*", + "symfony/process": "5.4.*", + "symfony/property-access": "5.4.*", + "symfony/property-info": "5.4.*", + "symfony/proxy-manager-bridge": "5.4.*", + "symfony/runtime": "5.4.*", + "symfony/security-bundle": "5.4.*", + "symfony/serializer": "5.4.*", + "symfony/string": "5.4.*", + "symfony/translation": "5.4.*", + "symfony/twig-bridge": "5.4.*", + "symfony/twig-bundle": "5.4.*", + "symfony/validator": "5.4.*", + "symfony/var-exporter": "5.4.*", + "symfony/web-link": "5.4.*", + "symfony/yaml": "5.4.*", "twig/extra-bundle": "^2.12|^3.0", "twig/twig": "^2.12|^3.0" }, "require-dev": { "phpunit/phpunit": "^9.5", - "symfony/browser-kit": "^5.2", - "symfony/css-selector": "^5.2", - "symfony/debug-bundle": "^5.2", - "symfony/maker-bundle": "^1.26.1", - "symfony/phpunit-bridge": "^5.3", - "symfony/stopwatch": "^5.2", - "symfony/var-dumper": "^5.2", - "symfony/web-profiler-bundle": "^5.2" + "symfony/browser-kit": "5.4.*", + "symfony/css-selector": "5.4.*", + "symfony/debug-bundle": "5.4.*", + "symfony/maker-bundle": "^1.0", + "symfony/phpunit-bridge": "^6.0", + "symfony/stopwatch": "5.4.*", + "symfony/web-profiler-bundle": "5.4.*" }, "config": { + "allow-plugins": { + "composer/package-versions-deprecated": true, + "symfony/flex": true, + "symfony/runtime": true, + "symfony/thanks": true, + "ibexa/post-install": true + }, "optimize-autoloader": true, "preferred-install": { "*": "dist" }, - "sort-packages": true, - "platform": { - "php": "7.3" - } + "sort-packages": true }, "autoload": { "psr-4": { @@ -83,8 +92,9 @@ "auto-scripts": { "cache:clear": "symfony-cmd", "assets:install %PUBLIC_DIR%": "symfony-cmd", - "bazinga:js-translation:dump %PUBLIC_DIR%/assets --merge-domains": "symfony-cmd", "yarn install": "script", + "ibexa:encore:compile --config-name app": "symfony-cmd", + "bazinga:js-translation:dump %PUBLIC_DIR%/assets --merge-domains": "symfony-cmd", "ibexa:encore:compile": "symfony-cmd" }, "post-install-cmd": [ @@ -100,8 +110,8 @@ "extra": { "symfony": { "allow-contrib": true, - "require": "5.2.*", - "endpoint": "https://flex.ibexa.co" + "endpoint": "https://flex.ibexa.co", + "require": "5.4.*" } }, "repositories": { diff --git a/composer.lock b/composer.lock index 75d282de..ad37e095 100644 --- a/composer.lock +++ b/composer.lock @@ -4,32 +4,32 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1273aba2cc3dea5000d365b3980a20a1", + "content-hash": "44314165a6912d287a4ed94dccb82eb0", "packages": [ { "name": "babdev/pagerfanta-bundle", - "version": "v2.10.0", + "version": "v2.11.0", "source": { "type": "git", "url": "https://github.com/BabDev/PagerfantaBundle.git", - "reference": "04bcc5ad005b62f657d38dc816137382685086c7" + "reference": "98bd0756de82080ace1a2e41e66f618e469da943" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/04bcc5ad005b62f657d38dc816137382685086c7", - "reference": "04bcc5ad005b62f657d38dc816137382685086c7", + "url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/98bd0756de82080ace1a2e41e66f618e469da943", + "reference": "98bd0756de82080ace1a2e41e66f618e469da943", "shasum": "" }, "require": { "pagerfanta/pagerfanta": "^2.7", "php": "^7.2 || ^8.0", - "symfony/config": "^3.4 || ^4.4 || ^5.2", - "symfony/dependency-injection": "^3.4 || ^4.4 || ^5.2", + "symfony/config": "^3.4 || ^4.4 || ^5.3", + "symfony/dependency-injection": "^3.4 || ^4.4 || ^5.3", "symfony/deprecation-contracts": "^2.1", - "symfony/http-foundation": "^3.4 || ^4.4 || ^5.2", - "symfony/http-kernel": "^3.4 || ^4.4 || ^5.2", - "symfony/property-access": "^3.4 || ^4.4 || ^5.2", - "symfony/routing": "^3.4 || ^4.4 || ^5.2" + "symfony/http-foundation": "^3.4 || ^4.4 || ^5.3", + "symfony/http-kernel": "^3.4 || ^4.4 || ^5.3", + "symfony/property-access": "^3.4 || ^4.4 || ^5.3", + "symfony/routing": "^3.4 || ^4.4 || ^5.3" }, "conflict": { "twig/twig": "<1.35 || >=2.0,<2.5", @@ -37,19 +37,19 @@ }, "require-dev": { "doctrine/annotations": "^1.8", - "friendsofphp/php-cs-fixer": "^2.18.2", "jms/serializer": "^3.0", "jms/serializer-bundle": "^3.0", "matthiasnoback/symfony-dependency-injection-test": "^4.1", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^0.12.80", - "phpstan/phpstan-phpunit": "^0.12.18", - "phpstan/phpstan-symfony": "^0.12.20", + "phpstan/phpstan": "^0.12.94", + "phpstan/phpstan-phpunit": "^0.12.21", + "phpstan/phpstan-symfony": "^0.12.41", "phpunit/phpunit": "^8.5 || ^9.3", - "symfony/serializer": "^3.4 || ^4.4 || ^5.2", - "symfony/translation": "^3.4 || ^4.4 || ^5.2", - "symfony/twig-bridge": "^3.4 || ^4.4 || ^5.2", - "symfony/twig-bundle": "^3.4 || ^4.4 || ^5.2", + "symfony/phpunit-bridge": "^4.4 || ^5.3", + "symfony/serializer": "^3.4 || ^4.4 || ^5.3", + "symfony/translation": "^3.4 || ^4.4 || ^5.3", + "symfony/twig-bridge": "^3.4 || ^4.4 || ^5.3", + "symfony/twig-bundle": "^3.4 || ^4.4 || ^5.3", "twig/twig": "^1.35 || ^2.5 || ^3.0" }, "suggest": { @@ -79,7 +79,7 @@ ], "support": { "issues": "https://github.com/BabDev/PagerfantaBundle/issues", - "source": "https://github.com/BabDev/PagerfantaBundle/tree/v2.10.0" + "source": "https://github.com/BabDev/PagerfantaBundle/tree/v2.11.0" }, "funding": [ { @@ -87,7 +87,7 @@ "type": "github" } ], - "time": "2021-03-31T21:55:51+00:00" + "time": "2021-08-01T16:42:35+00:00" }, { "name": "clue/stream-filter", @@ -111,12 +111,12 @@ }, "type": "library", "autoload": { - "psr-4": { - "Clue\\StreamFilter\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "Clue\\StreamFilter\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -157,16 +157,16 @@ }, { "name": "composer/package-versions-deprecated", - "version": "1.11.99.2", + "version": "1.11.99.5", "source": { "type": "git", "url": "https://github.com/composer/package-versions-deprecated.git", - "reference": "c6522afe5540d5fc46675043d3ed5a45a740b27c" + "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/c6522afe5540d5fc46675043d3ed5a45a740b27c", - "reference": "c6522afe5540d5fc46675043d3ed5a45a740b27c", + "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d", + "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d", "shasum": "" }, "require": { @@ -210,7 +210,7 @@ "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", "support": { "issues": "https://github.com/composer/package-versions-deprecated/issues", - "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.2" + "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5" }, "funding": [ { @@ -226,27 +226,27 @@ "type": "tidelift" } ], - "time": "2021-05-24T07:46:03+00:00" + "time": "2022-01-17T14:14:24+00:00" }, { "name": "composer/semver", - "version": "3.2.5", + "version": "3.2.9", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9" + "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9", - "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9", + "url": "https://api.github.com/repos/composer/semver/zipball/a951f614bd64dcd26137bc9b7b2637ddcfc57649", + "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^0.12.54", + "phpstan/phpstan": "^1.4", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", @@ -291,7 +291,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.2.5" + "source": "https://github.com/composer/semver/tree/3.2.9" }, "funding": [ { @@ -307,25 +307,25 @@ "type": "tidelift" } ], - "time": "2021-05-24T12:41:47+00:00" + "time": "2022-02-04T13:58:43+00:00" }, { "name": "cron/cron", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/Cron/Cron.git", - "reference": "4e48d435f320c1f0d1bdbfce29fecfaf06e19c2a" + "reference": "103d8562aca8a5fd135c69b3fe93aad0b5b701d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Cron/Cron/zipball/4e48d435f320c1f0d1bdbfce29fecfaf06e19c2a", - "reference": "4e48d435f320c1f0d1bdbfce29fecfaf06e19c2a", + "url": "https://api.github.com/repos/Cron/Cron/zipball/103d8562aca8a5fd135c69b3fe93aad0b5b701d4", + "reference": "103d8562aca8a5fd135c69b3fe93aad0b5b701d4", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "symfony/process": "^4.0|^5.0" + "symfony/process": "^4.0|^5.0|^6.0" }, "require-dev": { "phpunit/phpunit": "^8.0 || ^9.0" @@ -354,9 +354,9 @@ "description": "Cronjobs", "support": { "issues": "https://github.com/Cron/Cron/issues", - "source": "https://github.com/Cron/Cron/tree/1.5.0" + "source": "https://github.com/Cron/Cron/tree/1.6.0" }, - "time": "2021-01-12T16:47:03+00:00" + "time": "2021-12-29T12:06:58+00:00" }, { "name": "defuse/php-encryption", @@ -426,16 +426,16 @@ }, { "name": "doctrine/annotations", - "version": "1.13.1", + "version": "1.13.2", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f" + "reference": "5b668aef16090008790395c02c893b1ba13f7e08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", - "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08", + "reference": "5b668aef16090008790395c02c893b1ba13f7e08", "shasum": "" }, "require": { @@ -492,30 +492,29 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.13.1" + "source": "https://github.com/doctrine/annotations/tree/1.13.2" }, - "time": "2021-05-16T18:07:53+00:00" + "time": "2021-08-05T19:00:23+00:00" }, { "name": "doctrine/cache", - "version": "1.11.3", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "3bb5588cec00a0268829cc4a518490df6741af9d" + "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/3bb5588cec00a0268829cc4a518490df6741af9d", - "reference": "3bb5588cec00a0268829cc4a518490df6741af9d", + "url": "https://api.github.com/repos/doctrine/cache/zipball/331b4d5dbaeab3827976273e9356b3b453c300ce", + "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce", "shasum": "" }, "require": { "php": "~7.1 || ^8.0" }, "conflict": { - "doctrine/common": ">2.2,<2.4", - "psr/cache": ">=3" + "doctrine/common": ">2.2,<2.4" }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", @@ -524,8 +523,9 @@ "mongodb/mongodb": "^1.1", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "predis/predis": "~1.0", - "psr/cache": "^1.0 || ^2.0", - "symfony/cache": "^4.4 || ^5.2" + "psr/cache": "^1.0 || ^2.0 || ^3.0", + "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev", + "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" @@ -577,7 +577,7 @@ ], "support": { "issues": "https://github.com/doctrine/cache/issues", - "source": "https://github.com/doctrine/cache/tree/1.11.3" + "source": "https://github.com/doctrine/cache/tree/2.1.1" }, "funding": [ { @@ -593,30 +593,30 @@ "type": "tidelift" } ], - "time": "2021-05-25T09:01:55+00:00" + "time": "2021-07-17T14:49:29+00:00" }, { "name": "doctrine/collections", - "version": "1.6.7", + "version": "1.6.8", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a" + "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a", - "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a", + "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af", + "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af", "shasum": "" }, "require": { "php": "^7.1.3 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan-shim": "^0.9.2", - "phpunit/phpunit": "^7.0", - "vimeo/psalm": "^3.8.1" + "doctrine/coding-standard": "^9.0", + "phpstan/phpstan": "^0.12", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", + "vimeo/psalm": "^4.2.1" }, "type": "library", "autoload": { @@ -660,22 +660,22 @@ ], "support": { "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/1.6.7" + "source": "https://github.com/doctrine/collections/tree/1.6.8" }, - "time": "2020-07-27T17:53:49+00:00" + "time": "2021-08-10T18:51:53+00:00" }, { "name": "doctrine/common", - "version": "3.1.2", + "version": "3.2.2", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a" + "reference": "295082d3750987065912816a9d536c2df735f637" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/a036d90c303f3163b5be8b8fde9b6755b2be4a3a", - "reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a", + "url": "https://api.github.com/repos/doctrine/common/zipball/295082d3750987065912816a9d536c2df735f637", + "reference": "295082d3750987065912816a9d536c2df735f637", "shasum": "" }, "require": { @@ -683,9 +683,9 @@ "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0 || ^8.0", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-phpunit": "^0.12", + "doctrine/coding-standard": "^9.0", + "phpstan/phpstan": "^1.4.1", + "phpstan/phpstan-phpunit": "^1", "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0", "squizlabs/php_codesniffer": "^3.0", "symfony/phpunit-bridge": "^4.0.5", @@ -736,7 +736,7 @@ ], "support": { "issues": "https://github.com/doctrine/common/issues", - "source": "https://github.com/doctrine/common/tree/3.1.2" + "source": "https://github.com/doctrine/common/tree/3.2.2" }, "funding": [ { @@ -752,37 +752,39 @@ "type": "tidelift" } ], - "time": "2021-02-10T20:18:51+00:00" + "time": "2022-02-02T09:15:57+00:00" }, { "name": "doctrine/dbal", - "version": "2.13.1", + "version": "2.13.7", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "c800380457948e65bbd30ba92cc17cda108bf8c9" + "reference": "6e22f6012b42d7932674857989fcf184e9e9b1c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/c800380457948e65bbd30ba92cc17cda108bf8c9", - "reference": "c800380457948e65bbd30ba92cc17cda108bf8c9", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/6e22f6012b42d7932674857989fcf184e9e9b1c3", + "reference": "6e22f6012b42d7932674857989fcf184e9e9b1c3", "shasum": "" }, "require": { - "doctrine/cache": "^1.0", + "doctrine/cache": "^1.0|^2.0", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", "ext-pdo": "*", "php": "^7.1 || ^8" }, "require-dev": { - "doctrine/coding-standard": "8.2.0", - "jetbrains/phpstorm-stubs": "2020.2", - "phpstan/phpstan": "0.12.81", - "phpunit/phpunit": "^7.5.20|^8.5|9.5.0", - "squizlabs/php_codesniffer": "3.6.0", + "doctrine/coding-standard": "9.0.0", + "jetbrains/phpstorm-stubs": "2021.1", + "phpstan/phpstan": "1.3.0", + "phpunit/phpunit": "^7.5.20|^8.5|9.5.11", + "psalm/plugin-phpunit": "0.16.1", + "squizlabs/php_codesniffer": "3.6.2", + "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", - "vimeo/psalm": "4.6.4" + "vimeo/psalm": "4.16.1" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -843,7 +845,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/2.13.1" + "source": "https://github.com/doctrine/dbal/tree/2.13.7" }, "funding": [ { @@ -859,7 +861,7 @@ "type": "tidelift" } ], - "time": "2021-04-17T17:30:19+00:00" + "time": "2022-01-06T09:08:04+00:00" }, { "name": "doctrine/deprecations", @@ -906,50 +908,53 @@ }, { "name": "doctrine/doctrine-bundle", - "version": "2.3.2", + "version": "2.5.6", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "d6b3c37804539a24ba8a7d647a6144cab2f13242" + "reference": "f1423b2a640b6ac545b6e0c02575427a4dc1e9dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d6b3c37804539a24ba8a7d647a6144cab2f13242", - "reference": "d6b3c37804539a24ba8a7d647a6144cab2f13242", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/f1423b2a640b6ac545b6e0c02575427a4dc1e9dc", + "reference": "f1423b2a640b6ac545b6e0c02575427a4dc1e9dc", "shasum": "" }, "require": { - "doctrine/dbal": "^2.9.0|^3.0", - "doctrine/persistence": "^1.3.3|^2.0", + "doctrine/annotations": "^1", + "doctrine/cache": "^1.11 || ^2.0", + "doctrine/dbal": "^2.13.1|^3.3.2", + "doctrine/persistence": "^2.2", "doctrine/sql-formatter": "^1.0.1", "php": "^7.1 || ^8.0", - "symfony/cache": "^4.3.3|^5.0", - "symfony/config": "^4.3.3|^5.0", - "symfony/console": "^3.4.30|^4.3.3|^5.0", - "symfony/dependency-injection": "^4.3.3|^5.0", - "symfony/doctrine-bridge": "^4.4.7|^5.0", - "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0", - "symfony/service-contracts": "^1.1.1|^2.0" + "symfony/cache": "^4.3.3|^5.0|^6.0", + "symfony/config": "^4.4.3|^5.0|^6.0", + "symfony/console": "^3.4.30|^4.3.3|^5.0|^6.0", + "symfony/dependency-injection": "^4.4.18|^5.0|^6.0", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/doctrine-bridge": "^4.4.22|^5.2.7|^6.0", + "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0|^6.0", + "symfony/service-contracts": "^1.1.1|^2.0|^3" }, "conflict": { - "doctrine/orm": "<2.6", + "doctrine/orm": "<2.9|>=3.0", "twig/twig": "<1.34|>=2.0,<2.4" }, "require-dev": { - "doctrine/coding-standard": "^8.0", - "doctrine/orm": "^2.6", + "doctrine/coding-standard": "^9.0", + "doctrine/orm": "^2.9 || ^3.0", "friendsofphp/proxy-manager-lts": "^1.0", - "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3", - "psalm/plugin-phpunit": "^0.15.1", - "psalm/plugin-symfony": "^2.2.4", - "symfony/phpunit-bridge": "^5.2", - "symfony/property-info": "^4.3.3|^5.0", - "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0", - "symfony/security-bundle": "^4.4|^5.0", - "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0", - "symfony/validator": "^3.4.30|^4.3.3|^5.0", - "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0", - "symfony/yaml": "^3.4.30|^4.3.3|^5.0", + "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0", + "psalm/plugin-phpunit": "^0.16.1", + "psalm/plugin-symfony": "^3", + "symfony/phpunit-bridge": "^5.2|^6.0", + "symfony/property-info": "^4.3.3|^5.0|^6.0", + "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0|^6.0", + "symfony/security-bundle": "^4.4|^5.0|^6.0", + "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0|^6.0", + "symfony/validator": "^3.4.30|^4.3.3|^5.0|^6.0", + "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0|^6.0", + "symfony/yaml": "^3.4.30|^4.3.3|^5.0|^6.0", "twig/twig": "^1.34|^2.12|^3.0", "vimeo/psalm": "^4.7" }, @@ -979,15 +984,15 @@ }, { "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" + "homepage": "https://symfony.com/contributors" }, { "name": "Doctrine Project", - "homepage": "http://www.doctrine-project.org/" + "homepage": "https://www.doctrine-project.org/" } ], "description": "Symfony DoctrineBundle", - "homepage": "http://www.doctrine-project.org", + "homepage": "https://www.doctrine-project.org", "keywords": [ "database", "dbal", @@ -996,7 +1001,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineBundle/issues", - "source": "https://github.com/doctrine/DoctrineBundle/tree/2.3.2" + "source": "https://github.com/doctrine/DoctrineBundle/tree/2.5.6" }, "funding": [ { @@ -1012,27 +1017,27 @@ "type": "tidelift" } ], - "time": "2021-05-06T19:21:22+00:00" + "time": "2022-02-13T20:17:53+00:00" }, { "name": "doctrine/doctrine-migrations-bundle", - "version": "3.1.1", + "version": "3.2.2", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", - "reference": "91f0a5e2356029575f3038432cc188b12f9d5da5" + "reference": "3393f411ba25ade21969c33f2053220044854d01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/91f0a5e2356029575f3038432cc188b12f9d5da5", - "reference": "91f0a5e2356029575f3038432cc188b12f9d5da5", + "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/3393f411ba25ade21969c33f2053220044854d01", + "reference": "3393f411ba25ade21969c33f2053220044854d01", "shasum": "" }, "require": { "doctrine/doctrine-bundle": "~1.0|~2.0", - "doctrine/migrations": "^3.1", + "doctrine/migrations": "^3.2", "php": "^7.2|^8.0", - "symfony/framework-bundle": "~3.4|~4.0|~5.0" + "symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0" }, "require-dev": { "doctrine/coding-standard": "^8.0", @@ -1042,7 +1047,8 @@ "phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/phpunit": "^7.0|^8.0|^9.0" + "phpunit/phpunit": "^8.0|^9.0", + "vimeo/psalm": "^4.11" }, "type": "symfony-bundle", "autoload": { @@ -1064,11 +1070,11 @@ }, { "name": "Doctrine Project", - "homepage": "http://www.doctrine-project.org" + "homepage": "https://www.doctrine-project.org" }, { "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" + "homepage": "https://symfony.com/contributors" } ], "description": "Symfony DoctrineMigrationsBundle", @@ -1080,7 +1086,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues", - "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.1.1" + "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.2.2" }, "funding": [ { @@ -1096,7 +1102,7 @@ "type": "tidelift" } ], - "time": "2021-04-10T16:48:53+00:00" + "time": "2022-02-01T18:08:07+00:00" }, { "name": "doctrine/event-manager", @@ -1194,34 +1200,30 @@ }, { "name": "doctrine/inflector", - "version": "2.0.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210" + "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210", - "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89", + "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^7.0", - "phpstan/phpstan": "^0.11", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-strict-rules": "^0.11", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" + "doctrine/coding-standard": "^8.2", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpstan/phpstan-strict-rules": "^0.12", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "vimeo/psalm": "^4.10" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" @@ -1269,7 +1271,7 @@ ], "support": { "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/2.0.x" + "source": "https://github.com/doctrine/inflector/tree/2.0.4" }, "funding": [ { @@ -1285,7 +1287,7 @@ "type": "tidelift" } ], - "time": "2020-05-29T15:13:26+00:00" + "time": "2021-10-22T20:16:43+00:00" }, { "name": "doctrine/instantiator", @@ -1358,32 +1360,28 @@ }, { "name": "doctrine/lexer", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" + "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", + "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan": "^0.11.8", - "phpunit/phpunit": "^8.2" + "doctrine/coding-standard": "^9.0", + "phpstan/phpstan": "1.3", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.11" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" @@ -1418,7 +1416,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.2.1" + "source": "https://github.com/doctrine/lexer/tree/1.2.2" }, "funding": [ { @@ -1434,31 +1432,32 @@ "type": "tidelift" } ], - "time": "2020-05-25T17:44:05+00:00" + "time": "2022-01-12T08:27:12+00:00" }, { "name": "doctrine/migrations", - "version": "3.1.2", + "version": "3.4.1", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "1c2780df6b58998f411e64973cfa464ba0a06e00" + "reference": "e7df670aa9565b435ffec636cebdb4d0a1987f10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/1c2780df6b58998f411e64973cfa464ba0a06e00", - "reference": "1c2780df6b58998f411e64973cfa464ba0a06e00", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/e7df670aa9565b435ffec636cebdb4d0a1987f10", + "reference": "e7df670aa9565b435ffec636cebdb4d0a1987f10", "shasum": "" }, "require": { - "composer/package-versions-deprecated": "^1.8", - "doctrine/dbal": "^2.11", + "composer-runtime-api": "^2", + "doctrine/dbal": "^2.11 || ^3.0", + "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", "friendsofphp/proxy-manager-lts": "^1.0", "php": "^7.2 || ^8.0", - "psr/log": "^1.1.3", - "symfony/console": "^3.4 || ^4.4.16 || ^5.0", - "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0" + "psr/log": "^1.1.3 || ^2 || ^3", + "symfony/console": "^3.4 || ^4.4.16 || ^5.0 || ^6.0", + "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { "doctrine/coding-standard": "^8.0", @@ -1473,8 +1472,9 @@ "phpstan/phpstan-strict-rules": "^0.12", "phpstan/phpstan-symfony": "^0.12", "phpunit/phpunit": "^8.5 || ^9.4", - "symfony/process": "^3.4 || ^4.0 || ^5.0", - "symfony/yaml": "^3.4 || ^4.0 || ^5.0" + "symfony/cache": "^3.4.26 || ^4.2.12 || ^5.0 || ^6.0", + "symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0", + "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, "suggest": { "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.", @@ -1522,7 +1522,7 @@ ], "support": { "issues": "https://github.com/doctrine/migrations/issues", - "source": "https://github.com/doctrine/migrations/tree/3.1.2" + "source": "https://github.com/doctrine/migrations/tree/3.4.1" }, "funding": [ { @@ -1538,48 +1538,55 @@ "type": "tidelift" } ], - "time": "2021-04-24T12:54:34+00:00" + "time": "2022-01-28T21:58:35+00:00" }, { "name": "doctrine/orm", - "version": "2.9.2", + "version": "2.11.1", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "75b4b88c5b7cebc24ed7251a20c2a5aa027300e1" + "reference": "4b88ce787d3916c8366abf52f6c658a7a27ed3a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/75b4b88c5b7cebc24ed7251a20c2a5aa027300e1", - "reference": "75b4b88c5b7cebc24ed7251a20c2a5aa027300e1", + "url": "https://api.github.com/repos/doctrine/orm/zipball/4b88ce787d3916c8366abf52f6c658a7a27ed3a6", + "reference": "4b88ce787d3916c8366abf52f6c658a7a27ed3a6", "shasum": "" }, "require": { - "composer/package-versions-deprecated": "^1.8", - "doctrine/annotations": "^1.13", - "doctrine/cache": "^1.11.3|^2.0.3", + "composer-runtime-api": "^2", + "doctrine/cache": "^1.12.1 || ^2.1.1", "doctrine/collections": "^1.5", "doctrine/common": "^3.0.3", - "doctrine/dbal": "^2.13.0", + "doctrine/dbal": "^2.13.1 || ^3.2", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.1", - "doctrine/inflector": "^1.4|^2.0", + "doctrine/inflector": "^1.4 || ^2.0", "doctrine/instantiator": "^1.3", "doctrine/lexer": "^1.0", "doctrine/persistence": "^2.2", + "ext-ctype": "*", "ext-pdo": "*", - "php": "^7.1|^8.0", + "php": "^7.1 || ^8.0", "psr/cache": "^1 || ^2 || ^3", - "symfony/console": "^3.0|^4.0|^5.0|^6.0" + "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0", + "symfony/polyfill-php72": "^1.23", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "doctrine/annotations": "<1.13 || >= 2.0" }, "require-dev": { + "doctrine/annotations": "^1.13", "doctrine/coding-standard": "^9.0", - "phpstan/phpstan": "^0.12.83", - "phpunit/phpunit": "^7.5|^8.5|^9.4", - "squizlabs/php_codesniffer": "3.6.0", - "symfony/cache": "^4.4|^5.2", - "symfony/yaml": "^3.4|^4.0|^5.0|^6.0", - "vimeo/psalm": "4.7.0" + "phpbench/phpbench": "^0.16.10 || ^1.0", + "phpstan/phpstan": "1.4.3", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", + "squizlabs/php_codesniffer": "3.6.2", + "symfony/cache": "^4.4 || ^5.4 || ^6.0", + "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", + "vimeo/psalm": "4.19.0" }, "suggest": { "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0", @@ -1628,44 +1635,45 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/2.9.2" + "source": "https://github.com/doctrine/orm/tree/2.11.1" }, - "time": "2021-05-31T09:53:14+00:00" + "time": "2022-01-30T21:47:06+00:00" }, { "name": "doctrine/persistence", - "version": "2.2.1", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "d138f3ab5f761055cab1054070377cfd3222e368" + "reference": "f8af155c1e7963f3d2b4415097d55757bbaa53d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/d138f3ab5f761055cab1054070377cfd3222e368", - "reference": "d138f3ab5f761055cab1054070377cfd3222e368", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/f8af155c1e7963f3d2b4415097d55757bbaa53d8", + "reference": "f8af155c1e7963f3d2b4415097d55757bbaa53d8", "shasum": "" }, "require": { - "doctrine/annotations": "^1.0", "doctrine/cache": "^1.11 || ^2.0", "doctrine/collections": "^1.0", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", "php": "^7.1 || ^8.0", - "psr/cache": "^1.0|^2.0|^3.0" + "psr/cache": "^1.0 || ^2.0 || ^3.0" }, "conflict": { + "doctrine/annotations": "<1.0 || >=2.0", "doctrine/common": "<2.10@dev" }, "require-dev": { "composer/package-versions-deprecated": "^1.11", + "doctrine/annotations": "^1.0", "doctrine/coding-standard": "^6.0 || ^9.0", "doctrine/common": "^3.0", - "phpstan/phpstan": "0.12.84", + "phpstan/phpstan": "1.2.0", "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0", - "symfony/cache": "^4.4|^5.0", - "vimeo/psalm": "4.7.0" + "symfony/cache": "^4.4 || ^5.0 || ^6.0", + "vimeo/psalm": "4.13.1" }, "type": "library", "autoload": { @@ -1715,22 +1723,22 @@ ], "support": { "issues": "https://github.com/doctrine/persistence/issues", - "source": "https://github.com/doctrine/persistence/tree/2.2.1" + "source": "https://github.com/doctrine/persistence/tree/2.3.0" }, - "time": "2021-05-19T07:07:01+00:00" + "time": "2022-01-09T19:58:46+00:00" }, { "name": "doctrine/sql-formatter", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/doctrine/sql-formatter.git", - "reference": "56070bebac6e77230ed7d306ad13528e60732871" + "reference": "20c39c2de286a9d3262cc8ed282a4ae60e265894" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/56070bebac6e77230ed7d306ad13528e60732871", - "reference": "56070bebac6e77230ed7d306ad13528e60732871", + "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/20c39c2de286a9d3262cc8ed282a4ae60e265894", + "reference": "20c39c2de286a9d3262cc8ed282a4ae60e265894", "shasum": "" }, "require": { @@ -1743,11 +1751,6 @@ "bin/sql-formatter" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\SqlFormatter\\": "src" @@ -1772,22 +1775,22 @@ ], "support": { "issues": "https://github.com/doctrine/sql-formatter/issues", - "source": "https://github.com/doctrine/sql-formatter/tree/1.1.x" + "source": "https://github.com/doctrine/sql-formatter/tree/1.1.2" }, - "time": "2020-07-30T16:57:33+00:00" + "time": "2021-11-05T11:11:14+00:00" }, { "name": "egulias/email-validator", - "version": "3.1.1", + "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307" + "reference": "ee0db30118f661fb166bcffbf5d82032df484697" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c81f18a3efb941d8c4d2e025f6183b5c6d697307", - "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697", + "reference": "ee0db30118f661fb166bcffbf5d82032df484697", "shasum": "" }, "require": { @@ -1834,7 +1837,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/3.1.1" + "source": "https://github.com/egulias/EmailValidator/tree/3.1.2" }, "funding": [ { @@ -1842,27 +1845,27 @@ "type": "github" } ], - "time": "2021-04-01T18:37:14+00:00" + "time": "2021-10-11T09:18:27+00:00" }, { "name": "elasticsearch/elasticsearch", - "version": "v7.13.0", + "version": "v7.17.0", "source": { "type": "git", "url": "https://github.com/elastic/elasticsearch-php.git", - "reference": "7343050106bf73ef9f63cf21490024e001829c81" + "reference": "1890f9d7fde076b5a3ddcf579a802af05b2e781b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/7343050106bf73ef9f63cf21490024e001829c81", - "reference": "7343050106bf73ef9f63cf21490024e001829c81", + "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/1890f9d7fde076b5a3ddcf579a802af05b2e781b", + "reference": "1890f9d7fde076b5a3ddcf579a802af05b2e781b", "shasum": "" }, "require": { "ext-json": ">=1.3.7", "ezimuel/ringphp": "^1.1.2", "php": "^7.3 || ^8.0", - "psr/log": "~1.0" + "psr/log": "^1|^2|^3" }, "require-dev": { "ext-yaml": "*", @@ -1888,7 +1891,8 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache-2.0" + "Apache-2.0", + "LGPL-2.1-only" ], "authors": [ { @@ -1906,9 +1910,9 @@ ], "support": { "issues": "https://github.com/elastic/elasticsearch-php/issues", - "source": "https://github.com/elastic/elasticsearch-php/tree/v7.13.0" + "source": "https://github.com/elastic/elasticsearch-php/tree/v7.17.0" }, - "time": "2021-05-25T20:30:27+00:00" + "time": "2022-02-03T13:40:04+00:00" }, { "name": "erusev/parsedown", @@ -1962,30 +1966,30 @@ }, { "name": "excelwebzone/recaptcha-bundle", - "version": "v1.5.27", + "version": "v1.5.32", "source": { "type": "git", "url": "https://github.com/excelwebzone/EWZRecaptchaBundle.git", - "reference": "239074c779723510a8da2dad16382dee5a6b6e93" + "reference": "c4dcc715fa765a16ace2ca51ddc9ae276cc5dd59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/excelwebzone/EWZRecaptchaBundle/zipball/239074c779723510a8da2dad16382dee5a6b6e93", - "reference": "239074c779723510a8da2dad16382dee5a6b6e93", + "url": "https://api.github.com/repos/excelwebzone/EWZRecaptchaBundle/zipball/c4dcc715fa765a16ace2ca51ddc9ae276cc5dd59", + "reference": "c4dcc715fa765a16ace2ca51ddc9ae276cc5dd59", "shasum": "" }, "require": { "google/recaptcha": "^1.1", "php": "^7.1 || ^8.0", - "symfony/form": "^2.8 || ^3.0 || ^4.0 || ^5.0", - "symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0 || ^5.0", - "symfony/security-bundle": "^2.8 || ^3.0 || ^4.0 || ^5.0", - "symfony/validator": "^2.8 || ^3.0 || ^4.0 || ^5.0", - "symfony/yaml": "^2.8 || ^3.0 || ^4.0 || ^5.0", + "symfony/form": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0", + "symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0", + "symfony/security-bundle": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0", + "symfony/validator": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0", + "symfony/yaml": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0", "twig/twig": "^1.40 || ^2.9 || ^3.0" }, "require-dev": { - "phpunit/phpunit": "^7 || ^8" + "phpunit/phpunit": "^7 || ^8 || ^9.5" }, "type": "symfony-bundle", "extra": { @@ -2016,9 +2020,9 @@ ], "support": { "issues": "https://github.com/excelwebzone/EWZRecaptchaBundle/issues", - "source": "https://github.com/excelwebzone/EWZRecaptchaBundle/tree/v1.5.27" + "source": "https://github.com/excelwebzone/EWZRecaptchaBundle/tree/v1.5.32" }, - "time": "2021-04-28T12:40:37+00:00" + "time": "2022-02-03T17:58:00+00:00" }, { "name": "ezimuel/guzzlestreams", @@ -2075,16 +2079,16 @@ }, { "name": "ezimuel/ringphp", - "version": "1.1.2", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/ezimuel/ringphp.git", - "reference": "0b78f89d8e0bb9e380046c31adfa40347e9f663b" + "reference": "92b8161404ab1ad84059ebed41d9f757e897ce74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/0b78f89d8e0bb9e380046c31adfa40347e9f663b", - "reference": "0b78f89d8e0bb9e380046c31adfa40347e9f663b", + "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/92b8161404ab1ad84059ebed41d9f757e897ce74", + "reference": "92b8161404ab1ad84059ebed41d9f757e897ce74", "shasum": "" }, "require": { @@ -2092,9 +2096,12 @@ "php": ">=5.4.0", "react/promise": "~2.0" }, + "replace": { + "guzzlehttp/ringphp": "self.version" + }, "require-dev": { "ext-curl": "*", - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "~9.0" }, "suggest": { "ext-curl": "Guzzle will use specific adapters if cURL is present" @@ -2123,26 +2130,26 @@ ], "description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php", "support": { - "source": "https://github.com/ezimuel/ringphp/tree/1.1.2" + "source": "https://github.com/ezimuel/ringphp/tree/1.2.0" }, - "time": "2020-02-14T23:51:21+00:00" + "time": "2021-11-16T11:51:30+00:00" }, { "name": "ezsystems/apache-tika-bundle", - "version": "v2.0.0", + "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/ezsystems/ApacheTikaBundle.git", - "reference": "1c565d06aebec835ad8708b3a2319cca16abaa13" + "reference": "442583b7829f0ca1bb392117736d184cbc5744a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ApacheTikaBundle/zipball/1c565d06aebec835ad8708b3a2319cca16abaa13", - "reference": "1c565d06aebec835ad8708b3a2319cca16abaa13", + "url": "https://api.github.com/repos/ezsystems/ApacheTikaBundle/zipball/442583b7829f0ca1bb392117736d184cbc5744a5", + "reference": "442583b7829f0ca1bb392117736d184cbc5744a5", "shasum": "" }, "require": { - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/framework-bundle": "^5.0", "symfony/http-kernel": "^5.0", "vaites/php-apache-tika": "~0.9" @@ -2197,29 +2204,29 @@ "tika" ], "support": { - "source": "https://github.com/ezsystems/ApacheTikaBundle/tree/v2.0.0" + "source": "https://github.com/ezsystems/ApacheTikaBundle/tree/v2.0.1" }, - "time": "2020-06-22T13:45:39+00:00" + "time": "2022-01-18T14:33:54+00:00" }, { "name": "ezsystems/comment-bundle", - "version": "v3.1.0", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/ezsystems/FOSCommentBundle.git", - "reference": "6480e3281e2ef9a16d531b9374a0095af233e9ab" + "reference": "58beca5c9402ef1c4bb2bb86f38b9a89a0c9859c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/FOSCommentBundle/zipball/6480e3281e2ef9a16d531b9374a0095af233e9ab", - "reference": "6480e3281e2ef9a16d531b9374a0095af233e9ab", + "url": "https://api.github.com/repos/ezsystems/FOSCommentBundle/zipball/58beca5c9402ef1c4bb2bb86f38b9a89a0c9859c", + "reference": "58beca5c9402ef1c4bb2bb86f38b9a89a0c9859c", "shasum": "" }, "require": { "doctrine/annotations": "~1.0", "friendsofsymfony/rest-bundle": "^3.0", "jms/serializer-bundle": "~2.0|~3.0", - "php": "^7.2", + "php": "^7.3 || ^8.0", "phpoption/phpoption": "~1.1", "symfony/asset": "~3.4|^4.3|^5.0", "symfony/dependency-injection": "~3.4|^4.3|^5.0", @@ -2297,36 +2304,36 @@ "support": { "irc": "irc://irc.freenode.org/symfony-dev", "issues": "https://github.com/FriendsOfSymfony/FOSCommentBundle/issues", - "source": "https://github.com/ezsystems/FOSCommentBundle/tree/v3.1.0" + "source": "https://github.com/ezsystems/FOSCommentBundle/tree/v3.2.0" }, - "time": "2020-06-22T13:50:23+00:00" + "time": "2021-12-14T10:04:42+00:00" }, { "name": "ezsystems/date-based-publisher", - "version": "v4.3.3", + "version": "v4.3.9", "source": { "type": "git", "url": "git@github.com:ezsystems/date-based-publisher.git", - "reference": "64cb894e4fba437d70e9dacd03c05ad4c086d0a1" + "reference": "b3f8056cb79d5846aed1a834094194f6503fe6a3" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/date-based-publisher/ezsystems-date-based-publisher-64cb894e4fba437d70e9dacd03c05ad4c086d0a1-zip-67484b.zip", - "reference": "64cb894e4fba437d70e9dacd03c05ad4c086d0a1" + "url": "https://updates.ibexa.co/dist/ezsystems/date-based-publisher/ezsystems-date-based-publisher-b3f8056cb79d5846aed1a834094194f6503fe6a3-zip-a09c0f.zip", + "reference": "b3f8056cb79d5846aed1a834094194f6503fe6a3" }, "require": { "ext-pdo": "*", - "ezsystems/ezplatform-admin-ui": "^2.0", - "ezsystems/ezplatform-calendar": "^1.0", - "ezsystems/ezplatform-content-forms": "^1.0", - "ezsystems/ezplatform-core": "^2.2", + "ezsystems/ezplatform-admin-ui": "^2.3", + "ezsystems/ezplatform-calendar": "^1.3", + "ezsystems/ezplatform-content-forms": "^1.3", + "ezsystems/ezplatform-core": "^2.3", "ezsystems/ezplatform-cron": "^3.0", - "ezsystems/ezplatform-icons": "^1.0", + "ezsystems/ezplatform-icons": "^1.1", "ezsystems/ezplatform-kernel": "^1.3", - "ezsystems/ezplatform-rest": "^1.0", + "ezsystems/ezplatform-rest": "^1.3", "ezsystems/ezplatform-workflow": "^2.0", "knplabs/knp-menu": "^3.1", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/asset": "^5.0", "symfony/config": "^5.0", "symfony/console": "^5.0", @@ -2342,13 +2349,14 @@ }, "require-dev": { "ezsystems/doctrine-dbal-schema": "^1.0", - "ezsystems/ez-support-tools": "^2.0", - "ezsystems/ezplatform-code-style": "^0.1.0", + "ezsystems/ez-support-tools": "^2.3", + "ezsystems/ezplatform-code-style": "^1.0", "ezsystems/ezplatform-design-engine": "^3.0", - "ezsystems/ezplatform-http-cache": "^2.0", - "ezsystems/ezplatform-page-fieldtype": "^2.0", - "ezsystems/ezplatform-richtext": "^2.0", - "ezsystems/ezplatform-user": "^2.0", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-page-fieldtype": "^2.3", + "ezsystems/ezplatform-richtext": "^2.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-user": "^2.3", "friendsofphp/php-cs-fixer": "^2.16.0", "ibexa/ci-scripts": "^0.1" }, @@ -2364,13 +2372,17 @@ "autoload": { "psr-4": { "EzSystems\\DateBasedPublisher\\": "lib", - "EzSystems\\DateBasedPublisherBundle\\": "bundle" + "EzSystems\\DateBasedPublisherBundle\\": "bundle", + "Ibexa\\Scheduler\\": "src/lib" } }, "notification-url": "https://updates.ibexa.co/notifystats", "scripts": { "fix-cs": [ - "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating" + "php-cs-fixer fix --config=.php-cs-fixer.php --show-progress=dots" + ], + "check-cs": [ + "@fix-cs --dry-run" ] }, "license": [ @@ -2384,26 +2396,26 @@ ], "description": "Date-based Publisher bundle", "support": { - "source": "https://github.com/ezsystems/date-based-publisher/tree/v4.3.3" + "source": "https://github.com/ezsystems/date-based-publisher/tree/v4.3.9" }, - "time": "2021-05-17T16:54:10+00:00" + "time": "2022-02-18T12:18:30+00:00" }, { "name": "ezsystems/diff", - "version": "3.1.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/ezsystems/diff.git", - "reference": "857eed173c181b577c83054bfe182a2843991b2d" + "reference": "6459cfbb3beafafda30bb068dd53c37dfffc32e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/diff/zipball/857eed173c181b577c83054bfe182a2843991b2d", - "reference": "857eed173c181b577c83054bfe182a2843991b2d", + "url": "https://api.github.com/repos/ezsystems/diff/zipball/6459cfbb3beafafda30bb068dd53c37dfffc32e8", + "reference": "6459cfbb3beafafda30bb068dd53c37dfffc32e8", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.3 || ^8.0" }, "replace": { "sebastian/diff": "*" @@ -2446,7 +2458,7 @@ "unified diff" ], "support": { - "source": "https://github.com/ezsystems/diff/tree/3.1.0" + "source": "https://github.com/ezsystems/diff/tree/3.2.0" }, "funding": [ { @@ -2454,31 +2466,32 @@ "type": "github" } ], - "time": "2020-03-16T20:00:19+00:00" + "time": "2021-12-16T07:46:35+00:00" }, { "name": "ezsystems/doctrine-dbal-schema", - "version": "v1.0.2", + "version": "v1.0.7", "source": { "type": "git", "url": "https://github.com/ezsystems/doctrine-dbal-schema.git", - "reference": "b25fd0ac5057d9c36bb3b14e28a45fab3d70773b" + "reference": "1fee80299fd531b2b99f57efe6904004c60ff9bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/doctrine-dbal-schema/zipball/b25fd0ac5057d9c36bb3b14e28a45fab3d70773b", - "reference": "b25fd0ac5057d9c36bb3b14e28a45fab3d70773b", + "url": "https://api.github.com/repos/ezsystems/doctrine-dbal-schema/zipball/1fee80299fd531b2b99f57efe6904004c60ff9bd", + "reference": "1fee80299fd531b2b99f57efe6904004c60ff9bd", "shasum": "" }, "require": { "doctrine/dbal": "^2.10", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/http-kernel": "^5.0", "symfony/yaml": "^5.0" }, "require-dev": { + "ezsystems/ezplatform-code-style": "^0.4.0", "friendsofphp/php-cs-fixer": "^2.16", "phpunit/phpunit": "^8.5" }, @@ -2496,8 +2509,8 @@ }, "autoload": { "psr-4": { - "EzSystems\\DoctrineSchemaBundle\\": "src/bundle", - "EzSystems\\DoctrineSchema\\": "src/lib" + "EzSystems\\DoctrineSchema\\": "src/lib", + "EzSystems\\DoctrineSchemaBundle\\": "src/bundle" } }, "notification-url": "https://packagist.org/downloads/", @@ -2506,37 +2519,43 @@ ], "description": "Abstraction layer, on top of Doctrine, for cross-DBMS schema import", "support": { - "source": "https://github.com/ezsystems/doctrine-dbal-schema/tree/v1.0.2" + "source": "https://github.com/ezsystems/doctrine-dbal-schema/tree/v1.0.7" }, - "time": "2021-02-05T09:16:17+00:00" + "time": "2022-01-18T14:34:09+00:00" }, { "name": "ezsystems/ez-support-tools", - "version": "v2.3.3", + "version": "v2.3.9", "source": { "type": "git", "url": "https://github.com/ezsystems/ez-support-tools.git", - "reference": "c14b0a4f7f47b89a43274ecce20699ec316b2878" + "reference": "e358a6edae580ba51c593e7af333b2166d01d7bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ez-support-tools/zipball/c14b0a4f7f47b89a43274ecce20699ec316b2878", - "reference": "c14b0a4f7f47b89a43274ecce20699ec316b2878", + "url": "https://api.github.com/repos/ezsystems/ez-support-tools/zipball/e358a6edae580ba51c593e7af333b2166d01d7bd", + "reference": "e358a6edae580ba51c593e7af333b2166d01d7bd", "shasum": "" }, "require": { "ext-json": "*", - "ezsystems/ezplatform-admin-ui": "^2.2", - "ezsystems/ezplatform-core": "^2.1", + "ezsystems/ezplatform-admin-ui": "^2.3", + "ezsystems/ezplatform-core": "^2.3", "ezsystems/ezplatform-kernel": "^1.3", "ocramius/proxy-manager": "^2.2", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/proxy-manager-bridge": "^5.0", "zetacomponents/system-information": "^1.1.1" }, "require-dev": { "ezsystems/doctrine-dbal-schema": "^1.0", "ezsystems/ezplatform-code-style": "^0.1", + "ezsystems/ezplatform-content-forms": "^1.3", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-rest": "^1.3", + "ezsystems/ezplatform-richtext": "^2.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-user": "^2.3", "friendsofphp/php-cs-fixer": "^2.16", "ibexa/ci-scripts": "^0.1", "matthiasnoback/symfony-dependency-injection-test": "^4.0", @@ -2550,8 +2569,8 @@ }, "autoload": { "psr-4": { - "EzSystems\\EzSupportToolsBundle\\": "src/bundle/", - "EzSystems\\EzSupportTools\\": "src/lib/" + "EzSystems\\EzSupportTools\\": "src/lib/", + "EzSystems\\EzSupportToolsBundle\\": "src/bundle/" } }, "notification-url": "https://packagist.org/downloads/", @@ -2566,26 +2585,26 @@ ], "description": "Providing information about the system eZ Platform/Enterprise/Commerce is running on, and eZ install itself", "support": { - "source": "https://github.com/ezsystems/ez-support-tools/tree/v2.3.3" + "source": "https://github.com/ezsystems/ez-support-tools/tree/v2.3.9" }, - "time": "2021-06-02T13:04:38+00:00" + "time": "2022-02-18T12:18:35+00:00" }, { "name": "ezsystems/ezcommerce-base-design", - "version": "v3.3.2", + "version": "v3.3.7", "source": { "type": "git", "url": "git@github.com:ezsystems/ezcommerce-base-design.git", - "reference": "4569106f75a41ea3d566e87e0419aa19e0a22971" + "reference": "4234bce32bf32bca4d653acf49f8f388529a8a0a" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezcommerce-base-design/ezsystems-ezcommerce-base-design-4569106f75a41ea3d566e87e0419aa19e0a22971-zip-71438b.zip", - "reference": "4569106f75a41ea3d566e87e0419aa19e0a22971" + "url": "https://updates.ibexa.co/dist/ezsystems/ezcommerce-base-design/ezsystems-ezcommerce-base-design-4234bce32bf32bca4d653acf49f8f388529a8a0a-zip-aa29d6.zip", + "reference": "4234bce32bf32bca4d653acf49f8f388529a8a0a" }, "require": { "ezsystems/ezcommerce-shop": "^3.2", - "php": "^7.3" + "php": "^7.3 || ^8.0" }, "require-dev": { "ezsystems/ezplatform-code-style": "^0.2.0", @@ -2608,7 +2627,10 @@ "notification-url": "https://updates.ibexa.co/notifystats", "scripts": { "fix-cs": [ - "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating" + "php-cs-fixer fix -v --show-progress=estimating" + ], + "check-cs": [ + "@fix-cs --dry-run" ] }, "license": [ @@ -2627,27 +2649,27 @@ "plugin" ], "support": { - "source": "https://github.com/ezsystems/ezcommerce-base-design/tree/v3.3.2" + "source": "https://github.com/ezsystems/ezcommerce-base-design/tree/v3.3.7" }, - "time": "2021-04-22T12:50:12+00:00" + "time": "2022-02-18T12:16:54+00:00" }, { "name": "ezsystems/ezcommerce-checkout", - "version": "v1.0.3", + "version": "v1.0.9", "source": { "type": "git", "url": "git@github.com:ezsystems/ezcommerce-checkout.git", - "reference": "e4df8d7f35703c487dd449cb0efd2b28e18a4906" + "reference": "0c1e8cd3f3349409991976121107aa74f8f106f4" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezcommerce-checkout/ezsystems-ezcommerce-checkout-e4df8d7f35703c487dd449cb0efd2b28e18a4906-zip-be41b2.zip", - "reference": "e4df8d7f35703c487dd449cb0efd2b28e18a4906" + "url": "https://updates.ibexa.co/dist/ezsystems/ezcommerce-checkout/ezsystems-ezcommerce-checkout-0c1e8cd3f3349409991976121107aa74f8f106f4-zip-320c7c.zip", + "reference": "0c1e8cd3f3349409991976121107aa74f8f106f4" }, "require": { - "ezsystems/ezcommerce-shop": "^3.2", - "ezsystems/ezplatform-kernel": "^1.2", - "php": "^7.3", + "ezsystems/ezcommerce-shop": "^3.3", + "ezsystems/ezplatform-kernel": "^1.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.1", "symfony/dependency-injection": "^5.1", "symfony/http-kernel": "^5.1", @@ -2683,7 +2705,7 @@ "php-cs-fixer fix -v --show-progress=estimating" ], "check-cs": [ - "php-cs-fixer fix --dry-run -v --show-progress=estimating" + "@fix-cs --dry-run" ], "unit-tests": [ "phpunit -c phpunit.xml.dist" @@ -2698,22 +2720,22 @@ "ezplatform" ], "support": { - "source": "https://github.com/ezsystems/ezcommerce-checkout/tree/v1.0.3" + "source": "https://github.com/ezsystems/ezcommerce-checkout/tree/v1.0.9" }, - "time": "2021-05-13T10:17:51+00:00" + "time": "2022-02-18T12:16:59+00:00" }, { "name": "ezsystems/ezcommerce-fieldtypes", - "version": "v1.2.2", + "version": "v1.2.6", "source": { "type": "git", "url": "git@github.com:ezsystems/ezcommerce-fieldtypes.git", - "reference": "f1a80d936726fb1ee792c335059b6f1c72603233" + "reference": "ff4b6026d37d180df6821dd30398998ecaa7df67" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezcommerce-fieldtypes/ezsystems-ezcommerce-fieldtypes-f1a80d936726fb1ee792c335059b6f1c72603233-zip-ff78a7.zip", - "reference": "f1a80d936726fb1ee792c335059b6f1c72603233" + "url": "https://updates.ibexa.co/dist/ezsystems/ezcommerce-fieldtypes/ezsystems-ezcommerce-fieldtypes-ff4b6026d37d180df6821dd30398998ecaa7df67-zip-fb3283.zip", + "reference": "ff4b6026d37d180df6821dd30398998ecaa7df67" }, "require": { "doctrine/dbal": "^2.10", @@ -2722,7 +2744,7 @@ "ezsystems/ezplatform-admin-ui": "^2.0", "ezsystems/ezplatform-content-forms": "^1.0", "ezsystems/ezplatform-kernel": "^1.3", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/console": "^5.0", "symfony/dependency-injection": "^5.0", @@ -2761,7 +2783,7 @@ "check-cs": [ "php-cs-fixer fix --dry-run -v --show-progress=estimating" ], - "unit-tests": [ + "test": [ "phpunit -c phpunit.xml.dist" ] }, @@ -2775,25 +2797,25 @@ "ezplatform" ], "support": { - "source": "https://github.com/ezsystems/ezcommerce-fieldtypes/tree/v1.2.2" + "source": "https://github.com/ezsystems/ezcommerce-fieldtypes/tree/v1.2.6" }, - "time": "2021-06-02T13:07:10+00:00" + "time": "2022-01-18T14:34:26+00:00" }, { "name": "ezsystems/ezcommerce-price-engine", - "version": "v3.3.2", + "version": "v3.3.8", "source": { "type": "git", "url": "git@github.com:ezsystems/ezcommerce-price-engine.git", - "reference": "03d711044713e0947c58dae679eb353f6095a60d" + "reference": "dedf7296a8feef5915959e69adaba68ee59618b0" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezcommerce-price-engine/ezsystems-ezcommerce-price-engine-03d711044713e0947c58dae679eb353f6095a60d-zip-379150.zip", - "reference": "03d711044713e0947c58dae679eb353f6095a60d" + "url": "https://updates.ibexa.co/dist/ezsystems/ezcommerce-price-engine/ezsystems-ezcommerce-price-engine-dedf7296a8feef5915959e69adaba68ee59618b0-zip-e1ac01.zip", + "reference": "dedf7296a8feef5915959e69adaba68ee59618b0" }, "require": { - "php": "^7.1" + "php": "^7.3 || ^8.0" }, "require-dev": { "ezsystems/ezplatform-code-style": "^0.2.0", @@ -2815,7 +2837,10 @@ "notification-url": "https://updates.ibexa.co/notifystats", "scripts": { "fix-cs": [ - "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating" + "php-cs-fixer fix -v --show-progress=estimating" + ], + "check-cs": [ + "@fix-cs --dry-run" ] }, "license": [ @@ -2833,22 +2858,22 @@ "price engine" ], "support": { - "source": "https://github.com/ezsystems/ezcommerce-price-engine/tree/v3.3.2" + "source": "https://github.com/ezsystems/ezcommerce-price-engine/tree/v3.3.8" }, - "time": "2021-05-17T16:54:21+00:00" + "time": "2022-02-18T12:17:21+00:00" }, { "name": "ezsystems/ezcommerce-shop", - "version": "v3.3.4", + "version": "v3.3.14", "source": { "type": "git", "url": "git@github.com:ezsystems/ezcommerce-shop.git", - "reference": "985543ac9eb91d8eac63ef52e16b82e95767915f" + "reference": "96ea6d8dfedfc91b17cc5e645da2ad2182e301ea" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezcommerce-shop/ezsystems-ezcommerce-shop-985543ac9eb91d8eac63ef52e16b82e95767915f-zip-60e010.zip", - "reference": "985543ac9eb91d8eac63ef52e16b82e95767915f" + "url": "https://updates.ibexa.co/dist/ezsystems/ezcommerce-shop/ezsystems-ezcommerce-shop-96ea6d8dfedfc91b17cc5e645da2ad2182e301ea-zip-63be6b.zip", + "reference": "96ea6d8dfedfc91b17cc5e645da2ad2182e301ea" }, "require": { "babdev/pagerfanta-bundle": "^2.2", @@ -2866,22 +2891,22 @@ "ext-pdo": "*", "ext-xsl": "*", "ezsystems/apache-tika-bundle": "^2.0", - "ezsystems/comment-bundle": "^3.1", + "ezsystems/comment-bundle": "^3.2", "ezsystems/ezplatform-admin-ui": "^2.0", "ezsystems/ezplatform-content-forms": "^1.0", "ezsystems/ezplatform-elastic-search-engine": "^1.1", "ezsystems/ezplatform-icons": "^1.0", "ezsystems/ezplatform-kernel": "^1.3", "ezsystems/ezplatform-matrix-fieldtype": "^2.0", - "ezsystems/ezplatform-rest": "^1.0-dev", - "ezsystems/ezplatform-solr-search-engine": "^3.1", + "ezsystems/ezplatform-rest": "^1.3", + "ezsystems/ezplatform-solr-search-engine": "^3.3", "friendsofsymfony/rest-bundle": "^3.0", "mhujer/breadcrumbs-bundle": "^1.5", - "nelmio/solarium-bundle": "^4.0", + "nelmio/solarium-bundle": "^5.0", "onesky/api-library-php5": "^1.0", - "php": "^7.3", + "php": "^7.3 || ^8.0", "silversolutions/xsd-to-php": "^3.6", - "solarium/solarium": "5.2.0", + "solarium/solarium": "^6.1.5", "symfony/config": "^5.0", "symfony/console": "^5.0", "symfony/dependency-injection": "^5.0", @@ -2912,7 +2937,13 @@ "symfony/symfony": "2.3.9" }, "require-dev": { + "ezsystems/doctrine-dbal-schema": "^1.0", "ezsystems/ezplatform-code-style": "^0.1.0", + "ezsystems/ezplatform-graphql": "^2.3", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-richtext": "^2.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-user": "^2.3", "friendsofphp/php-cs-fixer": "^2.16.0", "ibexa/ci-scripts": "^0.1", "matthiasnoback/symfony-dependency-injection-test": "^4.2", @@ -2929,10 +2960,7 @@ }, "autoload": { "psr-4": { - "com\\mikebevz\\xsd2php\\": "../../../vendor/silversolutions/xsd-to-php/src/", "Silversolutions\\Utilities\\": "src/Silversolutions/Utilities/", - "oasis\\names\\specification\\ubl\\": "src/names/specification/ubl/", - "un\\unece\\uncefact\\": "src/un/unece/uncefact/", "Silversolutions\\Bundle\\EshopBundle\\": "src/Silversolutions/Bundle/EshopBundle/", "Silversolutions\\Bundle\\ToolsBundle\\": "src/Silversolutions/Bundle/ToolsBundle/", "Silversolutions\\Bundle\\TranslationBundle\\": "src/Silversolutions/Bundle/TranslationBundle/", @@ -2941,7 +2969,8 @@ "Siso\\Bundle\\PaymentBundle\\": "src/Siso/Bundle/PaymentBundle/", "Siso\\Bundle\\PriceBundle\\": "src/Siso/Bundle/PriceBundle/", "Siso\\Bundle\\SearchBundle\\": "src/Siso/Bundle/SearchBundle/", - "Siso\\Bundle\\SpecificationsTypeBundle\\": "src/Siso/Bundle/SpecificationsTypeBundle/" + "Siso\\Bundle\\SpecificationsTypeBundle\\": "src/Siso/Bundle/SpecificationsTypeBundle/", + "Ibexa\\Commerce\\ShopTools\\": "src/Silversolutions/Bundle/ToolsBundle/" } }, "autoload-dev": { @@ -2956,6 +2985,9 @@ ], "fix-cs": [ "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating" + ], + "check-cs": [ + "@fix-cs --dry-run" ] }, "license": [ @@ -2973,25 +3005,25 @@ "shop" ], "support": { - "source": "https://github.com/ezsystems/ezcommerce-shop/tree/v3.3.4" + "source": "https://github.com/ezsystems/ezcommerce-shop/tree/v3.3.14" }, - "time": "2021-06-02T13:07:02+00:00" + "time": "2022-02-18T12:21:33+00:00" }, { "name": "ezsystems/ezcommerce-shop-ui", - "version": "v1.1.2", + "version": "v1.1.8", "source": { "type": "git", "url": "git@github.com:ezsystems/ezcommerce-shop-ui.git", - "reference": "e80297f5c97064a60cfd5a4472a504805ecd18c9" + "reference": "32d577c15b1c840559730adc51826e2f24f4440a" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezcommerce-shop-ui/ezsystems-ezcommerce-shop-ui-e80297f5c97064a60cfd5a4472a504805ecd18c9-zip-470cb5.zip", - "reference": "e80297f5c97064a60cfd5a4472a504805ecd18c9" + "url": "https://updates.ibexa.co/dist/ezsystems/ezcommerce-shop-ui/ezsystems-ezcommerce-shop-ui-32d577c15b1c840559730adc51826e2f24f4440a-zip-2e0d6e.zip", + "reference": "32d577c15b1c840559730adc51826e2f24f4440a" }, "require": { - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/http-kernel": "^5.0" @@ -3024,9 +3056,9 @@ "php-cs-fixer fix -v --show-progress=estimating" ], "check-cs": [ - "php-cs-fixer fix --dry-run -v --show-progress=estimating" + "@fix-cs --dry-run" ], - "unit-tests": [ + "test": [ "phpunit -c phpunit.xml.dist" ] }, @@ -3040,30 +3072,30 @@ "ezplatform" ], "support": { - "source": "https://github.com/ezsystems/ezcommerce-shop-ui/tree/v1.1.2" + "source": "https://github.com/ezsystems/ezcommerce-shop-ui/tree/v1.1.8" }, - "time": "2021-04-27T13:22:41+00:00" + "time": "2022-01-25T14:03:14+00:00" }, { "name": "ezsystems/ezplatform-admin-ui", - "version": "v2.3.4", + "version": "v2.3.14", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-admin-ui.git", - "reference": "c62ec32326953deb52e9d6eda7dc56791a05c7fb" + "reference": "bd44f1a3b27520a7a039d7dc24db2a1489a739d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-admin-ui/zipball/c62ec32326953deb52e9d6eda7dc56791a05c7fb", - "reference": "c62ec32326953deb52e9d6eda7dc56791a05c7fb", + "url": "https://api.github.com/repos/ezsystems/ezplatform-admin-ui/zipball/bd44f1a3b27520a7a039d7dc24db2a1489a739d3", + "reference": "bd44f1a3b27520a7a039d7dc24db2a1489a739d3", "shasum": "" }, "require": { "babdev/pagerfanta-bundle": "^2.1", "ext-json": "*", - "ezsystems/ezplatform-content-forms": "^1.0", + "ezsystems/ezplatform-content-forms": "^1.3", "ezsystems/ezplatform-design-engine": "^3.0", - "ezsystems/ezplatform-kernel": "^1.3", + "ezsystems/ezplatform-kernel": "^1.3.10", "ezsystems/ezplatform-rest": "^1.0", "ezsystems/ezplatform-richtext": "^2.0", "ezsystems/ezplatform-search": "^1.0", @@ -3071,7 +3103,7 @@ "jms/translation-bundle": "^1.5", "knplabs/knp-menu-bundle": "^3.0", "mck89/peast": "^1.9", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/asset": "^5.0", "symfony/config": "^5.0", "symfony/console": "^5.0", @@ -3094,9 +3126,10 @@ "willdurand/js-translation-bundle": "^4.0" }, "require-dev": { - "behat/behat": "^3.5", + "ezsystems/behatbundle": "^8.3", "ezsystems/doctrine-dbal-schema": "^1.0", - "ezsystems/ezplatform-code-style": "^0.1.0", + "ezsystems/ezplatform-code-style": "^1.0", + "ezsystems/ezplatform-http-cache": "^2.3", "friendsofphp/php-cs-fixer": "^2.16.0", "ibexa/ci-scripts": "^0.1", "matthiasnoback/symfony-dependency-injection-test": "^4.0", @@ -3110,8 +3143,9 @@ }, "autoload": { "psr-4": { - "EzSystems\\EzPlatformAdminUiBundle\\": "src/bundle/", - "EzSystems\\EzPlatformAdminUi\\": "src/lib/" + "Ibexa\\AdminUi\\": "src/lib/", + "EzSystems\\EzPlatformAdminUi\\": "src/lib/", + "EzSystems\\EzPlatformAdminUiBundle\\": "src/bundle/" } }, "notification-url": "https://packagist.org/downloads/", @@ -3120,26 +3154,26 @@ ], "description": "eZ Platform Admin v2", "support": { - "source": "https://github.com/ezsystems/ezplatform-admin-ui/tree/v2.3.4" + "source": "https://github.com/ezsystems/ezplatform-admin-ui/tree/v2.3.14" }, - "time": "2021-06-02T13:04:48+00:00" + "time": "2022-02-18T12:21:48+00:00" }, { "name": "ezsystems/ezplatform-admin-ui-assets", - "version": "v5.3.0", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-admin-ui-assets.git", - "reference": "a048d48ab1fb5ced1b46c8ad9307c38f00f86a53" + "reference": "016bf67357e09b52cbc14cee42b1f5e92a04619f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-admin-ui-assets/zipball/a048d48ab1fb5ced1b46c8ad9307c38f00f86a53", - "reference": "a048d48ab1fb5ced1b46c8ad9307c38f00f86a53", + "url": "https://api.github.com/repos/ezsystems/ezplatform-admin-ui-assets/zipball/016bf67357e09b52cbc14cee42b1f5e92a04619f", + "reference": "016bf67357e09b52cbc14cee42b1f5e92a04619f", "shasum": "" }, "require": { - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/http-kernel": "^5.0" }, "type": "library", @@ -3160,29 +3194,29 @@ ], "description": "External assets dependencies for EzPlatform AdminUI", "support": { - "source": "https://github.com/ezsystems/ezplatform-admin-ui-assets/tree/v5.3.0" + "source": "https://github.com/ezsystems/ezplatform-admin-ui-assets/tree/v5.3.3" }, - "time": "2021-01-18T13:59:05+00:00" + "time": "2022-01-19T14:53:30+00:00" }, { "name": "ezsystems/ezplatform-calendar", - "version": "v1.3.1", + "version": "v1.3.6", "source": { "type": "git", "url": "git@github.com:ezsystems/ezplatform-calendar.git", - "reference": "f1d476d43f1b360999d35026f8e3861f612b75bd" + "reference": "e07195abd7b631940eb7b941fc4b61f756096ca9" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-calendar/ezsystems-ezplatform-calendar-f1d476d43f1b360999d35026f8e3861f612b75bd-zip-e44fde.zip", - "reference": "f1d476d43f1b360999d35026f8e3861f612b75bd" + "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-calendar/ezsystems-ezplatform-calendar-e07195abd7b631940eb7b941fc4b61f756096ca9-zip-d4fd3f.zip", + "reference": "e07195abd7b631940eb7b941fc4b61f756096ca9" }, "require": { "ezsystems/ezplatform-admin-ui": "^2.0", "ezsystems/ezplatform-kernel": "^1.3", "ezsystems/ezplatform-rest": "^1.0", "jms/translation-bundle": "^1.5", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/http-foundation": "^5.0", @@ -3194,8 +3228,11 @@ "ezsystems/ez-support-tools": "^2.0", "ezsystems/ezplatform-code-style": "^0.1.0", "ezsystems/ezplatform-content-forms": "^1.0", + "ezsystems/ezplatform-core": "^2.3", "ezsystems/ezplatform-design-engine": "^3.0", + "ezsystems/ezplatform-http-cache": "^2.3", "ezsystems/ezplatform-richtext": "^2.0", + "ezsystems/ezplatform-search": "^1.2", "ezsystems/ezplatform-user": "^2.0", "matthiasnoback/symfony-dependency-injection-test": "^4.0", "phpunit/phpunit": "^8.2" @@ -3220,8 +3257,14 @@ }, "notification-url": "https://updates.ibexa.co/notifystats", "scripts": { + "test": [ + "phpunit -c phpunit.xml.dist" + ], "fix-cs": [ - "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating" + "php-cs-fixer fix -v --show-progress=estimating" + ], + "check-cs": [ + "@fix-cs --dry-run" ] }, "license": [ @@ -3229,28 +3272,28 @@ ], "description": "Ibexa DXP Calendar", "support": { - "source": "https://github.com/ezsystems/ezplatform-calendar/tree/v1.3.1" + "source": "https://github.com/ezsystems/ezplatform-calendar/tree/v1.3.6" }, - "time": "2021-02-05T15:35:05+00:00" + "time": "2022-01-25T14:06:57+00:00" }, { "name": "ezsystems/ezplatform-connector-dam", - "version": "v1.1.1", + "version": "v1.1.5", "source": { "type": "git", "url": "git@github.com:ezsystems/ezplatform-connector-dam.git", - "reference": "1c537e8bdb972354693ad8b9579fd8d7ab0d82d6" + "reference": "e4078468fe0972b1bba9acf87b72e6b34ce47f31" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-connector-dam/ezsystems-ezplatform-connector-dam-1c537e8bdb972354693ad8b9579fd8d7ab0d82d6-zip-7406c4.zip", - "reference": "1c537e8bdb972354693ad8b9579fd8d7ab0d82d6" + "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-connector-dam/ezsystems-ezplatform-connector-dam-e4078468fe0972b1bba9acf87b72e6b34ce47f31-zip-df6282.zip", + "reference": "e4078468fe0972b1bba9acf87b72e6b34ce47f31" }, "require": { "ext-json": "*", - "ezsystems/ezplatform-admin-ui": "^2.2", + "ezsystems/ezplatform-admin-ui": "^2.3", "ezsystems/ezplatform-kernel": "^1.3", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/event-dispatcher": "^5.0", @@ -3261,7 +3304,14 @@ "twig/twig": "^3.0" }, "require-dev": { + "ezsystems/doctrine-dbal-schema": "^1.0", "ezsystems/ezplatform-code-style": "^0.2", + "ezsystems/ezplatform-content-forms": "^1.3", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-rest": "^1.3", + "ezsystems/ezplatform-richtext": "^2.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-user": "^2.3", "friendsofphp/php-cs-fixer": "^2.16", "phpunit/phpunit": "^8.5" }, @@ -3287,7 +3337,13 @@ "notification-url": "https://updates.ibexa.co/notifystats", "scripts": { "fix-cs": [ - "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating" + "php-cs-fixer fix -v --show-progress=estimating" + ], + "check-cs": [ + "@fix-cs --dry-run" + ], + "test": [ + "phpunit -c phpunit.xml" ] }, "license": [ @@ -3295,30 +3351,30 @@ ], "description": "Ibexa DXP DAM Connector bundle", "support": { - "source": "https://github.com/ezsystems/ezplatform-connector-dam/tree/v1.1.1", + "source": "https://github.com/ezsystems/ezplatform-connector-dam/tree/v1.1.5", "issues": "https://github.com/ezsystems/ezplatform-connector-dam/issues" }, - "time": "2021-04-22T12:54:02+00:00" + "time": "2022-01-18T14:34:51+00:00" }, { "name": "ezsystems/ezplatform-content-forms", - "version": "v1.3.3", + "version": "v1.3.8", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-content-forms.git", - "reference": "ed6492bb6b98321b1ee7da23e1489d675ce9db3c" + "reference": "cebea93708421dfd4be8c9b81ccc201ba4fb0f78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-content-forms/zipball/ed6492bb6b98321b1ee7da23e1489d675ce9db3c", - "reference": "ed6492bb6b98321b1ee7da23e1489d675ce9db3c", + "url": "https://api.github.com/repos/ezsystems/ezplatform-content-forms/zipball/cebea93708421dfd4be8c9b81ccc201ba4fb0f78", + "reference": "cebea93708421dfd4be8c9b81ccc201ba4fb0f78", "shasum": "" }, "require": { "ext-json": "*", "ezsystems/ezplatform-kernel": "^1.3", "jms/translation-bundle": "^1.5", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/event-dispatcher": "^5.0", @@ -3334,8 +3390,11 @@ }, "require-dev": { "behat/behat": "^3.5", + "ezsystems/behatbundle": "^8.3", "ezsystems/doctrine-dbal-schema": "^1.0", "ezsystems/ezplatform-code-style": "^0.1.0", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-rest": "^1.3", "friendsofphp/php-cs-fixer": "^2.16.0", "ibexa/ci-scripts": "^0.1", "matthiasnoback/symfony-dependency-injection-test": "^4.0", @@ -3351,7 +3410,10 @@ "psr-4": { "EzSystems\\EzPlatformContentFormsBundle\\": "src/bundle/", "EzSystems\\EzPlatformContentForms\\": "src/lib/", - "EzSystems\\EzPlatformContentForms\\Features\\": "features/" + "EzSystems\\EzPlatformContentForms\\Features\\": "features/", + "Ibexa\\ContentForms\\": "src/lib/", + "Ibexa\\Bundle\\ContentForms\\": "src/bundle/", + "Ibexa\\Contracts\\ContentForms\\": "src/contracts/" } }, "notification-url": "https://packagist.org/downloads/", @@ -3360,36 +3422,39 @@ ], "description": "Use Symfony Forms with eZ Platform Content & User objects", "support": { - "source": "https://github.com/ezsystems/ezplatform-content-forms/tree/v1.3.3" + "source": "https://github.com/ezsystems/ezplatform-content-forms/tree/v1.3.8" }, - "time": "2021-06-02T13:07:47+00:00" + "time": "2022-01-18T14:34:56+00:00" }, { "name": "ezsystems/ezplatform-core", - "version": "v2.3.4", + "version": "v2.3.15", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-core.git", - "reference": "9ec52138e021af25f470a31a854cea2fd0209d13" + "reference": "ad13b0f438ed557d393a46392c4cbb8bfa0615e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-core/zipball/9ec52138e021af25f470a31a854cea2fd0209d13", - "reference": "9ec52138e021af25f470a31a854cea2fd0209d13", + "url": "https://api.github.com/repos/ezsystems/ezplatform-core/zipball/ad13b0f438ed557d393a46392c4cbb8bfa0615e1", + "reference": "ad13b0f438ed557d393a46392c4cbb8bfa0615e1", "shasum": "" }, "require": { "ezsystems/ezplatform-kernel": "^1.3", - "php": "^7.3", - "symfony/asset": "^5.0", - "symfony/config": "^5.0", - "symfony/dependency-injection": "^5.0", - "symfony/filesystem": "^5.0", - "symfony/finder": "^5.0", - "symfony/http-kernel": "^5.0" + "php": "^7.3 || ^8.0", + "symfony/asset": "^5.3.0", + "symfony/config": "^5.3.0", + "symfony/dependency-injection": "^5.3.0", + "symfony/filesystem": "^5.3.0", + "symfony/finder": "^5.3.0", + "symfony/http-kernel": "^5.3.0" }, "require-dev": { + "ezsystems/doctrine-dbal-schema": "^1.0", + "ezsystems/ezplatform-code-style": "^1.0", "friendsofphp/php-cs-fixer": "^2.15", + "matthiasnoback/symfony-dependency-injection-test": "^4.2", "phpunit/phpunit": "^8.3.5" }, "type": "library", @@ -3400,10 +3465,10 @@ }, "autoload": { "psr-4": { - "EzSystems\\EzPlatformCoreBundle\\": "src/EzPlatformCoreBundle/bundle/", - "EzSystems\\EzPlatformEncoreBundle\\": "src/EzPlatformEncoreBundle/bundle/", + "Ibexa\\Platform\\Assets\\": "src/IbexaPlatformAssetsBundle/lib/", "Ibexa\\Platform\\Bundle\\Assets\\": "src/IbexaPlatformAssetsBundle/bundle/", - "Ibexa\\Platform\\Assets\\": "src/IbexaPlatformAssetsBundle/lib/" + "EzSystems\\EzPlatformCoreBundle\\": "src/EzPlatformCoreBundle/bundle/", + "EzSystems\\EzPlatformEncoreBundle\\": "src/EzPlatformEncoreBundle/bundle/" } }, "notification-url": "https://packagist.org/downloads/", @@ -3418,28 +3483,28 @@ ], "description": "eZ Platform core bundles container", "support": { - "source": "https://github.com/ezsystems/ezplatform-core/tree/v2.3.4" + "source": "https://github.com/ezsystems/ezplatform-core/tree/v2.3.15" }, - "time": "2021-06-02T13:05:42+00:00" + "time": "2022-02-18T12:21:52+00:00" }, { "name": "ezsystems/ezplatform-cron", - "version": "v3.1.1", + "version": "v3.1.5", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-cron.git", - "reference": "c06fad8eaf0a17381fbabbf77a8184beded9ceef" + "reference": "1499377c812e48775cffc5dc5ed5f666f10d19b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-cron/zipball/c06fad8eaf0a17381fbabbf77a8184beded9ceef", - "reference": "c06fad8eaf0a17381fbabbf77a8184beded9ceef", + "url": "https://api.github.com/repos/ezsystems/ezplatform-cron/zipball/1499377c812e48775cffc5dc5ed5f666f10d19b5", + "reference": "1499377c812e48775cffc5dc5ed5f666f10d19b5", "shasum": "" }, "require": { "cron/cron": "^1.4", "ezsystems/ezplatform-kernel": "^1.3", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/console": "^5.0", "symfony/dependency-injection": "^5.0", @@ -3478,22 +3543,22 @@ "description": "Simple cron bundle for eZ Platform", "homepage": "https://github.com/ezsystems/ezplatform-cron", "support": { - "source": "https://github.com/ezsystems/ezplatform-cron/tree/v3.1.1" + "source": "https://github.com/ezsystems/ezplatform-cron/tree/v3.1.5" }, - "time": "2021-06-02T13:07:21+00:00" + "time": "2022-02-18T12:17:31+00:00" }, { "name": "ezsystems/ezplatform-design-engine", - "version": "v3.0.1", + "version": "v3.0.7", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-design-engine.git", - "reference": "715140a5e0218051f75edb66d5ccadecf00eda5d" + "reference": "81f687e01c3ceb1dcd6a3efe5595f245577806e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-design-engine/zipball/715140a5e0218051f75edb66d5ccadecf00eda5d", - "reference": "715140a5e0218051f75edb66d5ccadecf00eda5d", + "url": "https://api.github.com/repos/ezsystems/ezplatform-design-engine/zipball/81f687e01c3ceb1dcd6a3efe5595f245577806e4", + "reference": "81f687e01c3ceb1dcd6a3efe5595f245577806e4", "shasum": "" }, "require": { @@ -3513,7 +3578,8 @@ }, "require-dev": { "ezsystems/doctrine-dbal-schema": "^1.0", - "friendsofphp/php-cs-fixer": "~2.15.3", + "ezsystems/ezplatform-code-style": "^1.0", + "friendsofphp/php-cs-fixer": "^2.16.0", "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^8.1" }, @@ -3545,22 +3611,22 @@ ], "description": "Design fallback mechanism for eZ Platform", "support": { - "source": "https://github.com/ezsystems/ezplatform-design-engine/tree/v3.0.1" + "source": "https://github.com/ezsystems/ezplatform-design-engine/tree/v3.0.7" }, - "time": "2021-02-05T09:39:00+00:00" + "time": "2022-02-18T12:17:38+00:00" }, { "name": "ezsystems/ezplatform-elastic-search-engine", - "version": "v1.2.1", + "version": "v1.2.5", "source": { "type": "git", "url": "git@github.com:ezsystems/ezplatform-elastic-search-engine.git", - "reference": "cb8591191b0308c6a38ce3bee30816233276882f" + "reference": "79dc50633d4a499609fdace0c2f3346fe3427090" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-elastic-search-engine/ezsystems-ezplatform-elastic-search-engine-cb8591191b0308c6a38ce3bee30816233276882f-zip-b9c39f.zip", - "reference": "cb8591191b0308c6a38ce3bee30816233276882f" + "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-elastic-search-engine/ezsystems-ezplatform-elastic-search-engine-79dc50633d4a499609fdace0c2f3346fe3427090-zip-99a425.zip", + "reference": "79dc50633d4a499609fdace0c2f3346fe3427090" }, "require": { "elasticsearch/elasticsearch": "^7.0", @@ -3568,7 +3634,7 @@ "ext-json": "*", "ext-mbstring": "*", "ezsystems/ezplatform-kernel": "^1.3", - "php": "^7.3", + "php": "^7.3 || ^8.0", "psr/log": "^1.1", "symfony/config": "^5.0", "symfony/console": "^5.0", @@ -3580,6 +3646,7 @@ "symfony/yaml": "^5.0" }, "require-dev": { + "ezsystems/doctrine-dbal-schema": "^1.0", "ezsystems/ezplatform-code-style": "^0.1.0", "phpunit/phpunit": "^8.2" }, @@ -3591,6 +3658,9 @@ }, "autoload": { "psr-4": { + "Ibexa\\Elasticsearch\\": "src/lib/", + "Ibexa\\Bundle\\Elasticsearch\\": "src/bundle/", + "Ibexa\\Contracts\\Elasticsearch\\": "src/contracts/", "Ibexa\\Platform\\Bundle\\ElasticSearchEngine\\": "src/bundle/", "Ibexa\\Platform\\Contracts\\ElasticSearchEngine\\": "src/contracts/", "Ibexa\\Platform\\ElasticSearchEngine\\": "src/lib/" @@ -3598,6 +3668,9 @@ }, "autoload-dev": { "psr-4": { + "Ibexa\\Tests\\Elasticsearch\\": "tests/lib/", + "Ibexa\\Tests\\Bundle\\Elasticsearch\\": "tests/bundle/", + "Ibexa\\Tests\\Integration\\Elasticsearch\\": "tests/integration", "Ibexa\\Platform\\Bundle\\ElasticSearchEngine\\Tests\\": "tests/bundle/", "Ibexa\\Platform\\ElasticSearchEngine\\Integration\\Tests\\": "tests/integration/", "Ibexa\\Platform\\ElasticSearchEngine\\Tests\\": "tests/lib/" @@ -3609,9 +3682,9 @@ "php-cs-fixer fix -v --show-progress=estimating" ], "check-cs": [ - "php-cs-fixer fix --dry-run -v --show-progress=estimating" + "@fix-cs --dry-run" ], - "unit-tests": [ + "test": [ "phpunit -c phpunit.xml.dist" ] }, @@ -3623,22 +3696,22 @@ "ibexa" ], "support": { - "source": "https://github.com/ezsystems/ezplatform-elastic-search-engine/tree/v1.2.1" + "source": "https://github.com/ezsystems/ezplatform-elastic-search-engine/tree/v1.2.5" }, - "time": "2021-05-17T16:57:13+00:00" + "time": "2022-01-18T14:38:20+00:00" }, { "name": "ezsystems/ezplatform-form-builder", - "version": "v2.3.2", + "version": "v2.3.8", "source": { "type": "git", "url": "git@github.com:ezsystems/ezplatform-form-builder.git", - "reference": "9e9d0d27968bd289713cea4d5df732f05c738c06" + "reference": "9200534c52689884047f92e3e7f4e6451e8e9e8d" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-form-builder/ezsystems-ezplatform-form-builder-9e9d0d27968bd289713cea4d5df732f05c738c06-zip-bd741e.zip", - "reference": "9e9d0d27968bd289713cea4d5df732f05c738c06" + "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-form-builder/ezsystems-ezplatform-form-builder-9200534c52689884047f92e3e7f4e6451e8e9e8d-zip-083e07.zip", + "reference": "9200534c52689884047f92e3e7f4e6451e8e9e8d" }, "require": { "ezsystems/ezplatform-admin-ui": "^2.0", @@ -3648,7 +3721,7 @@ "ezsystems/ezplatform-user": "^2.0", "gregwar/captcha-bundle": "^2.1", "jms/serializer": "^3.5", - "php": "^7.3", + "php": "^7.3 || ^8.0", "swiftmailer/swiftmailer": "^6.2", "symfony/config": "^5.0", "symfony/console": "^5.0", @@ -3668,14 +3741,17 @@ "require-dev": { "ezsystems/behatbundle": "^8.0", "ezsystems/doctrine-dbal-schema": "^1.0", - "ezsystems/ez-support-tools": "^2.0", + "ezsystems/ez-support-tools": "^2.3", + "ezsystems/ezplatform-calendar": "^1.3", "ezsystems/ezplatform-code-style": "^0.1.0", + "ezsystems/ezplatform-core": "^2.3", "ezsystems/ezplatform-design-engine": "^3.0", "ezsystems/ezplatform-http-cache": "^2.0", "ezsystems/ezplatform-icons": "^1.0", - "ezsystems/ezplatform-page-fieldtype": "^2.0", + "ezsystems/ezplatform-page-fieldtype": "^2.3", "ezsystems/ezplatform-rest": "^1.0", "ezsystems/ezplatform-richtext": "^2.0", + "ezsystems/ezplatform-search": "^1.2", "friendsofphp/php-cs-fixer": "^2.16.0", "ibexa/ci-scripts": "^0.1", "phpunit/phpunit": "^8.2" @@ -3689,13 +3765,20 @@ "autoload": { "psr-4": { "EzSystems\\EzPlatformFormBuilderBundle\\": "src/bundle/", - "EzSystems\\EzPlatformFormBuilder\\": "src/lib/" + "EzSystems\\EzPlatformFormBuilder\\": "src/lib/", + "Ibexa\\FormBuilder\\": "src/lib/" } }, "notification-url": "https://updates.ibexa.co/notifystats", "scripts": { "fix-cs": [ - "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating" + "php-cs-fixer fix -v --show-progress=estimating" + ], + "check-cs": [ + "@fix-cs --dry-run" + ], + "test": [ + "phpunit -c phpunit.xml.dist" ] }, "license": [ @@ -3703,22 +3786,22 @@ ], "description": "Ibexa DXP Form Builder", "support": { - "source": "https://github.com/ezsystems/ezplatform-form-builder/tree/v2.3.2" + "source": "https://github.com/ezsystems/ezplatform-form-builder/tree/v2.3.8" }, - "time": "2021-04-22T12:54:51+00:00" + "time": "2022-02-18T12:22:00+00:00" }, { "name": "ezsystems/ezplatform-graphql", - "version": "v2.3.2", + "version": "v2.3.7", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-graphql.git", - "reference": "d007dd0639a487a0e864ad085dca9f49f5dc843e" + "reference": "a6d10b7f5958972a90ab5b51515c04c6d695899d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-graphql/zipball/d007dd0639a487a0e864ad085dca9f49f5dc843e", - "reference": "d007dd0639a487a0e864ad085dca9f49f5dc843e", + "url": "https://api.github.com/repos/ezsystems/ezplatform-graphql/zipball/a6d10b7f5958972a90ab5b51515c04c6d695899d", + "reference": "a6d10b7f5958972a90ab5b51515c04c6d695899d", "shasum": "" }, "require": { @@ -3729,8 +3812,8 @@ "ezsystems/ezplatform-rest": "^1.2", "ezsystems/ezplatform-richtext": "^2.0", "lexik/jwt-authentication-bundle": "^2.8", - "overblog/graphql-bundle": "^0.12", - "php": "^7.3", + "overblog/graphql-bundle": "^0.13", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/console": "^5.0", "symfony/dependency-injection": "^5.0", @@ -3748,12 +3831,15 @@ "ezsystems/ez-support-tools": "^2.0", "ezsystems/ezplatform-code-style": "^0.1.0", "ezsystems/ezplatform-content-forms": "^1.0", + "ezsystems/ezplatform-core": "^2.3", "ezsystems/ezplatform-design-engine": "^3.0", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-search": "^1.2", "ezsystems/ezplatform-user": "^2.0", "friendsofphp/php-cs-fixer": "^2.16.0", "mikey179/vfsstream": "^1.6", "overblog/graphiql-bundle": "^0.2", - "phpspec/phpspec": "^6.1" + "phpspec/phpspec": "^7.1" }, "type": "ezplatform-bundle", "extra": { @@ -3763,6 +3849,7 @@ }, "autoload": { "psr-4": { + "Ibexa\\GraphQL\\": "src", "EzSystems\\EzPlatformGraphQL\\": "src" } }, @@ -3778,22 +3865,22 @@ ], "description": "GraphQL server for the eZ Platform Open Source CMS Repository.", "support": { - "source": "https://github.com/ezsystems/ezplatform-graphql/tree/v2.3.2" + "source": "https://github.com/ezsystems/ezplatform-graphql/tree/v2.3.7" }, - "time": "2021-06-02T13:05:53+00:00" + "time": "2022-02-18T12:17:44+00:00" }, { "name": "ezsystems/ezplatform-http-cache", - "version": "v2.3.1", + "version": "v2.3.10", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-http-cache.git", - "reference": "c0c43ea32fc030de2a1db27df30befb0e5a37ea7" + "reference": "e48b4f068cde4f35d1ee6b030cc618e44fd410d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-http-cache/zipball/c0c43ea32fc030de2a1db27df30befb0e5a37ea7", - "reference": "c0c43ea32fc030de2a1db27df30befb0e5a37ea7", + "url": "https://api.github.com/repos/ezsystems/ezplatform-http-cache/zipball/e48b4f068cde4f35d1ee6b030cc618e44fd410d8", + "reference": "e48b4f068cde4f35d1ee6b030cc618e44fd410d8", "shasum": "" }, "require": { @@ -3801,7 +3888,7 @@ "ezsystems/ezplatform-rest": "^1.0", "friendsofsymfony/http-cache": "^2.9", "friendsofsymfony/http-cache-bundle": "^2.8", - "php": ">=7.3", + "php": "^7.3 || ^8.0", "php-http/curl-client": "^2.1", "psr/http-client": "^1.0", "symfony/config": "^5.0", @@ -3811,15 +3898,15 @@ "symfony/http-kernel": "^5.0", "symfony/routing": "^5.0", "symfony/yaml": "^5.0", - "toflar/psr6-symfony-http-cache-store": "^2.2" + "toflar/psr6-symfony-http-cache-store": "^2.2 || ^3.0" }, "require-dev": { "ezsystems/doctrine-dbal-schema": "^1.0", "ezsystems/ezplatform-code-style": "^0.1.0", "friendsofphp/php-cs-fixer": "^2.16.0", "ibexa/ci-scripts": "^0.1", - "matthiasnoback/symfony-dependency-injection-test": "^4.1", - "phpspec/phpspec": "^6.1", + "matthiasnoback/symfony-dependency-injection-test": "^4.3", + "phpspec/phpspec": "^7.1", "phpunit/phpunit": "^8.5", "symfony/phpunit-bridge": "^5.1" }, @@ -3831,6 +3918,7 @@ }, "autoload": { "psr-4": { + "Ibexa\\HttpCache\\": "src", "EzSystems\\PlatformHttpCacheBundle\\": "src", "EzSystems\\PlatformHttpCacheBundle\\Tests\\": "tests" } @@ -3847,28 +3935,28 @@ ], "description": "HTTP cache handling for eZ Platform.", "support": { - "source": "https://github.com/ezsystems/ezplatform-http-cache/tree/v2.3.1" + "source": "https://github.com/ezsystems/ezplatform-http-cache/tree/v2.3.10" }, - "time": "2021-04-22T12:54:20+00:00" + "time": "2022-02-18T12:18:22+00:00" }, { "name": "ezsystems/ezplatform-http-cache-fastly", - "version": "v2.0.3", + "version": "v2.0.9", "source": { "type": "git", "url": "git@github.com:ezsystems/ezplatform-http-cache-fastly.git", - "reference": "84fbb403d8c686a883f4eba1ce9fca0a981c06a1" + "reference": "c710ee7e04383c72106393dfc69b4b15f2bed15b" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-http-cache-fastly/ezsystems-ezplatform-http-cache-fastly-84fbb403d8c686a883f4eba1ce9fca0a981c06a1-zip-874c82.zip", - "reference": "84fbb403d8c686a883f4eba1ce9fca0a981c06a1" + "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-http-cache-fastly/ezsystems-ezplatform-http-cache-fastly-c710ee7e04383c72106393dfc69b4b15f2bed15b-zip-99ce6a.zip", + "reference": "c710ee7e04383c72106393dfc69b4b15f2bed15b" }, "require": { "ezsystems/ezplatform-http-cache": "^2.0", "ezsystems/ezplatform-kernel": "^1.0", "friendsofsymfony/http-cache-bundle": "^2.8", - "php": ">=7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/framework-bundle": "^5.0", @@ -3909,25 +3997,25 @@ ], "description": "Fastly HTTP cache handling for Ibexa DXP.", "support": { - "source": "https://github.com/ezsystems/ezplatform-http-cache-fastly/tree/v2.0.3" + "source": "https://github.com/ezsystems/ezplatform-http-cache-fastly/tree/v2.0.9" }, - "time": "2021-04-29T09:13:45+00:00" + "time": "2022-02-18T12:17:48+00:00" }, { "name": "ezsystems/ezplatform-icons", - "version": "v1.1.0", + "version": "v1.1.5", "source": { "type": "git", "url": "git@github.com:ezsystems/ezplatform-icons.git", - "reference": "f87167cf53d936e9d5fdaa0337111acc697adac2" + "reference": "c2fe5f15b8cd25c7409937b4fa1b4b40ca3dad3a" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-icons/ezsystems-ezplatform-icons-f87167cf53d936e9d5fdaa0337111acc697adac2-zip-12c83a.zip", - "reference": "f87167cf53d936e9d5fdaa0337111acc697adac2" + "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-icons/ezsystems-ezplatform-icons-c2fe5f15b8cd25c7409937b4fa1b4b40ca3dad3a-zip-b41efa.zip", + "reference": "c2fe5f15b8cd25c7409937b4fa1b4b40ca3dad3a" }, "require": { - "php": ">=7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.1", "symfony/dependency-injection": "^5.1", "symfony/http-foundation": "^5.1", @@ -3954,7 +4042,10 @@ "notification-url": "https://updates.ibexa.co/notifystats", "scripts": { "fix-cs": [ - "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating" + "php-cs-fixer fix -v --show-progress=estimating" + ], + "check-cs": [ + "@fix-cs --dry-run" ] }, "license": [ @@ -3962,23 +4053,23 @@ ], "description": "Ibexa DXP icons", "support": { - "source": "https://github.com/ezsystems/ezplatform-icons/tree/v1.1.0", + "source": "https://github.com/ezsystems/ezplatform-icons/tree/v1.1.5", "issues": "https://github.com/ezsystems/ezplatform-icons/issues" }, - "time": "2021-01-12T13:21:36+00:00" + "time": "2022-01-25T14:03:34+00:00" }, { "name": "ezsystems/ezplatform-kernel", - "version": "v1.3.4", + "version": "v1.3.14", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-kernel.git", - "reference": "be26f1aa1397a46fc7a54b05245d000ab4cbde67" + "reference": "3bf8cc3cc24fc237103392373bb03a3c795ebe7b" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-kernel/ezsystems-ezplatform-kernel-be26f1aa1397a46fc7a54b05245d000ab4cbde67-zip-8b6f19.zip", - "reference": "be26f1aa1397a46fc7a54b05245d000ab4cbde67" + "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-kernel/ezsystems-ezplatform-kernel-3bf8cc3cc24fc237103392373bb03a3c795ebe7b-zip-913b39.zip", + "reference": "3bf8cc3cc24fc237103392373bb03a3c795ebe7b" }, "require": { "composer/package-versions-deprecated": "^1.11", @@ -3996,46 +4087,48 @@ "ext-spl": "*", "ext-xsl": "*", "ezsystems/doctrine-dbal-schema": "^1.0", + "friendsofphp/proxy-manager-lts": "^1.0", "friendsofsymfony/http-cache-bundle": "^2.8", "friendsofsymfony/jsrouting-bundle": "^2.5", "guzzlehttp/guzzle": "^6.5", "jms/translation-bundle": "^1.5", "liip/imagine-bundle": "^2.3", "nelmio/cors-bundle": "^2.0", - "ocramius/proxy-manager": "^2.2", "oneup/flysystem-bundle": "^3.4", "pagerfanta/pagerfanta": "^2.1", - "php": "^7.3", + "php": "^7.3 || ^8.0", "php-http/guzzle6-adapter": "^2.0", "psr/event-dispatcher": "^1.0", - "sensio/framework-extra-bundle": "^5.5", + "sensio/framework-extra-bundle": "^6.1", "symfony-cmf/routing": "^2.3", - "symfony/cache": "^5.2.0", - "symfony/console": "^5.2.0", - "symfony/dependency-injection": "^5.2.0", - "symfony/event-dispatcher": "^5.2.0", - "symfony/expression-language": "^5.2.0", - "symfony/framework-bundle": "^5.2.0", - "symfony/http-foundation": "^5.2.0", - "symfony/http-kernel": "^5.2.0", - "symfony/mime": "^5.2.0", - "symfony/process": "^5.2.0", - "symfony/security-bundle": "^5.2.0", - "symfony/security-core": "^5.2.0", - "symfony/security-http": "^5.2.0", - "symfony/serializer": "^5.2.0", - "symfony/templating": "^5.1", - "symfony/translation": "^5.2.0", - "symfony/validator": "^5.2.0", - "symfony/var-dumper": "^5.2.0", - "symfony/yaml": "^5.2.0", + "symfony/cache": "^5.3.0", + "symfony/console": "^5.3.0", + "symfony/dependency-injection": "^5.3.0", + "symfony/event-dispatcher": "^5.3.0", + "symfony/expression-language": "^5.3.0", + "symfony/framework-bundle": "^5.3.0", + "symfony/http-foundation": "^5.3.0", + "symfony/http-kernel": "^5.3.0", + "symfony/mime": "^5.3.0", + "symfony/process": "^5.3.0", + "symfony/security-bundle": "^5.3.0", + "symfony/security-core": "^5.3.0", + "symfony/security-http": "^5.3.0", + "symfony/serializer": "^5.3.0", + "symfony/templating": "^5.3.0", + "symfony/translation": "^5.3.0", + "symfony/validator": "^5.3.0", + "symfony/var-dumper": "^5.3.0", + "symfony/yaml": "^5.3.0", "twig/extra-bundle": "^3.0", "twig/twig": "^3.0" }, "conflict": { "doctrine/dbal": "2.7.0", "ezsystems/ezpublish-legacy": "*", + "friendsofphp/php-cs-fixer": "3.5.0", "phpunit/phpunit": "8.4.0", + "symfony/dependency-injection": "5.3.7", "symfony/security-core": "5.3.0" }, "replace": { @@ -4043,14 +4136,15 @@ }, "require-dev": { "behat/behat": "^3.6.1", - "brianium/paratest": "^4.0", - "ezsystems/ezplatform-code-style": "^0.2", + "ezsystems/ezplatform-code-style": "^2.0", "friends-of-behat/mink-extension": "^2.4", "ibexa/ci-scripts": "^0.1", "jenner/simple_fork": "^1.2", "matthiasnoback/symfony-dependency-injection-test": "^4.1", + "phpstan/phpstan": "^1.2", "phpunit/phpunit": "^8.2", - "symfony/phpunit-bridge": "^5.1" + "symfony/phpunit-bridge": "^5.1", + "symfony/proxy-manager-bridge": "^5.3" }, "suggest": { "php-64bit": "For support of more than 30 languages, a 64bit php installation on all involved prod/dev machines is required" @@ -4068,24 +4162,49 @@ "autoload": { "psr-4": { "EzSystems\\PlatformInstallerBundle\\": "eZ/Bundle/PlatformInstallerBundle/src", - "eZ\\": "eZ" + "eZ\\": "eZ", + "Ibexa\\Bundle\\Core\\": "src/bundle/Core", + "Ibexa\\Bundle\\Debug\\": "src/bundle/Debug", + "Ibexa\\Bundle\\IO\\": "src/bundle/IO", + "Ibexa\\Bundle\\Installer\\": "src/bundle/Installer", + "Ibexa\\Bundle\\LegacySearchEngine\\": "src/bundle/LegacySearchEngine", + "Ibexa\\Contracts\\Core\\": "src/contracts", + "Ibexa\\Core\\": "src/lib" } }, "autoload-dev": { "psr-4": { - "EzSystems\\PlatformInstallerBundleTests\\": "eZ/Bundle/PlatformInstallerBundle/tests" + "EzSystems\\PlatformInstallerBundleTests\\": "eZ/Bundle/PlatformInstallerBundle/tests", + "Ibexa\\Tests\\Bundle\\Core\\": "tests/bundle/Core", + "Ibexa\\Tests\\Bundle\\Debug\\": "tests/bundle/Debug", + "Ibexa\\Tests\\Bundle\\IO\\": "tests/bundle/IO", + "Ibexa\\Tests\\Bundle\\Installer\\": "tests/bundle/Installer", + "Ibexa\\Tests\\Bundle\\LegacySearchEngine\\": "tests/bundle/LegacySearchEngine", + "Ibexa\\Tests\\Integration\\Core\\": "tests/integration/Core", + "Ibexa\\Tests\\Integration\\Debug\\": "tests/integration/Debug", + "Ibexa\\Tests\\Integration\\IO\\": "tests/integration/IO", + "Ibexa\\Tests\\Integration\\RepositoryInstaller\\": "tests/integration/RepositoryInstaller", + "Ibexa\\Tests\\Integration\\LegacySearchEngine\\": "tests/integration/LegacySearchEngine", + "Ibexa\\Tests\\Core\\": "tests/lib" } }, "notification-url": "https://updates.ibexa.co/notifystats", "scripts": { + "check-cs": [ + "@fix-cs --dry-run" + ], "fix-cs": [ - "php-cs-fixer fix -v --show-progress=estimating" + "php-cs-fixer fix -v --show-progress=dots" ], "unit": [ - "paratest -p half -c phpunit.xml --runner=WrapperRunner" + "phpunit -c phpunit.xml" + ], + "phpstan": [ + "phpstan analyse" ], "integration": [ - "paratest -p half -c phpunit-integration-legacy.xml --runner=WrapperRunner" + "Composer\\Config::disableProcessTimeout", + "phpunit -c phpunit-integration-legacy.xml" ], "test": [ "@unit", @@ -4098,31 +4217,31 @@ "description": "Kernel used by ezsystems/ezplatform and derivatives. Provides the Content Repository, its APIs, and the application's Symfony framework integration.", "homepage": "https://ezplatform.com", "support": { - "source": "https://github.com/ezsystems/ezplatform-kernel/tree/v1.3.4" + "source": "https://github.com/ezsystems/ezplatform-kernel/tree/v1.3.14" }, - "time": "2021-06-02T13:05:12+00:00" + "time": "2022-02-18T12:22:48+00:00" }, { "name": "ezsystems/ezplatform-matrix-fieldtype", - "version": "v2.2.2", + "version": "v2.2.8", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-matrix-fieldtype.git", - "reference": "7be3ca74ca4aa8c93d8b89e5d0ed632a87df89ca" + "reference": "21aeedecc43612af7556040055564fe0e32763d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-matrix-fieldtype/zipball/7be3ca74ca4aa8c93d8b89e5d0ed632a87df89ca", - "reference": "7be3ca74ca4aa8c93d8b89e5d0ed632a87df89ca", + "url": "https://api.github.com/repos/ezsystems/ezplatform-matrix-fieldtype/zipball/21aeedecc43612af7556040055564fe0e32763d7", + "reference": "21aeedecc43612af7556040055564fe0e32763d7", "shasum": "" }, "require": { "ext-libxml": "*", "ext-simplexml": "*", - "ezsystems/ezplatform-content-forms": "^1.0", - "ezsystems/ezplatform-graphql": "^2.0", + "ezsystems/ezplatform-content-forms": "^1.3", + "ezsystems/ezplatform-graphql": "^2.3", "ezsystems/ezplatform-kernel": "^1.3", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/console": "^5.0", "symfony/dependency-injection": "^5.0", @@ -4133,16 +4252,19 @@ }, "require-dev": { "ezsystems/doctrine-dbal-schema": "^1.0", - "ezsystems/ez-support-tools": "^2.0", - "ezsystems/ezplatform-admin-ui": "^2.0", + "ezsystems/ez-support-tools": "^2.3", + "ezsystems/ezplatform-admin-ui": "^2.3", "ezsystems/ezplatform-code-style": "^0.1.0", + "ezsystems/ezplatform-core": "^2.3", "ezsystems/ezplatform-design-engine": "^3.0", - "ezsystems/ezplatform-rest": "^1.0", - "ezsystems/ezplatform-richtext": "^2.0", - "ezsystems/ezplatform-user": "^2.0", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-rest": "^1.3", + "ezsystems/ezplatform-richtext": "^2.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-user": "^2.3", "friendsofphp/php-cs-fixer": "^2.16.0", "ibexa/ci-scripts": "^0.1", - "phpunit/phpunit": "^6.4" + "phpunit/phpunit": "^9.5" }, "type": "library", "extra": { @@ -4152,8 +4274,8 @@ }, "autoload": { "psr-4": { - "EzSystems\\EzPlatformMatrixFieldtypeBundle\\": "src/bundle/", - "EzSystems\\EzPlatformMatrixFieldtype\\": "src/lib/" + "EzSystems\\EzPlatformMatrixFieldtype\\": "src/lib/", + "EzSystems\\EzPlatformMatrixFieldtypeBundle\\": "src/bundle/" } }, "notification-url": "https://packagist.org/downloads/", @@ -4168,34 +4290,34 @@ ], "description": "Repository dedicated to Matrix Field Type for eZ Platform", "support": { - "source": "https://github.com/ezsystems/ezplatform-matrix-fieldtype/tree/v2.2.2" + "source": "https://github.com/ezsystems/ezplatform-matrix-fieldtype/tree/v2.2.8" }, - "time": "2021-04-22T12:55:39+00:00" + "time": "2022-02-18T12:17:53+00:00" }, { "name": "ezsystems/ezplatform-page-builder", - "version": "v2.3.4", + "version": "v2.3.14", "source": { "type": "git", "url": "git@github.com:ezsystems/ezplatform-page-builder.git", - "reference": "40b4538075e6b8cbca9d45383d182e3c51173d00" + "reference": "3e6c5fb076f637d4f0c5469ed1895aab036b6a0e" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-page-builder/ezsystems-ezplatform-page-builder-40b4538075e6b8cbca9d45383d182e3c51173d00-zip-6daf47.zip", - "reference": "40b4538075e6b8cbca9d45383d182e3c51173d00" + "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-page-builder/ezsystems-ezplatform-page-builder-3e6c5fb076f637d4f0c5469ed1895aab036b6a0e-zip-5c6b49.zip", + "reference": "3e6c5fb076f637d4f0c5469ed1895aab036b6a0e" }, "require": { "ext-intl": "*", - "ezsystems/ezplatform-admin-ui": "^2.0", - "ezsystems/ezplatform-content-forms": "^1.0", - "ezsystems/ezplatform-core": "^2.2", - "ezsystems/ezplatform-icons": "^1.0", + "ezsystems/ezplatform-admin-ui": "^2.3", + "ezsystems/ezplatform-content-forms": "^1.3", + "ezsystems/ezplatform-core": "^2.3", + "ezsystems/ezplatform-icons": "^1.1", "ezsystems/ezplatform-kernel": "^1.3", - "ezsystems/ezplatform-page-fieldtype": "^2.0", + "ezsystems/ezplatform-page-fieldtype": "^2.3", "jms/serializer": "^3.5", "lexik/jwt-authentication-bundle": "^2.6", - "php": "^7.3", + "php": "^7.3 || ^8.0", "scssphp/scssphp": "^1.0", "symfony/asset": "^5.0", "symfony/config": "^5.0", @@ -4217,15 +4339,17 @@ "twig/twig": "^3.0" }, "require-dev": { - "ezsystems/behatbundle": "^8.0", + "ezsystems/behatbundle": "^8.3", "ezsystems/doctrine-dbal-schema": "^1.0", - "ezsystems/ez-support-tools": "^2.0", + "ezsystems/ez-support-tools": "^2.3", + "ezsystems/ezplatform-calendar": "^1.3", "ezsystems/ezplatform-code-style": "^0.1.0", "ezsystems/ezplatform-design-engine": "^3.0", - "ezsystems/ezplatform-http-cache": "^2.0", - "ezsystems/ezplatform-rest": "^1.0", - "ezsystems/ezplatform-richtext": "^2.0", - "ezsystems/ezplatform-user": "^2.0", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-rest": "^1.3", + "ezsystems/ezplatform-richtext": "^2.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-user": "^2.3", "friendsofphp/php-cs-fixer": "^2.16.0", "ibexa/ci-scripts": "^0.1", "phpunit/phpunit": "^8.2" @@ -4239,13 +4363,20 @@ "autoload": { "psr-4": { "EzSystems\\EzPlatformPageBuilderBundle\\": "src/bundle/", - "EzSystems\\EzPlatformPageBuilder\\": "src/lib/" + "EzSystems\\EzPlatformPageBuilder\\": "src/lib/", + "Ibexa\\PageBuilder\\": "src/lib/" } }, "notification-url": "https://updates.ibexa.co/notifystats", "scripts": { "fix-cs": [ - "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating" + "php-cs-fixer fix -v --show-progress=estimating" + ], + "check-cs": [ + "@fix-cs --dry-run" + ], + "test": [ + "phpunit -c phpunit.xml" ] }, "license": [ @@ -4253,34 +4384,34 @@ ], "description": "Ibexa DXP Page Builder", "support": { - "source": "https://github.com/ezsystems/ezplatform-page-builder/tree/v2.3.4" + "source": "https://github.com/ezsystems/ezplatform-page-builder/tree/v2.3.14" }, - "time": "2021-06-02T13:05:19+00:00" + "time": "2022-02-18T12:22:58+00:00" }, { "name": "ezsystems/ezplatform-page-fieldtype", - "version": "v2.3.4", + "version": "v2.3.14", "source": { "type": "git", "url": "git@github.com:ezsystems/ezplatform-page-fieldtype.git", - "reference": "ffd77379becb8fe652e089f078134e3a1f26d698" + "reference": "b500755bab9ccee536c0d9d923c088d0bdf8cc67" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-page-fieldtype/ezsystems-ezplatform-page-fieldtype-ffd77379becb8fe652e089f078134e3a1f26d698-zip-bc052e.zip", - "reference": "ffd77379becb8fe652e089f078134e3a1f26d698" + "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-page-fieldtype/ezsystems-ezplatform-page-fieldtype-b500755bab9ccee536c0d9d923c088d0bdf8cc67-zip-f84985.zip", + "reference": "b500755bab9ccee536c0d9d923c088d0bdf8cc67" }, "require": { "doctrine/dbal": "^2.10", "ext-dom": "*", - "ezsystems/ezplatform-calendar": "^1.0", - "ezsystems/ezplatform-content-forms": "^1.0", - "ezsystems/ezplatform-http-cache": "^2.0", + "ezsystems/ezplatform-calendar": "^1.3", + "ezsystems/ezplatform-content-forms": "^1.3", + "ezsystems/ezplatform-http-cache": "^2.3", "ezsystems/ezplatform-kernel": "^1.3", - "ezsystems/ezplatform-richtext": "^2.0", + "ezsystems/ezplatform-richtext": "^2.3", "jms/serializer": "^3.5", "nicmart/tree": "^0.2", - "php": "^7.3", + "php": "^7.3 || ^8.0", "ramsey/uuid": "^3.9", "scssphp/scssphp": "^1.0", "symfony/config": "^5.0", @@ -4298,11 +4429,17 @@ "zetacomponents/feed": "^1.4" }, "require-dev": { + "ezsystems/behatbundle": "^8.3", "ezsystems/doctrine-dbal-schema": "^1.0", + "ezsystems/ezplatform-admin-ui": "^2.3", "ezsystems/ezplatform-code-style": "^0.1.0", - "ezsystems/ezplatform-rest": "^1.0", + "ezsystems/ezplatform-graphql": "^2.3", + "ezsystems/ezplatform-rest": "^1.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-user": "^2.3", "friendsofphp/php-cs-fixer": "^2.16.0", "ibexa/ci-scripts": "^0.1", + "phpstan/phpstan": "^0.12.99", "phpunit/phpunit": "^8.2" }, "suggest": { @@ -4316,9 +4453,9 @@ }, "autoload": { "psr-4": { - "EzSystems\\EzPlatformPageFieldType\\Tests\\Behat\\": "tests/Behat/", "EzSystems\\EzPlatformPageFieldType\\": "src/lib/", - "EzSystems\\EzPlatformPageFieldTypeBundle\\": "src/bundle/" + "EzSystems\\EzPlatformPageFieldTypeBundle\\": "src/bundle/", + "Ibexa\\FieldTypePage\\": "src/lib/" } }, "autoload-dev": { @@ -4329,7 +4466,16 @@ "notification-url": "https://updates.ibexa.co/notifystats", "scripts": { "fix-cs": [ - "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating" + "php-cs-fixer fix -v --show-progress=estimating" + ], + "check-cs": [ + "@fix-cs --dry-run" + ], + "phpstan": [ + "phpstan analyse -c phpstan.neon" + ], + "test": [ + "phpunit -c phpunit.xml" ] }, "license": [ @@ -4343,22 +4489,22 @@ ], "description": "Ibexa DXP Page FieldType", "support": { - "source": "https://github.com/ezsystems/ezplatform-page-fieldtype/tree/v2.3.4" + "source": "https://github.com/ezsystems/ezplatform-page-fieldtype/tree/v2.3.14" }, - "time": "2021-06-02T13:05:25+00:00" + "time": "2022-02-18T12:23:03+00:00" }, { "name": "ezsystems/ezplatform-permissions", - "version": "v1.1.0", + "version": "v1.1.4", "source": { "type": "git", "url": "git@github.com:ezsystems/ezplatform-permissions.git", - "reference": "fcffad81669c329546cd42301f1b5c141b121fc1" + "reference": "341c0c15ea543ac95e4cf08dcd6567d714a37e6a" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-permissions/ezsystems-ezplatform-permissions-fcffad81669c329546cd42301f1b5c141b121fc1-zip-44709b.zip", - "reference": "fcffad81669c329546cd42301f1b5c141b121fc1" + "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-permissions/ezsystems-ezplatform-permissions-341c0c15ea543ac95e4cf08dcd6567d714a37e6a-zip-bad10f.zip", + "reference": "341c0c15ea543ac95e4cf08dcd6567d714a37e6a" }, "require": { "ezsystems/ezplatform-admin-ui": "^2.0", @@ -4367,7 +4513,7 @@ "ezsystems/ezplatform-design-engine": "^3.0", "ezsystems/ezplatform-kernel": "^1.2", "ezsystems/ezplatform-page-builder": "^2.1", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/event-dispatcher": "^5.0", @@ -4376,7 +4522,15 @@ "symfony/yaml": "^5.0" }, "require-dev": { + "ezsystems/doctrine-dbal-schema": "^1.0", + "ezsystems/ezplatform-calendar": "^1.3", "ezsystems/ezplatform-code-style": "^0.1.0", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-page-fieldtype": "^2.3", + "ezsystems/ezplatform-rest": "^1.3", + "ezsystems/ezplatform-richtext": "^2.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-user": "^2.3", "phpunit/phpunit": "^8.2" }, "type": "ezplatform-bundle", @@ -4405,7 +4559,7 @@ "php-cs-fixer fix -v --show-progress=estimating" ], "check-cs": [ - "php-cs-fixer fix --dry-run -v --show-progress=estimating" + "@fix-cs --dry-run" ], "unit-tests": [ "phpunit -c phpunit.xml.dist" @@ -4419,32 +4573,41 @@ "ezplatform" ], "support": { - "source": "https://github.com/ezsystems/ezplatform-permissions/tree/v1.1.0" + "source": "https://github.com/ezsystems/ezplatform-permissions/tree/v1.1.4" }, - "time": "2021-01-18T22:37:18+00:00" + "time": "2022-01-18T14:35:27+00:00" }, { "name": "ezsystems/ezplatform-personalization", - "version": "v1.0.4", + "version": "v1.0.10", "source": { "type": "git", "url": "git@github.com:ezsystems/ezplatform-personalization.git", - "reference": "a1043b586a4f9e91b88a138eaa0848ac7f241888" + "reference": "ad926941789e7d8c2828696e6cffbea7fb7a0bb5" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-personalization/ezsystems-ezplatform-personalization-a1043b586a4f9e91b88a138eaa0848ac7f241888-zip-f6fc68.zip", - "reference": "a1043b586a4f9e91b88a138eaa0848ac7f241888" + "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-personalization/ezsystems-ezplatform-personalization-ad926941789e7d8c2828696e6cffbea7fb7a0bb5-zip-54f69a.zip", + "reference": "ad926941789e7d8c2828696e6cffbea7fb7a0bb5" }, "require": { "ext-json": "*", "ezsystems/ezplatform-admin-ui": "^2.1", - "ezsystems/ezplatform-kernel": "^1.1", - "ezsystems/ezrecommendation-client": "^2.0", - "php": "^7.3" + "ezsystems/ezplatform-kernel": "^1.3.10", + "ezsystems/ezplatform-page-fieldtype": "^2.3", + "ezsystems/ezrecommendation-client": "^2.1", + "php": "^7.3 || ^8.0" }, "require-dev": { + "ezsystems/doctrine-dbal-schema": "^1.0", + "ezsystems/ezplatform-calendar": "^1.3", "ezsystems/ezplatform-code-style": "^0.2", + "ezsystems/ezplatform-content-forms": "^1.3", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-rest": "^1.3", + "ezsystems/ezplatform-richtext": "^2.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-user": "^2.3", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^0.12.85", "phpstan/phpstan-phpunit": "^0.12.18", @@ -4460,11 +4623,13 @@ "psr-4": { "Ibexa\\Platform\\Bundle\\Personalization\\": "src/bundle/", "Ibexa\\Platform\\Contracts\\Personalization\\": "src/contracts/", + "Ibexa\\Personalization\\": "src/lib/", "Ibexa\\Platform\\Personalization\\": "src/lib/" } }, "autoload-dev": { "psr-4": { + "Ibexa\\Tests\\Personalization\\": "tests/lib/", "Ibexa\\Platform\\Tests\\Bundle\\Personalization\\": "tests/bundle/", "Ibexa\\Platform\\Tests\\Personalization\\": "tests/lib/" } @@ -4477,7 +4642,7 @@ "phpstan": [ "phpstan analyse -c phpstan.neon" ], - "php-cs": [ + "check-cs": [ "php-cs-fixer fix -v --diff --config=.php_cs --dry-run --show-progress=estimating" ], "test": [ @@ -4492,33 +4657,33 @@ "ibexa" ], "support": { - "source": "https://github.com/ezsystems/ezplatform-personalization/tree/v1.0.4", + "source": "https://github.com/ezsystems/ezplatform-personalization/tree/v1.0.10", "issues": "https://github.com/ezsystems/ezplatform-personalization/issues" }, - "time": "2021-06-02T13:07:27+00:00" + "time": "2022-02-18T12:48:01+00:00" }, { "name": "ezsystems/ezplatform-query-fieldtype", - "version": "v2.3.1", + "version": "v2.3.6", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-query-fieldtype.git", - "reference": "e24c1a09d362a53f61830ccab6d6149155dda49f" + "reference": "4273fda252d7ee178d7813139c680a552292af05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-query-fieldtype/zipball/e24c1a09d362a53f61830ccab6d6149155dda49f", - "reference": "e24c1a09d362a53f61830ccab6d6149155dda49f", + "url": "https://api.github.com/repos/ezsystems/ezplatform-query-fieldtype/zipball/4273fda252d7ee178d7813139c680a552292af05", + "reference": "4273fda252d7ee178d7813139c680a552292af05", "shasum": "" }, "require": { "ext-json": "*", - "ezsystems/ezplatform-admin-ui": "^2.3", - "ezsystems/ezplatform-content-forms": "^1.3", - "ezsystems/ezplatform-graphql": "^2.3", - "ezsystems/ezplatform-kernel": "^1.3", - "ezsystems/ezplatform-rest": "^1.3", - "php": "^7.3", + "ezsystems/ezplatform-admin-ui": "~2.3.0", + "ezsystems/ezplatform-content-forms": "~1.3.0", + "ezsystems/ezplatform-graphql": "~2.3.0", + "ezsystems/ezplatform-kernel": "~1.3.0", + "ezsystems/ezplatform-rest": "~1.3.0", + "php": "^7.3 || ^8.0", "psr/log": "^1.1", "symfony/dependency-injection": "^5.0", "symfony/event-dispatcher": "^5.0", @@ -4532,17 +4697,21 @@ "ezsystems/doctrine-dbal-schema": "^1.0", "ezsystems/ez-support-tools": "^2.0", "ezsystems/ezplatform-code-style": "^0.1.0", + "ezsystems/ezplatform-core": "^2.3", "ezsystems/ezplatform-design-engine": "^3.0", + "ezsystems/ezplatform-http-cache": "^2.3", "ezsystems/ezplatform-richtext": "^2.0", "ezsystems/ezplatform-search": "^1.0", "ezsystems/ezplatform-user": "^2.0", "friendsofphp/php-cs-fixer": "^2.16.0", - "phpspec/phpspec": "^6.0" + "ibexa/ci-scripts": "^0.1", + "phpspec/phpspec": "^7.1" }, "type": "ezplatform-bundle", "extra": { "_ezplatform_branch_for_behat_tests": "master", "branch-alias": { + "dev-master": "2.3.x-dev", "dev-tmp_ci_branch": "2.3.x-dev", "dev-2.1": "2.3.x-dev" } @@ -4568,22 +4737,22 @@ ], "description": "An eZ Platform Field Type that defines a query.", "support": { - "source": "https://github.com/ezsystems/ezplatform-query-fieldtype/tree/v2.3.1" + "source": "https://github.com/ezsystems/ezplatform-query-fieldtype/tree/v2.3.6" }, - "time": "2021-02-05T16:23:08+00:00" + "time": "2022-02-18T12:17:59+00:00" }, { "name": "ezsystems/ezplatform-rest", - "version": "v1.3.4", + "version": "v1.3.12", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-rest.git", - "reference": "7b5340091a5d45bb65278b49279895633a838b74" + "reference": "b886d5dccd2d56dce1ba3d862d6e4ca332d0886b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-rest/zipball/7b5340091a5d45bb65278b49279895633a838b74", - "reference": "7b5340091a5d45bb65278b49279895633a838b74", + "url": "https://api.github.com/repos/ezsystems/ezplatform-rest/zipball/b886d5dccd2d56dce1ba3d862d6e4ca332d0886b", + "reference": "b886d5dccd2d56dce1ba3d862d6e4ca332d0886b", "shasum": "" }, "require": { @@ -4593,20 +4762,20 @@ "ext-simplexml": "*", "ext-xmlwriter": "*", "ezsystems/ezplatform-kernel": "^1.3", - "hautelook/templated-uri-bundle": "^3.2", + "ibexa/templated-uri-bundle": "^3.2", "lexik/jwt-authentication-bundle": "^2.8", - "php": "^7.3", - "symfony/config": "^5.0", - "symfony/dependency-injection": "^5.0", - "symfony/event-dispatcher": "^5.0", - "symfony/expression-language": "^5.0", - "symfony/form": "^5.0", - "symfony/http-foundation": "^5.0", - "symfony/http-kernel": "^5.0", - "symfony/routing": "^5.0", - "symfony/security-bundle": "^5.0", - "symfony/security-csrf": "^5.0", - "symfony/yaml": "^5.0" + "php": "^7.3 || ^8.0", + "symfony/config": "^5.3", + "symfony/dependency-injection": "^5.3", + "symfony/event-dispatcher": "^5.3", + "symfony/expression-language": "^5.3", + "symfony/form": "^5.3", + "symfony/http-foundation": "^5.3", + "symfony/http-kernel": "^5.3", + "symfony/routing": "^5.3", + "symfony/security-bundle": "^5.3", + "symfony/security-csrf": "^5.3", + "symfony/yaml": "^5.3" }, "require-dev": { "ezsystems/doctrine-dbal-schema": "^1.0", @@ -4616,8 +4785,8 @@ "matthiasnoback/symfony-dependency-injection-test": "^4.1", "nyholm/psr7": "^1.1", "phpunit/phpunit": "^8.5", - "symfony/browser-kit": "^5.0", - "symfony/http-client": "^5.0" + "symfony/browser-kit": "^5.3", + "symfony/http-client": "^5.3" }, "type": "ezplatform-bundle", "extra": { @@ -4629,8 +4798,8 @@ "psr-4": { "EzSystems\\EzPlatformRestBundle\\": "src/bundle/", "EzSystems\\EzPlatformRest\\": "src/lib/", - "EzSystems\\EzPlatformRestBundle\\Tests\\": "tests/bundle/", - "EzSystems\\EzPlatformRest\\Tests\\": "tests/lib/" + "Ibexa\\Bundle\\Rest\\": "src/bundle/", + "Ibexa\\Rest\\": "src/lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -4639,33 +4808,33 @@ ], "description": "eZ Platform REST bundle", "support": { - "source": "https://github.com/ezsystems/ezplatform-rest/tree/v1.3.4" + "source": "https://github.com/ezsystems/ezplatform-rest/tree/v1.3.12" }, - "time": "2021-06-02T13:05:48+00:00" + "time": "2022-01-18T14:39:23+00:00" }, { "name": "ezsystems/ezplatform-richtext", - "version": "v2.3.2", + "version": "v2.3.10", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-richtext.git", - "reference": "9f94cd442bf70978dc7427cf89c883d508055f0e" + "reference": "1d291973e44ceb6e93cd9e7ea800b2b90c71c684" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-richtext/zipball/9f94cd442bf70978dc7427cf89c883d508055f0e", - "reference": "9f94cd442bf70978dc7427cf89c883d508055f0e", + "url": "https://api.github.com/repos/ezsystems/ezplatform-richtext/zipball/1d291973e44ceb6e93cd9e7ea800b2b90c71c684", + "reference": "1d291973e44ceb6e93cd9e7ea800b2b90c71c684", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xsl": "*", - "ezsystems/ezplatform-content-forms": "^1.0", + "ezsystems/ezplatform-content-forms": "^1.3", "ezsystems/ezplatform-http-cache": "^2.0", "ezsystems/ezplatform-kernel": "^1.3", - "ezsystems/ezplatform-rest": "^1.0", - "php": "^7.3", + "ezsystems/ezplatform-rest": "^1.3", + "php": "^7.3 || ^8.0", "symfony/asset": "^5.1", "symfony/cache": "^5.0", "symfony/config": "^5.0", @@ -4688,7 +4857,7 @@ "ibexa/ci-scripts": "^0.1", "matthiasnoback/symfony-config-test": "^4.1", "matthiasnoback/symfony-dependency-injection-test": "^4.1", - "phpunit/phpunit": "^8.5", + "phpunit/phpunit": "^9.5", "symfony/finder": "^5.0" }, "type": "ezplatform-bundle", @@ -4699,8 +4868,8 @@ }, "autoload": { "psr-4": { - "EzSystems\\EzPlatformRichTextBundle\\": "src/bundle", - "EzSystems\\EzPlatformRichText\\": "src/lib" + "EzSystems\\EzPlatformRichText\\": "src/lib", + "EzSystems\\EzPlatformRichTextBundle\\": "src/bundle" } }, "notification-url": "https://packagist.org/downloads/", @@ -4710,28 +4879,28 @@ "description": "eZ Platform RichText Extension, including the RichText FieldType.", "homepage": "https://ezplatform.com", "support": { - "source": "https://github.com/ezsystems/ezplatform-richtext/tree/v2.3.2" + "source": "https://github.com/ezsystems/ezplatform-richtext/tree/v2.3.10" }, - "time": "2021-05-17T16:56:54+00:00" + "time": "2022-02-18T12:23:13+00:00" }, { "name": "ezsystems/ezplatform-search", - "version": "v1.2.1", + "version": "v1.2.5", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-search.git", - "reference": "61a95aab5be1b1ae85a1d5373ec10ce62bae5e86" + "reference": "87fa8c057353ce41575c8671f0a069982832984e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-search/zipball/61a95aab5be1b1ae85a1d5373ec10ce62bae5e86", - "reference": "61a95aab5be1b1ae85a1d5373ec10ce62bae5e86", + "url": "https://api.github.com/repos/ezsystems/ezplatform-search/zipball/87fa8c057353ce41575c8671f0a069982832984e", + "reference": "87fa8c057353ce41575c8671f0a069982832984e", "shasum": "" }, "require": { "ezsystems/ezplatform-kernel": "^1.3", "pagerfanta/pagerfanta": "^2.1", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/event-dispatcher": "^5.0", @@ -4740,6 +4909,7 @@ "symfony/http-kernel": "^5.0" }, "require-dev": { + "ezsystems/doctrine-dbal-schema": "^1.0", "ezsystems/ezplatform-code-style": "^0.1", "friendsofphp/php-cs-fixer": "^2.16", "phpunit/phpunit": "^8.5" @@ -4762,22 +4932,22 @@ ], "description": "Platform Search bundle", "support": { - "source": "https://github.com/ezsystems/ezplatform-search/tree/v1.2.1" + "source": "https://github.com/ezsystems/ezplatform-search/tree/v1.2.5" }, - "time": "2021-04-22T12:54:33+00:00" + "time": "2022-01-18T14:35:35+00:00" }, { "name": "ezsystems/ezplatform-segmentation", - "version": "v1.1.1", + "version": "v1.1.6", "source": { "type": "git", "url": "git@github.com:ezsystems/ezplatform-segmentation.git", - "reference": "12bfb61825ecbcfe4373f4f8f045d76522fe7b55" + "reference": "34a983a92e05d1291c2306c24a15b9d7024414e4" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-segmentation/ezsystems-ezplatform-segmentation-12bfb61825ecbcfe4373f4f8f045d76522fe7b55-zip-b31681.zip", - "reference": "12bfb61825ecbcfe4373f4f8f045d76522fe7b55" + "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-segmentation/ezsystems-ezplatform-segmentation-34a983a92e05d1291c2306c24a15b9d7024414e4-zip-21ed93.zip", + "reference": "34a983a92e05d1291c2306c24a15b9d7024414e4" }, "require": { "ext-json": "*", @@ -4787,7 +4957,7 @@ "ezsystems/ezplatform-page-builder": "^2.2", "ezsystems/ezplatform-page-fieldtype": "^2.2", "friendsofsymfony/http-cache": "^2.9", - "php": ">=7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.1", "symfony/dependency-injection": "^5.1", "symfony/http-foundation": "^5.1", @@ -4821,7 +4991,10 @@ "notification-url": "https://updates.ibexa.co/notifystats", "scripts": { "fix-cs": [ - "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating" + "php-cs-fixer fix -v --show-progress=dots" + ], + "check-cs": [ + "@fix-cs --dry-run" ] }, "license": [ @@ -4829,30 +5002,30 @@ ], "description": "Ibexa DXP Segmentation", "support": { - "source": "https://github.com/ezsystems/ezplatform-segmentation/tree/v1.1.1", + "source": "https://github.com/ezsystems/ezplatform-segmentation/tree/v1.1.6", "issues": "https://github.com/ezsystems/ezplatform-segmentation/issues" }, - "time": "2021-02-05T15:36:53+00:00" + "time": "2022-02-18T12:18:05+00:00" }, { "name": "ezsystems/ezplatform-site-factory", - "version": "v1.3.3", + "version": "v1.3.9", "source": { "type": "git", "url": "git@github.com:ezsystems/ezplatform-site-factory.git", - "reference": "1d23a8e6ad487176f807606ed2cf42ed864bcee5" + "reference": "bd4dff9ff5a4beb36e4e54648fbc3ba9c1b26bfc" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-site-factory/ezsystems-ezplatform-site-factory-1d23a8e6ad487176f807606ed2cf42ed864bcee5-zip-ec3a95.zip", - "reference": "1d23a8e6ad487176f807606ed2cf42ed864bcee5" + "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-site-factory/ezsystems-ezplatform-site-factory-bd4dff9ff5a4beb36e4e54648fbc3ba9c1b26bfc-zip-6f837c.zip", + "reference": "bd4dff9ff5a4beb36e4e54648fbc3ba9c1b26bfc" }, "require": { "ext-json": "*", "ezsystems/ezplatform-admin-ui": "^2.0", "ezsystems/ezplatform-kernel": "^1.3", - "ezsystems/ezplatform-page-builder": "^2.0", - "php": "^7.3", + "ezsystems/ezplatform-page-builder": "^2.3", + "php": "^7.3 || ^8.0", "symfony/cache": "^5.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.0", @@ -4865,13 +5038,16 @@ "require-dev": { "ezsystems/doctrine-dbal-schema": "^1.0", "ezsystems/ez-support-tools": "^2.0", + "ezsystems/ezplatform-calendar": "^1.3", "ezsystems/ezplatform-code-style": "^0.2", "ezsystems/ezplatform-content-forms": "^1.0", + "ezsystems/ezplatform-core": "^2.3", "ezsystems/ezplatform-design-engine": "^3.0", "ezsystems/ezplatform-http-cache": "^2.0", "ezsystems/ezplatform-page-fieldtype": "^2.0", "ezsystems/ezplatform-rest": "^1.0", "ezsystems/ezplatform-richtext": "^2.0", + "ezsystems/ezplatform-search": "^1.2", "ezsystems/ezplatform-user": "^2.0", "friendsofphp/php-cs-fixer": "^2.16.1", "ibexa/ci-scripts": "^0.1", @@ -4900,7 +5076,13 @@ "notification-url": "https://updates.ibexa.co/notifystats", "scripts": { "fix-cs": [ - "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating" + "php-cs-fixer fix -v --show-progress=estimating" + ], + "check-cs": [ + "@fix-cs --dry-run" + ], + "test": [ + "phpunit -c phpunit.xml" ] }, "license": [ @@ -4908,29 +5090,29 @@ ], "description": "Ibexa DXP Site Factory bundle", "support": { - "source": "https://github.com/ezsystems/ezplatform-site-factory/tree/v1.3.3" + "source": "https://github.com/ezsystems/ezplatform-site-factory/tree/v1.3.9" }, - "time": "2021-05-17T16:58:02+00:00" + "time": "2022-01-18T14:35:44+00:00" }, { "name": "ezsystems/ezplatform-solr-search-engine", - "version": "v3.3.1", + "version": "v3.3.6", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-solr-search-engine.git", - "reference": "0f89d5d48e0aa744477d219299d62a024269e3d4" + "reference": "5db6ceefa7fabd8dd32731626468364f35e25a64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-solr-search-engine/zipball/0f89d5d48e0aa744477d219299d62a024269e3d4", - "reference": "0f89d5d48e0aa744477d219299d62a024269e3d4", + "url": "https://api.github.com/repos/ezsystems/ezplatform-solr-search-engine/zipball/5db6ceefa7fabd8dd32731626468364f35e25a64", + "reference": "5db6ceefa7fabd8dd32731626468364f35e25a64", "shasum": "" }, "require": { "ext-json": "*", "ezsystems/ezplatform-kernel": "^1.3", "netgen/query-translator": "^1.0.2", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/console": "^5.0", "symfony/dependency-injection": "^5.0", @@ -4951,9 +5133,11 @@ }, "autoload": { "psr-4": { - "EzSystems\\EzPlatformSolrSearchEngine\\": "lib", - "EzSystems\\EzPlatformSolrSearchEngineBundle\\": "bundle", - "EzSystems\\EzPlatformSolrSearchEngine\\Tests\\SetupFactory\\": "tests/lib/SetupFactory" + "Ibexa\\Solr\\": "src/lib/", + "Ibexa\\Tests\\Solr\\SetupFactory\\": "tests/lib/SetupFactory/", + "EzSystems\\EzPlatformSolrSearchEngine\\": "lib/", + "EzSystems\\EzPlatformSolrSearchEngineBundle\\": "bundle/", + "EzSystems\\EzPlatformSolrSearchEngine\\Tests\\SetupFactory\\": "tests/lib/SetupFactory/" } }, "notification-url": "https://packagist.org/downloads/", @@ -4969,41 +5153,41 @@ "description": "Solr search engine implementation for eZ Platform", "homepage": "https://github.com/ezsystems/ezplatform-solr-search-engine", "support": { - "source": "https://github.com/ezsystems/ezplatform-solr-search-engine/tree/v3.3.1" + "source": "https://github.com/ezsystems/ezplatform-solr-search-engine/tree/v3.3.6" }, - "time": "2021-02-05T15:37:11+00:00" + "time": "2022-02-18T12:23:23+00:00" }, { "name": "ezsystems/ezplatform-standard-design", - "version": "v0.3.1", + "version": "v0.3.6", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-standard-design.git", - "reference": "06b293aee49a467dd7d45a145eb4048c922cfcb4" + "reference": "285c5313e7761fec9083c738d0276bb6ad2667c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-standard-design/zipball/06b293aee49a467dd7d45a145eb4048c922cfcb4", - "reference": "06b293aee49a467dd7d45a145eb4048c922cfcb4", + "url": "https://api.github.com/repos/ezsystems/ezplatform-standard-design/zipball/285c5313e7761fec9083c738d0276bb6ad2667c9", + "reference": "285c5313e7761fec9083c738d0276bb6ad2667c9", "shasum": "" }, "require": { - "ezsystems/ezplatform-design-engine": "^3.0", + "ezsystems/ezplatform-design-engine": "~3.0.0", "ezsystems/ezplatform-kernel": "^1.0", + "php": "^7.3 || ^8.0", "symfony/http-kernel": "^5.0" }, "require-dev": { "ezsystems/doctrine-dbal-schema": "^1.0", "ezsystems/ezplatform-code-style": "^0.1.0", "friendsofphp/php-cs-fixer": "^2.16.1", + "ibexa/ci-scripts": "^0.1", "matthiasnoback/symfony-dependency-injection-test": "^4.1", "phpunit/phpunit": "^8.1" }, "type": "ezplatform-bundle", "extra": { - "_ezplatform_branch_for_behat_tests": "3.0", "branch-alias": { - "dev-tmp_ci_branch": "0.3.x-dev", "dev-master": "0.3.x-dev" } }, @@ -5018,29 +5202,29 @@ ], "description": "eZ Platform Standard Design Bundle", "support": { - "source": "https://github.com/ezsystems/ezplatform-standard-design/tree/v0.3.1" + "source": "https://github.com/ezsystems/ezplatform-standard-design/tree/v0.3.6" }, - "time": "2021-02-05T09:33:35+00:00" + "time": "2022-02-18T12:18:09+00:00" }, { "name": "ezsystems/ezplatform-user", - "version": "v2.3.3", + "version": "v2.3.9", "source": { "type": "git", "url": "https://github.com/ezsystems/ezplatform-user.git", - "reference": "498abb30e30b10dfb2dcadbfb6da15a5c2132c3e" + "reference": "58c55441332bb6a1eb602c1fc8f48e605d67072a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezplatform-user/zipball/498abb30e30b10dfb2dcadbfb6da15a5c2132c3e", - "reference": "498abb30e30b10dfb2dcadbfb6da15a5c2132c3e", + "url": "https://api.github.com/repos/ezsystems/ezplatform-user/zipball/58c55441332bb6a1eb602c1fc8f48e605d67072a", + "reference": "58c55441332bb6a1eb602c1fc8f48e605d67072a", "shasum": "" }, "require": { "ezsystems/ezplatform-admin-ui": "^2.0", "ezsystems/ezplatform-kernel": "^1.3", "jms/translation-bundle": "^1.5", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/event-dispatcher": "^5.0", @@ -5062,12 +5246,15 @@ "ezsystems/ez-support-tools": "^2.0", "ezsystems/ezplatform-code-style": "^0.1.0", "ezsystems/ezplatform-content-forms": "^1.0", + "ezsystems/ezplatform-core": "^2.3", "ezsystems/ezplatform-design-engine": "^3.0", + "ezsystems/ezplatform-http-cache": "^2.3", "ezsystems/ezplatform-rest": "^1.0", "ezsystems/ezplatform-richtext": "^2.0", + "ezsystems/ezplatform-search": "^1.2", "friendsofphp/php-cs-fixer": "^2.16.0", "ibexa/ci-scripts": "^0.1", - "matthiasnoback/symfony-dependency-injection-test": "4.1", + "matthiasnoback/symfony-dependency-injection-test": "4.3", "phpunit/phpunit": "^8.2" }, "type": "ezplatform-bundle", @@ -5078,9 +5265,9 @@ }, "autoload": { "psr-4": { - "EzSystems\\EzPlatformUser\\Tests\\Behat\\": "tests/Behat/", - "EzSystems\\EzPlatformUserBundle\\": "src/bundle/", - "EzSystems\\EzPlatformUser\\": "src/lib/" + "Ibexa\\User\\": "src/lib/", + "EzSystems\\EzPlatformUser\\": "src/lib/", + "EzSystems\\EzPlatformUserBundle\\": "src/bundle/" } }, "notification-url": "https://packagist.org/downloads/", @@ -5089,31 +5276,31 @@ ], "description": "eZ Platform User bundle", "support": { - "source": "https://github.com/ezsystems/ezplatform-user/tree/v2.3.3" + "source": "https://github.com/ezsystems/ezplatform-user/tree/v2.3.9" }, - "time": "2021-06-02T13:05:31+00:00" + "time": "2022-02-18T12:23:28+00:00" }, { "name": "ezsystems/ezplatform-version-comparison", - "version": "v1.3.1", + "version": "v1.3.8", "source": { "type": "git", "url": "git@github.com:ezsystems/ezplatform-version-comparison.git", - "reference": "1337c5ce24f43ce26077fb061009772a2a717fb7" + "reference": "ceed29a8f17abc60cb69293166e82143a7091db5" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-version-comparison/ezsystems-ezplatform-version-comparison-1337c5ce24f43ce26077fb061009772a2a717fb7-zip-687be3.zip", - "reference": "1337c5ce24f43ce26077fb061009772a2a717fb7" + "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-version-comparison/ezsystems-ezplatform-version-comparison-ceed29a8f17abc60cb69293166e82143a7091db5-zip-1677ab.zip", + "reference": "ceed29a8f17abc60cb69293166e82143a7091db5" }, "require": { - "ezsystems/diff": "^3.1", - "ezsystems/ezplatform-admin-ui": "^2.0", + "ezsystems/diff": "^3.0", + "ezsystems/ezplatform-admin-ui": "^2.3", "ezsystems/ezplatform-design-engine": "^3.0", "ezsystems/ezplatform-kernel": "^1.3", - "ezsystems/ezplatform-matrix-fieldtype": "^2.0", - "ezsystems/ezplatform-richtext": "^2.0", - "php": "^7.3", + "ezsystems/ezplatform-matrix-fieldtype": "^2.2", + "ezsystems/ezplatform-richtext": "^2.3", + "php": "^7.3 || ^8.0", "soundasleep/html2text": "^1.1", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.0", @@ -5121,12 +5308,15 @@ }, "require-dev": { "ezsystems/doctrine-dbal-schema": "^1.0", - "ezsystems/ez-support-tools": "^2.0", + "ezsystems/ez-support-tools": "^2.3", "ezsystems/ezplatform-code-style": "^0.1", - "ezsystems/ezplatform-content-forms": "^1.0", - "ezsystems/ezplatform-rest": "^1.0", - "ezsystems/ezplatform-richtext": "^2.0", - "ezsystems/ezplatform-user": "^2.0", + "ezsystems/ezplatform-content-forms": "^1.3", + "ezsystems/ezplatform-core": "^2.3", + "ezsystems/ezplatform-graphql": "^2.3", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-rest": "^1.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-user": "^2.3", "friendsofphp/php-cs-fixer": "^2.16", "phpunit/phpunit": "^8.5" }, @@ -5152,7 +5342,16 @@ "notification-url": "https://updates.ibexa.co/notifystats", "scripts": { "fix-cs": [ - "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating" + "php-cs-fixer fix -v --show-progress=estimating" + ], + "check-cs": [ + "@fix-cs --dry-run" + ], + "test": [ + "phpunit -c phpunit.xml" + ], + "test-integration": [ + "phpunit -c phpunit-integration-legacy.xml" ] }, "license": [ @@ -5160,33 +5359,33 @@ ], "description": "Ibexa DXP Version Comparison bundle", "support": { - "source": "https://github.com/ezsystems/ezplatform-version-comparison/tree/v1.3.1" + "source": "https://github.com/ezsystems/ezplatform-version-comparison/tree/v1.3.8" }, - "time": "2021-02-05T15:37:18+00:00" + "time": "2022-01-25T14:07:58+00:00" }, { "name": "ezsystems/ezplatform-workflow", - "version": "v2.3.4", + "version": "v2.3.12", "source": { "type": "git", "url": "git@github.com:ezsystems/ezplatform-workflow.git", - "reference": "bef285588d78879ca8c0fafc5f227127dc2f170d" + "reference": "302d6ee68afc4e7dc790023c0a91b01aea694d07" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-workflow/ezsystems-ezplatform-workflow-bef285588d78879ca8c0fafc5f227127dc2f170d-zip-cae385.zip", - "reference": "bef285588d78879ca8c0fafc5f227127dc2f170d" + "url": "https://updates.ibexa.co/dist/ezsystems/ezplatform-workflow/ezsystems-ezplatform-workflow-302d6ee68afc4e7dc790023c0a91b01aea694d07-zip-e423de.zip", + "reference": "302d6ee68afc4e7dc790023c0a91b01aea694d07" }, "require": { - "ezsystems/ezplatform-admin-ui": "^2.0", - "ezsystems/ezplatform-content-forms": "^1.0", + "ezsystems/ezplatform-admin-ui": "^2.3", + "ezsystems/ezplatform-content-forms": "^1.3", "ezsystems/ezplatform-design-engine": "^3.0", "ezsystems/ezplatform-icons": "^1.0", "ezsystems/ezplatform-kernel": "^1.3", "knplabs/knp-menu": "^3.1", "ocramius/proxy-manager": "^2.1", "pagerfanta/pagerfanta": "^2.1", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/event-dispatcher": "^5.0", @@ -5197,7 +5396,7 @@ "symfony/routing": "^5.0", "symfony/translation": "^5.0", "symfony/translation-contracts": "^2.0", - "symfony/workflow": "^5.0", + "symfony/workflow": "^5.4", "symfony/yaml": "^5.0", "twig/intl-extra": "^3.0" }, @@ -5205,13 +5404,16 @@ "symfony/symfony": "*" }, "require-dev": { + "ezsystems/behatbundle": "^8.3", "ezsystems/doctrine-dbal-schema": "^1.0", - "ezsystems/ez-support-tools": "^2.0", - "ezsystems/ezplatform-code-style": "^0.1.0", - "ezsystems/ezplatform-http-cache": "^2.0", - "ezsystems/ezplatform-rest": "^1.0", - "ezsystems/ezplatform-richtext": "^2.0", - "ezsystems/ezplatform-user": "^2.0", + "ezsystems/ez-support-tools": "^2.3", + "ezsystems/ezplatform-code-style": "^1.0", + "ezsystems/ezplatform-core": "^2.3", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-rest": "^1.3", + "ezsystems/ezplatform-richtext": "^2.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-user": "^2.3", "friendsofphp/php-cs-fixer": "^2.16.0", "ibexa/ci-scripts": "^0.1", "phpunit/phpunit": "^8.1" @@ -5228,13 +5430,21 @@ "autoload": { "psr-4": { "EzSystems\\EzPlatformWorkflow\\": "src/lib", - "EzSystems\\EzPlatformWorkflowBundle\\": "src/bundle" + "EzSystems\\EzPlatformWorkflowBundle\\": "src/bundle", + "Ibexa\\Workflow\\": "src/lib", + "Ibexa\\Bundle\\Workflow\\": "src/bundle/" } }, "notification-url": "https://updates.ibexa.co/notifystats", "scripts": { "fix-cs": [ - "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating" + "php-cs-fixer fix --config=.php-cs-fixer.php --show-progress=dots" + ], + "check-cs": [ + "@fix-cs --dry-run" + ], + "test": [ + "phpunit -c phpunit.xml" ] }, "license": [ @@ -5248,32 +5458,32 @@ ], "description": "Workflow bundle for Ibexa DXP", "support": { - "source": "https://github.com/ezsystems/ezplatform-workflow/tree/v2.3.4" + "source": "https://github.com/ezsystems/ezplatform-workflow/tree/v2.3.12" }, - "time": "2021-06-02T13:05:36+00:00" + "time": "2022-02-18T12:23:35+00:00" }, { "name": "ezsystems/ezrecommendation-client", - "version": "v2.1.2", + "version": "v2.1.9", "source": { "type": "git", "url": "https://github.com/ezsystems/ezrecommendation-client.git", - "reference": "583a1d1fee751ff8ea1ab2bc445b929e673b3a0e" + "reference": "7edef9d47366ec12d60daac07cdeab967a274b1b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/ezrecommendation-client/zipball/583a1d1fee751ff8ea1ab2bc445b929e673b3a0e", - "reference": "583a1d1fee751ff8ea1ab2bc445b929e673b3a0e", + "url": "https://api.github.com/repos/ezsystems/ezrecommendation-client/zipball/7edef9d47366ec12d60daac07cdeab967a274b1b", + "reference": "7edef9d47366ec12d60daac07cdeab967a274b1b", "shasum": "" }, "require": { "ezsystems/doctrine-dbal-schema": "^1.0", - "ezsystems/ezplatform-content-forms": "^1.0", - "ezsystems/ezplatform-kernel": "^1.0", + "ezsystems/ezplatform-content-forms": "^1.3", + "ezsystems/ezplatform-kernel": "^1.3", "ezsystems/ezplatform-rest": "^1.0", - "ezsystems/ezplatform-richtext": "^2.0", + "ezsystems/ezplatform-richtext": "^2.3", "guzzlehttp/guzzle": "~6.0", - "php": "^7.3", + "php": "^7.3 || ^8.0", "ramsey/uuid": "^3.9", "symfony/framework-bundle": "^5.0", "symfony/twig-bundle": "^5.0", @@ -5282,6 +5492,7 @@ "require-dev": { "dg/bypass-finals": "^1.1", "ezsystems/ezplatform-code-style": "^0.4", + "ezsystems/ezplatform-http-cache": "^2.3", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^0.12.85", "phpstan/phpstan-phpunit": "^0.12.18", @@ -5295,8 +5506,9 @@ }, "autoload": { "psr-4": { - "EzSystems\\EzRecommendationClientBundle\\": "src/bundle/", - "EzSystems\\EzRecommendationClient\\": "src/lib/" + "Ibexa\\Personalization\\": "src/lib/", + "EzSystems\\EzRecommendationClient\\": "src/lib/", + "EzSystems\\EzRecommendationClientBundle\\": "src/bundle/" } }, "notification-url": "https://packagist.org/downloads/", @@ -5312,28 +5524,28 @@ "description": "HTTP Communication Client between Recommendation engine and Ibexa DXP", "support": { "issues": "https://github.com/ezsystems/ezrecommendation-client/issues", - "source": "https://github.com/ezsystems/ezrecommendation-client/tree/v2.1.2" + "source": "https://github.com/ezsystems/ezrecommendation-client/tree/v2.1.9" }, - "time": "2021-05-17T16:57:00+00:00" + "time": "2022-02-18T12:23:41+00:00" }, { "name": "ezsystems/job-queue-bundle", - "version": "4.0.0", + "version": "v4.0.1", "target-dir": "JMS/JobQueueBundle", "source": { "type": "git", "url": "https://github.com/ezsystems/JMSJobQueueBundle.git", - "reference": "75a7399a16923f1cd735122b958326ad9af42f8e" + "reference": "49ef569c66bb4f813314720e3ce7f573e8a57ba6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/JMSJobQueueBundle/zipball/75a7399a16923f1cd735122b958326ad9af42f8e", - "reference": "75a7399a16923f1cd735122b958326ad9af42f8e", + "url": "https://api.github.com/repos/ezsystems/JMSJobQueueBundle/zipball/49ef569c66bb4f813314720e3ce7f573e8a57ba6", + "reference": "49ef569c66bb4f813314720e3ce7f573e8a57ba6", "shasum": "" }, "require": { "doctrine/common": "^3.0", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/error-handler": "^5.0", "symfony/framework-bundle": "^5.0", "symfony/process": "^5.0" @@ -5392,23 +5604,23 @@ "scheduled" ], "support": { - "source": "https://github.com/ezsystems/JMSJobQueueBundle/tree/4.0.0" + "source": "https://github.com/ezsystems/JMSJobQueueBundle/tree/v4.0.1" }, - "time": "2020-12-22T12:13:31+00:00" + "time": "2022-01-18T14:35:55+00:00" }, { "name": "ezsystems/payment-core-bundle", - "version": "3.0.0", + "version": "v3.0.1", "target-dir": "JMS/Payment/CoreBundle", "source": { "type": "git", "url": "https://github.com/ezsystems/JMSPaymentCoreBundle.git", - "reference": "5a316496d0864d30141b2a168c8c868cd421c5a4" + "reference": "f7ec1ee207725adec2362680d0e48b119a819d42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/JMSPaymentCoreBundle/zipball/5a316496d0864d30141b2a168c8c868cd421c5a4", - "reference": "5a316496d0864d30141b2a168c8c868cd421c5a4", + "url": "https://api.github.com/repos/ezsystems/JMSPaymentCoreBundle/zipball/f7ec1ee207725adec2362680d0e48b119a819d42", + "reference": "f7ec1ee207725adec2362680d0e48b119a819d42", "shasum": "" }, "require": { @@ -5416,7 +5628,7 @@ "doctrine/common": "^3.0", "doctrine/dbal": "~2.3", "doctrine/orm": "~2.3", - "php": ">=7.3", + "php": "^7.3 || ^8.0", "symfony/browser-kit": "^5.1", "symfony/config": "^5.1", "symfony/console": "^5.1", @@ -5482,30 +5694,30 @@ "payment" ], "support": { - "source": "https://github.com/ezsystems/JMSPaymentCoreBundle/tree/3.0.0" + "source": "https://github.com/ezsystems/JMSPaymentCoreBundle/tree/v3.0.1" }, - "time": "2020-12-22T11:43:35+00:00" + "time": "2022-01-18T14:35:59+00:00" }, { "name": "ezsystems/stash-bundle", - "version": "v0.8.0", + "version": "v0.8.2", "source": { "type": "git", "url": "https://github.com/ezsystems/TedivmStashBundle.git", - "reference": "729d1bfc1a01780f721bb9fb60fb974b88a2bc6f" + "reference": "5a95c3692bb3f11121a6195d7093400d49343f05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezsystems/TedivmStashBundle/zipball/729d1bfc1a01780f721bb9fb60fb974b88a2bc6f", - "reference": "729d1bfc1a01780f721bb9fb60fb974b88a2bc6f", + "url": "https://api.github.com/repos/ezsystems/TedivmStashBundle/zipball/5a95c3692bb3f11121a6195d7093400d49343f05", + "reference": "5a95c3692bb3f11121a6195d7093400d49343f05", "shasum": "" }, "require": { - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/http-kernel": "^5.0", - "tedivm/stash": "^0.15" + "tedivm/stash": "^0.16" }, "replace": { "tedivm/stash-bundle": "self.version" @@ -5550,9 +5762,9 @@ "symfony" ], "support": { - "source": "https://github.com/ezsystems/TedivmStashBundle/tree/v0.8.0" + "source": "https://github.com/ezsystems/TedivmStashBundle/tree/v0.8.2" }, - "time": "2020-06-22T13:08:39+00:00" + "time": "2022-01-18T14:36:03+00:00" }, { "name": "friendsofphp/proxy-manager-lts", @@ -5638,16 +5850,16 @@ }, { "name": "friendsofsymfony/http-cache", - "version": "2.10.0", + "version": "2.13.0", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSHttpCache.git", - "reference": "fa9abf66ab85cdd30bda2e97a72534e4e6328efa" + "reference": "8e46af3721e032a87b2b27782efa173ecda3cc1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/fa9abf66ab85cdd30bda2e97a72534e4e6328efa", - "reference": "fa9abf66ab85cdd30bda2e97a72534e4e6328efa", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/8e46af3721e032a87b2b27782efa173ecda3cc1a", + "reference": "8e46af3721e032a87b2b27782efa173ecda3cc1a", "shasum": "" }, "require": { @@ -5656,8 +5868,8 @@ "php-http/client-implementation": "^1.0 || ^2.0", "php-http/discovery": "^1.12", "php-http/message": "^1.0 || ^2.0", - "symfony/event-dispatcher": "^3.4 || ^4.3 || ^5.0", - "symfony/options-resolver": "^3.4 || ^4.3 || ^5.0" + "symfony/event-dispatcher": "^4.3 || ^5.0 || ^6.0", + "symfony/options-resolver": "^4.3 || ^5.0 || ^6.0" }, "conflict": { "toflar/psr6-symfony-http-cache-store": "<2.2.1" @@ -5667,9 +5879,9 @@ "monolog/monolog": "^1.0", "php-http/guzzle7-adapter": "^0.1.1", "php-http/mock-client": "^1.2", - "symfony/http-kernel": "^3.4 || ^4.3 || ^5.0", - "symfony/phpunit-bridge": "^5.0", - "symfony/process": "^3.4 || ^4.3 || ^5.0" + "symfony/http-kernel": "^4.3 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.0 || ^6.0", + "symfony/process": "^4.3 || ^5.0 || ^6.0" }, "suggest": { "friendsofsymfony/http-cache-bundle": "For integration with the Symfony framework", @@ -5717,22 +5929,22 @@ ], "support": { "issues": "https://github.com/FriendsOfSymfony/FOSHttpCache/issues", - "source": "https://github.com/FriendsOfSymfony/FOSHttpCache/tree/2.10.0" + "source": "https://github.com/FriendsOfSymfony/FOSHttpCache/tree/2.13.0" }, - "time": "2020-12-02T13:12:57+00:00" + "time": "2022-01-25T12:27:12+00:00" }, { "name": "friendsofsymfony/http-cache-bundle", - "version": "2.10.3", + "version": "2.11.2", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle.git", - "reference": "5d1f62825e995afdf86a720e47484ed2543283ac" + "reference": "e299661dd9157033fca3f670a1e248002206ce17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/5d1f62825e995afdf86a720e47484ed2543283ac", - "reference": "5d1f62825e995afdf86a720e47484ed2543283ac", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/e299661dd9157033fca3f670a1e248002206ce17", + "reference": "e299661dd9157033fca3f670a1e248002206ce17", "shasum": "" }, "require": { @@ -5764,7 +5976,7 @@ "symfony/expression-language": "^3.4.26 || ^4.2.7 || ^5.0", "symfony/finder": "^3.4.26 || ^4.2.7 || ^5.0", "symfony/monolog-bundle": "^3.0 || ^4.2.7 || ^5.0", - "symfony/phpunit-bridge": "^4.4.11 || ^5.1.3", + "symfony/phpunit-bridge": "v5.3.7", "symfony/routing": "^3.4.26 || ^4.2.7 || ^5.0", "symfony/security-bundle": "^3.4.26 || ^4.2.7 || ^5.0", "symfony/twig-bundle": "^3.4.26 || ^4.2.7 || ^5.0", @@ -5818,34 +6030,34 @@ ], "support": { "issues": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle/issues", - "source": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle/tree/2.10.3" + "source": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle/tree/2.11.2" }, - "time": "2021-05-25T07:02:17+00:00" + "time": "2021-11-08T07:27:23+00:00" }, { "name": "friendsofsymfony/jsrouting-bundle", - "version": "2.7.0", + "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git", - "reference": "d56600542504148bf2faa2b6bd7571a6adf6799e" + "reference": "c978fabc6a21a77052ff3fe927b41111ec944f0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/d56600542504148bf2faa2b6bd7571a6adf6799e", - "reference": "d56600542504148bf2faa2b6bd7571a6adf6799e", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/c978fabc6a21a77052ff3fe927b41111ec944f0d", + "reference": "c978fabc6a21a77052ff3fe927b41111ec944f0d", "shasum": "" }, "require": { "php": "^7.1|^8.0", - "symfony/console": "~3.3|^4.0|^5.0", - "symfony/framework-bundle": "~3.3|^4.0|^5.0", - "symfony/serializer": "~3.3|^4.0|^5.0", - "willdurand/jsonp-callback-validator": "~1.0" + "symfony/console": "~3.4|^4.4.20|^5.0", + "symfony/framework-bundle": "~3.4|^4.4.20|^5.0", + "symfony/serializer": "~3.4|^4.4.20|^5.0", + "willdurand/jsonp-callback-validator": "~1.1" }, "require-dev": { - "symfony/expression-language": "~3.3|^4.0|^5.0", - "symfony/phpunit-bridge": "^5.1" + "symfony/expression-language": "~3.4|^4.4.20|^5.0", + "symfony/phpunit-bridge": "^5.3" }, "type": "symfony-bundle", "extra": { @@ -5884,64 +6096,65 @@ ], "support": { "issues": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/issues", - "source": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/tree/2.7.0" + "source": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/tree/2.8.0" }, - "time": "2020-11-20T10:38:12+00:00" + "time": "2021-12-15T08:51:04+00:00" }, { "name": "friendsofsymfony/rest-bundle", - "version": "3.0.5", + "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", - "reference": "8779ceebf715d1c60bd10286fce9d32ed03c484a" + "reference": "54f5ffec4bff71b727a2aa4877915ad81358defc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/8779ceebf715d1c60bd10286fce9d32ed03c484a", - "reference": "8779ceebf715d1c60bd10286fce9d32ed03c484a", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/54f5ffec4bff71b727a2aa4877915ad81358defc", + "reference": "54f5ffec4bff71b727a2aa4877915ad81358defc", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "psr/log": "^1.0", - "symfony/config": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/event-dispatcher": "^4.4|^5.0", - "symfony/framework-bundle": "^4.4.1|^5.0", - "symfony/http-foundation": "^4.4|^5.0", - "symfony/http-kernel": "^4.4|^5.0", - "symfony/security-core": "^3.4|^4.3|^5.0", - "willdurand/jsonp-callback-validator": "^1.0", + "symfony/config": "^4.4|^5.3|^6.0", + "symfony/dependency-injection": "^4.4|^5.3|^6.0", + "symfony/event-dispatcher": "^4.4|^5.3|^6.0", + "symfony/framework-bundle": "^4.4.1|^5.0|^6.0", + "symfony/http-foundation": "^4.4|^5.3|^6.0", + "symfony/http-kernel": "^4.4|^5.3|^6.0", + "symfony/routing": "^4.4|^5.3|^6.0", + "symfony/security-core": "^4.4|^5.3|^6.0", + "willdurand/jsonp-callback-validator": "^1.0|^2.0", "willdurand/negotiation": "^2.0|^3.0" }, "conflict": { - "doctrine/inflector": "1.4.0", + "doctrine/annotations": "<1.12", "jms/serializer": "<1.13.0", "jms/serializer-bundle": "<2.4.3|3.0.0", - "sensio/framework-extra-bundle": "<5.2.3", + "sensio/framework-extra-bundle": "<6.1", "symfony/error-handler": "<4.4.1" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.0", + "doctrine/annotations": "^1.13.2", + "friendsofphp/php-cs-fixer": "^3.0", "jms/serializer": "^1.13|^2.0|^3.0", - "jms/serializer-bundle": "^2.4.3|^3.0.1", - "phpoption/phpoption": "^1.1", + "jms/serializer-bundle": "^2.4.3|^3.0.1|^4.0", "psr/http-message": "^1.0", - "sensio/framework-extra-bundle": "^5.2.3", - "symfony/asset": "^4.4|^5.0", - "symfony/browser-kit": "^4.4|^5.0", - "symfony/css-selector": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/form": "^4.4|^5.0", - "symfony/mime": "^4.4|^5.0", - "symfony/phpunit-bridge": "^5.2", - "symfony/security-bundle": "^4.4|^5.0", - "symfony/serializer": "^4.4|^5.0", - "symfony/twig-bundle": "^4.4|^5.0", - "symfony/validator": "^4.4|^5.0", - "symfony/web-profiler-bundle": "^4.4|^5.0", - "symfony/yaml": "^4.4|^5.0" + "psr/log": "^1.0|^2.0|^3.0", + "sensio/framework-extra-bundle": "^6.1", + "symfony/asset": "^4.4|^5.3|^6.0", + "symfony/browser-kit": "^4.4|^5.3|^6.0", + "symfony/css-selector": "^4.4|^5.3|^6.0", + "symfony/expression-language": "^4.4|^5.3|^6.0", + "symfony/form": "^4.4|^5.3|^6.0", + "symfony/mime": "^4.4|^5.3|^6.0", + "symfony/phpunit-bridge": "^5.3|^6.0", + "symfony/security-bundle": "^4.4|^5.3|^6.0", + "symfony/serializer": "^4.4|^5.3|^6.0", + "symfony/twig-bundle": "^4.4|^5.3|^6.0", + "symfony/validator": "^4.4|^5.3|^6.0", + "symfony/web-profiler-bundle": "^4.4|^5.3|^6.0", + "symfony/yaml": "^4.4|^5.3|^6.0" }, "suggest": { "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0", @@ -5989,9 +6202,9 @@ ], "support": { "issues": "https://github.com/FriendsOfSymfony/FOSRestBundle/issues", - "source": "https://github.com/FriendsOfSymfony/FOSRestBundle/tree/3.0.5" + "source": "https://github.com/FriendsOfSymfony/FOSRestBundle/tree/3.3.0" }, - "time": "2021-01-02T11:26:24+00:00" + "time": "2022-02-03T20:06:00+00:00" }, { "name": "google/recaptcha", @@ -6203,12 +6416,12 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -6240,16 +6453,16 @@ }, { "name": "guzzlehttp/promises", - "version": "1.4.1", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d" + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", - "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", + "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", "shasum": "" }, "require": { @@ -6261,7 +6474,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -6277,10 +6490,25 @@ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", @@ -6289,22 +6517,36 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.4.1" + "source": "https://github.com/guzzle/promises/tree/1.5.1" }, - "time": "2021-03-07T09:25:29+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2021-10-22T20:56:57+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.8.2", + "version": "1.8.3", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91" + "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", + "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", "shasum": "" }, "require": { @@ -6329,25 +6571,46 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, { "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], @@ -6364,216 +6627,115 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.2" + "source": "https://github.com/guzzle/psr7/tree/1.8.3" }, - "time": "2021-04-26T09:17:50+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2021-10-05T13:56:00+00:00" }, { - "name": "hautelook/templated-uri-bundle", - "version": "3.3.1", - "target-dir": "Hautelook/TemplatedUriBundle", + "name": "ibexa/content", + "version": "v3.3.15", "source": { "type": "git", - "url": "https://github.com/hautelook/TemplatedUriBundle.git", - "reference": "1e25566f46dabfccac11735a5c36c56f181c5782" + "url": "https://github.com/ibexa/content.git", + "reference": "8d656bc5cb5db9a2d423e0430f2463a43acc6087" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hautelook/TemplatedUriBundle/zipball/1e25566f46dabfccac11735a5c36c56f181c5782", - "reference": "1e25566f46dabfccac11735a5c36c56f181c5782", + "url": "https://api.github.com/repos/ibexa/content/zipball/8d656bc5cb5db9a2d423e0430f2463a43acc6087", + "reference": "8d656bc5cb5db9a2d423e0430f2463a43acc6087", "shasum": "" }, "require": { - "hautelook/templated-uri-router": "^2.0|^3.0", - "php": "^5.4|^7.0", - "symfony/framework-bundle": "^2.8|^3.0|^4.0|^5.0" + "ezsystems/apache-tika-bundle": "~2.0.1", + "ezsystems/comment-bundle": "~3.2.0", + "ezsystems/date-based-publisher": "~4.3.9", + "ezsystems/ezcommerce-base-design": "~3.3.7", + "ezsystems/ezcommerce-checkout": "~1.0.9", + "ezsystems/ezcommerce-fieldtypes": "~1.2.6", + "ezsystems/ezcommerce-price-engine": "~3.3.8", + "ezsystems/ezcommerce-shop": "~3.3.14", + "ezsystems/ezcommerce-shop-ui": "~1.1.8", + "ezsystems/ezplatform-calendar": "~1.3.6", + "ezsystems/ezplatform-connector-dam": "~1.1.5", + "ezsystems/ezplatform-cron": "~3.1.5", + "ezsystems/ezplatform-elastic-search-engine": "~1.2.5", + "ezsystems/ezplatform-http-cache-fastly": "~2.0.9", + "ezsystems/ezplatform-icons": "~1.1.5", + "ezsystems/ezplatform-personalization": "~1.0.10", + "ezsystems/ezplatform-version-comparison": "~1.3.8", + "ezsystems/ezplatform-workflow": "~2.3.12", + "ezsystems/ezrecommendation-client": "~2.1.9", + "ezsystems/job-queue-bundle": "~4.0.1", + "ezsystems/payment-core-bundle": "~3.0.1", + "ezsystems/stash-bundle": "~0.8.2", + "gregwar/captcha-bundle": "^2.1", + "ibexa/image-editor": "~1.0.7", + "ibexa/installer": "~1.0.9", + "ibexa/migrations": "~1.0.12", + "ibexa/oauth2-client": "~1.0.3", + "ibexa/oss": "~3.3.15", + "php": "^7.3 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.36|^5.0|^6.0|^7.0" + "ibexa/ci-scripts": "^0.1@dev" }, - "type": "symfony-bundle", + "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-0": { - "Hautelook\\TemplatedUriBundle": "" + "dev-master": "3.3.x-dev" } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://updates.ibexa.co/notifystats", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Baldur Rensch", - "email": "brensch@gmail.com" - } - ], - "description": "Symfony2 Bundle that provides a RFC-6570 compatible router and URL Generator.", - "homepage": "http://www.hautelooktech.com/", - "keywords": [ - "HATEOAS", - "RFC 6570", - "Symfony2", - "json", - "uri", - "url", - "xml" - ], - "support": { - "issues": "https://github.com/hautelook/TemplatedUriBundle/issues", - "source": "https://github.com/hautelook/TemplatedUriBundle/tree/3.3.1" - }, - "time": "2020-07-10T07:33:54+00:00" - }, - { - "name": "hautelook/templated-uri-router", - "version": "3.3.0", - "source": { - "type": "git", - "url": "https://github.com/hautelook/TemplatedUriRouter.git", - "reference": "1a56975f78d1654fdafce8cd24ffbecb488b2add" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hautelook/TemplatedUriRouter/zipball/1a56975f78d1654fdafce8cd24ffbecb488b2add", - "reference": "1a56975f78d1654fdafce8cd24ffbecb488b2add", - "shasum": "" - }, - "require": { - "php": ">=5.3.0", - "symfony/routing": "~2.5|~3.0|^4.0|^5.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35|^5.7|^6.5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-4": { - "Hautelook\\TemplatedUriRouter\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Baldur Rensch", - "email": "brensch@gmail.com" - } - ], - "description": "Symfony2 RFC-6570 compatible router and URL Generator", - "homepage": "http://www.hautelooktech.com/", - "keywords": [ - "HATEOAS", - "RFC 6570", - "Symfony2", - "json", - "router", - "uri", - "url", - "xml" - ], - "support": { - "issues": "https://github.com/hautelook/TemplatedUriRouter/issues", - "source": "https://github.com/hautelook/TemplatedUriRouter/tree/master" - }, - "time": "2020-04-21T06:39:53+00:00" - }, - { - "name": "ibexa/content", - "version": "v3.3.4", - "source": { - "type": "git", - "url": "https://github.com/ibexa/content.git", - "reference": "a0e0502f421e14f245f0c64831b52d886690c8a4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ibexa/content/zipball/a0e0502f421e14f245f0c64831b52d886690c8a4", - "reference": "a0e0502f421e14f245f0c64831b52d886690c8a4", - "shasum": "" - }, - "require": { - "ezsystems/apache-tika-bundle": "~2.0.0", - "ezsystems/comment-bundle": "~3.1.0", - "ezsystems/date-based-publisher": "~4.3.3", - "ezsystems/ezcommerce-base-design": "~3.3.2", - "ezsystems/ezcommerce-checkout": "~1.0.3", - "ezsystems/ezcommerce-fieldtypes": "~1.2.2", - "ezsystems/ezcommerce-price-engine": "~3.3.2", - "ezsystems/ezcommerce-shop": "~3.3.4", - "ezsystems/ezcommerce-shop-ui": "~1.1.2", - "ezsystems/ezplatform-calendar": "~1.3.1", - "ezsystems/ezplatform-connector-dam": "~1.1.1", - "ezsystems/ezplatform-cron": "~3.1.0", - "ezsystems/ezplatform-elastic-search-engine": "~1.2.1", - "ezsystems/ezplatform-http-cache-fastly": "~2.0.3", - "ezsystems/ezplatform-icons": "~1.1.0", - "ezsystems/ezplatform-personalization": "~1.0.4", - "ezsystems/ezplatform-version-comparison": "~1.3.1", - "ezsystems/ezplatform-workflow": "~2.3.4", - "ezsystems/ezrecommendation-client": "~2.1.2", - "ezsystems/job-queue-bundle": "~4.0.0", - "ezsystems/payment-core-bundle": "~3.0.0", - "ezsystems/stash-bundle": "~0.8.0", - "gregwar/captcha-bundle": "^2.1", - "ibexa/image-editor": "~1.0.2", - "ibexa/installer": "~1.0.2", - "ibexa/migrations": "~1.0.3", - "ibexa/oauth2-client": "~1.0.0", - "ibexa/oss": "~3.3.4", - "php": "^7.3" - }, - "type": "metapackage", - "extra": { - "branch-alias": { - "dev-master": "3.3.x-dev" - } - }, - "notification-url": "https://updates.ibexa.co/notifystats", - "license": [ - "proprietary" + "proprietary" ], "description": "A meta package for installing Ibexa DXP Content edition", "support": { - "source": "https://github.com/ibexa/content/tree/v3.3.4", + "source": "https://github.com/ibexa/content/tree/v3.3.15", "issues": "https://github.com/ibexa/content/issues" }, - "time": "2021-06-02T13:27:21+00:00" + "time": "2022-02-18T12:54:10+00:00" }, { "name": "ibexa/experience", - "version": "v3.3.4", + "version": "v3.3.15", "source": { "type": "git", "url": "https://github.com/ibexa/experience.git", - "reference": "7714b409a8fd529a256380f26cf83c0600016eb2" + "reference": "58356b03ade2bd4b4ee5f1581ff3e2f4c095b69e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ibexa/experience/zipball/7714b409a8fd529a256380f26cf83c0600016eb2", - "reference": "7714b409a8fd529a256380f26cf83c0600016eb2", + "url": "https://api.github.com/repos/ibexa/experience/zipball/58356b03ade2bd4b4ee5f1581ff3e2f4c095b69e", + "reference": "58356b03ade2bd4b4ee5f1581ff3e2f4c095b69e", "shasum": "" }, "require": { - "ezsystems/ezplatform-form-builder": "~2.3.2", - "ezsystems/ezplatform-page-builder": "~2.3.4", - "ezsystems/ezplatform-page-fieldtype": "~2.3.4", - "ezsystems/ezplatform-permissions": "~1.1.0", - "ezsystems/ezplatform-segmentation": "~1.1.1", - "ezsystems/ezplatform-site-factory": "~1.3.3", - "ibexa/content": "~3.3.4", - "php": "^7.3" + "ezsystems/ezplatform-form-builder": "~2.3.8", + "ezsystems/ezplatform-page-builder": "~2.3.14", + "ezsystems/ezplatform-page-fieldtype": "~2.3.14", + "ezsystems/ezplatform-permissions": "~1.1.4", + "ezsystems/ezplatform-segmentation": "~1.1.6", + "ezsystems/ezplatform-site-factory": "~1.3.9", + "ibexa/content": "~3.3.15", + "php": "^7.3 || ^8.0" + }, + "require-dev": { + "ibexa/ci-scripts": "^0.1@dev" }, "type": "metapackage", "extra": { @@ -6587,37 +6749,43 @@ ], "description": "A meta package for installing Ibexa DXP Experience edition", "support": { - "source": "https://github.com/ibexa/experience/tree/v3.3.4", + "source": "https://github.com/ibexa/experience/tree/v3.3.15", "issues": "https://github.com/ibexa/experience/issues" }, - "time": "2021-06-02T13:31:45+00:00" + "time": "2022-02-18T13:00:16+00:00" }, { "name": "ibexa/image-editor", - "version": "v1.0.2", + "version": "v1.0.7", "source": { "type": "git", "url": "git@github.com:ibexa/image-editor.git", - "reference": "4508e127b6596e494dd125a6322bb29b6cc5ec40" + "reference": "630758562987c358d0eb86d63e919b2cc7b20187" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ibexa/image-editor/ibexa-image-editor-4508e127b6596e494dd125a6322bb29b6cc5ec40-zip-9c8df8.zip", - "reference": "4508e127b6596e494dd125a6322bb29b6cc5ec40" + "url": "https://updates.ibexa.co/dist/ibexa/image-editor/ibexa-image-editor-630758562987c358d0eb86d63e919b2cc7b20187-zip-b21041.zip", + "reference": "630758562987c358d0eb86d63e919b2cc7b20187" }, "require": { "ext-json": "*", "ezsystems/ezplatform-admin-ui": "^2.3", "ezsystems/ezplatform-content-forms": "^1.3", "ezsystems/ezplatform-kernel": "^1.3", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/form": "^5.0", "symfony/http-kernel": "^5.0" }, "require-dev": { + "ezsystems/doctrine-dbal-schema": "^1.0", "ezsystems/ezplatform-code-style": "^0.2", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-rest": "^1.3", + "ezsystems/ezplatform-richtext": "^2.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-user": "^2.3", "friendsofphp/php-cs-fixer": "^2.16", "phpunit/phpunit": "^8.5" }, @@ -6657,22 +6825,22 @@ ], "description": "Ibexa image editor", "support": { - "source": "https://github.com/ibexa/image-editor/tree/v1.0.2" + "source": "https://github.com/ibexa/image-editor/tree/v1.0.7" }, - "time": "2021-06-02T13:07:32+00:00" + "time": "2022-02-18T12:18:16+00:00" }, { "name": "ibexa/installer", - "version": "v1.0.2", + "version": "v1.0.9", "source": { "type": "git", "url": "git@github.com:ibexa/installer.git", - "reference": "4ad7ccce2427b7ed03ee6d188e046ff4f70674fc" + "reference": "87fc874c12210841fcba14b60990ee749757dce3" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ibexa/installer/ibexa-installer-4ad7ccce2427b7ed03ee6d188e046ff4f70674fc-zip-c2192e.zip", - "reference": "4ad7ccce2427b7ed03ee6d188e046ff4f70674fc" + "url": "https://updates.ibexa.co/dist/ibexa/installer/ibexa-installer-87fc874c12210841fcba14b60990ee749757dce3-zip-ec7d3b.zip", + "reference": "87fc874c12210841fcba14b60990ee749757dce3" }, "require": { "ezsystems/doctrine-dbal-schema": "^1.0", @@ -6680,26 +6848,39 @@ "ezsystems/ezplatform-core": "^2.3", "ezsystems/ezplatform-kernel": "^1.3", "guzzlehttp/guzzle": "~6.0", - "ibexa/migrations": "^1.0", - "league/flysystem": "^1.0", - "php": "^7.3", + "ibexa/migrations": "^1.0.4", + "league/flysystem": "^1.1.4", + "php": "^7.3 || ^8.0", "symfony/console": "^5.2", "symfony/framework-bundle": "^5.0", "symfony/proxy-manager-bridge": "^5.0", "webmozart/assert": "^1.0" }, + "conflict": { + "ezsystems/ezcommerce-shop": "<3.3.7" + }, "require-dev": { "behat/behat": "^3.7", "doctrine/doctrine-bundle": "^2.1", - "ezsystems/ezplatform-admin-ui": "^2.0", + "ezsystems/ezplatform-admin-ui": "^2.3", "ezsystems/ezplatform-code-style": "^0.2.0", - "ezsystems/ezplatform-richtext": "^2.2", + "ezsystems/ezplatform-content-forms": "^1.3", + "ezsystems/ezplatform-elastic-search-engine": "^1.2", + "ezsystems/ezplatform-graphql": "^2.3", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-matrix-fieldtype": "^2.2", + "ezsystems/ezplatform-rest": "^1.3", + "ezsystems/ezplatform-richtext": "^2.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-solr-search-engine": "^3.3", + "ezsystems/ezplatform-user": "^2.3", "friends-of-behat/mink-extension": "^2.4", "friendsofsymfony/jsrouting-bundle": "^2.6", "league/flysystem-memory": "^1.0", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "0.12.71", - "phpstan/phpstan-phpunit": "^0.12.16", + "phpstan/phpstan": "^0.12.90", + "phpstan/phpstan-phpunit": "^0.12.17", + "phpstan/phpstan-symfony": "^0.12.38", "phpstan/phpstan-webmozart-assert": "^0.12.7", "phpunit/phpunit": "^8.2", "symfony/finder": "^5.1" @@ -6736,10 +6917,10 @@ "phpstan": [ "phpstan analyse -c phpstan.neon" ], - "php-cs-changed": [ + "check-cs-changed": [ "php-cs-fixer fix -v --diff --config=.php_cs --dry-run --show-progress=estimating $(git diff ${GIT_DIFF_BASE:-origin/main} --diff-filter=ACMR --name-only \"*.php\"|paste -sd ' ')" ], - "php-cs": [ + "check-cs": [ "php-cs-fixer fix -v --diff --config=.php_cs --dry-run --show-progress=estimating" ] }, @@ -6754,52 +6935,59 @@ ], "description": "Installer for Ibexa products", "support": { - "source": "https://github.com/ibexa/installer/tree/v1.0.2", + "source": "https://github.com/ibexa/installer/tree/v1.0.9", "issues": "https://github.com/ibexa/installer/issues" }, - "time": "2021-04-22T12:49:41+00:00" + "time": "2022-01-18T14:39:56+00:00" }, { "name": "ibexa/migrations", - "version": "v1.0.3", + "version": "v1.0.12", "source": { "type": "git", "url": "git@github.com:ibexa/migrations.git", - "reference": "c0f4c0763a9c229bb5a02bf421603041fc00b756" + "reference": "3930667d010b3328ba0cc66b29b4a44ae64fff91" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ibexa/migrations/ibexa-migrations-c0f4c0763a9c229bb5a02bf421603041fc00b756-zip-021c77.zip", - "reference": "c0f4c0763a9c229bb5a02bf421603041fc00b756" + "url": "https://updates.ibexa.co/dist/ibexa/migrations/ibexa-migrations-3930667d010b3328ba0cc66b29b4a44ae64fff91-zip-2a8b03.zip", + "reference": "3930667d010b3328ba0cc66b29b4a44ae64fff91" }, "require": { "ezsystems/doctrine-dbal-schema": "^1.0", - "ezsystems/ezplatform-kernel": "^1.0", + "ezsystems/ezplatform-kernel": "^1.3.5", "guzzlehttp/guzzle": "~6.0", - "league/flysystem": "^1.0", - "php": "^7.3", + "league/flysystem": "^1.1.4", + "php": "^7.3 || ^8.0", + "symfony/asset": "^5.0", "symfony/framework-bundle": "^5.0", - "symfony/proxy-manager-bridge": "^5.0", + "symfony/proxy-manager-bridge": "^5.3", "symfony/yaml": "^5.0", "webmozart/assert": "^1.0" }, "require-dev": { "behat/behat": "^3.7", "doctrine/doctrine-bundle": "^2.1", - "ezsystems/ezplatform-admin-ui": "^2.0", - "ezsystems/ezplatform-code-style": "^0.2.0", - "ezsystems/ezplatform-core": "^2.0", - "ezsystems/ezplatform-richtext": "^2.2", + "ezsystems/ezplatform-admin-ui": "^2.3", + "ezsystems/ezplatform-code-style": "^1.0", + "ezsystems/ezplatform-content-forms": "^1.3", + "ezsystems/ezplatform-core": "^2.3", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-rest": "^1.3", + "ezsystems/ezplatform-richtext": "^2.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-user": "^2.3", "friends-of-behat/mink-extension": "^2.4", "friendsofsymfony/jsrouting-bundle": "^2.6", "league/flysystem-memory": "^1.0", "mikey179/vfsstream": "^1.6", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "0.12.57", + "phpstan/phpstan": "^0.12.90", "phpstan/phpstan-phpunit": "^0.12.16", "phpstan/phpstan-webmozart-assert": "^0.12.7", "phpunit/phpunit": "^8.2", - "symfony/finder": "^5.1" + "symfony/finder": "^5.1", + "symfony/phpunit-bridge": "^5.1" }, "type": "symfony-bundle", "extra": { @@ -6809,6 +6997,9 @@ }, "autoload": { "psr-4": { + "Ibexa\\Migration\\": "src/lib/", + "Ibexa\\Bundle\\Migration\\": "src/bundle/", + "Ibexa\\Contracts\\Migration\\": "src/contracts/", "Ibexa\\Platform\\Bundle\\Migration\\": "src/bundle/", "Ibexa\\Platform\\Contracts\\Migration\\": "src/contracts/", "Ibexa\\Platform\\Migration\\": "src/lib/" @@ -6816,17 +7007,21 @@ }, "autoload-dev": { "psr-4": { + "Ibexa\\Tests\\Migration\\": "tests/lib/", + "Ibexa\\Tests\\Bundle\\Migration\\": "tests/bundle/", + "Ibexa\\Tests\\Integration\\Migration\\": "tests/integration/", "Ibexa\\Platform\\Tests\\Migration\\": "tests/lib/", - "Ibexa\\Platform\\Tests\\Bundle\\Migration\\": "tests/bundle/" + "Ibexa\\Platform\\Tests\\Bundle\\Migration\\": "tests/bundle/", + "Ibexa\\Platform\\Tests\\Integration\\Migration\\": "tests/integration/" } }, "notification-url": "https://updates.ibexa.co/notifystats", "scripts": { "fix-cs": [ - "php-cs-fixer fix -v --config=.php-cs-fixer.php --show-progress=estimating" + "php-cs-fixer fix -v --config=.php-cs-fixer.php --show-progress=dots" ], "fix-cs-changed": [ - "php-cs-fixer fix -v --config=.php-cs-fixer.php --show-progress=estimating $(git diff ${GIT_DIFF_BASE:-origin/master} --diff-filter=ACMR --name-only \"*.php\"|paste -sd ' ')" + "@fix-cs $(git diff ${GIT_DIFF_BASE:-origin/master} --diff-filter=ACMR --name-only \"*.php\"|paste -sd ' ')" ], "test": [ "phpunit -c phpunit.xml" @@ -6834,11 +7029,11 @@ "phpstan": [ "phpstan analyse -c phpstan.neon" ], - "php-cs-changed": [ - "php-cs-fixer fix -v --diff --config=.php-cs-fixer.php --dry-run --show-progress=estimating $(git diff ${GIT_DIFF_BASE:-origin/master} --diff-filter=ACMR --name-only \"*.php\"|paste -sd ' ')" + "check-cs-changed": [ + "@check-cs $(git diff ${GIT_DIFF_BASE:-origin/master} --diff-filter=ACMR --name-only \"*.php\"|paste -sd ' ')" ], - "php-cs": [ - "php-cs-fixer fix -v --diff --config=.php-cs-fixer.php --dry-run --show-progress=estimating" + "check-cs": [ + "@fix-cs --dry-run" ] }, "license": [ @@ -6852,28 +7047,28 @@ ], "description": "Migrations for Ibexa DXP", "support": { - "source": "https://github.com/ibexa/migrations/tree/v1.0.3", + "source": "https://github.com/ibexa/migrations/tree/v1.0.12", "issues": "https://github.com/ibexa/migrations/issues" }, - "time": "2021-06-02T13:07:38+00:00" + "time": "2022-02-18T12:49:23+00:00" }, { "name": "ibexa/oauth2-client", - "version": "v1.0.0", + "version": "v1.0.3", "source": { "type": "git", "url": "git@github.com:ibexa/oauth2-client.git", - "reference": "4401e4adf41b6165281595b7ceabe300a322b49a" + "reference": "4040a839df20f8190c5b83da271ae6ecec9016bf" }, "dist": { "type": "zip", - "url": "https://updates.ibexa.co/dist/ibexa/oauth2-client/ibexa-oauth2-client-4401e4adf41b6165281595b7ceabe300a322b49a-zip-81818a.zip", - "reference": "4401e4adf41b6165281595b7ceabe300a322b49a" + "url": "https://updates.ibexa.co/dist/ibexa/oauth2-client/ibexa-oauth2-client-4040a839df20f8190c5b83da271ae6ecec9016bf-zip-8046b2.zip", + "reference": "4040a839df20f8190c5b83da271ae6ecec9016bf" }, "require": { "ezsystems/ezplatform-kernel": "^1.3", "knpuniversity/oauth2-client-bundle": "^2.7", - "php": "^7.3", + "php": "^7.3 || ^8.0", "symfony/config": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/event-dispatcher": "^5.0", @@ -6930,86 +7125,93 @@ "ibexa-dxp" ], "support": { - "source": "https://github.com/ibexa/oauth2-client/tree/v1.0.0", + "source": "https://github.com/ibexa/oauth2-client/tree/v1.0.3", "issues": "https://github.com/ibexa/oauth2-client/issues" }, - "time": "2021-01-18T22:38:26+00:00" + "time": "2022-01-18T14:36:12+00:00" }, { "name": "ibexa/oss", - "version": "v3.3.4", + "version": "v3.3.15", "source": { "type": "git", "url": "https://github.com/ibexa/oss.git", - "reference": "37480577404a716e6a612b206b5509453ba10d79" + "reference": "9f1e7430527b7efb93bbbdd31f3a9b2d95ee4953" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ibexa/oss/zipball/37480577404a716e6a612b206b5509453ba10d79", - "reference": "37480577404a716e6a612b206b5509453ba10d79", + "url": "https://api.github.com/repos/ibexa/oss/zipball/9f1e7430527b7efb93bbbdd31f3a9b2d95ee4953", + "reference": "9f1e7430527b7efb93bbbdd31f3a9b2d95ee4953", "shasum": "" }, "require": { - "doctrine/doctrine-bundle": "~2.3.2", + "doctrine/doctrine-bundle": "^2.4.2", "doctrine/doctrine-migrations-bundle": "^3.0", "ext-ctype": "*", "ext-iconv": "*", - "ezsystems/doctrine-dbal-schema": "~1.0.2", - "ezsystems/ez-support-tools": "~2.3.3", - "ezsystems/ezplatform-admin-ui": "~2.3.4", - "ezsystems/ezplatform-admin-ui-assets": "~5.3.0", - "ezsystems/ezplatform-content-forms": "~1.3.3", - "ezsystems/ezplatform-core": "~2.3.4", - "ezsystems/ezplatform-cron": "~3.1.1", - "ezsystems/ezplatform-design-engine": "~3.0.1", - "ezsystems/ezplatform-graphql": "~2.3.2", - "ezsystems/ezplatform-http-cache": "~2.3.1", - "ezsystems/ezplatform-kernel": "~1.3.4", - "ezsystems/ezplatform-matrix-fieldtype": "~2.2.2", - "ezsystems/ezplatform-query-fieldtype": "~2.3.1", - "ezsystems/ezplatform-rest": "~1.3.4", - "ezsystems/ezplatform-richtext": "~2.3.2", - "ezsystems/ezplatform-search": "~1.2.1", - "ezsystems/ezplatform-solr-search-engine": "~3.3.1", - "ezsystems/ezplatform-standard-design": "~0.3.1", - "ezsystems/ezplatform-user": "~2.3.3", + "ezsystems/doctrine-dbal-schema": "~1.0.7", + "ezsystems/ez-support-tools": "~2.3.9", + "ezsystems/ezplatform-admin-ui": "~2.3.14", + "ezsystems/ezplatform-admin-ui-assets": "~5.3.3", + "ezsystems/ezplatform-content-forms": "~1.3.8", + "ezsystems/ezplatform-core": "~2.3.15", + "ezsystems/ezplatform-cron": "~3.1.5", + "ezsystems/ezplatform-design-engine": "~3.0.7", + "ezsystems/ezplatform-graphql": "~2.3.7", + "ezsystems/ezplatform-http-cache": "~2.3.10", + "ezsystems/ezplatform-kernel": "~1.3.14", + "ezsystems/ezplatform-matrix-fieldtype": "~2.2.8", + "ezsystems/ezplatform-query-fieldtype": "~2.3.6", + "ezsystems/ezplatform-rest": "~1.3.12", + "ezsystems/ezplatform-richtext": "~2.3.10", + "ezsystems/ezplatform-search": "~1.2.5", + "ezsystems/ezplatform-solr-search-engine": "~3.3.6", + "ezsystems/ezplatform-standard-design": "~0.3.6", + "ezsystems/ezplatform-user": "~2.3.9", "friendsofsymfony/jsrouting-bundle": "^2.7.0", - "hautelook/templated-uri-bundle": "^3.3.1", - "ibexa/post-install": "~1.0.2", + "ibexa/post-install": "~1.0.9", + "ibexa/templated-uri-bundle": "^3.3.1", "knplabs/knp-menu-bundle": "^3.1", "lexik/jwt-authentication-bundle": "^2.10.5", "monolog/monolog": "^2.2", "overblog/graphiql-bundle": "^0.2.1", - "php": "^7.3", + "php": "^7.3 || ^8.0", "php-http/guzzle6-adapter": "^2.0.1", "platformsh/symfonyflex-bridge": "^2.4", - "sensio/framework-extra-bundle": "^5.6.1", - "symfony/asset": "^5.2.1", - "symfony/cache": "^5.2.1", - "symfony/console": "^5.2.1", - "symfony/dotenv": "^5.2.1", - "symfony/expression-language": "^5.2.1", + "sensio/framework-extra-bundle": "^6.1.0", + "symfony/asset": "^5.3.0", + "symfony/cache": "^5.3.0", + "symfony/console": "^5.3.0", + "symfony/dotenv": "^5.3.0", + "symfony/expression-language": "^5.3.0", "symfony/flex": "^1.11", - "symfony/form": "^5.2.1", - "symfony/framework-bundle": "^5.2.1", + "symfony/form": "^5.3.0", + "symfony/framework-bundle": "^5.3.0", "symfony/monolog-bundle": "^3.6.0", "symfony/orm-pack": "^1.0", - "symfony/process": "^5.2.1", - "symfony/proxy-manager-bridge": "^5.2.1", - "symfony/security-bundle": "^5.2.1", + "symfony/process": "^5.3.0", + "symfony/proxy-manager-bridge": "^5.3.0", + "symfony/security-bundle": "^5.3.0", "symfony/serializer-pack": "^1.0", "symfony/swiftmailer-bundle": "^3.5.1", "symfony/thanks": "^1.2", - "symfony/translation": "^5.2.1", - "symfony/twig-bundle": "^5.2.1", - "symfony/validator": "^5.2.1", - "symfony/web-link": "^5.2.1", + "symfony/translation": "^5.3.0", + "symfony/twig-bundle": "^5.3.0", + "symfony/validator": "^5.3.0", + "symfony/web-link": "^5.3.0", "symfony/webpack-encore-bundle": "^1.8", - "symfony/yaml": "^5.2.1", + "symfony/yaml": "^5.3.0", "twig/extra-bundle": "^3.1.1" }, "conflict": { - "symfony/framework-bundle": "5.2.6" + "gregwar/captcha-bundle": "2.2.0", + "lexik/jwt-authentication-bundle": "2.12.0", + "symfony/dependency-injection": "5.3.7", + "symfony/framework-bundle": "5.3.14 || 5.4.3", + "symfony/webpack-encore-bundle": "1.14.0" + }, + "require-dev": { + "ibexa/ci-scripts": "^0.1@dev" }, "type": "metapackage", "extra": { @@ -7024,34 +7226,34 @@ "description": "A meta package for installing Ibexa Open Source", "support": { "issues": "https://github.com/ibexa/oss/issues", - "source": "https://github.com/ibexa/oss/tree/v3.3.4" + "source": "https://github.com/ibexa/oss/tree/v3.3.15" }, - "time": "2021-06-02T13:22:54+00:00" + "time": "2022-02-18T12:50:47+00:00" }, { "name": "ibexa/post-install", - "version": "v1.0.2", + "version": "v1.0.9", "source": { "type": "git", "url": "https://github.com/ibexa/post-install.git", - "reference": "6d1c20ea46eca8084a2b5fd619843e01562cf7cd" + "reference": "547b1d422d441b93e3029c08746558af3a3fb4d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ibexa/post-install/zipball/6d1c20ea46eca8084a2b5fd619843e01562cf7cd", - "reference": "6d1c20ea46eca8084a2b5fd619843e01562cf7cd", + "url": "https://api.github.com/repos/ibexa/post-install/zipball/547b1d422d441b93e3029c08746558af3a3fb4d9", + "reference": "547b1d422d441b93e3029c08746558af3a3fb4d9", "shasum": "" }, "require": { "composer-plugin-api": "^2.0", "composer/semver": "^3.2", - "php": "^7.3" + "php": "^7.3 || ^8.0" }, "require-dev": { "composer/composer": "^2.0.8", "ezsystems/ezplatform-code-style": "^0.2.0", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "0.12.57", + "phpstan/phpstan": "0.12.92", "phpstan/phpstan-phpunit": "^0.12.16", "phpstan/phpstan-webmozart-assert": "^0.12.7", "symfony/dotenv": "^5.2", @@ -7084,21 +7286,148 @@ "description": "Post Installation Tool for Ibexa products", "support": { "issues": "https://github.com/ibexa/post-install/issues", - "source": "https://github.com/ibexa/post-install/tree/v1.0.2" + "source": "https://github.com/ibexa/post-install/tree/v1.0.9" + }, + "time": "2022-01-26T15:40:31+00:00" + }, + { + "name": "ibexa/templated-uri-bundle", + "version": "v3.3.2", + "target-dir": "Hautelook/TemplatedUriBundle", + "source": { + "type": "git", + "url": "https://github.com/ibexa/templated-uri-bundle.git", + "reference": "8ee377a9fd57c3a095ebcdcd7ea078be4976cd25" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ibexa/templated-uri-bundle/zipball/8ee377a9fd57c3a095ebcdcd7ea078be4976cd25", + "reference": "8ee377a9fd57c3a095ebcdcd7ea078be4976cd25", + "shasum": "" + }, + "require": { + "ibexa/templated-uri-router": "^2.0|^3.0", + "php": "^5.4|^7.0|^8.0", + "symfony/framework-bundle": "^2.8|^3.0|^4.0|^5.0" + }, + "replace": { + "hautelook/templated-uri-bundle": "self.version" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36|^5.0|^6.0|^7.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-0": { + "Hautelook\\TemplatedUriBundle": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Baldur Rensch", + "email": "brensch@gmail.com" + } + ], + "description": "Fork of hautelook/templated-uri-bundle. Symfony2 Bundle that provides a RFC-6570 compatible router and URL Generator.", + "homepage": "http://www.hautelooktech.com/", + "keywords": [ + "HATEOAS", + "RFC 6570", + "Symfony2", + "json", + "uri", + "url", + "xml" + ], + "support": { + "issues": "https://github.com/ibexa/templated-uri-bundle/issues", + "source": "https://github.com/ibexa/templated-uri-bundle/tree/v3.3.2" + }, + "time": "2021-12-10T13:26:44+00:00" + }, + { + "name": "ibexa/templated-uri-router", + "version": "v3.3.0", + "source": { + "type": "git", + "url": "https://github.com/ibexa/templated-uri-router.git", + "reference": "fe8248db2b98ddb83eaaca821e995113ccd15a2c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ibexa/templated-uri-router/zipball/fe8248db2b98ddb83eaaca821e995113ccd15a2c", + "reference": "fe8248db2b98ddb83eaaca821e995113ccd15a2c", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "symfony/routing": "~2.5|~3.0|^4.0|^5.0" + }, + "replace": { + "hautelook/templated-uri-router": "self.version" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35|^5.7|^6.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Hautelook\\TemplatedUriRouter\\": "" + } }, - "time": "2021-03-03T11:10:54+00:00" + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Baldur Rensch", + "email": "brensch@gmail.com" + } + ], + "description": "Fork of hautelook/templated-uri-router. Symfony2 RFC-6570 compatible router and URL Generator", + "homepage": "http://www.hautelooktech.com/", + "keywords": [ + "HATEOAS", + "RFC 6570", + "Symfony2", + "json", + "router", + "uri", + "url", + "xml" + ], + "support": { + "issues": "https://github.com/ibexa/templated-uri-router/issues", + "source": "https://github.com/ibexa/templated-uri-router/tree/v3.3.0" + }, + "time": "2021-09-10T08:34:30+00:00" }, { "name": "imagine/imagine", "version": "1.2.4", "source": { "type": "git", - "url": "https://github.com/avalanche123/Imagine.git", + "url": "https://github.com/php-imagine/Imagine.git", "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/d2e18be6e930ca169e4f921ef73ebfc061bf55d8", + "url": "https://api.github.com/repos/php-imagine/Imagine/zipball/d2e18be6e930ca169e4f921ef73ebfc061bf55d8", "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8", "shasum": "" }, @@ -7145,23 +7474,23 @@ "image processing" ], "support": { - "issues": "https://github.com/avalanche123/Imagine/issues", - "source": "https://github.com/avalanche123/Imagine/tree/1.2.4" + "issues": "https://github.com/php-imagine/Imagine/issues", + "source": "https://github.com/php-imagine/Imagine/tree/1.2.4" }, "time": "2020-11-03T22:35:03+00:00" }, { "name": "jms/metadata", - "version": "2.5.0", + "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/schmittjoh/metadata.git", - "reference": "b5c52549807b2d855b3d7e36ec164c00eb547338" + "reference": "c3a3214354b5a765a19875f7b7c5ebcd94e462e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/b5c52549807b2d855b3d7e36ec164c00eb547338", - "reference": "b5c52549807b2d855b3d7e36ec164c00eb547338", + "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/c3a3214354b5a765a19875f7b7c5ebcd94e462e5", + "reference": "c3a3214354b5a765a19875f7b7c5ebcd94e462e5", "shasum": "" }, "require": { @@ -7210,31 +7539,31 @@ ], "support": { "issues": "https://github.com/schmittjoh/metadata/issues", - "source": "https://github.com/schmittjoh/metadata/tree/2.5.0" + "source": "https://github.com/schmittjoh/metadata/tree/2.6.1" }, - "time": "2021-03-07T19:20:09+00:00" + "time": "2021-11-22T12:27:42+00:00" }, { "name": "jms/serializer", - "version": "3.12.3", + "version": "3.17.1", "source": { "type": "git", "url": "https://github.com/schmittjoh/serializer.git", - "reference": "f908d17afd08f0aab9c083322022682b41483c5b" + "reference": "190f64b051795d447ec755acbfdb1bff330a6707" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/f908d17afd08f0aab9c083322022682b41483c5b", - "reference": "f908d17afd08f0aab9c083322022682b41483c5b", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/190f64b051795d447ec755acbfdb1bff330a6707", + "reference": "190f64b051795d447ec755acbfdb1bff330a6707", "shasum": "" }, "require": { - "doctrine/annotations": "^1.0", + "doctrine/annotations": "^1.13", "doctrine/instantiator": "^1.0.3", "doctrine/lexer": "^1.1", - "jms/metadata": "^2.0", + "jms/metadata": "^2.6", "php": "^7.2||^8.0", - "phpstan/phpdoc-parser": "^0.4 || ^0.5" + "phpstan/phpdoc-parser": "^0.4 || ^0.5 || ^1.0" }, "require-dev": { "doctrine/coding-standard": "^8.1", @@ -7244,27 +7573,28 @@ "ext-pdo_sqlite": "*", "jackalope/jackalope-doctrine-dbal": "^1.1.5", "ocramius/proxy-manager": "^1.0|^2.0", - "phpstan/phpstan": "^0.12.65", - "phpunit/phpunit": "^8.0||^9.0", + "phpbench/phpbench": "^1.0", + "phpstan/phpstan": "^1.0.2", + "phpunit/phpunit": "^8.5.21||^9.0", "psr/container": "^1.0", - "symfony/dependency-injection": "^3.0|^4.0|^5.0", - "symfony/expression-language": "^3.0|^4.0|^5.0", - "symfony/filesystem": "^3.0|^4.0|^5.0", - "symfony/form": "^3.0|^4.0|^5.0", - "symfony/translation": "^3.0|^4.0|^5.0", - "symfony/validator": "^3.1.9|^4.0|^5.0", - "symfony/yaml": "^3.3|^4.0|^5.0", + "symfony/dependency-injection": "^3.0|^4.0|^5.0|^6.0", + "symfony/expression-language": "^3.2|^4.0|^5.0|^6.0", + "symfony/filesystem": "^3.0|^4.0|^5.0|^6.0", + "symfony/form": "^3.0|^4.0|^5.0|^6.0", + "symfony/translation": "^3.0|^4.0|^5.0|^6.0", + "symfony/validator": "^3.1.9|^4.0|^5.0|^6.0", + "symfony/yaml": "^3.3|^4.0|^5.0|^6.0", "twig/twig": "~1.34|~2.4|^3.0" }, "suggest": { - "doctrine/cache": "Required if you like to use cache functionality.", "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.", + "symfony/cache": "Required if you like to use cache functionality.", "symfony/yaml": "Required if you'd like to use the YAML metadata format." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.12-dev" + "dev-master": "3.x-dev" } }, "autoload": { @@ -7297,7 +7627,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/serializer/issues", - "source": "https://github.com/schmittjoh/serializer/tree/3.12.3" + "source": "https://github.com/schmittjoh/serializer/tree/3.17.1" }, "funding": [ { @@ -7305,20 +7635,20 @@ "type": "github" } ], - "time": "2021-04-25T11:03:24+00:00" + "time": "2021-12-28T20:59:55+00:00" }, { "name": "jms/serializer-bundle", - "version": "3.9.1", + "version": "3.10.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", - "reference": "2fbf2385668dd715d030567fd41e181bbf41fb42" + "reference": "1a030ecaf913b7a895eeaab04191cd7ff1810b46" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/2fbf2385668dd715d030567fd41e181bbf41fb42", - "reference": "2fbf2385668dd715d030567fd41e181bbf41fb42", + "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/1a030ecaf913b7a895eeaab04191cd7ff1810b46", + "reference": "1a030ecaf913b7a895eeaab04191cd7ff1810b46", "shasum": "" }, "require": { @@ -7383,7 +7713,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/JMSSerializerBundle/issues", - "source": "https://github.com/schmittjoh/JMSSerializerBundle/tree/3.9.1" + "source": "https://github.com/schmittjoh/JMSSerializerBundle/tree/3.10.0" }, "funding": [ { @@ -7391,26 +7721,27 @@ "type": "github" } ], - "time": "2021-03-23T12:21:23+00:00" + "time": "2021-08-06T12:12:38+00:00" }, { "name": "jms/translation-bundle", - "version": "1.6.0", + "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSTranslationBundle.git", - "reference": "399e19ac00f55bf2592600961a8aa9dd8fa8f396" + "reference": "abb7df81fc5066368bbd50b2a80c12901e84561d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/399e19ac00f55bf2592600961a8aa9dd8fa8f396", - "reference": "399e19ac00f55bf2592600961a8aa9dd8fa8f396", + "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/abb7df81fc5066368bbd50b2a80c12901e84561d", + "reference": "abb7df81fc5066368bbd50b2a80c12901e84561d", "shasum": "" }, "require": { "nikic/php-parser": "^1.4 || ^2.0 || ^3.0 || ^4.0", "php": "^7.2 || ^8.0", "symfony/console": "^3.4 || ^4.3 || ^5.0", + "symfony/expression-language": "^3.4 || ^4.3 || ^5.0", "symfony/framework-bundle": "^3.4.31 || ^4.3 || ^5.0", "symfony/translation": "^3.4 || ^4.3 || ^5.0", "symfony/translation-contracts": "^1.1 || ^2.0", @@ -7428,7 +7759,6 @@ "symfony/asset": "^3.4 || ^4.3 || ^5.0", "symfony/browser-kit": "^3.4 || ^4.3 || ^5.0", "symfony/css-selector": "^3.4 || ^4.3 || ^5.0", - "symfony/expression-language": "^3.4 || ^4.3 || ^5.0", "symfony/filesystem": "^3.4 || ^4.3 || ^5.0", "symfony/form": "^3.4 || ^4.3 || ^5.0", "symfony/security-csrf": "^3.4 || ^4.3 || ^5.0", @@ -7470,36 +7800,36 @@ ], "support": { "issues": "https://github.com/schmittjoh/JMSTranslationBundle/issues", - "source": "https://github.com/schmittjoh/JMSTranslationBundle/tree/1.6.0" + "source": "https://github.com/schmittjoh/JMSTranslationBundle/tree/1.6.2" }, - "time": "2021-01-16T19:38:06+00:00" + "time": "2022-02-15T08:17:38+00:00" }, { "name": "knplabs/knp-menu", - "version": "v3.2.0", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenu.git", - "reference": "9e7f174862c9a91f1249d18b5c2fa039eef81b8f" + "reference": "8bd3dc2afa22c65617c563c5e25e62d6e23e98c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/9e7f174862c9a91f1249d18b5c2fa039eef81b8f", - "reference": "9e7f174862c9a91f1249d18b5c2fa039eef81b8f", + "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/8bd3dc2afa22c65617c563c5e25e62d6e23e98c7", + "reference": "8bd3dc2afa22c65617c563c5e25e62d6e23e98c7", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": "^7.3 || ^8.0" }, "conflict": { "twig/twig": "<1.40 || >=2,<2.9" }, "require-dev": { - "phpspec/prophecy": "^1.8", + "phpunit/phpunit": "^9.5", "psr/container": "^1.0", - "symfony/http-foundation": "^3.4 || ^4.2|| ^5.0", - "symfony/phpunit-bridge": "^3.3 || ^4.2|| ^5.0", - "symfony/routing": "^3.4 || ^4.2|| ^5.0", + "symfony/http-foundation": "^4.4 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.3", + "symfony/routing": "^4.4 || ^5.0 || ^6.0", "twig/twig": "^1.40 || ^2.9 || ^3.0" }, "suggest": { @@ -7508,7 +7838,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-master": "3.3-dev" } }, "autoload": { @@ -7542,34 +7872,34 @@ ], "support": { "issues": "https://github.com/KnpLabs/KnpMenu/issues", - "source": "https://github.com/KnpLabs/KnpMenu/tree/v3.2.0" + "source": "https://github.com/KnpLabs/KnpMenu/tree/v3.3.0" }, - "time": "2021-05-28T09:10:39+00:00" + "time": "2021-10-23T15:01:04+00:00" }, { "name": "knplabs/knp-menu-bundle", - "version": "v3.1.0", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenuBundle.git", - "reference": "2b4c3bcba1646aef17b5e368f3004b108330c59b" + "reference": "a0b4224f872d74ae939589eb1ccf0e11291370a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/2b4c3bcba1646aef17b5e368f3004b108330c59b", - "reference": "2b4c3bcba1646aef17b5e368f3004b108330c59b", + "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/a0b4224f872d74ae939589eb1ccf0e11291370a9", + "reference": "a0b4224f872d74ae939589eb1ccf0e11291370a9", "shasum": "" }, "require": { "knplabs/knp-menu": "^3.1", "php": "^7.2 || ^8.0", - "symfony/framework-bundle": "^3.4 | ^4.4 | ^5.0" + "symfony/framework-bundle": "^3.4 | ^4.4 | ^5.0 | ^6.0" }, "require-dev": { - "phpspec/prophecy": "^1.8", - "symfony/expression-language": "^3.4 | ^4.4 | ^5.0", - "symfony/phpunit-bridge": "^3.4 | ^4.4 | ^5.0", - "symfony/templating": "^3.4 | ^4.4 | ^5.0" + "phpunit/phpunit": "^8.5 | ^9.5", + "symfony/expression-language": "^3.4 | ^4.4 | ^5.0 | ^6.0", + "symfony/phpunit-bridge": "^5.2 | ^6.0", + "symfony/templating": "^3.4 | ^4.4 | ^5.0 | ^6.0" }, "type": "symfony-bundle", "extra": { @@ -7606,40 +7936,38 @@ ], "support": { "issues": "https://github.com/KnpLabs/KnpMenuBundle/issues", - "source": "https://github.com/KnpLabs/KnpMenuBundle/tree/v3.1.0" + "source": "https://github.com/KnpLabs/KnpMenuBundle/tree/v3.2.0" }, - "time": "2020-11-29T17:04:51+00:00" + "time": "2021-10-24T07:53:34+00:00" }, { "name": "knpuniversity/oauth2-client-bundle", - "version": "v2.8.0", + "version": "v2.9.0", "source": { "type": "git", "url": "https://github.com/knpuniversity/oauth2-client-bundle.git", - "reference": "5493de2a2e6385bb31426dce57e8113610359c30" + "reference": "2c925911cca6ed16b0695000bf927d405815dc36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/5493de2a2e6385bb31426dce57e8113610359c30", - "reference": "5493de2a2e6385bb31426dce57e8113610359c30", + "url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/2c925911cca6ed16b0695000bf927d405815dc36", + "reference": "2c925911cca6ed16b0695000bf927d405815dc36", "shasum": "" }, "require": { - "league/oauth2-client": "^1.0|^2.0", - "php": ">=7.1.3", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/framework-bundle": "^4.4|^5.0", - "symfony/http-foundation": "^4.4|^5.0", - "symfony/routing": "^4.4|^5.0" + "league/oauth2-client": "^2.0", + "php": ">=7.2.5", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/framework-bundle": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^4.4|^5.0|^6.0", + "symfony/routing": "^4.4|^5.0|^6.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.18", "league/oauth2-facebook": "^1.1|^2.0", - "phpspec/prophecy": "^1.8", "phpstan/phpstan": "^0.12", - "symfony/phpunit-bridge": "^4.4|^5.0", - "symfony/security-guard": "^4.4|^5.0", - "symfony/yaml": "^4.4|^5.0" + "symfony/phpunit-bridge": "^5.3.1|^6.0", + "symfony/security-guard": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/security-guard": "For integration with Symfony's Guard Security layer" @@ -7668,9 +7996,9 @@ ], "support": { "issues": "https://github.com/knpuniversity/oauth2-client-bundle/issues", - "source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.8.0" + "source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.9.0" }, - "time": "2021-03-23T18:18:21+00:00" + "time": "2021-11-22T01:40:58+00:00" }, { "name": "laminas/laminas-code", @@ -7743,31 +8071,31 @@ }, { "name": "laminas/laminas-eventmanager", - "version": "3.3.1", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-eventmanager.git", - "reference": "966c859b67867b179fde1eff0cd38df51472ce4a" + "reference": "a93fd278c97b2d41ebbce5ba048a24e3e6f580ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/966c859b67867b179fde1eff0cd38df51472ce4a", - "reference": "966c859b67867b179fde1eff0cd38df51472ce4a", + "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/a93fd278c97b2d41ebbce5ba048a24e3e6f580ba", + "reference": "a93fd278c97b2d41ebbce5ba048a24e3e6f580ba", "shasum": "" }, "require": { - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ^8.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, - "replace": { - "zendframework/zend-eventmanager": "^3.2.1" + "conflict": { + "zendframework/zend-eventmanager": "*" }, "require-dev": { "container-interop/container-interop": "^1.1", - "laminas/laminas-coding-standard": "~1.0.0", - "laminas/laminas-stdlib": "^2.7.3 || ^3.0", - "phpbench/phpbench": "^0.17.1", - "phpunit/phpunit": "^8.5.8" + "laminas/laminas-coding-standard": "~2.2.1", + "laminas/laminas-stdlib": "^3.6", + "phpbench/phpbench": "^1.1", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5.5" }, "suggest": { "container-interop/container-interop": "^1.1, to use the lazy listeners feature", @@ -7805,27 +8133,27 @@ "type": "community_bridge" } ], - "time": "2021-03-08T15:24:29+00:00" + "time": "2021-09-07T22:35:32+00:00" }, { "name": "laminas/laminas-zendframework-bridge", - "version": "1.2.0", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git", - "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32" + "reference": "88bf037259869891afce6504cacc4f8a07b24d0f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32", - "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32", + "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/88bf037259869891afce6504cacc4f8a07b24d0f", + "reference": "88bf037259869891afce6504cacc4f8a07b24d0f", "shasum": "" }, "require": { - "php": "^7.3 || ^8.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", + "phpunit/phpunit": "^9.3", "psalm/plugin-phpunit": "^0.15.1", "squizlabs/php_codesniffer": "^3.5", "vimeo/psalm": "^4.6" @@ -7867,20 +8195,20 @@ "type": "community_bridge" } ], - "time": "2021-02-25T21:54:58+00:00" + "time": "2021-12-21T14:34:37+00:00" }, { "name": "lcobucci/jwt", - "version": "3.4.5", + "version": "3.4.6", "source": { "type": "git", "url": "https://github.com/lcobucci/jwt.git", - "reference": "511629a54465e89a31d3d7e4cf0935feab8b14c1" + "reference": "3ef8657a78278dfeae7707d51747251db4176240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/jwt/zipball/511629a54465e89a31d3d7e4cf0935feab8b14c1", - "reference": "511629a54465e89a31d3d7e4cf0935feab8b14c1", + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/3ef8657a78278dfeae7707d51747251db4176240", + "reference": "3ef8657a78278dfeae7707d51747251db4176240", "shasum": "" }, "require": { @@ -7932,7 +8260,7 @@ ], "support": { "issues": "https://github.com/lcobucci/jwt/issues", - "source": "https://github.com/lcobucci/jwt/tree/3.4.5" + "source": "https://github.com/lcobucci/jwt/tree/3.4.6" }, "funding": [ { @@ -7944,20 +8272,20 @@ "type": "patreon" } ], - "time": "2021-02-16T09:40:01+00:00" + "time": "2021-09-28T19:18:28+00:00" }, { "name": "league/flysystem", - "version": "1.1.3", + "version": "1.1.9", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "9be3b16c877d477357c015cec057548cf9b2a14a" + "reference": "094defdb4a7001845300334e7c1ee2335925ef99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a", - "reference": "9be3b16c877d477357c015cec057548cf9b2a14a", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99", + "reference": "094defdb4a7001845300334e7c1ee2335925ef99", "shasum": "" }, "require": { @@ -7973,7 +8301,6 @@ "phpunit/phpunit": "^8.5.8" }, "suggest": { - "ext-fileinfo": "Required for MimeType", "ext-ftp": "Allows you to use FTP server storage", "ext-openssl": "Allows you to use FTPS server storage", "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", @@ -8031,7 +8358,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/1.x" + "source": "https://github.com/thephpleague/flysystem/tree/1.1.9" }, "funding": [ { @@ -8039,20 +8366,20 @@ "type": "other" } ], - "time": "2020-08-23T07:39:11+00:00" + "time": "2021-12-09T09:40:50+00:00" }, { "name": "league/mime-type-detection", - "version": "1.7.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", - "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3" + "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", - "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/aa70e813a6ad3d1558fc927863d47309b4c23e69", + "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69", "shasum": "" }, "require": { @@ -8060,7 +8387,7 @@ "php": "^7.2 || ^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.18", + "friendsofphp/php-cs-fixer": "^3.2", "phpstan/phpstan": "^0.12.68", "phpunit/phpunit": "^8.5.8 || ^9.3" }, @@ -8083,7 +8410,7 @@ "description": "Mime-type detection for Flysystem", "support": { "issues": "https://github.com/thephpleague/mime-type-detection/issues", - "source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0" + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.9.0" }, "funding": [ { @@ -8095,20 +8422,20 @@ "type": "tidelift" } ], - "time": "2021-01-18T20:58:21+00:00" + "time": "2021-11-21T11:48:40+00:00" }, { "name": "league/oauth2-client", - "version": "2.6.0", + "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-client.git", - "reference": "badb01e62383430706433191b82506b6df24ad98" + "reference": "2334c249907190c132364f5dae0287ab8666aa19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/badb01e62383430706433191b82506b6df24ad98", - "reference": "badb01e62383430706433191b82506b6df24ad98", + "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/2334c249907190c132364f5dae0287ab8666aa19", + "reference": "2334c249907190c132364f5dae0287ab8666aa19", "shasum": "" }, "require": { @@ -8117,9 +8444,9 @@ "php": "^5.6 || ^7.0 || ^8.0" }, "require-dev": { - "mockery/mockery": "^1.3", - "php-parallel-lint/php-parallel-lint": "^1.2", - "phpunit/phpunit": "^5.7 || ^6.0 || ^9.3", + "mockery/mockery": "^1.3.5", + "php-parallel-lint/php-parallel-lint": "^1.3.1", + "phpunit/phpunit": "^5.7 || ^6.0 || ^9.5", "squizlabs/php_codesniffer": "^2.3 || ^3.0" }, "type": "library", @@ -8163,22 +8490,22 @@ ], "support": { "issues": "https://github.com/thephpleague/oauth2-client/issues", - "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.0" + "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.1" }, - "time": "2020-10-28T02:03:40+00:00" + "time": "2021-12-22T16:42:49+00:00" }, { "name": "lexik/jwt-authentication-bundle", - "version": "v2.11.3", + "version": "v2.14.4", "source": { "type": "git", "url": "https://github.com/lexik/LexikJWTAuthenticationBundle.git", - "reference": "9358649d03ba41e1c98effa0a6e39c0317cceeec" + "reference": "b08d174fc979e12f609ad075e49b46a9e30ecfac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lexik/LexikJWTAuthenticationBundle/zipball/9358649d03ba41e1c98effa0a6e39c0317cceeec", - "reference": "9358649d03ba41e1c98effa0a6e39c0317cceeec", + "url": "https://api.github.com/repos/lexik/LexikJWTAuthenticationBundle/zipball/b08d174fc979e12f609ad075e49b46a9e30ecfac", + "reference": "b08d174fc979e12f609ad075e49b46a9e30ecfac", "shasum": "" }, "require": { @@ -8186,27 +8513,36 @@ "lcobucci/jwt": "^3.4|^4.0", "namshi/jose": "^7.2", "php": ">=7.1", - "symfony/framework-bundle": "^4.4|^5.1", - "symfony/security-bundle": "^4.4|^5.1" + "symfony/config": "^4.4|^5.3|^6.0", + "symfony/dependency-injection": "^4.4|^5.3|^6.0", + "symfony/deprecation-contracts": "^2.4|^3.0", + "symfony/event-dispatcher": "^4.4|^5.3|^6.0", + "symfony/http-foundation": "^4.4|^5.3|^6.0", + "symfony/http-kernel": "^4.4|^5.3|^6.0", + "symfony/property-access": "^4.4|^5.3|^6.0", + "symfony/security-bundle": "^4.4|^5.3|^6.0", + "symfony/security-core": "^4.4|^5.3|^6.0", + "symfony/security-http": "^4.4|^5.3|^6.0" }, - "require-dev": { - "symfony/browser-kit": "^4.4|^5.1", - "symfony/console": "^4.4|^5.1", - "symfony/dom-crawler": "^4.4|^5.1", - "symfony/phpunit-bridge": "^4.4|^5.1", - "symfony/var-dumper": "^4.4|^5.1", - "symfony/yaml": "^4.4|^5.1" + "conflict": { + "symfony/console": "<4.4" }, - "suggest": { - "gesdinet/jwt-refresh-token-bundle": "Implements a refresh token system over Json Web Tokens in Symfony", - "spomky-labs/lexik-jose-bridge": "Provides a JWT Token encoder with encryption support" + "require-dev": { + "symfony/browser-kit": "^4.4|^5.3|^6.0", + "symfony/console": "^4.4|^5.3|^6.0", + "symfony/dom-crawler": "^4.4|^5.3|^6.0", + "symfony/filesystem": "^4.4|^5.3|^6.0", + "symfony/framework-bundle": "^4.4|^5.3|^6.0", + "symfony/phpunit-bridge": "^4.4|^5.3|^6.0", + "symfony/security-guard": "^4.4|^5.3", + "symfony/var-dumper": "^4.4|^5.3|^6.0", + "symfony/yaml": "^4.4|^5.3|^6.0" }, - "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } + "suggest": { + "gesdinet/jwt-refresh-token-bundle": "Implements a refresh token system over Json Web Tokens in Symfony", + "spomky-labs/lexik-jose-bridge": "Provides a JWT Token encoder with encryption support" }, + "type": "symfony-bundle", "autoload": { "psr-4": { "Lexik\\Bundle\\JWTAuthenticationBundle\\": "" @@ -8263,7 +8599,7 @@ ], "support": { "issues": "https://github.com/lexik/LexikJWTAuthenticationBundle/issues", - "source": "https://github.com/lexik/LexikJWTAuthenticationBundle/tree/v2.11.3" + "source": "https://github.com/lexik/LexikJWTAuthenticationBundle/tree/v2.14.4" }, "funding": [ { @@ -8275,50 +8611,55 @@ "type": "tidelift" } ], - "time": "2021-05-12T09:43:57+00:00" + "time": "2022-01-04T23:33:23+00:00" }, { "name": "liip/imagine-bundle", - "version": "2.6.1", + "version": "2.7.6", "source": { "type": "git", "url": "https://github.com/liip/LiipImagineBundle.git", - "reference": "00f3ccfccb33834b44f82c17cca80bfd83882bb3" + "reference": "9baad226c7cbc85e7cd751d2bc587c35b0ad0325" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/00f3ccfccb33834b44f82c17cca80bfd83882bb3", - "reference": "00f3ccfccb33834b44f82c17cca80bfd83882bb3", + "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/9baad226c7cbc85e7cd751d2bc587c35b0ad0325", + "reference": "9baad226c7cbc85e7cd751d2bc587c35b0ad0325", "shasum": "" }, "require": { + "ext-mbstring": "*", "imagine/imagine": "^1.2.4", "php": "^7.1|^8.0", - "symfony/filesystem": "^3.4|^4.3|^5.0", - "symfony/finder": "^3.4|^4.3|^5.0", - "symfony/framework-bundle": "^3.4.23|^4.3|^5.0", - "symfony/mime": "^4.3|^5.0", - "symfony/options-resolver": "^3.4|^4.3|^5.0", - "symfony/process": "^3.4|^4.3|^5.0", + "symfony/filesystem": "^3.4|^4.4|^5.3|^6.0", + "symfony/finder": "^3.4|^4.4|^5.3|^6.0", + "symfony/framework-bundle": "^3.4.23|^4.4|^5.3|^6.0", + "symfony/mime": "^4.4|^5.3|^6.0", + "symfony/options-resolver": "^3.4|^4.4|^5.3|^6.0", + "symfony/process": "^3.4|^4.4|^5.3|^6.0", "twig/twig": "^1.44|^2.9|^3.0" }, "require-dev": { "amazonwebservices/aws-sdk-for-php": "^1.0", "aws/aws-sdk-php": "^2.4", - "doctrine/cache": "^1.1", + "doctrine/cache": "^1.11|^2.0", "doctrine/persistence": "^1.3|^2.0", "enqueue/enqueue-bundle": "^0.9|^0.10", "ext-gd": "*", - "league/flysystem": "^1.0|^2.0", + "league/flysystem": "^1.0|^2.0|^3.0", + "phpstan/phpstan": "^0.12.64", + "psr/cache": "^1.0|^2.0|^3.0", "psr/log": "^1.0", - "symfony/browser-kit": "^3.4|^4.3|^5.0", - "symfony/console": "^3.4|^4.3|^5.0", - "symfony/dependency-injection": "^3.4|^4.3|^5.0", - "symfony/form": "^3.4|^4.3|^5.0", - "symfony/phpunit-bridge": "^5.2", - "symfony/templating": "^3.4|^4.3|^5.0", - "symfony/validator": "^3.4|^4.3|^5.0", - "symfony/yaml": "^3.4|^4.3|^5.0" + "symfony/browser-kit": "^3.4|^4.4|^5.3|^6.0", + "symfony/cache": "^3.4|^4.4|^5.3|^6.0", + "symfony/console": "^3.4|^4.4|^5.3|^6.0", + "symfony/dependency-injection": "^3.4|^4.4|^5.3|^6.0", + "symfony/form": "^3.4|^4.4|^5.3|^6.0", + "symfony/messenger": "^4.4|^5.3|^6.0", + "symfony/phpunit-bridge": "^5.3", + "symfony/templating": "^3.4|^4.4|^5.3|^6.0", + "symfony/validator": "^3.4|^4.4|^5.3|^6.0", + "symfony/yaml": "^3.4|^4.4|^5.3|^6.0" }, "suggest": { "alcaeus/mongo-php-adapter": "required for mongodb components", @@ -8333,6 +8674,7 @@ "ext-mongodb": "required for mongodb components", "league/flysystem": "required to use FlySystem data loader or cache resolver", "monolog/monolog": "A psr/log compatible logger is required to enable logging", + "symfony/messenger": "If you like to process images in background", "symfony/templating": "required to use deprecated Templating component instead of Twig" }, "type": "symfony-bundle", @@ -8369,25 +8711,26 @@ ], "support": { "issues": "https://github.com/liip/LiipImagineBundle/issues", - "source": "https://github.com/liip/LiipImagineBundle/tree/2.6.1" + "source": "https://github.com/liip/LiipImagineBundle/tree/2.7.6" }, - "time": "2021-05-22T08:55:29+00:00" + "time": "2022-01-14T16:46:57+00:00" }, { "name": "mck89/peast", - "version": "v1.13.0", + "version": "v1.13.11", "source": { "type": "git", "url": "https://github.com/mck89/peast.git", - "reference": "db38b1524f5bda921cbda2385e440c2bb71d18b4" + "reference": "78c57966f3da5f223636ea0417d71ac6ff61e47f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mck89/peast/zipball/db38b1524f5bda921cbda2385e440c2bb71d18b4", - "reference": "db38b1524f5bda921cbda2385e440c2bb71d18b4", + "url": "https://api.github.com/repos/mck89/peast/zipball/78c57966f3da5f223636ea0417d71ac6ff61e47f", + "reference": "78c57966f3da5f223636ea0417d71ac6ff61e47f", "shasum": "" }, "require": { + "ext-mbstring": "*", "php": ">=5.4.0" }, "require-dev": { @@ -8396,7 +8739,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13.0-dev" + "dev-master": "1.13.11-dev" } }, "autoload": { @@ -8418,9 +8761,9 @@ "description": "Peast is PHP library that generates AST for JavaScript code", "support": { "issues": "https://github.com/mck89/peast/issues", - "source": "https://github.com/mck89/peast/tree/v1.13.0" + "source": "https://github.com/mck89/peast/tree/v1.13.11" }, - "time": "2021-05-22T16:06:09+00:00" + "time": "2022-01-11T17:58:18+00:00" }, { "name": "mhujer/breadcrumbs-bundle", @@ -8482,24 +8825,24 @@ }, { "name": "monolog/monolog", - "version": "2.2.0", + "version": "2.3.5", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084" + "reference": "fd4380d6fc37626e2f799f29d91195040137eba9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084", - "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9", + "reference": "fd4380d6fc37626e2f799f29d91195040137eba9", "shasum": "" }, "require": { "php": ">=7.2", - "psr/log": "^1.0.1" + "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "provide": { - "psr/log-implementation": "1.0.0" + "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", @@ -8507,14 +8850,14 @@ "elasticsearch/elasticsearch": "^7", "graylog2/gelf-php": "^1.4.2", "mongodb/mongodb": "^1.8", - "php-amqplib/php-amqplib": "~2.4", + "php-amqplib/php-amqplib": "~2.4 || ^3", "php-console/php-console": "^3.1.3", "phpspec/prophecy": "^1.6.1", - "phpstan/phpstan": "^0.12.59", + "phpstan/phpstan": "^0.12.91", "phpunit/phpunit": "^8.5", "predis/predis": "^1.1", "rollbar/rollbar": "^1.3", - "ruflin/elastica": ">=0.90 <7.0.1", + "ruflin/elastica": ">=0.90@dev", "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { @@ -8522,8 +8865,11 @@ "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", "ext-mbstring": "Allow to work properly with unicode symbols", "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", + "ext-openssl": "Required to send log messages using SSL", + "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", @@ -8562,7 +8908,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.2.0" + "source": "https://github.com/Seldaek/monolog/tree/2.3.5" }, "funding": [ { @@ -8574,7 +8920,7 @@ "type": "tidelift" } ], - "time": "2020-12-14T13:15:25+00:00" + "time": "2021-10-01T21:08:31+00:00" }, { "name": "namshi/jose", @@ -8645,24 +8991,24 @@ }, { "name": "nelmio/cors-bundle", - "version": "2.1.1", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/nelmio/NelmioCorsBundle.git", - "reference": "0b964b665016dfb61dd0fd2bb8c24afb1ae45a93" + "reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/0b964b665016dfb61dd0fd2bb8c24afb1ae45a93", - "reference": "0b964b665016dfb61dd0fd2bb8c24afb1ae45a93", + "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0", + "reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0", "shasum": "" }, "require": { - "symfony/framework-bundle": "^4.3 || ^5.0" + "symfony/framework-bundle": "^4.3 || ^5.0 || ^6.0" }, "require-dev": { "mockery/mockery": "^1.2", - "symfony/phpunit-bridge": "^4.3 || ^5.0" + "symfony/phpunit-bridge": "^4.3 || ^5.0 || ^6.0" }, "type": "symfony-bundle", "extra": { @@ -8700,33 +9046,38 @@ ], "support": { "issues": "https://github.com/nelmio/NelmioCorsBundle/issues", - "source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.1.1" + "source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.2.0" }, - "time": "2021-04-20T08:27:05+00:00" + "time": "2021-12-01T09:34:27+00:00" }, { "name": "nelmio/solarium-bundle", - "version": "v4.0.0", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/nelmio/NelmioSolariumBundle.git", - "reference": "8f1f4de573d96146ae19b7f07320bace5ec20033" + "reference": "8272b87ab33bc8721c290dacc86ddd9d8cd249a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nelmio/NelmioSolariumBundle/zipball/8f1f4de573d96146ae19b7f07320bace5ec20033", - "reference": "8f1f4de573d96146ae19b7f07320bace5ec20033", + "url": "https://api.github.com/repos/nelmio/NelmioSolariumBundle/zipball/8272b87ab33bc8721c290dacc86ddd9d8cd249a1", + "reference": "8272b87ab33bc8721c290dacc86ddd9d8cd249a1", "shasum": "" }, "require": { - "php": "^7.2", - "solarium/solarium": "^5.0", - "symfony/framework-bundle": "^3.4 || ^4.2 || ^5.0" + "php": "^7.3 || ^8.0", + "solarium/solarium": "^6.1", + "symfony/framework-bundle": "^4.4 || ^5.3 || ^6.0" }, "require-dev": { - "symfony/phpunit-bridge": "^5.0" + "symfony/phpunit-bridge": "^5.3" }, "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, "autoload": { "psr-4": { "Nelmio\\SolariumBundle\\": "src/" @@ -8750,29 +9101,31 @@ ], "support": { "issues": "https://github.com/nelmio/NelmioSolariumBundle/issues", - "source": "https://github.com/nelmio/NelmioSolariumBundle/tree/4.x" + "source": "https://github.com/nelmio/NelmioSolariumBundle/tree/v5.0.0" }, - "time": "2020-05-08T14:31:50+00:00" + "time": "2021-11-16T10:10:36+00:00" }, { "name": "netgen/query-translator", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/netgen/query-translator.git", - "reference": "bdf41f18ffee308a7a86aae4b3b2f70881518623" + "reference": "d38e4e4d947aa205ff81594d302b1080e96b79f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/netgen/query-translator/zipball/bdf41f18ffee308a7a86aae4b3b2f70881518623", - "reference": "bdf41f18ffee308a7a86aae4b3b2f70881518623", + "url": "https://api.github.com/repos/netgen/query-translator/zipball/d38e4e4d947aa205ff81594d302b1080e96b79f6", + "reference": "d38e4e4d947aa205ff81594d302b1080e96b79f6", "shasum": "" }, "require": { - "php": "~5.6|~7.0" + "php": "^7.0||^8.0" }, "require-dev": { - "phpunit/phpunit": "~5.0|~6.0" + "friendsofphp/php-cs-fixer": "^2.11", + "phpunit/phpunit": "*", + "symfony/phpunit-bridge": "*" }, "type": "library", "extra": { @@ -8811,9 +9164,9 @@ ], "support": { "issues": "https://github.com/netgen/query-translator/issues", - "source": "https://github.com/netgen/query-translator/tree/master" + "source": "https://github.com/netgen/query-translator/tree/1.1.0" }, - "time": "2017-12-01T05:38:57+00:00" + "time": "2022-01-13T09:24:37+00:00" }, { "name": "nicmart/tree", @@ -8857,16 +9210,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.10.5", + "version": "v4.13.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f" + "reference": "210577fe3cf7badcc5814d99455df46564f3c077" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f", - "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077", + "reference": "210577fe3cf7badcc5814d99455df46564f3c077", "shasum": "" }, "require": { @@ -8907,9 +9260,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2" }, - "time": "2021-05-03T19:11:20+00:00" + "time": "2021-11-30T19:35:32+00:00" }, { "name": "onesky/api-library-php5", @@ -8952,16 +9305,16 @@ }, { "name": "oneup/flysystem-bundle", - "version": "3.7.0", + "version": "3.7.1", "source": { "type": "git", "url": "https://github.com/1up-lab/OneupFlysystemBundle.git", - "reference": "de1aa0fa361496b3837da5cac286f029595581da" + "reference": "7c9483c1eb21d80ed487d87cdc2a9b359fb8e8f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/1up-lab/OneupFlysystemBundle/zipball/de1aa0fa361496b3837da5cac286f029595581da", - "reference": "de1aa0fa361496b3837da5cac286f029595581da", + "url": "https://api.github.com/repos/1up-lab/OneupFlysystemBundle/zipball/7c9483c1eb21d80ed487d87cdc2a9b359fb8e8f4", + "reference": "7c9483c1eb21d80ed487d87cdc2a9b359fb8e8f4", "shasum": "" }, "require": { @@ -9055,9 +9408,9 @@ ], "support": { "issues": "https://github.com/1up-lab/OneupFlysystemBundle/issues", - "source": "https://github.com/1up-lab/OneupFlysystemBundle/tree/3.7.0" + "source": "https://github.com/1up-lab/OneupFlysystemBundle/tree/3.7.1" }, - "time": "2020-12-22T08:19:35+00:00" + "time": "2021-08-02T12:11:02+00:00" }, { "name": "overblog/graphiql-bundle", @@ -9127,29 +9480,29 @@ }, { "name": "overblog/graphql-bundle", - "version": "v0.12.11", + "version": "v0.13.7", "source": { "type": "git", "url": "https://github.com/overblog/GraphQLBundle.git", - "reference": "88cb995ca09eb49b0cbf5372072bdc52e6f597cb" + "reference": "53a2f88285142db02704ad8902de298712616d6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/overblog/GraphQLBundle/zipball/88cb995ca09eb49b0cbf5372072bdc52e6f597cb", - "reference": "88cb995ca09eb49b0cbf5372072bdc52e6f597cb", + "url": "https://api.github.com/repos/overblog/GraphQLBundle/zipball/53a2f88285142db02704ad8902de298712616d6b", + "reference": "53a2f88285142db02704ad8902de298712616d6b", "shasum": "" }, "require": { "ext-json": "*", - "php": ">=7.1", + "php": ">=7.2", "psr/log": "^1.0", - "symfony/config": "^3.4 || ^4.0 || ^5.0", - "symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0", - "symfony/event-dispatcher": "^3.4 || ^4.0 || ^5.0", - "symfony/expression-language": "^3.4 || ^4.0 || ^5.0", - "symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0", - "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0", - "symfony/property-access": "^3.4 || ^4.0 || ^5.0", + "symfony/config": "^4.3 || ^5.0", + "symfony/dependency-injection": "^4.3 || ^5.0", + "symfony/event-dispatcher": "^4.3 || ^5.0", + "symfony/expression-language": "^4.3 || ^5.0", + "symfony/framework-bundle": "^4.3 || ^5.0", + "symfony/options-resolver": "^4.3 || ^5.0", + "symfony/property-access": "^4.3 || ^5.0", "webonyx/graphql-php": "^0.13.5" }, "replace": { @@ -9157,27 +9510,32 @@ }, "require-dev": { "doctrine/orm": "^2.5", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-shim": "^0.11.19", + "phpstan/phpstan-symfony": "^0.11", "phpunit/phpunit": "<8.3", "react/promise": "^2.5", - "symfony/asset": "^3.4 || ^4.0 || ^5.0", - "symfony/browser-kit": "^3.4 || ^4.0 || ^5.0", - "symfony/console": "^3.4 || ^4.0 || ^5.0", - "symfony/css-selector": "^3.4 || ^4.0 || ^5.0", - "symfony/phpunit-bridge": "^3.4 || ^4.0 || ^5.0", - "symfony/process": "^3.4 || ^4.0 || ^5.0", - "symfony/security-bundle": "^3.4 || ^4.0 || ^5.0", - "symfony/validator": "^3.4 || ^4.0 || ^5.0", - "symfony/yaml": "^3.4 || ^4.0 || ^5.0" + "symfony/asset": "^4.3 || ^5.0", + "symfony/browser-kit": "^4.3 || ^5.0", + "symfony/console": "^4.3 || ^5.0", + "symfony/css-selector": "^4.3 || ^5.0", + "symfony/phpunit-bridge": "^4.3 || ^5.0", + "symfony/process": "^4.3 || ^5.0", + "symfony/security-bundle": "^4.3 || ^5.0", + "symfony/validator": "^4.3 || ^5.0", + "symfony/yaml": "^4.3 || ^5.0" }, "suggest": { "nelmio/cors-bundle": "For more flexibility when using CORS prefight", "overblog/graphiql-bundle": "If you want to use graphiQL.", - "react/promise": "To use ReactPHP promise adapter" + "react/promise": "To use ReactPHP promise adapter", + "symfony/translation": "If you want validation error messages to be translated." }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "0.12-dev" + "dev-master": "0.13-dev" } }, "autoload": { @@ -9203,28 +9561,29 @@ ], "support": { "issues": "https://github.com/overblog/GraphQLBundle/issues", - "source": "https://github.com/overblog/GraphQLBundle/tree/v0.12.11" + "source": "https://github.com/overblog/GraphQLBundle/tree/v0.13.7" }, - "time": "2021-04-28T07:33:03+00:00" + "time": "2021-11-22T13:33:12+00:00" }, { "name": "pagerfanta/pagerfanta", - "version": "v2.7.1", + "version": "v2.7.2", "source": { "type": "git", "url": "https://github.com/BabDev/Pagerfanta.git", - "reference": "630f38d57c86b67565b644db9d270ffb6d67123f" + "reference": "911f515ae80898981c07c3d098f2092e97da1a2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/BabDev/Pagerfanta/zipball/630f38d57c86b67565b644db9d270ffb6d67123f", - "reference": "630f38d57c86b67565b644db9d270ffb6d67123f", + "url": "https://api.github.com/repos/BabDev/Pagerfanta/zipball/911f515ae80898981c07c3d098f2092e97da1a2f", + "reference": "911f515ae80898981c07c3d098f2092e97da1a2f", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.2 || ^8.0", - "symfony/deprecation-contracts": "^2.1" + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-php80": "^1.15" }, "conflict": { "twig/twig": "<1.35 || >=2.0,<2.5" @@ -9241,22 +9600,24 @@ "pagerfanta/twig": "self.version" }, "require-dev": { - "dg/bypass-finals": "^1.2.2", + "dg/bypass-finals": "^1.3.1", + "doctrine/cache": "^1.11 || ^2.0", "doctrine/collections": "^1.4", "doctrine/dbal": "^2.5 || ^3.0", "doctrine/orm": "^2.5", "doctrine/phpcr-odm": "^1.3", - "friendsofphp/php-cs-fixer": "^2.18.2", + "friendsofphp/php-cs-fixer": "^3.0", "jackalope/jackalope-doctrine-dbal": "^1.3", "mandango/mandango": "^1.0@dev", - "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "^0.12.79", - "phpstan/phpstan-phpunit": "^0.12.17", - "phpunit/phpunit": "^8.5 || ^9.0", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^0.12.93", + "phpstan/phpstan-phpunit": "^0.12.21", + "phpunit/phpunit": "^8.5 || ^9.5", "propel/propel": "^2.0@dev", "propel/propel1": "^1.7", "ruflin/elastica": "^1.3 || ^2.0 || ^3.0 || ^5.0 || ^6.0 || ^7.0", "solarium/solarium": "^2.3 || ^3.0 || ^4.0 || ^5.0 || ^6.0", + "symfony/cache": "^4.4 || ^5.2 || ^6.0", "twig/twig": "^1.35 || ^2.5 || ^3.0" }, "suggest": { @@ -9290,7 +9651,7 @@ ], "support": { "issues": "https://github.com/BabDev/Pagerfanta/issues", - "source": "https://github.com/BabDev/Pagerfanta/tree/v2.7.1" + "source": "https://github.com/BabDev/Pagerfanta/tree/v2.7.2" }, "funding": [ { @@ -9298,24 +9659,24 @@ "type": "github" } ], - "time": "2021-02-28T18:15:42+00:00" + "time": "2021-08-01T15:53:26+00:00" }, { "name": "paragonie/random_compat", - "version": "v9.99.99", + "version": "v9.99.100", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", "shasum": "" }, "require": { - "php": "^7" + "php": ">= 7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", @@ -9348,20 +9709,20 @@ "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, - "time": "2018-07-02T15:55:56+00:00" + "time": "2020-10-15T08:29:30+00:00" }, { "name": "php-http/client-common", - "version": "2.3.0", + "version": "2.5.0", "source": { "type": "git", "url": "https://github.com/php-http/client-common.git", - "reference": "e37e46c610c87519753135fb893111798c69076a" + "reference": "d135751167d57e27c74de674d6a30cef2dc8e054" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/client-common/zipball/e37e46c610c87519753135fb893111798c69076a", - "reference": "e37e46c610c87519753135fb893111798c69076a", + "url": "https://api.github.com/repos/php-http/client-common/zipball/d135751167d57e27c74de674d6a30cef2dc8e054", + "reference": "d135751167d57e27c74de674d6a30cef2dc8e054", "shasum": "" }, "require": { @@ -9372,14 +9733,14 @@ "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", - "symfony/options-resolver": "^2.6 || ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0", + "symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0", "symfony/polyfill-php80": "^1.17" }, "require-dev": { "doctrine/instantiator": "^1.1", "guzzlehttp/psr7": "^1.4", "nyholm/psr7": "^1.2", - "phpspec/phpspec": "^5.1 || ^6.0", + "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", "phpspec/prophecy": "^1.10.2", "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3" }, @@ -9421,22 +9782,22 @@ ], "support": { "issues": "https://github.com/php-http/client-common/issues", - "source": "https://github.com/php-http/client-common/tree/2.3.0" + "source": "https://github.com/php-http/client-common/tree/2.5.0" }, - "time": "2020-07-21T10:04:13+00:00" + "time": "2021-11-26T15:01:24+00:00" }, { "name": "php-http/curl-client", - "version": "2.2.0", + "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/php-http/curl-client.git", - "reference": "15b11b7c2f39fe61ef6a70e0c247b4a84e845cdb" + "reference": "2ed4245a817d859dd0c1d51c7078cdb343cf5233" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/curl-client/zipball/15b11b7c2f39fe61ef6a70e0c247b4a84e845cdb", - "reference": "15b11b7c2f39fe61ef6a70e0c247b4a84e845cdb", + "url": "https://api.github.com/repos/php-http/curl-client/zipball/2ed4245a817d859dd0c1d51c7078cdb343cf5233", + "reference": "2ed4245a817d859dd0c1d51c7078cdb343cf5233", "shasum": "" }, "require": { @@ -9447,7 +9808,7 @@ "php-http/message": "^1.2", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", - "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0" + "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, "provide": { "php-http/async-client-implementation": "1.0", @@ -9490,22 +9851,22 @@ ], "support": { "issues": "https://github.com/php-http/curl-client/issues", - "source": "https://github.com/php-http/curl-client/tree/2.2.0" + "source": "https://github.com/php-http/curl-client/tree/2.2.1" }, - "time": "2020-12-14T08:36:51+00:00" + "time": "2021-12-10T18:02:07+00:00" }, { "name": "php-http/discovery", - "version": "1.14.0", + "version": "1.14.1", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", - "reference": "778f722e29250c1fac0bbdef2c122fa5d038c9eb" + "reference": "de90ab2b41d7d61609f504e031339776bc8c7223" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/778f722e29250c1fac0bbdef2c122fa5d038c9eb", - "reference": "778f722e29250c1fac0bbdef2c122fa5d038c9eb", + "url": "https://api.github.com/repos/php-http/discovery/zipball/de90ab2b41d7d61609f504e031339776bc8c7223", + "reference": "de90ab2b41d7d61609f504e031339776bc8c7223", "shasum": "" }, "require": { @@ -9558,9 +9919,9 @@ ], "support": { "issues": "https://github.com/php-http/discovery/issues", - "source": "https://github.com/php-http/discovery/tree/1.14.0" + "source": "https://github.com/php-http/discovery/tree/1.14.1" }, - "time": "2021-06-01T14:30:21+00:00" + "time": "2021-09-18T07:57:46+00:00" }, { "name": "php-http/guzzle6-adapter", @@ -9693,16 +10054,16 @@ }, { "name": "php-http/message", - "version": "1.11.1", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/php-http/message.git", - "reference": "887734d9c515ad9a564f6581a682fff87a6253cc" + "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/message/zipball/887734d9c515ad9a564f6581a682fff87a6253cc", - "reference": "887734d9c515ad9a564f6581a682fff87a6253cc", + "url": "https://api.github.com/repos/php-http/message/zipball/7886e647a30a966a1a8d1dad1845b71ca8678361", + "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361", "shasum": "" }, "require": { @@ -9719,7 +10080,7 @@ "ext-zlib": "*", "guzzlehttp/psr7": "^1.0", "laminas/laminas-diactoros": "^2.0", - "phpspec/phpspec": "^5.1 || ^6.3", + "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", "slim/slim": "^3.0" }, "suggest": { @@ -9735,12 +10096,12 @@ } }, "autoload": { - "psr-4": { - "Http\\Message\\": "src/" - }, "files": [ "src/filters.php" - ] + ], + "psr-4": { + "Http\\Message\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -9761,9 +10122,9 @@ ], "support": { "issues": "https://github.com/php-http/message/issues", - "source": "https://github.com/php-http/message/tree/1.11.1" + "source": "https://github.com/php-http/message/tree/1.13.0" }, - "time": "2021-05-24T18:11:08+00:00" + "time": "2022-02-11T13:41:14+00:00" }, { "name": "php-http/message-factory", @@ -9931,16 +10292,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.2.2", + "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556" + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556", - "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", "shasum": "" }, "require": { @@ -9951,7 +10312,8 @@ "webmozart/assert": "^1.9.1" }, "require-dev": { - "mockery/mockery": "~1.3.2" + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" }, "type": "library", "extra": { @@ -9981,22 +10343,22 @@ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" }, - "time": "2020-09-03T19:13:55+00:00" + "time": "2021-10-19T17:43:47+00:00" }, { "name": "phpdocumentor/type-resolver", - "version": "1.4.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" + "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", - "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706", + "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706", "shasum": "" }, "require": { @@ -10004,7 +10366,8 @@ "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { - "ext-tokenizer": "*" + "ext-tokenizer": "*", + "psalm/phar": "^4.8" }, "type": "library", "extra": { @@ -10030,35 +10393,35 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0" }, - "time": "2020-09-17T18:55:26+00:00" + "time": "2022-01-04T19:58:01+00:00" }, { "name": "phpoption/phpoption", - "version": "1.7.5", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525" + "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525", - "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15", + "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15", "shasum": "" }, "require": { - "php": "^5.5.9 || ^7.0 || ^8.0" + "php": "^7.0 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", - "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0" + "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -10073,11 +10436,13 @@ "authors": [ { "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com" + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh" }, { "name": "Graham Campbell", - "email": "graham@alt-three.com" + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" } ], "description": "Option Type for PHP", @@ -10089,7 +10454,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.7.5" + "source": "https://github.com/schmittjoh/php-option/tree/1.8.1" }, "funding": [ { @@ -10101,38 +10466,37 @@ "type": "tidelift" } ], - "time": "2020-07-20T17:29:33+00:00" + "time": "2021-12-04T23:24:31+00:00" }, { "name": "phpstan/phpdoc-parser", - "version": "0.5.4", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "e352d065af1ae9b41c12d1dfd309e90f7b1f55c9" + "reference": "dbc093d7af60eff5cd575d2ed761b15ed40bd08e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/e352d065af1ae9b41c12d1dfd309e90f7b1f55c9", - "reference": "e352d065af1ae9b41c12d1dfd309e90f7b1f55c9", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/dbc093d7af60eff5cd575d2ed761b15ed40bd08e", + "reference": "dbc093d7af60eff5cd575d2ed761b15ed40bd08e", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { - "phing/phing": "^2.16.3", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^0.12.60", - "phpstan/phpstan-strict-rules": "^0.12.5", - "phpunit/phpunit": "^7.5.20", + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^9.5", "symfony/process": "^5.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.5-dev" + "dev-master": "1.0-dev" } }, "autoload": { @@ -10149,9 +10513,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/0.5.4" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.2.0" }, - "time": "2021-04-03T14:46:19+00:00" + "time": "2021-09-16T20:46:02+00:00" }, { "name": "platformsh/config-reader", @@ -10198,16 +10562,16 @@ }, { "name": "platformsh/symfonyflex-bridge", - "version": "2.7.0", + "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/platformsh/symfonyflex-bridge.git", - "reference": "21ddcd983635a93166757803a8fcf2fc09b5e277" + "reference": "222c243ea1b16e28648bcd59b227e70ba1347b99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/platformsh/symfonyflex-bridge/zipball/21ddcd983635a93166757803a8fcf2fc09b5e277", - "reference": "21ddcd983635a93166757803a8fcf2fc09b5e277", + "url": "https://api.github.com/repos/platformsh/symfonyflex-bridge/zipball/222c243ea1b16e28648bcd59b227e70ba1347b99", + "reference": "222c243ea1b16e28648bcd59b227e70ba1347b99", "shasum": "" }, "require": { @@ -10241,9 +10605,9 @@ "description": "Bridge library for running Symfony Flex on Platform.sh", "support": { "issues": "https://github.com/platformsh/symfonyflex-bridge/issues", - "source": "https://github.com/platformsh/symfonyflex-bridge/tree/2.7.0" + "source": "https://github.com/platformsh/symfonyflex-bridge/tree/2.7.1" }, - "time": "2021-01-27T17:43:11+00:00" + "time": "2021-04-20T13:31:25+00:00" }, { "name": "psr/cache", @@ -10700,22 +11064,22 @@ }, { "name": "ramsey/uuid", - "version": "3.9.3", + "version": "3.9.6", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92" + "reference": "ffa80ab953edd85d5b6c004f96181a538aad35a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92", - "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/ffa80ab953edd85d5b6c004f96181a538aad35a3", + "reference": "ffa80ab953edd85d5b6c004f96181a538aad35a3", "shasum": "" }, "require": { "ext-json": "*", - "paragonie/random_compat": "^1 | ^2 | 9.99.99", - "php": "^5.4 | ^7 | ^8", + "paragonie/random_compat": "^1 | ^2 | ^9.99.99", + "php": "^5.4 | ^7.0 | ^8.0", "symfony/polyfill-ctype": "^1.8" }, "replace": { @@ -10724,14 +11088,16 @@ "require-dev": { "codeception/aspect-mock": "^1 | ^2", "doctrine/annotations": "^1.2", - "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1", - "jakub-onderka/php-parallel-lint": "^1", + "goaop/framework": "1.0.0-alpha.2 | ^1 | >=2.1.0 <=2.3.2", "mockery/mockery": "^0.9.11 | ^1", "moontoast/math": "^1.1", + "nikic/php-parser": "<=4.5.0", "paragonie/random-lib": "^2", - "php-mock/php-mock-phpunit": "^0.3 | ^1.1", - "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5", - "squizlabs/php_codesniffer": "^3.5" + "php-mock/php-mock-phpunit": "^0.3 | ^1.1 | ^2.6", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpunit/phpunit": ">=4.8.36 <9.0.0 | >=9.3.0", + "squizlabs/php_codesniffer": "^3.5", + "yoast/phpunit-polyfills": "^1.0" }, "suggest": { "ext-ctype": "Provides support for PHP Ctype functions", @@ -10789,36 +11155,46 @@ "source": "https://github.com/ramsey/uuid", "wiki": "https://github.com/ramsey/uuid/wiki" }, - "time": "2020-02-21T04:36:14+00:00" + "funding": [ + { + "url": "https://github.com/ramsey", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", + "type": "tidelift" + } + ], + "time": "2021-09-25T23:07:42+00:00" }, { "name": "react/promise", - "version": "v2.8.0", + "version": "v2.9.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4" + "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4", - "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4", + "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910", + "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36" + "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { - "psr-4": { - "React\\Promise\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "React\\Promise\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -10827,7 +11203,23 @@ "authors": [ { "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com" + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" + }, + { + "name": "Christian Lück", + "email": "christian@clue.engineering", + "homepage": "https://clue.engineering/" + }, + { + "name": "Cees-Jan Kiewiet", + "email": "reactphp@ceesjankiewiet.nl", + "homepage": "https://wyrihaximus.net/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", @@ -10837,22 +11229,32 @@ ], "support": { "issues": "https://github.com/reactphp/promise/issues", - "source": "https://github.com/reactphp/promise/tree/v2.8.0" + "source": "https://github.com/reactphp/promise/tree/v2.9.0" }, - "time": "2020-05-12T15:16:56+00:00" + "funding": [ + { + "url": "https://github.com/WyriHaximus", + "type": "github" + }, + { + "url": "https://github.com/clue", + "type": "github" + } + ], + "time": "2022-02-11T10:27:51+00:00" }, { "name": "scssphp/scssphp", - "version": "v1.5.2", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/scssphp/scssphp.git", - "reference": "6fe16f169f55f5e793474fb210aac0a4481619e5" + "reference": "9699a52a862da4efb43985943afa17150155dd3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/scssphp/scssphp/zipball/6fe16f169f55f5e793474fb210aac0a4481619e5", - "reference": "6fe16f169f55f5e793474fb210aac0a4481619e5", + "url": "https://api.github.com/repos/scssphp/scssphp/zipball/9699a52a862da4efb43985943afa17150155dd3d", + "reference": "9699a52a862da4efb43985943afa17150155dd3d", "shasum": "" }, "require": { @@ -10866,8 +11268,9 @@ "sass/sass-spec": "*", "squizlabs/php_codesniffer": "~3.5", "symfony/phpunit-bridge": "^5.1", + "thoughtbot/bourbon": "^7.0", "twbs/bootstrap": "~5.0", - "twbs/bootstrap4": "4.6.0", + "twbs/bootstrap4": "4.6.1", "zurb/foundation": "~6.5" }, "suggest": { @@ -10910,31 +11313,31 @@ ], "support": { "issues": "https://github.com/scssphp/scssphp/issues", - "source": "https://github.com/scssphp/scssphp/tree/v1.5.2" + "source": "https://github.com/scssphp/scssphp/tree/v1.10.0" }, - "time": "2021-05-18T00:05:58+00:00" + "time": "2022-01-06T18:16:18+00:00" }, { "name": "sensio/framework-extra-bundle", - "version": "v5.6.1", + "version": "v6.2.6", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", - "reference": "430d14c01836b77c28092883d195a43ce413ee32" + "reference": "6bd976c99ef3f78e31c9490a10ba6dd8901076eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/430d14c01836b77c28092883d195a43ce413ee32", - "reference": "430d14c01836b77c28092883d195a43ce413ee32", + "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/6bd976c99ef3f78e31c9490a10ba6dd8901076eb", + "reference": "6bd976c99ef3f78e31c9490a10ba6dd8901076eb", "shasum": "" }, "require": { "doctrine/annotations": "^1.0", "php": ">=7.2.5", - "symfony/config": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/framework-bundle": "^4.4|^5.0", - "symfony/http-kernel": "^4.4|^5.0" + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/framework-bundle": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0" }, "conflict": { "doctrine/doctrine-cache-bundle": "<1.3.1", @@ -10944,25 +11347,23 @@ "doctrine/dbal": "^2.10|^3.0", "doctrine/doctrine-bundle": "^1.11|^2.0", "doctrine/orm": "^2.5", - "nyholm/psr7": "^1.1", - "symfony/browser-kit": "^4.4|^5.0", - "symfony/doctrine-bridge": "^4.4|^5.0", - "symfony/dom-crawler": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/finder": "^4.4|^5.0", - "symfony/monolog-bridge": "^4.0|^5.0", + "symfony/browser-kit": "^4.4|^5.0|^6.0", + "symfony/doctrine-bridge": "^4.4|^5.0|^6.0", + "symfony/dom-crawler": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/monolog-bridge": "^4.0|^5.0|^6.0", "symfony/monolog-bundle": "^3.2", - "symfony/phpunit-bridge": "^4.4.9|^5.0.9", - "symfony/psr-http-message-bridge": "^1.1", - "symfony/security-bundle": "^4.4|^5.0", - "symfony/twig-bundle": "^4.4|^5.0", - "symfony/yaml": "^4.4|^5.0", + "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0", + "symfony/security-bundle": "^4.4|^5.0|^6.0", + "symfony/twig-bundle": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0", "twig/twig": "^1.34|^2.4|^3.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "5.6.x-dev" + "dev-master": "6.1.x-dev" } }, "autoload": { @@ -10990,9 +11391,9 @@ ], "support": { "issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues", - "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v5.6.1" + "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.2.6" }, - "time": "2020-08-25T19:10:18+00:00" + "time": "2022-01-14T11:51:13+00:00" }, { "name": "silversolutions/xsd-to-php", @@ -11044,38 +11445,37 @@ }, { "name": "solarium/solarium", - "version": "5.2.0", + "version": "6.2.3", "source": { "type": "git", "url": "https://github.com/solariumphp/solarium.git", - "reference": "9208b615cb2ed6f306be6e696431b6b71e4d42db" + "reference": "f91185d07d9d3f40ef92810e182e621c51635e8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/solariumphp/solarium/zipball/9208b615cb2ed6f306be6e696431b6b71e4d42db", - "reference": "9208b615cb2ed6f306be6e696431b6b71e4d42db", + "url": "https://api.github.com/repos/solariumphp/solarium/zipball/f91185d07d9d3f40ef92810e182e621c51635e8b", + "reference": "f91185d07d9d3f40ef92810e182e621c51635e8b", "shasum": "" }, "require": { "ext-json": "*", - "php": "^7.1.3", + "php": "^7.3 || ^8.0", + "psr/event-dispatcher": "^1.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", - "symfony/event-dispatcher": "^4.3 || ^5.0" + "symfony/event-dispatcher-contracts": "^1.0 || ^2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.16", - "guzzlehttp/guzzle": "^3.8 || ^6.2", + "escapestudios/symfony2-coding-standard": "^3.11", + "guzzlehttp/guzzle": "^7.2", "nyholm/psr7": "^1.2", - "php-coveralls/php-coveralls": "^2.1", - "php-http/guzzle6-adapter": "^2.0", - "phpunit/phpunit": "^8.0", - "squizlabs/php_codesniffer": "^3.4", - "symfony/phpunit-bridge": "^5.0", - "zendframework/zend-http": "^2.8" - }, - "suggest": { - "minimalcode/search": "Query builder compatible with Solarium, allows simplified solr-query handling" + "php-http/guzzle7-adapter": "^0.1", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpunit/phpunit": "^9.5", + "roave/security-advisories": "dev-master", + "symfony/event-dispatcher": "^4.3 || ^5.0" }, "type": "library", "autoload": { @@ -11090,7 +11490,7 @@ "authors": [ { "name": "See GitHub contributors", - "homepage": "https://github.com/basdenooijer/solarium/contributors" + "homepage": "https://github.com/solariumphp/solarium/contributors" } ], "description": "PHP Solr client", @@ -11102,9 +11502,9 @@ ], "support": { "issues": "https://github.com/solariumphp/solarium/issues", - "source": "https://github.com/solariumphp/solarium/tree/5.x" + "source": "https://github.com/solariumphp/solarium/tree/6.2.3" }, - "time": "2020-04-03T22:16:30+00:00" + "time": "2022-01-31T15:37:35+00:00" }, { "name": "soundasleep/html2text", @@ -11163,16 +11563,16 @@ }, { "name": "swiftmailer/swiftmailer", - "version": "v6.2.7", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "15f7faf8508e04471f666633addacf54c0ab5933" + "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/15f7faf8508e04471f666633addacf54c0ab5933", - "reference": "15f7faf8508e04471f666633addacf54c0ab5933", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c", + "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c", "shasum": "" }, "require": { @@ -11184,7 +11584,7 @@ }, "require-dev": { "mockery/mockery": "^1.0", - "symfony/phpunit-bridge": "^4.4|^5.0" + "symfony/phpunit-bridge": "^4.4|^5.4" }, "suggest": { "ext-intl": "Needed to support internationalized email addresses" @@ -11222,7 +11622,7 @@ ], "support": { "issues": "https://github.com/swiftmailer/swiftmailer/issues", - "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.7" + "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0" }, "funding": [ { @@ -11234,25 +11634,26 @@ "type": "tidelift" } ], - "time": "2021-03-09T12:30:35+00:00" + "abandoned": "symfony/mailer", + "time": "2021-10-18T15:26:12+00:00" }, { "name": "symfony-cmf/routing", - "version": "2.3.3", + "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/symfony-cmf/Routing.git", - "reference": "3c97e7b7709b313cecfb76d691ad4cc22acbf3f5" + "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/3c97e7b7709b313cecfb76d691ad4cc22acbf3f5", - "reference": "3c97e7b7709b313cecfb76d691ad4cc22acbf3f5", + "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/bbcdf2f6301d740454ba9ebb8adaefd436c36a6b", + "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "psr/log": "^1.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", "symfony/http-kernel": "^4.4 || ^5.0", "symfony/routing": "^4.4 || ^5.0" }, @@ -11295,31 +11696,36 @@ ], "support": { "issues": "https://github.com/symfony-cmf/Routing/issues", - "source": "https://github.com/symfony-cmf/Routing/tree/2.3.3" + "source": "https://github.com/symfony-cmf/Routing/tree/2.3.4" }, - "time": "2020-10-06T10:15:37+00:00" + "time": "2021-11-08T16:33:10+00:00" }, { "name": "symfony/asset", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", - "reference": "c65584ca108c9e51c80cc49ebdcb47dfd995431c" + "reference": "156e45cba14f9be3fe8b987e86f482a76aa078f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset/zipball/c65584ca108c9e51c80cc49ebdcb47dfd995431c", - "reference": "c65584ca108c9e51c80cc49ebdcb47dfd995431c", + "url": "https://api.github.com/repos/symfony/asset/zipball/156e45cba14f9be3fe8b987e86f482a76aa078f3", + "reference": "156e45cba14f9be3fe8b987e86f482a76aa078f3", "shasum": "" }, "require": { - "php": ">=7.2.5" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/http-foundation": "<5.3" }, "require-dev": { - "symfony/http-client": "^4.4|^5.0", - "symfony/http-foundation": "^4.4|^5.0", - "symfony/http-kernel": "^4.4|^5.0" + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^5.3|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/http-foundation": "" @@ -11350,7 +11756,7 @@ "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/asset/tree/v5.2.10" + "source": "https://github.com/symfony/asset/tree/v5.4.3" }, "funding": [ { @@ -11366,31 +11772,32 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/browser-kit", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "4fdcde557ae8f4f3666a9aad9dc076448e56a31a" + "reference": "18e73179c6a33d520de1b644941eba108dd811ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/4fdcde557ae8f4f3666a9aad9dc076448e56a31a", - "reference": "4fdcde557ae8f4f3666a9aad9dc076448e56a31a", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/18e73179c6a33d520de1b644941eba108dd811ad", + "reference": "18e73179c6a33d520de1b644941eba108dd811ad", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/dom-crawler": "^4.4|^5.0" + "symfony/dom-crawler": "^4.4|^5.0|^6.0", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { - "symfony/css-selector": "^4.4|^5.0", - "symfony/http-client": "^4.4|^5.0", - "symfony/mime": "^4.4|^5.0", - "symfony/process": "^4.4|^5.0" + "symfony/css-selector": "^4.4|^5.0|^6.0", + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/mime": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/process": "" @@ -11421,7 +11828,7 @@ "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v5.2.10" + "source": "https://github.com/symfony/browser-kit/tree/v5.4.3" }, "funding": [ { @@ -11437,54 +11844,56 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/cache", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "aaab9c4f6eccf20906c7675be3bf826e362676ce" + "reference": "4178f0a19ec3f1f76e7f1a07b8187cbe3d94b825" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/aaab9c4f6eccf20906c7675be3bf826e362676ce", - "reference": "aaab9c4f6eccf20906c7675be3bf826e362676ce", + "url": "https://api.github.com/repos/symfony/cache/zipball/4178f0a19ec3f1f76e7f1a07b8187cbe3d94b825", + "reference": "4178f0a19ec3f1f76e7f1a07b8187cbe3d94b825", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/cache": "^1.0|^2.0", - "psr/log": "^1.1", + "psr/log": "^1.1|^2|^3", "symfony/cache-contracts": "^1.1.7|^2", - "symfony/polyfill-php80": "^1.15", - "symfony/service-contracts": "^1.1|^2", - "symfony/var-exporter": "^4.4|^5.0" + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/var-exporter": "^4.4|^5.0|^6.0" }, "conflict": { - "doctrine/dbal": "<2.10", + "doctrine/dbal": "<2.13.1", "symfony/dependency-injection": "<4.4", "symfony/http-kernel": "<4.4", "symfony/var-dumper": "<4.4" }, "provide": { "psr/cache-implementation": "1.0|2.0", - "psr/simple-cache-implementation": "1.0", + "psr/simple-cache-implementation": "1.0|2.0", "symfony/cache-implementation": "1.0|2.0" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/cache": "^1.6|^2.0", - "doctrine/dbal": "^2.10|^3.0", + "doctrine/dbal": "^2.13.1|^3.0", "predis/predis": "^1.1", - "psr/simple-cache": "^1.0", - "symfony/config": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/filesystem": "^4.4|^5.0", - "symfony/http-kernel": "^4.4|^5.0", - "symfony/messenger": "^4.4|^5.0", - "symfony/var-dumper": "^4.4|^5.0" + "psr/simple-cache": "^1.0|^2.0", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/messenger": "^4.4|^5.0|^6.0", + "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { @@ -11516,7 +11925,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.2.10" + "source": "https://github.com/symfony/cache/tree/v5.4.3" }, "funding": [ { @@ -11532,20 +11941,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-26T16:28:35+00:00" }, { "name": "symfony/cache-contracts", - "version": "v2.4.0", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", - "reference": "c0446463729b89dd4fa62e9aeecc80287323615d" + "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/c0446463729b89dd4fa62e9aeecc80287323615d", - "reference": "c0446463729b89dd4fa62e9aeecc80287323615d", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ac2e168102a2e06a2624f0379bde94cd5854ced2", + "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2", "shasum": "" }, "require": { @@ -11558,7 +11967,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -11595,7 +12004,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/cache-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/cache-contracts/tree/v2.5.0" }, "funding": [ { @@ -11611,39 +12020,39 @@ "type": "tidelift" } ], - "time": "2021-03-23T23:28:01+00:00" + "time": "2021-08-17T14:20:01+00:00" }, { "name": "symfony/config", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "1156feb067e6962b3c4444d172fd0d4d8473cd5b" + "reference": "d65e1bd990c740e31feb07d2b0927b8d4df9956f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/1156feb067e6962b3c4444d172fd0d4d8473cd5b", - "reference": "1156feb067e6962b3c4444d172fd0d4d8473cd5b", + "url": "https://api.github.com/repos/symfony/config/zipball/d65e1bd990c740e31feb07d2b0927b8d4df9956f", + "reference": "d65e1bd990c740e31feb07d2b0927b8d4df9956f", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", - "symfony/filesystem": "^4.4|^5.0", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/filesystem": "^4.4|^5.0|^6.0", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/polyfill-php81": "^1.22" }, "conflict": { "symfony/finder": "<4.4" }, "require-dev": { - "symfony/event-dispatcher": "^4.4|^5.0", - "symfony/finder": "^4.4|^5.0", - "symfony/messenger": "^4.4|^5.0", - "symfony/service-contracts": "^1.1|^2", - "symfony/yaml": "^4.4|^5.0" + "symfony/event-dispatcher": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/messenger": "^4.4|^5.0|^6.0", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" @@ -11674,7 +12083,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v5.2.10" + "source": "https://github.com/symfony/config/tree/v5.4.3" }, "funding": [ { @@ -11690,31 +12099,33 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-03T09:50:52+00:00" }, { "name": "symfony/console", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "9e18ae5de0ca8c6d0a9784f5b4ae94fad5325040" + "reference": "a2a86ec353d825c75856c6fd14fac416a7bdb6b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/9e18ae5de0ca8c6d0a9784f5b4ae94fad5325040", - "reference": "9e18ae5de0ca8c6d0a9784f5b4ae94fad5325040", + "url": "https://api.github.com/repos/symfony/console/zipball/a2a86ec353d825c75856c6fd14fac416a7bdb6b8", + "reference": "a2a86ec353d825c75856c6fd14fac416a7bdb6b8", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php73": "^1.8", - "symfony/polyfill-php80": "^1.15", - "symfony/service-contracts": "^1.1|^2", - "symfony/string": "^5.1" + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/string": "^5.1|^6.0" }, "conflict": { + "psr/log": ">=3", "symfony/dependency-injection": "<4.4", "symfony/dotenv": "<5.1", "symfony/event-dispatcher": "<4.4", @@ -11722,16 +12133,16 @@ "symfony/process": "<4.4" }, "provide": { - "psr/log-implementation": "1.0" + "psr/log-implementation": "1.0|2.0" }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/event-dispatcher": "^4.4|^5.0", - "symfony/lock": "^4.4|^5.0", - "symfony/process": "^4.4|^5.0", - "symfony/var-dumper": "^4.4|^5.0" + "psr/log": "^1|^2", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/event-dispatcher": "^4.4|^5.0|^6.0", + "symfony/lock": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "suggest": { "psr/log": "For using the console logger", @@ -11771,7 +12182,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.2.10" + "source": "https://github.com/symfony/console/tree/v5.4.3" }, "funding": [ { @@ -11787,31 +12198,33 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-26T16:28:35+00:00" }, { "name": "symfony/dependency-injection", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "22b1ed3e5d080d69ec913e04eac3699eafb6b5b4" + "reference": "974580fd67f14d65b045c11b09eb149cd4b13df5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/22b1ed3e5d080d69ec913e04eac3699eafb6b5b4", - "reference": "22b1ed3e5d080d69ec913e04eac3699eafb6b5b4", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/974580fd67f14d65b045c11b09eb149cd4b13df5", + "reference": "974580fd67f14d65b045c11b09eb149cd4b13df5", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/container": "^1.0", - "symfony/deprecation-contracts": "^2.1", - "symfony/polyfill-php80": "^1.15", + "psr/container": "^1.1.1", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22", "symfony/service-contracts": "^1.1.6|^2" }, "conflict": { - "symfony/config": "<5.1", + "ext-psr": "<1.1|>=2", + "symfony/config": "<5.3", "symfony/finder": "<4.4", "symfony/proxy-manager-bridge": "<4.4", "symfony/yaml": "<4.4" @@ -11821,9 +12234,9 @@ "symfony/service-implementation": "1.0|2.0" }, "require-dev": { - "symfony/config": "^5.1", - "symfony/expression-language": "^4.4|^5.0", - "symfony/yaml": "^4.4|^5.0" + "symfony/config": "^5.3|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/config": "", @@ -11858,7 +12271,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v5.2.10" + "source": "https://github.com/symfony/dependency-injection/tree/v5.4.3" }, "funding": [ { @@ -11874,20 +12287,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:55:25+00:00" + "time": "2022-01-26T16:28:35+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v2.4.0", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627" + "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627", - "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8", + "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8", "shasum": "" }, "require": { @@ -11896,7 +12309,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -11925,7 +12338,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0" }, "funding": [ { @@ -11941,68 +12354,72 @@ "type": "tidelift" } ], - "time": "2021-03-23T23:28:01+00:00" + "time": "2021-07-12T14:48:14+00:00" }, { "name": "symfony/doctrine-bridge", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "8911230b0861da58c42158bc8ad640f4f6658efc" + "reference": "f8681974e744bca8359a596cbe94096c72429307" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/8911230b0861da58c42158bc8ad640f4f6658efc", - "reference": "8911230b0861da58c42158bc8ad640f4f6658efc", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/f8681974e744bca8359a596cbe94096c72429307", + "reference": "f8681974e744bca8359a596cbe94096c72429307", "shasum": "" }, "require": { "doctrine/event-manager": "~1.0", "doctrine/persistence": "^2", "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.15", - "symfony/service-contracts": "^1.1|^2" + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2|^3" }, "conflict": { - "doctrine/dbal": "<2.10", + "doctrine/dbal": "<2.13.1", + "doctrine/lexer": "<1.1", + "doctrine/orm": "<2.7.4", "phpunit/phpunit": "<5.4.3", + "symfony/cache": "<5.4", "symfony/dependency-injection": "<4.4", "symfony/form": "<5.1", "symfony/http-kernel": "<5", "symfony/messenger": "<4.4", "symfony/property-info": "<5", + "symfony/proxy-manager-bridge": "<4.4.19", "symfony/security-bundle": "<5", - "symfony/security-core": "<5", + "symfony/security-core": "<5.3", "symfony/validator": "<5.2" }, "require-dev": { - "composer/package-versions-deprecated": "^1.8", "doctrine/annotations": "^1.10.4", "doctrine/collections": "~1.0", "doctrine/data-fixtures": "^1.1", - "doctrine/dbal": "^2.10|^3.0", - "doctrine/orm": "^2.7.3", - "symfony/cache": "^5.1", - "symfony/config": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/doctrine-messenger": "^5.1", - "symfony/expression-language": "^4.4|^5.0", - "symfony/form": "^5.1.3", - "symfony/http-kernel": "^5.0", - "symfony/messenger": "^4.4|^5.0", - "symfony/property-access": "^4.4|^5.0", - "symfony/property-info": "^5.0", - "symfony/proxy-manager-bridge": "^4.4|^5.0", - "symfony/security-core": "^5.0", - "symfony/stopwatch": "^4.4|^5.0", - "symfony/translation": "^4.4|^5.0", - "symfony/uid": "^5.1", - "symfony/validator": "^5.2", - "symfony/var-dumper": "^4.4|^5.0" + "doctrine/dbal": "^2.13.1|^3.0", + "doctrine/orm": "^2.7.4", + "psr/log": "^1|^2|^3", + "symfony/cache": "^5.4|^6.0", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/doctrine-messenger": "^5.1|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/form": "^5.1.3|^6.0", + "symfony/http-kernel": "^5.0|^6.0", + "symfony/messenger": "^4.4|^5.0|^6.0", + "symfony/property-access": "^4.4|^5.0|^6.0", + "symfony/property-info": "^5.0|^6.0", + "symfony/proxy-manager-bridge": "^4.4|^5.0|^6.0", + "symfony/security-core": "^5.3|^6.0", + "symfony/stopwatch": "^4.4|^5.0|^6.0", + "symfony/translation": "^4.4|^5.0|^6.0", + "symfony/uid": "^5.1|^6.0", + "symfony/validator": "^5.2|^6.0", + "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "suggest": { "doctrine/data-fixtures": "", @@ -12038,7 +12455,7 @@ "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v5.2.10" + "source": "https://github.com/symfony/doctrine-bridge/tree/v5.4.3" }, "funding": [ { @@ -12054,34 +12471,35 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-27T10:10:20+00:00" }, { "name": "symfony/dom-crawler", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "6854b525d68ec7ddfe5f2d57521612f995257226" + "reference": "2634381fdf27a2a0a8ac8eb404025eb656c65d0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6854b525d68ec7ddfe5f2d57521612f995257226", - "reference": "6854b525d68ec7ddfe5f2d57521612f995257226", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2634381fdf27a2a0a8ac8eb404025eb656c65d0c", + "reference": "2634381fdf27a2a0a8ac8eb404025eb656c65d0c", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "conflict": { "masterminds/html5": "<2.6" }, "require-dev": { "masterminds/html5": "^2.6", - "symfony/css-selector": "^4.4|^5.0" + "symfony/css-selector": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/css-selector": "" @@ -12112,7 +12530,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v5.2.10" + "source": "https://github.com/symfony/dom-crawler/tree/v5.4.3" }, "funding": [ { @@ -12128,28 +12546,29 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/dotenv", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "1ac423fcc9548709077f90aca26c733cdb7e6e5c" + "reference": "84d1af2d39dd81b48eb1cd3af3f107eea7a275bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/1ac423fcc9548709077f90aca26c733cdb7e6e5c", - "reference": "1ac423fcc9548709077f90aca26c733cdb7e6e5c", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/84d1af2d39dd81b48eb1cd3af3f107eea7a275bb", + "reference": "84d1af2d39dd81b48eb1cd3af3f107eea7a275bb", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1" + "symfony/deprecation-contracts": "^2.1|^3" }, "require-dev": { - "symfony/process": "^4.4|^5.0" + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { @@ -12182,7 +12601,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v5.3.0" + "source": "https://github.com/symfony/dotenv/tree/v5.4.3" }, "funding": [ { @@ -12198,33 +12617,35 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-26T16:19:10+00:00" }, { "name": "symfony/error-handler", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "5f52636e5772b21ab80fe868b54b11c3177c55c6" + "reference": "c4ffc2cd919950d13c8c9ce32a70c70214c3ffc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/5f52636e5772b21ab80fe868b54b11c3177c55c6", - "reference": "5f52636e5772b21ab80fe868b54b11c3177c55c6", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/c4ffc2cd919950d13c8c9ce32a70c70214c3ffc5", + "reference": "c4ffc2cd919950d13c8c9ce32a70c70214c3ffc5", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/log": "^1.0", - "symfony/polyfill-php80": "^1.15", - "symfony/var-dumper": "^4.4|^5.0" + "psr/log": "^1|^2|^3", + "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "require-dev": { - "symfony/deprecation-contracts": "^2.1", - "symfony/http-kernel": "^4.4|^5.0", - "symfony/serializer": "^4.4|^5.0" + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/serializer": "^4.4|^5.0|^6.0" }, + "bin": [ + "Resources/bin/patch-type-declarations" + ], "type": "library", "autoload": { "psr-4": { @@ -12251,7 +12672,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v5.2.10" + "source": "https://github.com/symfony/error-handler/tree/v5.4.3" }, "funding": [ { @@ -12267,27 +12688,27 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:33:56+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "2ffa4bf7469317e23cc5e3f716db6071e6525f5a" + "reference": "dec8a9f58d20df252b9cd89f1c6c1530f747685d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2ffa4bf7469317e23cc5e3f716db6071e6525f5a", - "reference": "2ffa4bf7469317e23cc5e3f716db6071e6525f5a", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/dec8a9f58d20df252b9cd89f1c6c1530f747685d", + "reference": "dec8a9f58d20df252b9cd89f1c6c1530f747685d", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", - "symfony/event-dispatcher-contracts": "^2", - "symfony/polyfill-php80": "^1.15" + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/event-dispatcher-contracts": "^2|^3", + "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/dependency-injection": "<4.4" @@ -12297,14 +12718,14 @@ "symfony/event-dispatcher-implementation": "2.0" }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/error-handler": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/http-foundation": "^4.4|^5.0", - "symfony/service-contracts": "^1.1|^2", - "symfony/stopwatch": "^4.4|^5.0" + "psr/log": "^1|^2|^3", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/error-handler": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^4.4|^5.0|^6.0", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/stopwatch": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/dependency-injection": "", @@ -12336,7 +12757,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v5.2.10" + "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.3" }, "funding": [ { @@ -12352,20 +12773,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v2.4.0", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11" + "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11", - "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a", + "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a", "shasum": "" }, "require": { @@ -12378,7 +12799,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -12415,7 +12836,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0" }, "funding": [ { @@ -12431,27 +12852,26 @@ "type": "tidelift" } ], - "time": "2021-03-23T23:28:01+00:00" + "time": "2021-07-12T14:48:14+00:00" }, { "name": "symfony/expression-language", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "e3c136ac5333b0d2ca9de9e7e3efe419362aa046" + "reference": "c68c6d1a308f6e2a1382bdb3a317959e1ee9aa08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/e3c136ac5333b0d2ca9de9e7e3efe419362aa046", - "reference": "e3c136ac5333b0d2ca9de9e7e3efe419362aa046", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/c68c6d1a308f6e2a1382bdb3a317959e1ee9aa08", + "reference": "c68c6d1a308f6e2a1382bdb3a317959e1ee9aa08", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/cache": "^4.4|^5.0", - "symfony/polyfill-php80": "^1.15", - "symfony/service-contracts": "^1.1|^2" + "symfony/cache": "^4.4|^5.0|^6.0", + "symfony/service-contracts": "^1.1|^2|^3" }, "type": "library", "autoload": { @@ -12479,7 +12899,7 @@ "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v5.3.0" + "source": "https://github.com/symfony/expression-language/tree/v5.4.3" }, "funding": [ { @@ -12495,25 +12915,27 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/filesystem", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "9aa15870b021a34de200a15cff38844db4a930fa" + "reference": "0f0c4bf1840420f4aef3f32044a9dbb24682731b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/9aa15870b021a34de200a15cff38844db4a930fa", - "reference": "9aa15870b021a34de200a15cff38844db4a930fa", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/0f0c4bf1840420f4aef3f32044a9dbb24682731b", + "reference": "0f0c4bf1840420f4aef3f32044a9dbb24682731b", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-ctype": "~1.8" + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.8", + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -12541,7 +12963,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.2.10" + "source": "https://github.com/symfony/filesystem/tree/v5.4.3" }, "funding": [ { @@ -12557,24 +12979,26 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:33:56+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/finder", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6" + "reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6", - "reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6", + "url": "https://api.github.com/repos/symfony/finder/zipball/231313534dded84c7ecaa79d14bc5da4ccb69b7d", + "reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d", "shasum": "" }, "require": { - "php": ">=7.2.5" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -12602,7 +13026,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.3.0" + "source": "https://github.com/symfony/finder/tree/v5.4.3" }, "funding": [ { @@ -12618,20 +13042,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-26T16:34:36+00:00" }, { "name": "symfony/flex", - "version": "v1.13.3", + "version": "v1.18.5", "source": { "type": "git", "url": "https://github.com/symfony/flex.git", - "reference": "2597d0dda8042c43eed44a9cd07236b897e427d7" + "reference": "10e438f53a972439675dc720706f0cd5c0ed94f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/flex/zipball/2597d0dda8042c43eed44a9cd07236b897e427d7", - "reference": "2597d0dda8042c43eed44a9cd07236b897e427d7", + "url": "https://api.github.com/repos/symfony/flex/zipball/10e438f53a972439675dc720706f0cd5c0ed94f1", + "reference": "10e438f53a972439675dc720706f0cd5c0ed94f1", "shasum": "" }, "require": { @@ -12640,16 +13064,13 @@ }, "require-dev": { "composer/composer": "^1.0.2|^2.0", - "symfony/dotenv": "^4.4|^5.0", - "symfony/filesystem": "^4.4|^5.0", - "symfony/phpunit-bridge": "^4.4|^5.0", - "symfony/process": "^3.4|^4.4|^5.0" + "symfony/dotenv": "^4.4|^5.0|^6.0", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/phpunit-bridge": "^4.4.12|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0" }, "type": "composer-plugin", "extra": { - "branch-alias": { - "dev-main": "1.13-dev" - }, "class": "Symfony\\Flex\\Flex" }, "autoload": { @@ -12670,7 +13091,7 @@ "description": "Composer plugin for Symfony", "support": { "issues": "https://github.com/symfony/flex/issues", - "source": "https://github.com/symfony/flex/tree/v1.13.3" + "source": "https://github.com/symfony/flex/tree/v1.18.5" }, "funding": [ { @@ -12686,33 +13107,34 @@ "type": "tidelift" } ], - "time": "2021-05-19T07:19:15+00:00" + "time": "2022-02-16T17:26:46+00:00" }, { "name": "symfony/form", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "51f75b46f623cbf715ee9894657fe432455821c4" + "reference": "2fa60c186cb70c940c766ca009b59949cfacd9cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/51f75b46f623cbf715ee9894657fe432455821c4", - "reference": "51f75b46f623cbf715ee9894657fe432455821c4", + "url": "https://api.github.com/repos/symfony/form/zipball/2fa60c186cb70c940c766ca009b59949cfacd9cc", + "reference": "2fa60c186cb70c940c766ca009b59949cfacd9cc", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", - "symfony/event-dispatcher": "^4.4|^5.0", - "symfony/intl": "^4.4|^5.0", - "symfony/options-resolver": "^5.1", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/event-dispatcher": "^4.4|^5.0|^6.0", + "symfony/options-resolver": "^5.1|^6.0", "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-intl-icu": "^1.21", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.15", - "symfony/property-access": "^5.0.8", - "symfony/service-contracts": "^1.1|^2" + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.23", + "symfony/property-access": "^5.0.8|^6.0", + "symfony/service-contracts": "^1.1|^2|^3" }, "conflict": { "phpunit/phpunit": "<5.4.3", @@ -12722,23 +13144,24 @@ "symfony/error-handler": "<4.4.5", "symfony/framework-bundle": "<4.4", "symfony/http-kernel": "<4.4", - "symfony/intl": "<4.4", "symfony/translation": "<4.4", "symfony/translation-contracts": "<1.1.7", "symfony/twig-bridge": "<4.4" }, "require-dev": { "doctrine/collections": "~1.0", - "symfony/config": "^4.4|^5.0", - "symfony/console": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/http-foundation": "^4.4|^5.0", - "symfony/http-kernel": "^4.4|^5.0", - "symfony/security-csrf": "^4.4|^5.0", - "symfony/translation": "^4.4|^5.0", - "symfony/validator": "^4.4.17|^5.1.9", - "symfony/var-dumper": "^4.4|^5.0" + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/intl": "^4.4|^5.0|^6.0", + "symfony/security-csrf": "^4.4|^5.0|^6.0", + "symfony/translation": "^4.4|^5.0|^6.0", + "symfony/uid": "^5.1|^6.0", + "symfony/validator": "^4.4.17|^5.1.9|^6.0", + "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/security-csrf": "For protecting forms against CSRF attacks.", @@ -12771,7 +13194,7 @@ "description": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/form/tree/v5.2.10" + "source": "https://github.com/symfony/form/tree/v5.4.3" }, "funding": [ { @@ -12787,46 +13210,48 @@ "type": "tidelift" } ], - "time": "2021-05-27T12:55:18+00:00" + "time": "2022-01-26T16:28:35+00:00" }, { "name": "symfony/framework-bundle", - "version": "v5.2.10", + "version": "v5.4.4", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "0f47ae9a391efdec9632275c1cb506290600af11" + "reference": "d848b8ca3d87d0fcc9d0ccbc88cf8e128db0d4c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/0f47ae9a391efdec9632275c1cb506290600af11", - "reference": "0f47ae9a391efdec9632275c1cb506290600af11", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/d848b8ca3d87d0fcc9d0ccbc88cf8e128db0d4c7", + "reference": "d848b8ca3d87d0fcc9d0ccbc88cf8e128db0d4c7", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.2.5", - "symfony/cache": "^5.2", - "symfony/config": "~5.0.11|^5.1.3", - "symfony/dependency-injection": "^5.2", - "symfony/deprecation-contracts": "^2.1", - "symfony/error-handler": "^4.4.1|^5.0.1", - "symfony/event-dispatcher": "^5.1", - "symfony/filesystem": "^4.4|^5.0", - "symfony/finder": "^4.4|^5.0", - "symfony/http-foundation": "^5.2.1", - "symfony/http-kernel": "^5.2.1", + "symfony/cache": "^5.2|^6.0", + "symfony/config": "^5.3|^6.0", + "symfony/dependency-injection": "^5.3|^6.0", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/error-handler": "^4.4.1|^5.0.1|^6.0", + "symfony/event-dispatcher": "^5.1|^6.0", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^5.3|^6.0", + "symfony/http-kernel": "^5.4|^6.0", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.15", - "symfony/routing": "^5.2" + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22", + "symfony/routing": "^5.3|^6.0" }, "conflict": { + "doctrine/annotations": "<1.13.1", + "doctrine/cache": "<1.11", "doctrine/persistence": "<1.3", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "phpunit/phpunit": "<5.4.3", - "symfony/asset": "<5.1", - "symfony/browser-kit": "<4.4", + "symfony/asset": "<5.3", "symfony/console": "<5.2.5", "symfony/dom-crawler": "<4.4", "symfony/dotenv": "<5.1", @@ -12834,13 +13259,15 @@ "symfony/http-client": "<4.4", "symfony/lock": "<4.4", "symfony/mailer": "<5.2", - "symfony/messenger": "<4.4", + "symfony/messenger": "<5.4", "symfony/mime": "<4.4", - "symfony/property-access": "<5.2", + "symfony/property-access": "<5.3", "symfony/property-info": "<4.4", + "symfony/security-csrf": "<5.3", "symfony/serializer": "<5.2", + "symfony/service-contracts": ">=3.0", "symfony/stopwatch": "<4.4", - "symfony/translation": "<5.0", + "symfony/translation": "<5.3", "symfony/twig-bridge": "<4.4", "symfony/twig-bundle": "<4.4", "symfony/validator": "<5.2", @@ -12848,40 +13275,40 @@ "symfony/workflow": "<5.2" }, "require-dev": { - "doctrine/annotations": "^1.10.4", - "doctrine/cache": "^1.0|^2.0", + "doctrine/annotations": "^1.13.1", + "doctrine/cache": "^1.11|^2.0", "doctrine/persistence": "^1.3|^2.0", "paragonie/sodium_compat": "^1.8", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/asset": "^5.1", - "symfony/browser-kit": "^4.4|^5.0", - "symfony/console": "^5.2", - "symfony/css-selector": "^4.4|^5.0", - "symfony/dom-crawler": "^4.4|^5.0", - "symfony/dotenv": "^5.1", - "symfony/expression-language": "^4.4|^5.0", - "symfony/form": "^5.2", - "symfony/http-client": "^4.4|^5.0", - "symfony/lock": "^4.4|^5.0", - "symfony/mailer": "^5.2", - "symfony/messenger": "^5.2", - "symfony/mime": "^4.4|^5.0", + "symfony/asset": "^5.3|^6.0", + "symfony/browser-kit": "^5.4|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/css-selector": "^4.4|^5.0|^6.0", + "symfony/dom-crawler": "^4.4.30|^5.3.7|^6.0", + "symfony/dotenv": "^5.1|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/form": "^5.2|^6.0", + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/lock": "^4.4|^5.0|^6.0", + "symfony/mailer": "^5.2|^6.0", + "symfony/messenger": "^5.4|^6.0", + "symfony/mime": "^4.4|^5.0|^6.0", + "symfony/notifier": "^5.4|^6.0", + "symfony/phpunit-bridge": "^5.3|^6.0", "symfony/polyfill-intl-icu": "~1.0", - "symfony/process": "^4.4|^5.0", - "symfony/property-info": "^4.4|^5.0", - "symfony/security-bundle": "^5.1", - "symfony/security-core": "^4.4|^5.2", - "symfony/security-csrf": "^4.4|^5.0", - "symfony/security-http": "^4.4|^5.0", - "symfony/serializer": "^5.2", - "symfony/stopwatch": "^4.4|^5.0", - "symfony/string": "^5.0", - "symfony/translation": "^5.0", - "symfony/twig-bundle": "^4.4|^5.0", - "symfony/validator": "^5.2", - "symfony/web-link": "^4.4|^5.0", - "symfony/workflow": "^5.2", - "symfony/yaml": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/property-info": "^4.4|^5.0|^6.0", + "symfony/rate-limiter": "^5.2|^6.0", + "symfony/security-bundle": "^5.4|^6.0", + "symfony/serializer": "^5.4|^6.0", + "symfony/stopwatch": "^4.4|^5.0|^6.0", + "symfony/string": "^5.0|^6.0", + "symfony/translation": "^5.3|^6.0", + "symfony/twig-bundle": "^4.4|^5.0|^6.0", + "symfony/validator": "^5.2|^6.0", + "symfony/web-link": "^4.4|^5.0|^6.0", + "symfony/workflow": "^5.2|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0", "twig/twig": "^2.10|^3.0" }, "suggest": { @@ -12920,7 +13347,7 @@ "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v5.2.10" + "source": "https://github.com/symfony/framework-bundle/tree/v5.4.4" }, "funding": [ { @@ -12936,35 +13363,36 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-29T17:49:40+00:00" }, { "name": "symfony/http-client", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "a1fef5661ae36f39c1d48cb0672c4591e9452323" + "reference": "a5a467b62dc91eb253db51a91a2c1977f611f60c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/a1fef5661ae36f39c1d48cb0672c4591e9452323", - "reference": "a1fef5661ae36f39c1d48cb0672c4591e9452323", + "url": "https://api.github.com/repos/symfony/http-client/zipball/a5a467b62dc91eb253db51a91a2c1977f611f60c", + "reference": "a5a467b62dc91eb253db51a91a2c1977f611f60c", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/log": "^1.0", - "symfony/http-client-contracts": "^2.2", + "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/http-client-contracts": "^2.4", "symfony/polyfill-php73": "^1.11", - "symfony/polyfill-php80": "^1.15", - "symfony/service-contracts": "^1.0|^2" + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.0|^2|^3" }, "provide": { "php-http/async-client-implementation": "*", "php-http/client-implementation": "*", "psr/http-client-implementation": "1.0", - "symfony/http-client-implementation": "2.2" + "symfony/http-client-implementation": "2.4" }, "require-dev": { "amphp/amp": "^2.5", @@ -12975,10 +13403,10 @@ "nyholm/psr7": "^1.0", "php-http/httplug": "^1.0|^2.0", "psr/http-client": "^1.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/http-kernel": "^4.4.13|^5.1.5", - "symfony/process": "^4.4|^5.0", - "symfony/stopwatch": "^4.4|^5.0" + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4.13|^5.1.5|^6.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/stopwatch": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { @@ -13006,7 +13434,7 @@ "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-client/tree/v5.2.10" + "source": "https://github.com/symfony/http-client/tree/v5.4.3" }, "funding": [ { @@ -13022,20 +13450,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-22T06:53:01+00:00" }, { "name": "symfony/http-client-contracts", - "version": "v2.4.0", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4" + "reference": "ec82e57b5b714dbb69300d348bd840b345e24166" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4", - "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ec82e57b5b714dbb69300d348bd840b345e24166", + "reference": "ec82e57b5b714dbb69300d348bd840b345e24166", "shasum": "" }, "require": { @@ -13047,7 +13475,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -13084,7 +13512,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.0" }, "funding": [ { @@ -13100,33 +13528,33 @@ "type": "tidelift" } ], - "time": "2021-04-11T23:07:08+00:00" + "time": "2021-11-03T09:24:47+00:00" }, { "name": "symfony/http-foundation", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "a148e5d6e69562a9ec0ab3bcf35c02585114cbce" + "reference": "ef409ff341a565a3663157d4324536746d49a0c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a148e5d6e69562a9ec0ab3bcf35c02585114cbce", - "reference": "a148e5d6e69562a9ec0ab3bcf35c02585114cbce", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ef409ff341a565a3663157d4324536746d49a0c7", + "reference": "ef409ff341a565a3663157d4324536746d49a0c7", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-mbstring": "~1.1", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "require-dev": { "predis/predis": "~1.0", - "symfony/cache": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/mime": "^4.4|^5.0" + "symfony/cache": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/mime": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/mime": "To use the file extension guesser" @@ -13157,7 +13585,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.2.10" + "source": "https://github.com/symfony/http-foundation/tree/v5.4.3" }, "funding": [ { @@ -13173,40 +13601,39 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.2.10", + "version": "v5.4.4", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "91aaf791281a3f3f801a9257b27be5f9dfdb3dcf" + "reference": "49f40347228c773688a0488feea0175aa7f4d268" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/91aaf791281a3f3f801a9257b27be5f9dfdb3dcf", - "reference": "91aaf791281a3f3f801a9257b27be5f9dfdb3dcf", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/49f40347228c773688a0488feea0175aa7f4d268", + "reference": "49f40347228c773688a0488feea0175aa7f4d268", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/log": "~1.0", - "symfony/deprecation-contracts": "^2.1", - "symfony/error-handler": "^4.4|^5.0", - "symfony/event-dispatcher": "^5.0", - "symfony/http-client-contracts": "^1.1|^2", - "symfony/http-foundation": "^4.4|^5.0", + "psr/log": "^1|^2", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/error-handler": "^4.4|^5.0|^6.0", + "symfony/event-dispatcher": "^5.0|^6.0", + "symfony/http-foundation": "^5.3.7|^6.0", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-php73": "^1.9", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "conflict": { - "symfony/browser-kit": "<4.4", + "symfony/browser-kit": "<5.4", "symfony/cache": "<5.0", "symfony/config": "<5.0", "symfony/console": "<4.4", - "symfony/dependency-injection": "<5.1.8", + "symfony/dependency-injection": "<5.3", "symfony/doctrine-bridge": "<5.0", "symfony/form": "<5.0", "symfony/http-client": "<5.0", @@ -13218,23 +13645,24 @@ "twig/twig": "<2.13" }, "provide": { - "psr/log-implementation": "1.0" + "psr/log-implementation": "1.0|2.0" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", - "symfony/browser-kit": "^4.4|^5.0", - "symfony/config": "^5.0", - "symfony/console": "^4.4|^5.0", - "symfony/css-selector": "^4.4|^5.0", - "symfony/dependency-injection": "^5.1.8", - "symfony/dom-crawler": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/finder": "^4.4|^5.0", - "symfony/process": "^4.4|^5.0", - "symfony/routing": "^4.4|^5.0", - "symfony/stopwatch": "^4.4|^5.0", - "symfony/translation": "^4.4|^5.0", - "symfony/translation-contracts": "^1.1|^2", + "symfony/browser-kit": "^5.4|^6.0", + "symfony/config": "^5.0|^6.0", + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/css-selector": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^5.3|^6.0", + "symfony/dom-crawler": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/http-client-contracts": "^1.1|^2|^3", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/routing": "^4.4|^5.0|^6.0", + "symfony/stopwatch": "^4.4|^5.0|^6.0", + "symfony/translation": "^4.4|^5.0|^6.0", + "symfony/translation-contracts": "^1.1|^2|^3", "twig/twig": "^2.13|^3.0.4" }, "suggest": { @@ -13269,7 +13697,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v5.2.10" + "source": "https://github.com/symfony/http-kernel/tree/v5.4.4" }, "funding": [ { @@ -13285,35 +13713,35 @@ "type": "tidelift" } ], - "time": "2021-06-01T09:28:31+00:00" + "time": "2022-01-29T18:08:07+00:00" }, { "name": "symfony/intl", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "cf40e74a9547e810747c584be216dd0c15632669" + "reference": "29e326276b2455bcfa4ce02abcf7689e884acdac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/cf40e74a9547e810747c584be216dd0c15632669", - "reference": "cf40e74a9547e810747c584be216dd0c15632669", + "url": "https://api.github.com/repos/symfony/intl/zipball/29e326276b2455bcfa4ce02abcf7689e884acdac", + "reference": "29e326276b2455bcfa4ce02abcf7689e884acdac", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-intl-icu": "~1.0", - "symfony/polyfill-php80": "^1.15" + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { - "symfony/filesystem": "^4.4|^5.0" - }, - "suggest": { - "ext-intl": "to use the component with locales other than \"en\"" + "symfony/filesystem": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { + "files": [ + "Resources/functions.php" + ], "psr-4": { "Symfony\\Component\\Intl\\": "" }, @@ -13357,7 +13785,7 @@ "localization" ], "support": { - "source": "https://github.com/symfony/intl/tree/v5.2.10" + "source": "https://github.com/symfony/intl/tree/v5.4.3" }, "funding": [ { @@ -13373,34 +13801,33 @@ "type": "tidelift" } ], - "time": "2021-05-27T06:39:54+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/lock", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/lock.git", - "reference": "6c32906bf976038e66d1b838e1b3d2850f46ce31" + "reference": "a0cc3e6af48b3ede03e607a15336f1cda7c0db7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/lock/zipball/6c32906bf976038e66d1b838e1b3d2850f46ce31", - "reference": "6c32906bf976038e66d1b838e1b3d2850f46ce31", + "url": "https://api.github.com/repos/symfony/lock/zipball/a0cc3e6af48b3ede03e607a15336f1cda7c0db7e", + "reference": "a0cc3e6af48b3ede03e607a15336f1cda7c0db7e", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/log": "~1.0", - "symfony/deprecation-contracts": "^2.1", - "symfony/polyfill-php80": "^1.15" + "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16" }, "conflict": { - "doctrine/dbal": "<2.10" + "doctrine/dbal": "<2.13" }, "require-dev": { - "doctrine/dbal": "^2.10|^3.0", - "mongodb/mongodb": "~1.1", + "doctrine/dbal": "^2.13|^3.0", "predis/predis": "~1.0" }, "type": "library", @@ -13437,7 +13864,7 @@ "semaphore" ], "support": { - "source": "https://github.com/symfony/lock/tree/v5.2.10" + "source": "https://github.com/symfony/lock/tree/v5.4.3" }, "funding": [ { @@ -13453,44 +13880,39 @@ "type": "tidelift" } ], - "time": "2021-06-01T07:40:53+00:00" + "time": "2022-01-27T13:12:43+00:00" }, { "name": "symfony/mailer", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "9b4d874082b337759ce7c4ef608ecf63982a4472" + "reference": "391a2ac6bf8ab298caa7b63826edc9500412ed16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/9b4d874082b337759ce7c4ef608ecf63982a4472", - "reference": "9b4d874082b337759ce7c4ef608ecf63982a4472", + "url": "https://api.github.com/repos/symfony/mailer/zipball/391a2ac6bf8ab298caa7b63826edc9500412ed16", + "reference": "391a2ac6bf8ab298caa7b63826edc9500412ed16", "shasum": "" }, "require": { "egulias/email-validator": "^2.1.10|^3", "php": ">=7.2.5", - "psr/log": "~1.0", - "symfony/event-dispatcher": "^4.4|^5.0", - "symfony/mime": "^5.2.6", - "symfony/polyfill-php80": "^1.15", - "symfony/service-contracts": "^1.1|^2" + "psr/event-dispatcher": "^1", + "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/event-dispatcher": "^4.4|^5.0|^6.0", + "symfony/mime": "^5.2.6|^6.0", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2|^3" }, "conflict": { "symfony/http-kernel": "<4.4" }, "require-dev": { - "symfony/amazon-mailer": "^4.4|^5.0", - "symfony/google-mailer": "^4.4|^5.0", - "symfony/http-client-contracts": "^1.1|^2", - "symfony/mailchimp-mailer": "^4.4|^5.0", - "symfony/mailgun-mailer": "^4.4|^5.0", - "symfony/mailjet-mailer": "^4.4|^5.0", - "symfony/messenger": "^4.4|^5.0", - "symfony/postmark-mailer": "^4.4|^5.0", - "symfony/sendgrid-mailer": "^4.4|^5.0" + "symfony/http-client-contracts": "^1.1|^2|^3", + "symfony/messenger": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { @@ -13518,7 +13940,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v5.2.10" + "source": "https://github.com/symfony/mailer/tree/v5.4.3" }, "funding": [ { @@ -13534,28 +13956,28 @@ "type": "tidelift" } ], - "time": "2021-05-27T12:55:18+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/mime", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "0cb96ba3149255f5e5e257db9ea38ef86e154111" + "reference": "e1503cfb5c9a225350f549d3bb99296f4abfb80f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/0cb96ba3149255f5e5e257db9ea38ef86e154111", - "reference": "0cb96ba3149255f5e5e257db9ea38ef86e154111", + "url": "https://api.github.com/repos/symfony/mime/zipball/e1503cfb5c9a225350f549d3bb99296f4abfb80f", + "reference": "e1503cfb5c9a225350f549d3bb99296f4abfb80f", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "conflict": { "egulias/email-validator": "~3.0.0", @@ -13566,10 +13988,10 @@ "require-dev": { "egulias/email-validator": "^2.1.10|^3.1", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/property-access": "^4.4|^5.1", - "symfony/property-info": "^4.4|^5.1", - "symfony/serializer": "^5.2" + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/property-access": "^4.4|^5.1|^6.0", + "symfony/property-info": "^4.4|^5.1|^6.0", + "symfony/serializer": "^5.2|^6.0" }, "type": "library", "autoload": { @@ -13601,7 +14023,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.2.10" + "source": "https://github.com/symfony/mime/tree/v5.4.3" }, "funding": [ { @@ -13617,40 +14039,42 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/monolog-bridge", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "065a6ce960e4beb31a30bdaeae6e6317ab4aa810" + "reference": "4b56e17c443e7092895477f047f2a70f324f984c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/065a6ce960e4beb31a30bdaeae6e6317ab4aa810", - "reference": "065a6ce960e4beb31a30bdaeae6e6317ab4aa810", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/4b56e17c443e7092895477f047f2a70f324f984c", + "reference": "4b56e17c443e7092895477f047f2a70f324f984c", "shasum": "" }, "require": { "monolog/monolog": "^1.25.1|^2", "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", - "symfony/http-kernel": "^4.4|^5.0", - "symfony/service-contracts": "^1.1|^2" + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/http-kernel": "^5.3|^6.0", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2|^3" }, "conflict": { "symfony/console": "<4.4", - "symfony/http-foundation": "<4.4" + "symfony/http-foundation": "<5.3" }, "require-dev": { - "symfony/console": "^4.4|^5.0", - "symfony/http-client": "^4.4|^5.0", - "symfony/mailer": "^4.4|^5.0", - "symfony/mime": "^4.4|^5.0", - "symfony/security-core": "^4.4|^5.0", - "symfony/var-dumper": "^4.4|^5.0" + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/mailer": "^4.4|^5.0|^6.0", + "symfony/messenger": "^4.4|^5.0|^6.0", + "symfony/mime": "^4.4|^5.0|^6.0", + "symfony/security-core": "^4.4|^5.0|^6.0", + "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.", @@ -13683,7 +14107,7 @@ "description": "Provides integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/monolog-bridge/tree/v5.2.10" + "source": "https://github.com/symfony/monolog-bridge/tree/v5.4.3" }, "funding": [ { @@ -13699,34 +14123,34 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/monolog-bundle", - "version": "v3.7.0", + "version": "v3.7.1", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bundle.git", - "reference": "4054b2e940a25195ae15f0a49ab0c51718922eb4" + "reference": "fde12fc628162787a4e53877abadc30047fd868b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/4054b2e940a25195ae15f0a49ab0c51718922eb4", - "reference": "4054b2e940a25195ae15f0a49ab0c51718922eb4", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/fde12fc628162787a4e53877abadc30047fd868b", + "reference": "fde12fc628162787a4e53877abadc30047fd868b", "shasum": "" }, "require": { "monolog/monolog": "~1.22 || ~2.0", "php": ">=7.1.3", - "symfony/config": "~4.4 || ^5.0", - "symfony/dependency-injection": "^4.4 || ^5.0", - "symfony/http-kernel": "~4.4 || ^5.0", - "symfony/monolog-bridge": "~4.4 || ^5.0" + "symfony/config": "~4.4 || ^5.0 || ^6.0", + "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", + "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0", + "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0" }, "require-dev": { - "symfony/console": "~4.4 || ^5.0", - "symfony/phpunit-bridge": "^5.1", - "symfony/yaml": "~4.4 || ^5.0" + "symfony/console": "~4.4 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.2 || ^6.0", + "symfony/yaml": "~4.4 || ^5.0 || ^6.0" }, "type": "symfony-bundle", "extra": { @@ -13764,7 +14188,7 @@ ], "support": { "issues": "https://github.com/symfony/monolog-bundle/issues", - "source": "https://github.com/symfony/monolog-bundle/tree/v3.7.0" + "source": "https://github.com/symfony/monolog-bundle/tree/v3.7.1" }, "funding": [ { @@ -13780,44 +14204,54 @@ "type": "tidelift" } ], - "time": "2021-03-31T07:20:47+00:00" + "time": "2021-11-05T10:34:29+00:00" }, { "name": "symfony/notifier", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/notifier.git", - "reference": "8e68f6cd99535e76f11cde84192f95b3f9b0ed1c" + "reference": "5cfaf9164db2d5560c03fb9e1ca28d728ecd5fc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/notifier/zipball/8e68f6cd99535e76f11cde84192f95b3f9b0ed1c", - "reference": "8e68f6cd99535e76f11cde84192f95b3f9b0ed1c", + "url": "https://api.github.com/repos/symfony/notifier/zipball/5cfaf9164db2d5560c03fb9e1ca28d728ecd5fc8", + "reference": "5cfaf9164db2d5560c03fb9e1ca28d728ecd5fc8", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/log": "~1.0", + "psr/log": "^1|^2|^3", "symfony/polyfill-php80": "^1.15" }, "conflict": { - "symfony/firebase-notifier": "<5.2", - "symfony/free-mobile-notifier": "<5.2", + "symfony/discord-notifier": "<5.3", + "symfony/esendex-notifier": "<5.3", + "symfony/firebase-notifier": "<5.3", + "symfony/free-mobile-notifier": "<5.3", + "symfony/google-chat-notifier": "<5.3", "symfony/http-kernel": "<4.4", - "symfony/mattermost-notifier": "<5.2", - "symfony/nexmo-notifier": "<5.2", - "symfony/ovh-cloud-notifier": "<5.2", - "symfony/rocket-chat-notifier": "<5.2", - "symfony/sinch-notifier": "<5.2", - "symfony/slack-notifier": "<5.2", - "symfony/telegram-notifier": "<5.2", - "symfony/twilio-notifier": "<5.2" + "symfony/infobip-notifier": "<5.3", + "symfony/linked-in-notifier": "<5.3", + "symfony/mattermost-notifier": "<5.3", + "symfony/mobyt-notifier": "<5.3", + "symfony/nexmo-notifier": "<5.3", + "symfony/ovh-cloud-notifier": "<5.3", + "symfony/rocket-chat-notifier": "<5.3", + "symfony/sendinblue-notifier": "<5.3", + "symfony/sinch-notifier": "<5.3", + "symfony/slack-notifier": "<5.3", + "symfony/sms77-notifier": "<5.3", + "symfony/smsapi-notifier": "<5.3", + "symfony/telegram-notifier": "<5.3", + "symfony/twilio-notifier": "<5.3", + "symfony/zulip-notifier": "<5.3" }, "require-dev": { - "symfony/event-dispatcher-contracts": "^2", - "symfony/http-client-contracts": "^2", - "symfony/messenger": "^4.4 || ^5.0" + "symfony/event-dispatcher-contracts": "^2|^3", + "symfony/http-client-contracts": "^2|^3", + "symfony/messenger": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { @@ -13849,7 +14283,7 @@ "notifier" ], "support": { - "source": "https://github.com/symfony/notifier/tree/v5.2.10" + "source": "https://github.com/symfony/notifier/tree/v5.4.3" }, "funding": [ { @@ -13865,27 +14299,27 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/options-resolver", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "ceab1c225d04aceac65dae76063a0a47bdf12285" + "reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ceab1c225d04aceac65dae76063a0a47bdf12285", - "reference": "ceab1c225d04aceac65dae76063a0a47bdf12285", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/cc1147cb11af1b43f503ac18f31aa3bec213aba8", + "reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php73": "~1.0", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -13918,7 +14352,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v5.2.10" + "source": "https://github.com/symfony/options-resolver/tree/v5.4.3" }, "funding": [ { @@ -13934,7 +14368,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/orm-pack", @@ -13965,20 +14399,93 @@ "issues": "https://github.com/symfony/orm-pack/issues", "source": "https://github.com/symfony/orm-pack/tree/master" }, - "time": "2020-02-10T18:03:48+00:00" + "time": "2020-02-10T18:03:48+00:00" + }, + { + "name": "symfony/password-hasher", + "version": "v5.4.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/password-hasher.git", + "reference": "b5ed59c4536d8386cd37bb86df2b7bd5fbbd46d4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/password-hasher/zipball/b5ed59c4536d8386cd37bb86df2b7bd5fbbd46d4", + "reference": "b5ed59c4536d8386cd37bb86df2b7bd5fbbd46d4", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "symfony/security-core": "<5.3" + }, + "require-dev": { + "symfony/console": "^5", + "symfony/security-core": "^5.3|^6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\PasswordHasher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Robin Chalas", + "email": "robin.chalas@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides password hashing utilities", + "homepage": "https://symfony.com", + "keywords": [ + "hashing", + "password" + ], + "support": { + "source": "https://github.com/symfony/password-hasher/tree/v5.4.3" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "24b72c6baa32c746a4d0840147c9715e42bb68ab" + "reference": "81b86b50cf841a64252b439e738e97f4a34e2783" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/24b72c6baa32c746a4d0840147c9715e42bb68ab", - "reference": "24b72c6baa32c746a4d0840147c9715e42bb68ab", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783", + "reference": "81b86b50cf841a64252b439e738e97f4a34e2783", "shasum": "" }, "require": { @@ -13998,12 +14505,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Grapheme\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Grapheme\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -14030,7 +14537,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.0" }, "funding": [ { @@ -14046,20 +14553,20 @@ "type": "tidelift" } ], - "time": "2021-05-27T09:17:38+00:00" + "time": "2021-11-23T21:10:46+00:00" }, { "name": "symfony/polyfill-intl-icu", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda" + "reference": "c023a439b8551e320cc3c8433b198e408a623af1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4a80a521d6176870b6445cfb469c130f9cae1dda", - "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/c023a439b8551e320cc3c8433b198e408a623af1", + "reference": "c023a439b8551e320cc3c8433b198e408a623af1", "shasum": "" }, "require": { @@ -14117,7 +14624,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.24.0" }, "funding": [ { @@ -14133,20 +14640,20 @@ "type": "tidelift" } ], - "time": "2021-05-24T10:04:56+00:00" + "time": "2021-10-26T17:16:04+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65" + "reference": "749045c69efb97c70d25d7463abba812e91f3a44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65", - "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44", + "reference": "749045c69efb97c70d25d7463abba812e91f3a44", "shasum": "" }, "require": { @@ -14168,12 +14675,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -14204,7 +14711,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.0" }, "funding": [ { @@ -14220,11 +14727,11 @@ "type": "tidelift" } ], - "time": "2021-05-27T09:27:20+00:00" + "time": "2021-09-14T14:02:44+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", @@ -14253,12 +14760,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -14288,7 +14795,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0" }, "funding": [ { @@ -14308,21 +14815,24 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1" + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1", - "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", "shasum": "" }, "require": { "php": ">=7.1" }, + "provide": { + "ext-mbstring": "*" + }, "suggest": { "ext-mbstring": "For best performance" }, @@ -14337,12 +14847,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -14368,7 +14878,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0" }, "funding": [ { @@ -14384,7 +14894,7 @@ "type": "tidelift" } ], - "time": "2021-05-27T09:27:20+00:00" + "time": "2021-11-30T18:21:41+00:00" }, { "name": "symfony/polyfill-php56", @@ -14456,16 +14966,16 @@ }, { "name": "symfony/polyfill-php73", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010" + "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010", - "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", + "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", "shasum": "" }, "require": { @@ -14482,12 +14992,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php73\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -14515,7 +15025,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0" }, "funding": [ { @@ -14531,20 +15041,20 @@ "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2021-06-05T21:20:04+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0" + "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0", - "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9", + "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9", "shasum": "" }, "require": { @@ -14561,12 +15071,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -14598,7 +15108,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0" }, "funding": [ { @@ -14614,20 +15124,20 @@ "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2021-09-13T13:58:33+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "e66119f3de95efc359483f810c4c3e6436279436" + "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436", - "reference": "e66119f3de95efc359483f810c4c3e6436279436", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", + "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", "shasum": "" }, "require": { @@ -14644,12 +15154,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php81\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -14677,7 +15187,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0" }, "funding": [ { @@ -14693,25 +15203,25 @@ "type": "tidelift" } ], - "time": "2021-05-21T13:25:03+00:00" + "time": "2021-09-13T13:58:11+00:00" }, { "name": "symfony/process", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "53e36cb1c160505cdaf1ef201501669c4c317191" + "reference": "553f50487389a977eb31cf6b37faae56da00f753" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/53e36cb1c160505cdaf1ef201501669c4c317191", - "reference": "53e36cb1c160505cdaf1ef201501669c4c317191", + "url": "https://api.github.com/repos/symfony/process/zipball/553f50487389a977eb31cf6b37faae56da00f753", + "reference": "553f50487389a977eb31cf6b37faae56da00f753", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -14739,7 +15249,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.3.0" + "source": "https://github.com/symfony/process/tree/v5.4.3" }, "funding": [ { @@ -14755,30 +15265,30 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-26T16:28:35+00:00" }, { "name": "symfony/property-access", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "ef56ae6b6c95749352cca75a0efe1b3544fa176a" + "reference": "4bb27fab0c8b0cabdff8cc24ed4019bfbb380e96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/ef56ae6b6c95749352cca75a0efe1b3544fa176a", - "reference": "ef56ae6b6c95749352cca75a0efe1b3544fa176a", + "url": "https://api.github.com/repos/symfony/property-access/zipball/4bb27fab0c8b0cabdff8cc24ed4019bfbb380e96", + "reference": "4bb27fab0c8b0cabdff8cc24ed4019bfbb380e96", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", - "symfony/polyfill-php80": "^1.15", - "symfony/property-info": "^5.2" + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16", + "symfony/property-info": "^5.2|^6.0" }, "require-dev": { - "symfony/cache": "^4.4|^5.0" + "symfony/cache": "^4.4|^5.0|^6.0" }, "suggest": { "psr/cache-implementation": "To cache access methods." @@ -14820,7 +15330,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v5.2.10" + "source": "https://github.com/symfony/property-access/tree/v5.4.3" }, "funding": [ { @@ -14836,27 +15346,27 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-12T18:55:10+00:00" }, { "name": "symfony/property-info", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "3e96404cea2f41ea65493da526245c2b4b5ebf4e" + "reference": "bcc2b6904cbcf16b2e5d618da16117cd8e132f9a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/3e96404cea2f41ea65493da526245c2b4b5ebf4e", - "reference": "3e96404cea2f41ea65493da526245c2b4b5ebf4e", + "url": "https://api.github.com/repos/symfony/property-info/zipball/bcc2b6904cbcf16b2e5d618da16117cd8e132f9a", + "reference": "bcc2b6904cbcf16b2e5d618da16117cd8e132f9a", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", - "symfony/polyfill-php80": "^1.15", - "symfony/string": "^5.1" + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16", + "symfony/string": "^5.1|^6.0" }, "conflict": { "phpdocumentor/reflection-docblock": "<3.2.2", @@ -14866,9 +15376,10 @@ "require-dev": { "doctrine/annotations": "^1.10.4", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/cache": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/serializer": "^4.4|^5.0" + "phpstan/phpdoc-parser": "^1.0", + "symfony/cache": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/serializer": "^4.4|^5.0|^6.0" }, "suggest": { "phpdocumentor/reflection-docblock": "To use the PHPDoc", @@ -14910,7 +15421,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v5.2.10" + "source": "https://github.com/symfony/property-info/tree/v5.4.3" }, "funding": [ { @@ -14926,30 +15437,30 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/proxy-manager-bridge", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/proxy-manager-bridge.git", - "reference": "4e4997e77f30b4caed2b3cebefdecd7031e25a00" + "reference": "efb82e176cd47426193ad047635ba5181dae089f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/4e4997e77f30b4caed2b3cebefdecd7031e25a00", - "reference": "4e4997e77f30b4caed2b3cebefdecd7031e25a00", + "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/efb82e176cd47426193ad047635ba5181dae089f", + "reference": "efb82e176cd47426193ad047635ba5181dae089f", "shasum": "" }, "require": { - "composer/package-versions-deprecated": "^1.8", "friendsofphp/proxy-manager-lts": "^1.0.2", "php": ">=7.2.5", - "symfony/dependency-injection": "^5.0" + "symfony/dependency-injection": "^5.0|^6.0", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { - "symfony/config": "^4.4|^5.0" + "symfony/config": "^4.4|^5.0|^6.0" }, "type": "symfony-bridge", "autoload": { @@ -14977,7 +15488,7 @@ "description": "Provides integration for ProxyManager with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.3.0" + "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.4.3" }, "funding": [ { @@ -14993,40 +15504,41 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/routing", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "8bc1f4ac6a46f63eca345d90443a7e44908142ae" + "reference": "44b29c7a94e867ccde1da604792f11a469958981" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/8bc1f4ac6a46f63eca345d90443a7e44908142ae", - "reference": "8bc1f4ac6a46f63eca345d90443a7e44908142ae", + "url": "https://api.github.com/repos/symfony/routing/zipball/44b29c7a94e867ccde1da604792f11a469958981", + "reference": "44b29c7a94e867ccde1da604792f11a469958981", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", - "symfony/polyfill-php80": "^1.15" + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16" }, "conflict": { - "symfony/config": "<5.0", + "doctrine/annotations": "<1.12", + "symfony/config": "<5.3", "symfony/dependency-injection": "<4.4", "symfony/yaml": "<4.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", - "psr/log": "~1.0", - "symfony/config": "^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/http-foundation": "^4.4|^5.0", - "symfony/yaml": "^4.4|^5.0" + "doctrine/annotations": "^1.12", + "psr/log": "^1|^2|^3", + "symfony/config": "^5.3|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/config": "For using the all-in-one router or any loader", @@ -15066,7 +15578,84 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.2.10" + "source": "https://github.com/symfony/routing/tree/v5.4.3" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:53:40+00:00" + }, + { + "name": "symfony/runtime", + "version": "v5.4.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/runtime.git", + "reference": "354ce8493868594339cafe17ef67aba874c12158" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/runtime/zipball/354ce8493868594339cafe17ef67aba874c12158", + "reference": "354ce8493868594339cafe17ef67aba874c12158", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0|^2.0", + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "symfony/dotenv": "<5.1" + }, + "require-dev": { + "composer/composer": "^1.0.2|^2.0", + "symfony/console": "^4.4.30|^5.3.7|^6.0", + "symfony/dotenv": "^5.1|^6.0", + "symfony/http-foundation": "^4.4.30|^5.3.7|^6.0", + "symfony/http-kernel": "^4.4.30|^5.3.7|^6.0" + }, + "type": "composer-plugin", + "extra": { + "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin" + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Runtime\\": "", + "Symfony\\Runtime\\Symfony\\Component\\": "Internal/" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Enables decoupling PHP applications from global state", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/runtime/tree/v5.4.3" }, "funding": [ { @@ -15082,62 +15671,64 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-26T17:32:52+00:00" }, { "name": "symfony/security-bundle", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "642a43f0c93752df9bab473b14192053c137583b" + "reference": "d3239128269ae67d78df535f65f41cf02cabdc6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/642a43f0c93752df9bab473b14192053c137583b", - "reference": "642a43f0c93752df9bab473b14192053c137583b", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/d3239128269ae67d78df535f65f41cf02cabdc6c", + "reference": "d3239128269ae67d78df535f65f41cf02cabdc6c", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.2.5", - "symfony/config": "^4.4|^5.0", - "symfony/dependency-injection": "^5.2", - "symfony/deprecation-contracts": "^2.1", - "symfony/event-dispatcher": "^5.1", - "symfony/http-kernel": "^5.0", - "symfony/polyfill-php80": "^1.15", - "symfony/security-core": "^5.2", - "symfony/security-csrf": "^4.4|^5.0", - "symfony/security-guard": "^5.2", - "symfony/security-http": "^5.2" + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^5.3|^6.0", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/event-dispatcher": "^5.1|^6.0", + "symfony/http-foundation": "^5.3|^6.0", + "symfony/http-kernel": "^5.3|^6.0", + "symfony/password-hasher": "^5.3|^6.0", + "symfony/polyfill-php80": "^1.16", + "symfony/security-core": "^5.4|^6.0", + "symfony/security-csrf": "^4.4|^5.0|^6.0", + "symfony/security-guard": "^5.3", + "symfony/security-http": "^5.4|^6.0" }, "conflict": { "symfony/browser-kit": "<4.4", "symfony/console": "<4.4", "symfony/framework-bundle": "<4.4", - "symfony/ldap": "<4.4", - "symfony/security-http": "<5.2.8", + "symfony/ldap": "<5.1", "symfony/twig-bundle": "<4.4" }, "require-dev": { "doctrine/annotations": "^1.10.4", - "symfony/asset": "^4.4|^5.0", - "symfony/browser-kit": "^4.4|^5.0", - "symfony/console": "^4.4|^5.0", - "symfony/css-selector": "^4.4|^5.0", - "symfony/dom-crawler": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/form": "^4.4|^5.0", - "symfony/framework-bundle": "^5.2", - "symfony/process": "^4.4|^5.0", - "symfony/rate-limiter": "^5.2", - "symfony/serializer": "^4.4|^5.0", - "symfony/translation": "^4.4|^5.0", - "symfony/twig-bridge": "^4.4|^5.0", - "symfony/twig-bundle": "^4.4|^5.0", - "symfony/validator": "^4.4|^5.0", - "symfony/yaml": "^4.4|^5.0", + "symfony/asset": "^4.4|^5.0|^6.0", + "symfony/browser-kit": "^4.4|^5.0|^6.0", + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/css-selector": "^4.4|^5.0|^6.0", + "symfony/dom-crawler": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/form": "^4.4|^5.0|^6.0", + "symfony/framework-bundle": "^5.3|^6.0", + "symfony/ldap": "^5.3|^6.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/rate-limiter": "^5.2|^6.0", + "symfony/serializer": "^4.4|^5.0|^6.0", + "symfony/translation": "^4.4|^5.0|^6.0", + "symfony/twig-bridge": "^4.4|^5.0|^6.0", + "symfony/twig-bundle": "^4.4|^5.0|^6.0", + "symfony/validator": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0", "twig/twig": "^2.13|^3.0.4" }, "type": "symfony-bundle", @@ -15166,7 +15757,7 @@ "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-bundle/tree/v5.2.10" + "source": "https://github.com/symfony/security-bundle/tree/v5.4.3" }, "funding": [ { @@ -15182,44 +15773,48 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/security-core", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "94225470036d67ae8bb6a746809fe737aa7c0319" + "reference": "b26a44457a4d1a60c79f1c23273e812c4077ce85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/94225470036d67ae8bb6a746809fe737aa7c0319", - "reference": "94225470036d67ae8bb6a746809fe737aa7c0319", + "url": "https://api.github.com/repos/symfony/security-core/zipball/b26a44457a4d1a60c79f1c23273e812c4077ce85", + "reference": "b26a44457a4d1a60c79f1c23273e812c4077ce85", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", - "symfony/event-dispatcher-contracts": "^1.1|^2", - "symfony/polyfill-php80": "^1.15", - "symfony/service-contracts": "^1.1.6|^2" + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/event-dispatcher-contracts": "^1.1|^2|^3", + "symfony/password-hasher": "^5.3|^6.0", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1.6|^2|^3" }, "conflict": { "symfony/event-dispatcher": "<4.4", + "symfony/http-foundation": "<5.3", "symfony/ldap": "<4.4", "symfony/security-guard": "<4.4", "symfony/validator": "<5.2" }, "require-dev": { + "psr/cache": "^1.0|^2.0|^3.0", "psr/container": "^1.0|^2.0", - "psr/log": "~1.0", - "symfony/event-dispatcher": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/http-foundation": "^4.4|^5.0", - "symfony/ldap": "^4.4|^5.0", - "symfony/translation": "^4.4|^5.0", - "symfony/validator": "^5.2" + "psr/log": "^1|^2|^3", + "symfony/cache": "^4.4|^5.0|^6.0", + "symfony/event-dispatcher": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^5.3|^6.0", + "symfony/ldap": "^4.4|^5.0|^6.0", + "symfony/translation": "^4.4|^5.0|^6.0", + "symfony/validator": "^5.2|^6.0" }, "suggest": { "psr/container-implementation": "To instantiate the Security class", @@ -15255,7 +15850,7 @@ "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v5.2.10" + "source": "https://github.com/symfony/security-core/tree/v5.4.3" }, "funding": [ { @@ -15271,31 +15866,32 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/security-csrf", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/security-csrf.git", - "reference": "89f7d0778d988579e16a173cbdd9656c1bfd8b79" + "reference": "57c1c252ca756289c2b61327e08fb10be3936956" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-csrf/zipball/89f7d0778d988579e16a173cbdd9656c1bfd8b79", - "reference": "89f7d0778d988579e16a173cbdd9656c1bfd8b79", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/57c1c252ca756289c2b61327e08fb10be3936956", + "reference": "57c1c252ca756289c2b61327e08fb10be3936956", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/security-core": "^4.4|^5.0" + "symfony/polyfill-php80": "^1.16", + "symfony/security-core": "^4.4|^5.0|^6.0" }, "conflict": { - "symfony/http-foundation": "<4.4" + "symfony/http-foundation": "<5.3" }, "require-dev": { - "symfony/http-foundation": "^4.4|^5.0" + "symfony/http-foundation": "^5.3|^6.0" }, "suggest": { "symfony/http-foundation": "For using the class SessionTokenStorage." @@ -15326,7 +15922,7 @@ "description": "Symfony Security Component - CSRF Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-csrf/tree/v5.2.10" + "source": "https://github.com/symfony/security-csrf/tree/v5.4.3" }, "funding": [ { @@ -15342,30 +15938,30 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/security-guard", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/security-guard.git", - "reference": "9fc67f0fd82b6f5334099d2ba1ecba048818c60f" + "reference": "3d68d9f8e162f6655eb0a0237b9f333a82a19da9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-guard/zipball/9fc67f0fd82b6f5334099d2ba1ecba048818c60f", - "reference": "9fc67f0fd82b6f5334099d2ba1ecba048818c60f", + "url": "https://api.github.com/repos/symfony/security-guard/zipball/3d68d9f8e162f6655eb0a0237b9f333a82a19da9", + "reference": "3d68d9f8e162f6655eb0a0237b9f333a82a19da9", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.15", "symfony/security-core": "^5.0", - "symfony/security-http": "^4.4.1|^5.0.1" + "symfony/security-http": "^5.3" }, "require-dev": { - "psr/log": "~1.0" + "psr/log": "^1|^2|^3" }, "type": "library", "autoload": { @@ -15393,7 +15989,7 @@ "description": "Symfony Security Component - Guard", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-guard/tree/v5.2.10" + "source": "https://github.com/symfony/security-guard/tree/v5.4.3" }, "funding": [ { @@ -15409,43 +16005,44 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/security-http", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", - "reference": "dc61639e1320010bd14b0c1b355643da83fd5be6" + "reference": "536aadbdb6c6a3f13000aa445919a1f052ae2630" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/dc61639e1320010bd14b0c1b355643da83fd5be6", - "reference": "dc61639e1320010bd14b0c1b355643da83fd5be6", + "url": "https://api.github.com/repos/symfony/security-http/zipball/536aadbdb6c6a3f13000aa445919a1f052ae2630", + "reference": "536aadbdb6c6a3f13000aa445919a1f052ae2630", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", - "symfony/http-foundation": "^5.2", - "symfony/http-kernel": "^5.2", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/http-foundation": "^5.3|^6.0", + "symfony/http-kernel": "^5.3|^6.0", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.15", - "symfony/property-access": "^4.4|^5.0", - "symfony/security-core": "^5.2" + "symfony/polyfill-php80": "^1.16", + "symfony/property-access": "^4.4|^5.0|^6.0", + "symfony/security-core": "^5.4|^6.0" }, "conflict": { "symfony/event-dispatcher": "<4.3", + "symfony/security-bundle": "<5.3", "symfony/security-csrf": "<4.4" }, "require-dev": { - "psr/log": "~1.0", - "symfony/cache": "^4.4|^5.0", - "symfony/rate-limiter": "^5.2", - "symfony/routing": "^4.4|^5.0", - "symfony/security-csrf": "^4.4|^5.0", - "symfony/translation": "^4.4|^5.0" + "psr/log": "^1|^2|^3", + "symfony/cache": "^4.4|^5.0|^6.0", + "symfony/rate-limiter": "^5.2|^6.0", + "symfony/routing": "^4.4|^5.0|^6.0", + "symfony/security-csrf": "^4.4|^5.0|^6.0", + "symfony/translation": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", @@ -15477,7 +16074,7 @@ "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-http/tree/v5.2.10" + "source": "https://github.com/symfony/security-http/tree/v5.4.3" }, "funding": [ { @@ -15493,53 +16090,57 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/serializer", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "e6b20ac94f1d0553b84cdb268600db021067727f" + "reference": "13961b5b54691cbbca9c47f7d1a5b5c8f07dae6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/e6b20ac94f1d0553b84cdb268600db021067727f", - "reference": "e6b20ac94f1d0553b84cdb268600db021067727f", + "url": "https://api.github.com/repos/symfony/serializer/zipball/13961b5b54691cbbca9c47f7d1a5b5c8f07dae6e", + "reference": "13961b5b54691cbbca9c47f7d1a5b5c8f07dae6e", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "conflict": { + "doctrine/annotations": "<1.12", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/dependency-injection": "<4.4", - "symfony/property-access": "<4.4", - "symfony/property-info": "<4.4", + "symfony/property-access": "<5.4", + "symfony/property-info": "<5.3.13", + "symfony/uid": "<5.3", "symfony/yaml": "<4.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", + "doctrine/annotations": "^1.12", "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0", - "symfony/cache": "^4.4|^5.0", - "symfony/config": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/error-handler": "^4.4|^5.0", - "symfony/filesystem": "^4.4|^5.0", - "symfony/form": "^4.4|^5.0", - "symfony/http-foundation": "^4.4|^5.0", - "symfony/http-kernel": "^4.4|^5.0", - "symfony/mime": "^4.4|^5.0", - "symfony/property-access": "^4.4.9|^5.0.9", - "symfony/property-info": "^4.4|^5.0", - "symfony/uid": "^5.1", - "symfony/validator": "^4.4|^5.0", - "symfony/var-exporter": "^4.4|^5.0", - "symfony/yaml": "^4.4|^5.0" + "symfony/cache": "^4.4|^5.0|^6.0", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/error-handler": "^4.4|^5.0|^6.0", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/form": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/mime": "^4.4|^5.0|^6.0", + "symfony/property-access": "^5.4|^6.0", + "symfony/property-info": "^5.3.13|^6.0", + "symfony/uid": "^5.3|^6.0", + "symfony/validator": "^4.4|^5.0|^6.0", + "symfony/var-dumper": "^4.4|^5.0|^6.0", + "symfony/var-exporter": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "psr/cache-implementation": "For using the metadata cache.", @@ -15576,7 +16177,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v5.2.10" + "source": "https://github.com/symfony/serializer/tree/v5.4.3" }, "funding": [ { @@ -15592,29 +16193,33 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-26T17:24:58+00:00" }, { "name": "symfony/serializer-pack", - "version": "v1.0.4", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/symfony/serializer-pack.git", - "reference": "61173947057d5e1bf1c79e2a6ab6a8430be0602e" + "reference": "d6b1aca1e4f853d0d1ad3da24576e4dd9ab22510" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/61173947057d5e1bf1c79e2a6ab6a8430be0602e", - "reference": "61173947057d5e1bf1c79e2a6ab6a8430be0602e", + "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/d6b1aca1e4f853d0d1ad3da24576e4dd9ab22510", + "reference": "d6b1aca1e4f853d0d1ad3da24576e4dd9ab22510", "shasum": "" }, "require": { "doctrine/annotations": "^1.0", "phpdocumentor/reflection-docblock": "*", + "phpstan/phpdoc-parser": "*", "symfony/property-access": "*", "symfony/property-info": "*", "symfony/serializer": "*" }, + "conflict": { + "symfony/property-info": "<5.4" + }, "type": "symfony-pack", "notification-url": "https://packagist.org/downloads/", "license": [ @@ -15623,7 +16228,7 @@ "description": "A pack for the Symfony serializer", "support": { "issues": "https://github.com/symfony/serializer-pack/issues", - "source": "https://github.com/symfony/serializer-pack/tree/v1.0.4" + "source": "https://github.com/symfony/serializer-pack/tree/v1.1.0" }, "funding": [ { @@ -15639,25 +16244,29 @@ "type": "tidelift" } ], - "time": "2020-10-19T08:52:16+00:00" + "time": "2021-11-30T16:37:42+00:00" }, { "name": "symfony/service-contracts", - "version": "v2.4.0", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb" + "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", - "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", + "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/container": "^1.1" + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1" + }, + "conflict": { + "ext-psr": "<1.1|>=2" }, "suggest": { "symfony/service-implementation": "" @@ -15665,7 +16274,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -15702,7 +16311,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/service-contracts/tree/v2.5.0" }, "funding": [ { @@ -15718,25 +16327,25 @@ "type": "tidelift" } ], - "time": "2021-04-01T10:43:52+00:00" + "time": "2021-11-04T16:48:04+00:00" }, { "name": "symfony/stopwatch", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "64f4ed9232ad5372df8a61b1311502202fb0a03c" + "reference": "395220730edceb6bd745236ccb5c9125c748f779" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/64f4ed9232ad5372df8a61b1311502202fb0a03c", - "reference": "64f4ed9232ad5372df8a61b1311502202fb0a03c", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/395220730edceb6bd745236ccb5c9125c748f779", + "reference": "395220730edceb6bd745236ccb5c9125c748f779", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/service-contracts": "^1.0|^2" + "symfony/service-contracts": "^1|^2|^3" }, "type": "library", "autoload": { @@ -15764,7 +16373,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v5.2.10" + "source": "https://github.com/symfony/stopwatch/tree/v5.4.3" }, "funding": [ { @@ -15780,20 +16389,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:33:56+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/string", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "abd6bb17be75ddb10b022f02820464b785882a7f" + "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/abd6bb17be75ddb10b022f02820464b785882a7f", - "reference": "abd6bb17be75ddb10b022f02820464b785882a7f", + "url": "https://api.github.com/repos/symfony/string/zipball/92043b7d8383e48104e411bc9434b260dbeb5a10", + "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10", "shasum": "" }, "require": { @@ -15804,11 +16413,14 @@ "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "~1.15" }, + "conflict": { + "symfony/translation-contracts": ">=3.0" + }, "require-dev": { - "symfony/error-handler": "^4.4|^5.0", - "symfony/http-client": "^4.4|^5.0", + "symfony/error-handler": "^4.4|^5.0|^6.0", + "symfony/http-client": "^4.4|^5.0|^6.0", "symfony/translation-contracts": "^1.1|^2", - "symfony/var-exporter": "^4.4|^5.0" + "symfony/var-exporter": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { @@ -15847,7 +16459,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.2.10" + "source": "https://github.com/symfony/string/tree/v5.4.3" }, "funding": [ { @@ -15863,20 +16475,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/swiftmailer-bundle", - "version": "v3.5.2", + "version": "v3.5.4", "source": { "type": "git", "url": "https://github.com/symfony/swiftmailer-bundle.git", - "reference": "6b72355549f02823a2209180f9c035e46ca3f178" + "reference": "9daab339f226ac958192bf89836cb3378cc0e652" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/6b72355549f02823a2209180f9c035e46ca3f178", - "reference": "6b72355549f02823a2209180f9c035e46ca3f178", + "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/9daab339f226ac958192bf89836cb3378cc0e652", + "reference": "9daab339f226ac958192bf89836cb3378cc0e652", "shasum": "" }, "require": { @@ -15927,7 +16539,7 @@ "homepage": "http://symfony.com", "support": { "issues": "https://github.com/symfony/swiftmailer-bundle/issues", - "source": "https://github.com/symfony/swiftmailer-bundle/tree/v3.5.2" + "source": "https://github.com/symfony/swiftmailer-bundle/tree/v3.5.4" }, "funding": [ { @@ -15943,20 +16555,21 @@ "type": "tidelift" } ], - "time": "2021-01-25T17:31:39+00:00" + "abandoned": "symfony/mailer", + "time": "2022-02-06T08:03:40+00:00" }, { "name": "symfony/templating", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/templating.git", - "reference": "0dcfcef6c593cee370ab6945a7008b4ee5bcdea0" + "reference": "b530c7c560b46b5cf792c0cc2095856f60b3b6d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/templating/zipball/0dcfcef6c593cee370ab6945a7008b4ee5bcdea0", - "reference": "0dcfcef6c593cee370ab6945a7008b4ee5bcdea0", + "url": "https://api.github.com/repos/symfony/templating/zipball/b530c7c560b46b5cf792c0cc2095856f60b3b6d0", + "reference": "b530c7c560b46b5cf792c0cc2095856f60b3b6d0", "shasum": "" }, "require": { @@ -15964,7 +16577,7 @@ "symfony/polyfill-ctype": "~1.8" }, "require-dev": { - "psr/log": "~1.0" + "psr/log": "^1|^2|^3" }, "suggest": { "psr/log-implementation": "For using debug logging in loaders" @@ -15995,7 +16608,7 @@ "description": "Provides all the tools needed to build any kind of template system", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/templating/tree/v5.3.0" + "source": "https://github.com/symfony/templating/tree/v5.4.3" }, "funding": [ { @@ -16011,7 +16624,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/thanks", @@ -16076,26 +16689,28 @@ }, { "name": "symfony/translation", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "dc49cfb0d1d1bf6a9aaccccee570ef62e7b095c4" + "reference": "a9dd7403232c61e87e27fb306bbcd1627f245d70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/dc49cfb0d1d1bf6a9aaccccee570ef62e7b095c4", - "reference": "dc49cfb0d1d1bf6a9aaccccee570ef62e7b095c4", + "url": "https://api.github.com/repos/symfony/translation/zipball/a9dd7403232c61e87e27fb306bbcd1627f245d70", + "reference": "a9dd7403232c61e87e27fb306bbcd1627f245d70", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/translation-contracts": "^2.3" }, "conflict": { "symfony/config": "<4.4", + "symfony/console": "<5.3", "symfony/dependency-injection": "<5.0", "symfony/http-kernel": "<5.0", "symfony/twig-bundle": "<5.0", @@ -16105,15 +16720,17 @@ "symfony/translation-implementation": "2.3" }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "^4.4|^5.0", - "symfony/console": "^4.4|^5.0", - "symfony/dependency-injection": "^5.0", - "symfony/finder": "^4.4|^5.0", - "symfony/http-kernel": "^5.0", - "symfony/intl": "^4.4|^5.0", - "symfony/service-contracts": "^1.1.2|^2", - "symfony/yaml": "^4.4|^5.0" + "psr/log": "^1|^2|^3", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/dependency-injection": "^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/http-client-contracts": "^1.1|^2.0|^3.0", + "symfony/http-kernel": "^5.0|^6.0", + "symfony/intl": "^4.4|^5.0|^6.0", + "symfony/polyfill-intl-icu": "^1.21", + "symfony/service-contracts": "^1.1.2|^2|^3", + "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "psr/log-implementation": "To use logging capability in translator", @@ -16149,7 +16766,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v5.2.10" + "source": "https://github.com/symfony/translation/tree/v5.4.3" }, "funding": [ { @@ -16165,20 +16782,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-07T00:28:17+00:00" }, { "name": "symfony/translation-contracts", - "version": "v2.4.0", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "95c812666f3e91db75385749fe219c5e494c7f95" + "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95", - "reference": "95c812666f3e91db75385749fe219c5e494c7f95", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e", + "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e", "shasum": "" }, "require": { @@ -16190,7 +16807,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -16227,7 +16844,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0" + "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0" }, "funding": [ { @@ -16243,64 +16860,65 @@ "type": "tidelift" } ], - "time": "2021-03-23T23:28:01+00:00" + "time": "2021-08-17T14:20:01+00:00" }, { "name": "symfony/twig-bridge", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "3590e0e352a038b23f65410f388ce1a800debc6c" + "reference": "925719b20832e3dabd399fd9ebf85ed0eabf9999" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/3590e0e352a038b23f65410f388ce1a800debc6c", - "reference": "3590e0e352a038b23f65410f388ce1a800debc6c", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/925719b20832e3dabd399fd9ebf85ed0eabf9999", + "reference": "925719b20832e3dabd399fd9ebf85ed0eabf9999", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.15", - "symfony/translation-contracts": "^1.1|^2", + "symfony/polyfill-php80": "^1.16", + "symfony/translation-contracts": "^1.1|^2|^3", "twig/twig": "^2.13|^3.0.4" }, "conflict": { "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", - "symfony/console": "<4.4", - "symfony/form": "<5.1", - "symfony/http-foundation": "<4.4", + "symfony/console": "<5.3", + "symfony/form": "<5.3", + "symfony/http-foundation": "<5.3", "symfony/http-kernel": "<4.4", "symfony/translation": "<5.2", "symfony/workflow": "<5.2" }, "require-dev": { + "doctrine/annotations": "^1.12", "egulias/email-validator": "^2.1.10|^3", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/asset": "^4.4|^5.0", - "symfony/console": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/finder": "^4.4|^5.0", - "symfony/form": "^5.1.9", - "symfony/http-foundation": "^4.4|^5.0", - "symfony/http-kernel": "^4.4|^5.0", - "symfony/intl": "^4.4|^5.0", - "symfony/mime": "^5.2", + "symfony/asset": "^4.4|^5.0|^6.0", + "symfony/console": "^5.3|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/form": "^5.3|^6.0", + "symfony/http-foundation": "^5.3|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/intl": "^4.4|^5.0|^6.0", + "symfony/mime": "^5.2|^6.0", "symfony/polyfill-intl-icu": "~1.0", - "symfony/property-info": "^4.4|^5.1", - "symfony/routing": "^4.4|^5.0", + "symfony/property-info": "^4.4|^5.1|^6.0", + "symfony/routing": "^4.4|^5.0|^6.0", "symfony/security-acl": "^2.8|^3.0", - "symfony/security-core": "^4.4|^5.0", - "symfony/security-csrf": "^4.4|^5.0", - "symfony/security-http": "^4.4|^5.0", - "symfony/serializer": "^5.2", - "symfony/stopwatch": "^4.4|^5.0", - "symfony/translation": "^5.2", - "symfony/web-link": "^4.4|^5.0", - "symfony/workflow": "^5.2", - "symfony/yaml": "^4.4|^5.0", + "symfony/security-core": "^4.4|^5.0|^6.0", + "symfony/security-csrf": "^4.4|^5.0|^6.0", + "symfony/security-http": "^4.4|^5.0|^6.0", + "symfony/serializer": "^5.2|^6.0", + "symfony/stopwatch": "^4.4|^5.0|^6.0", + "symfony/translation": "^5.2|^6.0", + "symfony/web-link": "^4.4|^5.0|^6.0", + "symfony/workflow": "^5.2|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0", "twig/cssinliner-extra": "^2.12|^3", "twig/inky-extra": "^2.12|^3", "twig/markdown-extra": "^2.12|^3" @@ -16347,7 +16965,7 @@ "description": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/v5.2.10" + "source": "https://github.com/symfony/twig-bridge/tree/v5.4.3" }, "funding": [ { @@ -16363,50 +16981,52 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/twig-bundle", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "c078458e37a90b4ec8abb9f8fe6c3011d35e8039" + "reference": "45ae3ee8155f93042a1033b166a7a3ed57b96a92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/c078458e37a90b4ec8abb9f8fe6c3011d35e8039", - "reference": "c078458e37a90b4ec8abb9f8fe6c3011d35e8039", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/45ae3ee8155f93042a1033b166a7a3ed57b96a92", + "reference": "45ae3ee8155f93042a1033b166a7a3ed57b96a92", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/config": "^4.4|^5.0", - "symfony/http-foundation": "^4.4|^5.0", - "symfony/http-kernel": "^5.0", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^5.0|^6.0", "symfony/polyfill-ctype": "~1.8", - "symfony/twig-bridge": "^5.0", + "symfony/polyfill-php80": "^1.16", + "symfony/twig-bridge": "^5.3|^6.0", "twig/twig": "^2.13|^3.0.4" }, "conflict": { - "symfony/dependency-injection": "<5.2", + "symfony/dependency-injection": "<5.3", "symfony/framework-bundle": "<5.0", + "symfony/service-contracts": ">=3.0", "symfony/translation": "<5.0" }, "require-dev": { "doctrine/annotations": "^1.10.4", "doctrine/cache": "^1.0|^2.0", - "symfony/asset": "^4.4|^5.0", - "symfony/dependency-injection": "^5.2", - "symfony/expression-language": "^4.4|^5.0", - "symfony/finder": "^4.4|^5.0", - "symfony/form": "^4.4|^5.0", - "symfony/framework-bundle": "^5.0", - "symfony/routing": "^4.4|^5.0", - "symfony/stopwatch": "^4.4|^5.0", - "symfony/translation": "^5.0", - "symfony/web-link": "^4.4|^5.0", - "symfony/yaml": "^4.4|^5.0" + "symfony/asset": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^5.3|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/form": "^4.4|^5.0|^6.0", + "symfony/framework-bundle": "^5.0|^6.0", + "symfony/routing": "^4.4|^5.0|^6.0", + "symfony/stopwatch": "^4.4|^5.0|^6.0", + "symfony/translation": "^5.0|^6.0", + "symfony/web-link": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0" }, "type": "symfony-bundle", "autoload": { @@ -16434,7 +17054,7 @@ "description": "Provides a tight integration of Twig into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bundle/tree/v5.2.10" + "source": "https://github.com/symfony/twig-bundle/tree/v5.4.3" }, "funding": [ { @@ -16450,60 +17070,64 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/validator", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "8b882f5a50df87ee194ccd8d7e4ebf5cabebad5e" + "reference": "b420894e98f414b9ad5d4494650bf281f6dd6028" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/8b882f5a50df87ee194ccd8d7e4ebf5cabebad5e", - "reference": "8b882f5a50df87ee194ccd8d7e4ebf5cabebad5e", + "url": "https://api.github.com/repos/symfony/validator/zipball/b420894e98f414b9ad5d4494650bf281f6dd6028", + "reference": "b420894e98f414b9ad5d4494650bf281f6dd6028", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "~1.0", - "symfony/polyfill-php80": "^1.15", - "symfony/translation-contracts": "^1.1|^2" + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22", + "symfony/translation-contracts": "^1.1|^2|^3" }, "conflict": { - "doctrine/lexer": "<1.0.2", + "doctrine/annotations": "<1.13", + "doctrine/cache": "<1.11", + "doctrine/lexer": "<1.1", "phpunit/phpunit": "<5.4.3", "symfony/dependency-injection": "<4.4", "symfony/expression-language": "<5.1", "symfony/http-kernel": "<4.4", "symfony/intl": "<4.4", + "symfony/property-info": "<5.3", "symfony/translation": "<4.4", "symfony/yaml": "<4.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", - "doctrine/cache": "^1.0|^2.0", + "doctrine/annotations": "^1.13", + "doctrine/cache": "^1.11|^2.0", "egulias/email-validator": "^2.1.10|^3", - "symfony/cache": "^4.4|^5.0", - "symfony/config": "^4.4|^5.0", - "symfony/console": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/expression-language": "^5.1", - "symfony/finder": "^4.4|^5.0", - "symfony/http-client": "^4.4|^5.0", - "symfony/http-foundation": "^4.4|^5.0", - "symfony/http-kernel": "^4.4|^5.0", - "symfony/intl": "^4.4|^5.0", - "symfony/mime": "^4.4|^5.0", - "symfony/property-access": "^4.4|^5.0", - "symfony/property-info": "^4.4|^5.0", - "symfony/translation": "^4.4|^5.0", - "symfony/yaml": "^4.4|^5.0" + "symfony/cache": "^4.4|^5.0|^6.0", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^5.1|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/intl": "^4.4|^5.0|^6.0", + "symfony/mime": "^4.4|^5.0|^6.0", + "symfony/property-access": "^4.4|^5.0|^6.0", + "symfony/property-info": "^5.3|^6.0", + "symfony/translation": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "egulias/email-validator": "Strict (RFC compliant) email validation", @@ -16543,7 +17167,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v5.2.10" + "source": "https://github.com/symfony/validator/tree/v5.4.3" }, "funding": [ { @@ -16559,26 +17183,26 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-26T16:28:35+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "85bc8988d49d3f3bbede1e937f758d5dcb9dd694" + "reference": "970a01f208bf895c5f327ba40b72288da43adec4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/85bc8988d49d3f3bbede1e937f758d5dcb9dd694", - "reference": "85bc8988d49d3f3bbede1e937f758d5dcb9dd694", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/970a01f208bf895c5f327ba40b72288da43adec4", + "reference": "970a01f208bf895c5f327ba40b72288da43adec4", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "conflict": { "phpunit/phpunit": "<5.4.3", @@ -16586,8 +17210,9 @@ }, "require-dev": { "ext-iconv": "*", - "symfony/console": "^4.4|^5.0", - "symfony/process": "^4.4|^5.0", + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/uid": "^5.1|^6.0", "twig/twig": "^2.13|^3.0.4" }, "suggest": { @@ -16631,7 +17256,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.2.10" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.3" }, "funding": [ { @@ -16647,28 +17272,28 @@ "type": "tidelift" } ], - "time": "2021-05-27T10:48:07+00:00" + "time": "2022-01-17T16:30:37+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb" + "reference": "b199936b7365be36663532e547812d3abb10234a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb", - "reference": "7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b199936b7365be36663532e547812d3abb10234a", + "reference": "b199936b7365be36663532e547812d3abb10234a", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "require-dev": { - "symfony/var-dumper": "^4.4.9|^5.0.9" + "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0" }, "type": "library", "autoload": { @@ -16704,7 +17329,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v5.3.0" + "source": "https://github.com/symfony/var-exporter/tree/v5.4.3" }, "funding": [ { @@ -16720,35 +17345,35 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/web-link", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/web-link.git", - "reference": "46285629b31ae75dcc873e2c2a558f4751ce368b" + "reference": "8b9b073390359549fec5f5d797f23bbe9e2997a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-link/zipball/46285629b31ae75dcc873e2c2a558f4751ce368b", - "reference": "46285629b31ae75dcc873e2c2a558f4751ce368b", + "url": "https://api.github.com/repos/symfony/web-link/zipball/8b9b073390359549fec5f5d797f23bbe9e2997a5", + "reference": "8b9b073390359549fec5f5d797f23bbe9e2997a5", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/link": "^1.0" + "psr/link": "^1.0", + "symfony/polyfill-php80": "^1.16" }, "conflict": { - "symfony/http-kernel": "<4.4" + "symfony/http-kernel": "<5.3" }, "provide": { "psr/link-implementation": "1.0" }, "require-dev": { - "symfony/http-foundation": "^4.4|^5.0", - "symfony/http-kernel": "^4.4|^5.0" + "symfony/http-kernel": "^5.3|^6.0" }, "suggest": { "symfony/http-kernel": "" @@ -16791,7 +17416,7 @@ "push" ], "support": { - "source": "https://github.com/symfony/web-link/tree/v5.2.10" + "source": "https://github.com/symfony/web-link/tree/v5.4.3" }, "funding": [ { @@ -16807,35 +17432,35 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/webpack-encore-bundle", - "version": "v1.11.2", + "version": "v1.13.2", "source": { "type": "git", "url": "https://github.com/symfony/webpack-encore-bundle.git", - "reference": "f282fb17ffa4839ba491eb7e3f5ffdd40c86f969" + "reference": "509cad50878e838c879743225e0e921b3b64a3f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/f282fb17ffa4839ba491eb7e3f5ffdd40c86f969", - "reference": "f282fb17ffa4839ba491eb7e3f5ffdd40c86f969", + "url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/509cad50878e838c879743225e0e921b3b64a3f2", + "reference": "509cad50878e838c879743225e0e921b3b64a3f2", "shasum": "" }, "require": { "php": ">=7.1.3", - "symfony/asset": "^4.4 || ^5.0", - "symfony/config": "^4.4 || ^5.0", - "symfony/dependency-injection": "^4.4 || ^5.0", - "symfony/http-kernel": "^4.4 || ^5.0", - "symfony/service-contracts": "^1.0 || ^2.0" + "symfony/asset": "^4.4 || ^5.0 || ^6.0", + "symfony/config": "^4.4 || ^5.0 || ^6.0", + "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", + "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0", + "symfony/service-contracts": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { - "symfony/framework-bundle": "^4.4 || ^5.0", - "symfony/phpunit-bridge": "^4.4 || ^5.0", - "symfony/twig-bundle": "^4.4 || ^5.0", - "symfony/web-link": "^4.4 || ^5.0" + "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.3 || ^6.0", + "symfony/twig-bundle": "^4.4 || ^5.0 || ^6.0", + "symfony/web-link": "^4.4 || ^5.0 || ^6.0" }, "type": "symfony-bundle", "extra": { @@ -16862,7 +17487,7 @@ "description": "Integration with your Symfony app & Webpack Encore!", "support": { "issues": "https://github.com/symfony/webpack-encore-bundle/issues", - "source": "https://github.com/symfony/webpack-encore-bundle/tree/v1.11.2" + "source": "https://github.com/symfony/webpack-encore-bundle/tree/v1.13.2" }, "funding": [ { @@ -16878,20 +17503,20 @@ "type": "tidelift" } ], - "time": "2021-04-26T12:48:17+00:00" + "time": "2021-12-02T19:45:55+00:00" }, { "name": "symfony/workflow", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/workflow.git", - "reference": "51152e260fe9724470073c1edb4beaacb6a37fa8" + "reference": "5bf479092b9b4c25fd8eb5416146ffa8de4a5393" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/workflow/zipball/51152e260fe9724470073c1edb4beaacb6a37fa8", - "reference": "51152e260fe9724470073c1edb4beaacb6a37fa8", + "url": "https://api.github.com/repos/symfony/workflow/zipball/5bf479092b9b4c25fd8eb5416146ffa8de4a5393", + "reference": "5bf479092b9b4c25fd8eb5416146ffa8de4a5393", "shasum": "" }, "require": { @@ -16902,12 +17527,12 @@ "symfony/event-dispatcher": "<4.4" }, "require-dev": { - "psr/log": "~1.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/event-dispatcher": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/security-core": "^4.4|^5.0", - "symfony/validator": "^4.4|^5.0" + "psr/log": "^1|^2|^3", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/event-dispatcher": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/security-core": "^4.4|^5.0|^6.0", + "symfony/validator": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { @@ -16944,7 +17569,7 @@ "workflow" ], "support": { - "source": "https://github.com/symfony/workflow/tree/v5.2.10" + "source": "https://github.com/symfony/workflow/tree/v5.4.3" }, "funding": [ { @@ -16960,32 +17585,32 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/yaml", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "cd7930d6a7e0d8ceac299846235bc6e2e032c3a3" + "reference": "e80f87d2c9495966768310fc531b487ce64237a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/cd7930d6a7e0d8ceac299846235bc6e2e032c3a3", - "reference": "cd7930d6a7e0d8ceac299846235bc6e2e032c3a3", + "url": "https://api.github.com/repos/symfony/yaml/zipball/e80f87d2c9495966768310fc531b487ce64237a2", + "reference": "e80f87d2c9495966768310fc531b487ce64237a2", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1", - "symfony/polyfill-ctype": "~1.8" + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "symfony/console": "<4.4" + "symfony/console": "<5.3" }, "require-dev": { - "symfony/console": "^4.4|^5.0" + "symfony/console": "^5.3|^6.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" @@ -17019,7 +17644,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.2.10" + "source": "https://github.com/symfony/yaml/tree/v5.4.3" }, "funding": [ { @@ -17035,24 +17660,24 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-26T16:32:32+00:00" }, { "name": "tedivm/stash", - "version": "v0.15.2", + "version": "v0.16.0", "source": { "type": "git", "url": "https://github.com/tedious/Stash.git", - "reference": "7a6a74106c49b1bdc3a10a725b03c509dc773dbb" + "reference": "7d42f58e4f395397d7c76d4eff55eb56aacadc34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tedious/Stash/zipball/7a6a74106c49b1bdc3a10a725b03c509dc773dbb", - "reference": "7a6a74106c49b1bdc3a10a725b03c509dc773dbb", + "url": "https://api.github.com/repos/tedious/Stash/zipball/7d42f58e4f395397d7c76d4eff55eb56aacadc34", + "reference": "7d42f58e4f395397d7c76d4eff55eb56aacadc34", "shasum": "" }, "require": { - "php": "^7.0", + "php": ">7.0", "psr/cache": "~1.0" }, "provide": { @@ -17097,36 +17722,40 @@ ], "support": { "issues": "https://github.com/tedious/Stash/issues", - "source": "https://github.com/tedious/Stash/tree/v0.15.2" + "source": "https://github.com/tedious/Stash/tree/v0.16.0" }, - "time": "2019-03-09T21:04:14+00:00" + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/tedivm/stash", + "type": "tidelift" + } + ], + "time": "2021-01-18T04:06:48+00:00" }, { "name": "toflar/psr6-symfony-http-cache-store", - "version": "2.3.1", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/Toflar/psr6-symfony-http-cache-store.git", - "reference": "b6ef1981efa3beafa5d960665f1d31cff17497f8" + "reference": "0a6dd0da8dcce37efd3f3ac12e6f435dcd8fe244" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Toflar/psr6-symfony-http-cache-store/zipball/b6ef1981efa3beafa5d960665f1d31cff17497f8", - "reference": "b6ef1981efa3beafa5d960665f1d31cff17497f8", + "url": "https://api.github.com/repos/Toflar/psr6-symfony-http-cache-store/zipball/0a6dd0da8dcce37efd3f3ac12e6f435dcd8fe244", + "reference": "0a6dd0da8dcce37efd3f3ac12e6f435dcd8fe244", "shasum": "" }, "require": { - "php": "^5.6|^7.1", - "symfony/cache": "^3.4|^4.0|^5.0", - "symfony/http-foundation": "^3.0|^4.0|^5.0", - "symfony/http-kernel": "^3.0|^4.0|^5.0", - "symfony/lock": "^3.4|^4.0|^5.0", - "symfony/options-resolver": "^3.0|^4.0|^5.0" + "php": "^7.2 | ^8.0", + "symfony/cache": "^4.4 | ^5.0", + "symfony/http-foundation": "^4.4 | ^5.0", + "symfony/http-kernel": "^4.4 | ^5.0", + "symfony/lock": "^4.4 | ^5.0", + "symfony/options-resolver": "^4.4 | ^5.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.16.1", - "php-coveralls/php-coveralls": "^2.1", - "symfony/phpunit-bridge": "^4.3.5" + "symfony/phpunit-bridge": "^5.0" }, "type": "library", "autoload": { @@ -17147,32 +17776,33 @@ "description": "An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags.", "support": { "issues": "https://github.com/Toflar/psr6-symfony-http-cache-store/issues", - "source": "https://github.com/Toflar/psr6-symfony-http-cache-store/tree/2.3.1" + "source": "https://github.com/Toflar/psr6-symfony-http-cache-store/tree/3.0.1" }, - "time": "2020-04-24T09:02:15+00:00" + "time": "2020-11-23T21:38:47+00:00" }, { "name": "twig/extra-bundle", - "version": "v3.3.1", + "version": "v3.3.8", "source": { "type": "git", "url": "https://github.com/twigphp/twig-extra-bundle.git", - "reference": "e12a8ee63387abb83fb7e4c897663bfb94ac22b6" + "reference": "2e58256b0e9fe52f30149347c0547e4633304765" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/e12a8ee63387abb83fb7e4c897663bfb94ac22b6", - "reference": "e12a8ee63387abb83fb7e4c897663bfb94ac22b6", + "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/2e58256b0e9fe52f30149347c0547e4633304765", + "reference": "2e58256b0e9fe52f30149347c0547e4633304765", "shasum": "" }, "require": { - "php": "^7.1.3|^8.0", - "symfony/framework-bundle": "^4.3|^5.0", - "symfony/twig-bundle": "^4.3|^5.0", - "twig/twig": "^2.4|^3.0" + "php": ">=7.2.5", + "symfony/framework-bundle": "^4.4|^5.0|^6.0", + "symfony/twig-bundle": "^4.4|^5.0|^6.0", + "twig/twig": "^2.7|^3.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4.9|^5.0.9", + "league/commonmark": "^1.0|^2.0", + "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0", "twig/cache-extra": "^3.0", "twig/cssinliner-extra": "^2.12|^3.0", "twig/html-extra": "^2.12|^3.0", @@ -17215,7 +17845,7 @@ "twig" ], "support": { - "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.3.1" + "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.3.8" }, "funding": [ { @@ -17227,29 +17857,29 @@ "type": "tidelift" } ], - "time": "2021-05-12T07:47:40+00:00" + "time": "2022-01-04T13:58:53+00:00" }, { "name": "twig/intl-extra", - "version": "v3.3.0", + "version": "v3.3.5", "source": { "type": "git", "url": "https://github.com/twigphp/intl-extra.git", - "reference": "919e8f945c30bd3efeb6a4d79722cda538116658" + "reference": "8dca6f4c5a00cdd3c43b6bd080f50d32aca33a84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/919e8f945c30bd3efeb6a4d79722cda538116658", - "reference": "919e8f945c30bd3efeb6a4d79722cda538116658", + "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/8dca6f4c5a00cdd3c43b6bd080f50d32aca33a84", + "reference": "8dca6f4c5a00cdd3c43b6bd080f50d32aca33a84", "shasum": "" }, "require": { "php": ">=7.1.3", - "symfony/intl": "^4.3|^5.0", - "twig/twig": "^2.4|^3.0" + "symfony/intl": "^4.4|^5.0|^6.0", + "twig/twig": "^2.7|^3.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4.9|^5.0.9" + "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" }, "type": "library", "extra": { @@ -17284,7 +17914,7 @@ "twig" ], "support": { - "source": "https://github.com/twigphp/intl-extra/tree/v3.3.0" + "source": "https://github.com/twigphp/intl-extra/tree/v3.3.5" }, "funding": [ { @@ -17296,30 +17926,30 @@ "type": "tidelift" } ], - "time": "2021-01-01T14:58:18+00:00" + "time": "2022-01-02T10:02:25+00:00" }, { "name": "twig/string-extra", - "version": "v3.3.1", + "version": "v3.3.5", "source": { "type": "git", "url": "https://github.com/twigphp/string-extra.git", - "reference": "b98a7cee2a44cf69c88a978834394bd17b694957" + "reference": "03608ae2e9c270a961e8cf1b75751e8635ad3e3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/string-extra/zipball/b98a7cee2a44cf69c88a978834394bd17b694957", - "reference": "b98a7cee2a44cf69c88a978834394bd17b694957", + "url": "https://api.github.com/repos/twigphp/string-extra/zipball/03608ae2e9c270a961e8cf1b75751e8635ad3e3c", + "reference": "03608ae2e9c270a961e8cf1b75751e8635ad3e3c", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/string": "^5.0", - "symfony/translation-contracts": "^1.1|^2", - "twig/twig": "^2.4|^3.0" + "symfony/string": "^5.0|^6.0", + "symfony/translation-contracts": "^1.1|^2|^3", + "twig/twig": "^2.7|^3.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4.9|^5.0.9" + "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" }, "type": "library", "extra": { @@ -17356,7 +17986,7 @@ "unicode" ], "support": { - "source": "https://github.com/twigphp/string-extra/tree/v3.3.1" + "source": "https://github.com/twigphp/string-extra/tree/v3.3.5" }, "funding": [ { @@ -17368,20 +17998,20 @@ "type": "tidelift" } ], - "time": "2021-05-12T07:45:40+00:00" + "time": "2022-01-02T10:02:25+00:00" }, { "name": "twig/twig", - "version": "v3.3.2", + "version": "v3.3.8", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "21578f00e83d4a82ecfa3d50752b609f13de6790" + "reference": "972d8604a92b7054828b539f2febb0211dd5945c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/21578f00e83d4a82ecfa3d50752b609f13de6790", - "reference": "21578f00e83d4a82ecfa3d50752b609f13de6790", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/972d8604a92b7054828b539f2febb0211dd5945c", + "reference": "972d8604a92b7054828b539f2febb0211dd5945c", "shasum": "" }, "require": { @@ -17391,7 +18021,7 @@ }, "require-dev": { "psr/container": "^1.0", - "symfony/phpunit-bridge": "^4.4.9|^5.0.9" + "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" }, "type": "library", "extra": { @@ -17432,7 +18062,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.3.2" + "source": "https://github.com/twigphp/Twig/tree/v3.3.8" }, "funding": [ { @@ -17444,7 +18074,7 @@ "type": "tidelift" } ], - "time": "2021-05-16T12:14:13+00:00" + "time": "2022-02-04T06:59:48+00:00" }, { "name": "vaites/php-apache-tika", @@ -17625,16 +18255,16 @@ }, { "name": "willdurand/js-translation-bundle", - "version": "4.0.1", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/willdurand/BazingaJsTranslationBundle.git", - "reference": "fdf1540dec07e935704904996f4ce8ad64c2ea43" + "reference": "6cbaa477f5b76c9208b3c28145777481b734ccf6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/willdurand/BazingaJsTranslationBundle/zipball/fdf1540dec07e935704904996f4ce8ad64c2ea43", - "reference": "fdf1540dec07e935704904996f4ce8ad64c2ea43", + "url": "https://api.github.com/repos/willdurand/BazingaJsTranslationBundle/zipball/6cbaa477f5b76c9208b3c28145777481b734ccf6", + "reference": "6cbaa477f5b76c9208b3c28145777481b734ccf6", "shasum": "" }, "require": { @@ -17687,9 +18317,9 @@ ], "support": { "issues": "https://github.com/willdurand/BazingaJsTranslationBundle/issues", - "source": "https://github.com/willdurand/BazingaJsTranslationBundle/tree/4.0.1" + "source": "https://github.com/willdurand/BazingaJsTranslationBundle/tree/4.0.2" }, - "time": "2021-01-16T14:04:30+00:00" + "time": "2021-08-04T14:51:10+00:00" }, { "name": "willdurand/jsonp-callback-validator", @@ -17737,16 +18367,16 @@ }, { "name": "willdurand/negotiation", - "version": "3.0.0", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/willdurand/Negotiation.git", - "reference": "04e14f38d4edfcc974114a07d2777d90c98f3d9c" + "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/04e14f38d4edfcc974114a07d2777d90c98f3d9c", - "reference": "04e14f38d4edfcc974114a07d2777d90c98f3d9c", + "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/68e9ea0553ef6e2ee8db5c1d98829f111e623ec2", + "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2", "shasum": "" }, "require": { @@ -17787,26 +18417,26 @@ ], "support": { "issues": "https://github.com/willdurand/Negotiation/issues", - "source": "https://github.com/willdurand/Negotiation/tree/3.0.0" + "source": "https://github.com/willdurand/Negotiation/tree/3.1.0" }, - "time": "2020-09-25T08:01:41+00:00" + "time": "2022-01-30T20:08:53+00:00" }, { "name": "zetacomponents/base", - "version": "1.9.1", + "version": "1.9.3", "source": { "type": "git", "url": "https://github.com/zetacomponents/Base.git", - "reference": "489e20235989ddc97fdd793af31ac803972454f1" + "reference": "2f432f4117a5aa2164d4fb1784f84db91dbdd3b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1", - "reference": "489e20235989ddc97fdd793af31ac803972454f1", + "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2f432f4117a5aa2164d4fb1784f84db91dbdd3b8", + "reference": "2f432f4117a5aa2164d4fb1784f84db91dbdd3b8", "shasum": "" }, "require-dev": { - "phpunit/phpunit": "~5.7", + "phpunit/phpunit": "~8.0", "zetacomponents/unit-test": "*" }, "type": "library", @@ -17855,22 +18485,22 @@ "homepage": "https://github.com/zetacomponents", "support": { "issues": "https://github.com/zetacomponents/Base/issues", - "source": "https://github.com/zetacomponents/Base/tree/1.9.1" + "source": "https://github.com/zetacomponents/Base/tree/1.9.3" }, - "time": "2017-11-28T11:30:00+00:00" + "time": "2021-07-25T15:46:08+00:00" }, { "name": "zetacomponents/feed", - "version": "1.4", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/zetacomponents/Feed.git", - "reference": "925d8bc33cf13a9f5aecf2c3e37a32c85b0c8861" + "reference": "dee83c5dd19929e28135fb2ceda66f4e0da15143" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zetacomponents/Feed/zipball/925d8bc33cf13a9f5aecf2c3e37a32c85b0c8861", - "reference": "925d8bc33cf13a9f5aecf2c3e37a32c85b0c8861", + "url": "https://api.github.com/repos/zetacomponents/Feed/zipball/dee83c5dd19929e28135fb2ceda66f4e0da15143", + "reference": "dee83c5dd19929e28135fb2ceda66f4e0da15143", "shasum": "" }, "require": { @@ -17925,9 +18555,9 @@ "homepage": "https://github.com/zetacomponents", "support": { "issues": "https://github.com/zetacomponents/Feed/issues", - "source": "https://github.com/zetacomponents/Feed/tree/1.4" + "source": "https://github.com/zetacomponents/Feed/tree/1.4.1" }, - "time": "2014-09-27T19:26:09+00:00" + "time": "2022-02-11T17:54:40+00:00" }, { "name": "zetacomponents/system-information", @@ -18028,12 +18658,12 @@ }, "type": "library", "autoload": { - "psr-4": { - "DeepCopy\\": "src/DeepCopy/" - }, "files": [ "src/DeepCopy/deep_copy.php" - ] + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -18061,16 +18691,16 @@ }, { "name": "phar-io/manifest", - "version": "2.0.1", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", - "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133" + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133", - "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", "shasum": "" }, "require": { @@ -18115,22 +18745,22 @@ "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", "support": { "issues": "https://github.com/phar-io/manifest/issues", - "source": "https://github.com/phar-io/manifest/tree/master" + "source": "https://github.com/phar-io/manifest/tree/2.0.3" }, - "time": "2020-06-27T14:33:11+00:00" + "time": "2021-07-20T11:28:43+00:00" }, { "name": "phar-io/version", - "version": "3.1.0", + "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/phar-io/version.git", - "reference": "bae7c545bef187884426f042434e561ab1ddb182" + "reference": "15a90844ad40f127afd244c0cad228de2a80052a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182", - "reference": "bae7c545bef187884426f042434e561ab1ddb182", + "url": "https://api.github.com/repos/phar-io/version/zipball/15a90844ad40f127afd244c0cad228de2a80052a", + "reference": "15a90844ad40f127afd244c0cad228de2a80052a", "shasum": "" }, "require": { @@ -18166,39 +18796,39 @@ "description": "Library for handling version information and constraints", "support": { "issues": "https://github.com/phar-io/version/issues", - "source": "https://github.com/phar-io/version/tree/3.1.0" + "source": "https://github.com/phar-io/version/tree/3.1.1" }, - "time": "2021-02-23T14:00:09+00:00" + "time": "2022-02-07T21:56:48+00:00" }, { "name": "phpspec/prophecy", - "version": "1.13.0", + "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea" + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea", - "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13", "shasum": "" }, "require": { "doctrine/instantiator": "^1.2", - "php": "^7.2 || ~8.0, <8.1", + "php": "^7.2 || ~8.0, <8.2", "phpdocumentor/reflection-docblock": "^5.2", "sebastian/comparator": "^3.0 || ^4.0", "sebastian/recursion-context": "^3.0 || ^4.0" }, "require-dev": { - "phpspec/phpspec": "^6.0", + "phpspec/phpspec": "^6.0 || ^7.0", "phpunit/phpunit": "^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.11.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -18233,29 +18863,29 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy/issues", - "source": "https://github.com/phpspec/prophecy/tree/1.13.0" + "source": "https://github.com/phpspec/prophecy/tree/v1.15.0" }, - "time": "2021-03-17T13:42:18+00:00" + "time": "2021-12-08T12:19:24+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "9.2.6", + "version": "9.2.11", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "f6293e1b30a2354e8428e004689671b83871edde" + "reference": "665a1ac0a763c51afc30d6d130dac0813092b17f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f6293e1b30a2354e8428e004689671b83871edde", - "reference": "f6293e1b30a2354e8428e004689671b83871edde", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/665a1ac0a763c51afc30d6d130dac0813092b17f", + "reference": "665a1ac0a763c51afc30d6d130dac0813092b17f", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.10.2", + "nikic/php-parser": "^4.13.0", "php": ">=7.3", "phpunit/php-file-iterator": "^3.0.3", "phpunit/php-text-template": "^2.0.2", @@ -18304,7 +18934,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.6" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.11" }, "funding": [ { @@ -18312,20 +18942,20 @@ "type": "github" } ], - "time": "2021-03-28T07:26:59+00:00" + "time": "2022-02-18T12:46:09+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "3.0.5", + "version": "3.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8" + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8", - "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", "shasum": "" }, "require": { @@ -18364,7 +18994,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5" + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" }, "funding": [ { @@ -18372,7 +19002,7 @@ "type": "github" } ], - "time": "2020-09-28T05:57:25+00:00" + "time": "2021-12-02T12:48:52+00:00" }, { "name": "phpunit/php-invoker", @@ -18557,16 +19187,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.4", + "version": "9.5.14", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c73c6737305e779771147af66c96ca6a7ed8a741" + "reference": "1883687169c017d6ae37c58883ca3994cfc34189" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c73c6737305e779771147af66c96ca6a7ed8a741", - "reference": "c73c6737305e779771147af66c96ca6a7ed8a741", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1883687169c017d6ae37c58883ca3994cfc34189", + "reference": "1883687169c017d6ae37c58883ca3994cfc34189", "shasum": "" }, "require": { @@ -18578,11 +19208,11 @@ "ext-xml": "*", "ext-xmlwriter": "*", "myclabs/deep-copy": "^1.10.1", - "phar-io/manifest": "^2.0.1", + "phar-io/manifest": "^2.0.3", "phar-io/version": "^3.0.2", "php": ">=7.3", "phpspec/prophecy": "^1.12.1", - "phpunit/php-code-coverage": "^9.2.3", + "phpunit/php-code-coverage": "^9.2.7", "phpunit/php-file-iterator": "^3.0.5", "phpunit/php-invoker": "^3.1.1", "phpunit/php-text-template": "^2.0.3", @@ -18596,7 +19226,7 @@ "sebastian/global-state": "^5.0.1", "sebastian/object-enumerator": "^4.0.3", "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^2.3", + "sebastian/type": "^2.3.4", "sebastian/version": "^3.0.2" }, "require-dev": { @@ -18617,11 +19247,11 @@ } }, "autoload": { - "classmap": [ - "src/" - ], "files": [ "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -18644,11 +19274,11 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.4" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.14" }, "funding": [ { - "url": "https://phpunit.de/donate.html", + "url": "https://phpunit.de/sponsors.html", "type": "custom" }, { @@ -18656,7 +19286,7 @@ "type": "github" } ], - "time": "2021-03-23T07:16:29+00:00" + "time": "2022-02-18T12:54:07+00:00" }, { "name": "sebastian/cli-parser", @@ -19021,16 +19651,16 @@ }, { "name": "sebastian/exporter", - "version": "4.0.3", + "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65" + "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65", - "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9", + "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9", "shasum": "" }, "require": { @@ -19079,14 +19709,14 @@ } ], "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "http://www.github.com/sebastianbergmann/exporter", + "homepage": "https://www.github.com/sebastianbergmann/exporter", "keywords": [ "export", "exporter" ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3" + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4" }, "funding": [ { @@ -19094,20 +19724,20 @@ "type": "github" } ], - "time": "2020-09-28T05:24:23+00:00" + "time": "2021-11-11T14:18:36+00:00" }, { "name": "sebastian/global-state", - "version": "5.0.2", + "version": "5.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "a90ccbddffa067b51f574dea6eb25d5680839455" + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/a90ccbddffa067b51f574dea6eb25d5680839455", - "reference": "a90ccbddffa067b51f574dea6eb25d5680839455", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", "shasum": "" }, "require": { @@ -19150,7 +19780,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.2" + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" }, "funding": [ { @@ -19158,7 +19788,7 @@ "type": "github" } ], - "time": "2020-10-26T15:55:19+00:00" + "time": "2022-02-14T08:28:10+00:00" }, { "name": "sebastian/lines-of-code", @@ -19449,16 +20079,16 @@ }, { "name": "sebastian/type", - "version": "2.3.1", + "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2" + "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/81cd61ab7bbf2de744aba0ea61fae32f721df3d2", - "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8cd8a1c753c90bc1a0f5372170e3e489136f914", + "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914", "shasum": "" }, "require": { @@ -19493,7 +20123,7 @@ "homepage": "https://github.com/sebastianbergmann/type", "support": { "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/2.3.1" + "source": "https://github.com/sebastianbergmann/type/tree/2.3.4" }, "funding": [ { @@ -19501,7 +20131,7 @@ "type": "github" } ], - "time": "2020-10-26T13:18:59+00:00" + "time": "2021-06-15T12:49:02+00:00" }, { "name": "sebastian/version", @@ -19558,20 +20188,21 @@ }, { "name": "symfony/css-selector", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "fcd0b29a7a0b1bb5bfbedc6231583d77fea04814" + "reference": "b0a190285cd95cb019237851205b8140ef6e368e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/fcd0b29a7a0b1bb5bfbedc6231583d77fea04814", - "reference": "fcd0b29a7a0b1bb5bfbedc6231583d77fea04814", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/b0a190285cd95cb019237851205b8140ef6e368e", + "reference": "b0a190285cd95cb019237851205b8140ef6e368e", "shasum": "" }, "require": { - "php": ">=7.2.5" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -19603,7 +20234,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v5.3.0" + "source": "https://github.com/symfony/css-selector/tree/v5.4.3" }, "funding": [ { @@ -19619,37 +20250,38 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/debug-bundle", - "version": "v5.2.4", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/debug-bundle.git", - "reference": "ec21bd26d24dab02ac40e4bec362b3f4032486e8" + "reference": "6f508169752ed2c0d0d8a6641c4cca39a8f1dfcb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/ec21bd26d24dab02ac40e4bec362b3f4032486e8", - "reference": "ec21bd26d24dab02ac40e4bec362b3f4032486e8", + "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/6f508169752ed2c0d0d8a6641c4cca39a8f1dfcb", + "reference": "6f508169752ed2c0d0d8a6641c4cca39a8f1dfcb", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.2.5", - "symfony/http-kernel": "^4.4|^5.0", - "symfony/twig-bridge": "^4.4|^5.0", - "symfony/var-dumper": "^4.4|^5.0" + "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/polyfill-php80": "^1.16", + "symfony/twig-bridge": "^4.4|^5.0|^6.0", + "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "conflict": { "symfony/config": "<4.4", "symfony/dependency-injection": "<5.2" }, "require-dev": { - "symfony/config": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/web-profiler-bundle": "^4.4|^5.0" + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/web-profiler-bundle": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/config": "For service container configuration", @@ -19678,10 +20310,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Provides a tight integration of the Symfony Debug component into the Symfony full-stack framework", + "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug-bundle/tree/v5.2.4" + "source": "https://github.com/symfony/debug-bundle/tree/v5.4.3" }, "funding": [ { @@ -19697,46 +20329,46 @@ "type": "tidelift" } ], - "time": "2021-01-10T16:30:10+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/maker-bundle", - "version": "v1.31.1", + "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/maker-bundle.git", - "reference": "4f57a44cef0b4555043160b8bf223fcde8a7a59a" + "reference": "411863a63c495c68852215518bb5665965c61a2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/4f57a44cef0b4555043160b8bf223fcde8a7a59a", - "reference": "4f57a44cef0b4555043160b8bf223fcde8a7a59a", + "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/411863a63c495c68852215518bb5665965c61a2d", + "reference": "411863a63c495c68852215518bb5665965c61a2d", "shasum": "" }, "require": { "doctrine/inflector": "^1.2|^2.0", - "nikic/php-parser": "^4.0", + "nikic/php-parser": "^4.11", "php": ">=7.1.3", - "symfony/config": "^4.0|^5.0", - "symfony/console": "^4.0|^5.0", - "symfony/dependency-injection": "^4.0|^5.0", - "symfony/deprecation-contracts": "^2.2", - "symfony/filesystem": "^4.0|^5.0", - "symfony/finder": "^4.0|^5.0", - "symfony/framework-bundle": "^4.0|^5.0", - "symfony/http-kernel": "^4.0|^5.0" + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/deprecation-contracts": "^2.2|^3", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/framework-bundle": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0" }, "require-dev": { - "composer/semver": "^3.0@dev", - "doctrine/doctrine-bundle": "^1.8|^2.0", + "composer/semver": "^3.0", + "doctrine/doctrine-bundle": "^1.12.3|^2.0", "doctrine/orm": "^2.3", - "friendsofphp/php-cs-fixer": "^3.0", - "friendsoftwig/twigcs": "^4.1.0|^5.0.0", - "symfony/http-client": "^4.3|^5.0", - "symfony/phpunit-bridge": "^4.3|^5.0", - "symfony/process": "^4.0|^5.0", - "symfony/security-core": "^4.0|^5.0", - "symfony/yaml": "^4.0|^5.0" + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/phpunit-bridge": "^4.4|^5.0|^6.0", + "symfony/polyfill-php80": "^1.16.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/security-core": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0", + "twig/twig": "^2.0|^3.0" }, "type": "symfony-bundle", "extra": { @@ -19769,7 +20401,7 @@ ], "support": { "issues": "https://github.com/symfony/maker-bundle/issues", - "source": "https://github.com/symfony/maker-bundle/tree/v1.31.1" + "source": "https://github.com/symfony/maker-bundle/tree/v1.37.0" }, "funding": [ { @@ -19785,31 +20417,31 @@ "type": "tidelift" } ], - "time": "2021-05-12T14:01:20+00:00" + "time": "2022-02-16T15:29:59+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v5.3.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "15cab721487b7bf43ad545a1e7d0095782e26f8c" + "reference": "81f5e8e453433e0182a49ca45d4734cb3a2f818f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/15cab721487b7bf43ad545a1e7d0095782e26f8c", - "reference": "15cab721487b7bf43ad545a1e7d0095782e26f8c", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/81f5e8e453433e0182a49ca45d4734cb3a2f818f", + "reference": "81f5e8e453433e0182a49ca45d4734cb3a2f818f", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/deprecation-contracts": "^2.1" + "php": ">=7.1.3" }, "conflict": { "phpunit/phpunit": "<7.5|9.1.2" }, "require-dev": { - "symfony/error-handler": "^4.4|^5.0" + "symfony/deprecation-contracts": "^2.1|^3.0", + "symfony/error-handler": "^5.4|^6.0" }, "suggest": { "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" @@ -19852,7 +20484,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v5.3.0" + "source": "https://github.com/symfony/phpunit-bridge/tree/v6.0.3" }, "funding": [ { @@ -19868,41 +20500,43 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:57:12+00:00" + "time": "2022-01-26T17:23:29+00:00" }, { "name": "symfony/web-profiler-bundle", - "version": "v5.2.10", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "ecff474430abe9a01a88a94960bf380bdbfa58c5" + "reference": "296fc6ccf3ea706889dcf33f02eb20dcf953612d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/ecff474430abe9a01a88a94960bf380bdbfa58c5", - "reference": "ecff474430abe9a01a88a94960bf380bdbfa58c5", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/296fc6ccf3ea706889dcf33f02eb20dcf953612d", + "reference": "296fc6ccf3ea706889dcf33f02eb20dcf953612d", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/config": "^4.4|^5.0", - "symfony/framework-bundle": "^5.1", - "symfony/http-kernel": "^5.2", - "symfony/routing": "^4.4|^5.0", - "symfony/twig-bundle": "^4.4|^5.0", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/framework-bundle": "^5.3|^6.0", + "symfony/http-kernel": "^5.3|^6.0", + "symfony/polyfill-php80": "^1.16", + "symfony/routing": "^4.4|^5.0|^6.0", + "symfony/twig-bundle": "^4.4|^5.0|^6.0", "twig/twig": "^2.13|^3.0.4" }, "conflict": { "symfony/dependency-injection": "<5.2", "symfony/form": "<4.4", + "symfony/mailer": "<5.4", "symfony/messenger": "<4.4" }, "require-dev": { - "symfony/browser-kit": "^4.4|^5.0", - "symfony/console": "^4.4|^5.0", - "symfony/css-selector": "^4.4|^5.0", - "symfony/stopwatch": "^4.4|^5.0" + "symfony/browser-kit": "^4.4|^5.0|^6.0", + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/css-selector": "^4.4|^5.0|^6.0", + "symfony/stopwatch": "^4.4|^5.0|^6.0" }, "type": "symfony-bundle", "autoload": { @@ -19930,7 +20564,7 @@ "description": "Provides a development tool that gives detailed information about the execution of any request", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.2.10" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.4.3" }, "funding": [ { @@ -19946,20 +20580,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:33:56+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "theseer/tokenizer", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "75a63c33a8577608444246075ea0af0d052e452a" + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a", - "reference": "75a63c33a8577608444246075ea0af0d052e452a", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", "shasum": "" }, "require": { @@ -19988,7 +20622,7 @@ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "support": { "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/master" + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" }, "funding": [ { @@ -19996,7 +20630,7 @@ "type": "github" } ], - "time": "2020-07-12T23:59:07+00:00" + "time": "2021-07-28T10:34:58+00:00" } ], "aliases": [], @@ -20010,5 +20644,5 @@ "ext-iconv": "*" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" } diff --git a/config/bundles.php b/config/bundles.php index 2b41d5fd..c919511a 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -12,32 +12,16 @@ Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true], Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true], - BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true], - EWZ\Bundle\RecaptchaBundle\EWZRecaptchaBundle::class => ['all' => true], - Joli\ApacheTikaBundle\ApacheTikaBundle::class => ['all' => true], - JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true], - FOS\RestBundle\FOSRestBundle::class => ['all' => true], - FOS\CommentBundle\FOSCommentBundle::class => ['all' => true], - Oneup\FlysystemBundle\OneupFlysystemBundle::class => ['all' => true], - Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true], - Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true], - JMS\TranslationBundle\JMSTranslationBundle::class => ['all' => true], + Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true], + Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true], + Bazinga\Bundle\JsTranslationBundle\BazingaJsTranslationBundle::class => ['all' => true], FOS\JsRoutingBundle\FOSJsRoutingBundle::class => ['all' => true], FOS\HttpCacheBundle\FOSHttpCacheBundle::class => ['all' => true], - Bazinga\Bundle\JsTranslationBundle\BazingaJsTranslationBundle::class => ['all' => true], + JMS\TranslationBundle\JMSTranslationBundle::class => ['all' => true], + Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true], + Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true], + Oneup\FlysystemBundle\OneupFlysystemBundle::class => ['all' => true], Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true], - Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true], - Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true], - Hautelook\TemplatedUriBundle\HautelookTemplatedUriBundle::class => ['all' => true], - Nelmio\SolariumBundle\NelmioSolariumBundle::class => ['all' => true], - WhiteOctober\BreadcrumbsBundle\WhiteOctoberBreadcrumbsBundle::class => ['all' => true], - Overblog\GraphQLBundle\OverblogGraphQLBundle::class => ['all' => true], - JMS\JobQueueBundle\JMSJobQueueBundle::class => ['all' => true], - JMS\Payment\CoreBundle\JMSPaymentCoreBundle::class => ['all' => true], - Tedivm\StashBundle\TedivmStashBundle::class => ['all' => true], - Gregwar\CaptchaBundle\GregwarCaptchaBundle::class => ['all' => true], - Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true], - Overblog\GraphiQLBundle\OverblogGraphiQLBundle::class => ['dev' => true], eZ\Bundle\EzPublishCoreBundle\EzPublishCoreBundle::class => ['all' => true], eZ\Bundle\EzPublishLegacySearchEngineBundle\EzPublishLegacySearchEngineBundle::class => ['all' => true], eZ\Bundle\EzPublishIOBundle\EzPublishIOBundle::class => ['all' => true], @@ -63,21 +47,33 @@ EzSystems\EzPlatformQueryFieldType\Symfony\EzSystemsEzPlatformQueryFieldTypeBundle::class => ['all' => true], Ibexa\Platform\Bundle\Search\IbexaPlatformSearchBundle::class => ['all' => true], Ibexa\Platform\Bundle\Assets\IbexaPlatformAssetsBundle::class => ['all' => true], - KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true], - Ibexa\Platform\Bundle\OAuth2Client\IbexaPlatformOAuth2ClientBundle::class => ['all' => true], - Ibexa\Platform\Bundle\Migration\IbexaPlatformMigrationBundle::class => ['all' => true], - Ibexa\Platform\Bundle\Installer\IbexaPlatformInstallerBundle::class => ['all' => true], - Ibexa\Platform\Bundle\ImageEditor\IbexaPlatformImageEditorBundle::class => ['all' => true], + Overblog\GraphQLBundle\OverblogGraphQLBundle::class => ['all' => true], + Overblog\GraphiQLBundle\OverblogGraphiQLBundle::class => ['dev' => true], + BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true], + Hautelook\TemplatedUriBundle\HautelookTemplatedUriBundle::class => ['all' => true], + Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true], EzSystems\PlatformFastlyCacheBundle\EzSystemsPlatformFastlyCacheBundle::class => ['all' => true], EzSystems\DateBasedPublisherBundle\EzSystemsDateBasedPublisherBundle::class => ['all' => true], EzSystems\EzPlatformWorkflowBundle\EzPlatformWorkflowBundle::class => ['all' => true], EzSystems\EzPlatformCalendarBundle\EzPlatformCalendarBundle::class => ['all' => true], EzSystems\EzPlatformVersionComparisonBundle\EzPlatformVersionComparisonBundle::class => ['all' => true], + Ibexa\Platform\Bundle\Installer\IbexaPlatformInstallerBundle::class => ['all' => true], Ibexa\Platform\Bundle\Icons\IbexaPlatformIconsBundle::class => ['all' => true], Ibexa\Platform\Bundle\ElasticSearchEngine\PlatformElasticSearchEngineBundle::class => ['all' => true], Ibexa\Platform\Bundle\Connector\Dam\IbexaPlatformConnectorDamBundle::class => ['all' => true], EzSystems\EzRecommendationClientBundle\EzRecommendationClientBundle::class => ['all' => true], Ibexa\Platform\Bundle\Personalization\IbexaPlatformPersonalizationBundle::class => ['all' => true], + Ibexa\Platform\Bundle\ImageEditor\IbexaPlatformImageEditorBundle::class => ['all' => true], + Ibexa\Platform\Bundle\OAuth2Client\IbexaPlatformOAuth2ClientBundle::class => ['all' => true], + FOS\CommentBundle\FOSCommentBundle::class => ['all' => true], + Tedivm\StashBundle\TedivmStashBundle::class => ['all' => true], + WhiteOctober\BreadcrumbsBundle\WhiteOctoberBreadcrumbsBundle::class => ['all' => true], + Nelmio\SolariumBundle\NelmioSolariumBundle::class => ['all' => true], + JMS\Payment\CoreBundle\JMSPaymentCoreBundle::class => ['all' => true], + Joli\ApacheTikaBundle\ApacheTikaBundle::class => ['all' => true], + JMS\JobQueueBundle\JMSJobQueueBundle::class => ['all' => true], + FOS\RestBundle\FOSRestBundle::class => ['all' => true], + JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true], Silversolutions\Bundle\EshopBundle\SilversolutionsEshopBundle::class => ['all' => true], Silversolutions\Bundle\ToolsBundle\SilversolutionsToolsBundle::class => ['all' => true], Silversolutions\Bundle\TranslationBundle\SilversolutionsTranslationBundle::class => ['all' => true], @@ -97,4 +93,8 @@ EzSystems\EzPlatformSiteFactoryBundle\EzPlatformSiteFactoryBundle::class => ['all' => true], Ibexa\Platform\Bundle\Permissions\PlatformPermissionsBundle::class => ['all' => true], Ibexa\Platform\Bundle\Segmentation\IbexaPlatformSegmentationBundle::class => ['all' => true], + Ibexa\Platform\Bundle\Migration\IbexaPlatformMigrationBundle::class => ['all' => true], + EWZ\Bundle\RecaptchaBundle\EWZRecaptchaBundle::class => ['all' => true], + Gregwar\CaptchaBundle\GregwarCaptchaBundle::class => ['all' => true], + KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true], ]; diff --git a/config/packages/assets.yaml b/config/packages/assets.yaml deleted file mode 100644 index 051d36dc..00000000 --- a/config/packages/assets.yaml +++ /dev/null @@ -1,3 +0,0 @@ -framework: - assets: - json_manifest_path: '%kernel.project_dir%/public/build/manifest.json' diff --git a/config/packages/debug.yaml b/config/packages/debug.yaml new file mode 100644 index 00000000..ad874afd --- /dev/null +++ b/config/packages/debug.yaml @@ -0,0 +1,5 @@ +when@dev: + debug: + # Forwards VarDumper Data clones to a centralized server allowing to inspect dumps on CLI or in your browser. + # See the "server:dump" command to start a new server. + dump_destination: "tcp://%env(VAR_DUMPER_SERVER)%" diff --git a/config/packages/dev/debug.yaml b/config/packages/dev/debug.yaml deleted file mode 100644 index 26d4e53d..00000000 --- a/config/packages/dev/debug.yaml +++ /dev/null @@ -1,4 +0,0 @@ -debug: - # Forwards VarDumper Data clones to a centralized server allowing to inspect dumps on CLI or in your browser. - # See the "server:dump" command to start a new server. - dump_destination: "tcp://%env(VAR_DUMPER_SERVER)%" diff --git a/config/packages/dev/monolog.yaml b/config/packages/dev/monolog.yaml deleted file mode 100644 index b1998da1..00000000 --- a/config/packages/dev/monolog.yaml +++ /dev/null @@ -1,19 +0,0 @@ -monolog: - handlers: - main: - type: stream - path: "%kernel.logs_dir%/%kernel.environment%.log" - level: debug - channels: ["!event"] - # uncomment to get logging in your browser - # you may have to allow bigger header sizes in your Web server configuration - #firephp: - # type: firephp - # level: info - #chromephp: - # type: chromephp - # level: info - console: - type: console - process_psr_3_messages: false - channels: ["!event", "!doctrine", "!console"] diff --git a/config/packages/dev/swiftmailer.yaml b/config/packages/dev/swiftmailer.yaml index b98158ee..9bf58d62 100644 --- a/config/packages/dev/swiftmailer.yaml +++ b/config/packages/dev/swiftmailer.yaml @@ -1,4 +1,4 @@ # See https://symfony.com/doc/current/email/dev_environment.html -swiftmailer: - # send all emails to a specific address - #delivery_addresses: ['me@example.com'] +#swiftmailer: +# send all emails to a specific address +# delivery_addresses: ['me@example.com'] diff --git a/config/packages/dev/web_profiler.yaml b/config/packages/dev/web_profiler.yaml deleted file mode 100644 index e92166a7..00000000 --- a/config/packages/dev/web_profiler.yaml +++ /dev/null @@ -1,6 +0,0 @@ -web_profiler: - toolbar: true - intercept_redirects: false - -framework: - profiler: { only_exceptions: false } diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index c3191765..8fe1dd40 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -12,7 +12,31 @@ doctrine: mappings: App: is_bundle: false - type: annotation dir: '%kernel.project_dir%/src/Entity' prefix: 'App\Entity' alias: App + +when@test: + doctrine: + dbal: + # "TEST_TOKEN" is typically set by ParaTest + dbname_suffix: '_test%env(default::TEST_TOKEN)%' + +when@prod: + doctrine: + orm: + auto_generate_proxy_classes: false + query_cache_driver: + type: pool + pool: doctrine.system_cache_pool + result_cache_driver: + type: pool + pool: doctrine.result_cache_pool + + framework: + cache: + pools: + doctrine.result_cache_pool: + adapter: cache.app + doctrine.system_cache_pool: + adapter: cache.system diff --git a/config/packages/ezcommerce/ecommerce_parameters.yaml b/config/packages/ezcommerce/ecommerce_parameters.yaml index 4ce882c1..cb07b8b4 100644 --- a/config/packages/ezcommerce/ecommerce_parameters.yaml +++ b/config/packages/ezcommerce/ecommerce_parameters.yaml @@ -1,15 +1,15 @@ parameters: siso_core.default.ses_swiftmailer: - mailSender: shop@silversolutions.de - mailReceiver: shop@silversolutions.de - lostOrderEmailReceiver: shop@silversolutions.de - contactMailReceiver: shop@silversolutions.de - cancellationMailReceiver: shop@silversolutions.de - shopOwnerMailReceiver: shop@silversolutions.de - ses_eshop.forms.business.default_contact_recipient: shop@silversolutions.de - ses_eshop.order.sales_contact: shop@silversolutions.de - ses_eshop.lostorder_email: shop@silversolutions.de - siso_paypal_payment.receiver_email: shop@silver.de + mailSender: noreply@ibexa.co + mailReceiver: noreply@ibexa.co + lostOrderEmailReceiver: noreply@ibexa.co + contactMailReceiver: noreply@ibexa.co + cancellationMailReceiver: noreply@ibexa.co + shopOwnerMailReceiver: noreply@ibexa.co + ses_eshop.forms.business.default_contact_recipient: noreply@ibexa.co + ses_eshop.order.sales_contact: noreply@ibexa.co + ses_eshop.lostorder_email: noreply@ibexa.co + siso_paypal_payment.receiver_email: noreply@ibexa.co siso_core.siteaccess_group: ezdemo_site_clean_group apache_tika_path: '%kernel.project_dir%/bin/tika-app-1.20.jar' diff --git a/config/packages/ezcommerce/ezcommerce_advanced.yaml b/config/packages/ezcommerce/ezcommerce_advanced.yaml index 4f10847a..0b1bb51a 100644 --- a/config/packages/ezcommerce/ezcommerce_advanced.yaml +++ b/config/packages/ezcommerce/ezcommerce_advanced.yaml @@ -21,30 +21,33 @@ nelmio_solarium: port: '%siso_search.solr.port%' path: '%siso_search.solr.path%' core: '%siso_search.solr.core%' - timeout: 30 siso_core_admin: host: '%siso_search.solr.host%' port: '%siso_search.solr.port%' path: '%siso_search.solr.path%' core: admin - timeout: 30 siso_econtent: host: '%siso_search.solr.host%' port: '%siso_search.solr.port%' path: '%siso_search.solr.path%' core: econtent - timeout: 30 siso_econtent_back: host: '%siso_search.solr.host%' port: '%siso_search.solr.port%' path: '%siso_search.solr.path%' core: econtent_back - timeout: 30 clients: default: + adapter_timeout: 30 endpoints: - default + siso_core_admin: + adapter_timeout: 30 + siso_econtent: + adapter_timeout: 30 + siso_econtent_back: + adapter_timeout: 30 econtent: endpoints: - siso_econtent diff --git a/config/packages/ezplatform.yaml b/config/packages/ezplatform.yaml index 2f4b06a9..bb3067bf 100644 --- a/config/packages/ezplatform.yaml +++ b/config/packages/ezplatform.yaml @@ -117,12 +117,4 @@ framework: default_locale: '%locale_fallback%' esi: true fragments: true - session: - # https://symfony.com/doc/current/reference/configuration/framework.html#handler-id - # if handler_id set to null will use default session handler from php.ini - handler_id: '%ezplatform.session.handler_id%' - save_path: '%ezplatform.session.save_path%' - # Note: eZ Platform also allows session name and session cookie configuration to be per SiteAccess, by - # default session name will be set to "eZSESSID{siteaccess_hash}" (unique session name per siteaccess) - # Further reading on sessions: http://doc.ezplatform.com/en/latest/guide/sessions/ http_method_override: true diff --git a/config/packages/ezplatform_assets.yaml b/config/packages/ezplatform_assets.yaml index 8db16dc9..e72f3470 100644 --- a/config/packages/ezplatform_assets.yaml +++ b/config/packages/ezplatform_assets.yaml @@ -4,7 +4,6 @@ webpack_encore: framework: assets: - json_manifest_path: ~ packages: ezplatform: json_manifest_path: '%kernel.project_dir%/public/assets/ezplatform/build/manifest.json' diff --git a/config/packages/ezplatform_http_cache_fastly.yaml b/config/packages/ezplatform_http_cache_fastly.yaml index 029e8420..2c426851 100644 --- a/config/packages/ezplatform_http_cache_fastly.yaml +++ b/config/packages/ezplatform_http_cache_fastly.yaml @@ -1,4 +1,6 @@ parameters: + env(FASTLY_SERVICE_ID): ~ + env(FASTLY_KEY): ~ fastly_service_id: '%env(FASTLY_SERVICE_ID)%' fastly_key: '%env(FASTLY_KEY)%' diff --git a/config/packages/fos_rest.yaml b/config/packages/fos_rest.yaml index d96294e6..4cf06f56 100644 --- a/config/packages/fos_rest.yaml +++ b/config/packages/fos_rest.yaml @@ -1,5 +1,5 @@ # Read the documentation: https://symfony.com/doc/master/bundles/FOSRestBundle/index.html -fos_rest: null +#fos_rest: # param_fetcher_listener: true # allowed_methods_listener: true # routing_loader: true diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index cad7f780..7853e9ed 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -2,7 +2,7 @@ framework: secret: '%env(APP_SECRET)%' #csrf_protection: true - #http_method_override: true + http_method_override: false # Enables session support. Note that the session will ONLY be started if you read or write from it. # Remove or comment this section to explicitly disable session support. @@ -10,8 +10,15 @@ framework: handler_id: null cookie_secure: auto cookie_samesite: lax + storage_factory_id: session.storage.factory.native #esi: true #fragments: true php_errors: log: true + +when@test: + framework: + test: true + session: + storage_factory_id: session.storage.factory.mock_file diff --git a/config/packages/liip_imagine.yaml b/config/packages/liip_imagine.yaml index cec90474..4061f1df 100644 --- a/config/packages/liip_imagine.yaml +++ b/config/packages/liip_imagine.yaml @@ -1,4 +1,4 @@ -# See dos how to configure the bundle: https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html +# Documentation on how to configure the bundle can be found at: https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html liip_imagine: # valid drivers options include "gd" or "gmagick" or "imagick" driver: "gd" diff --git a/config/packages/monolog.yaml b/config/packages/monolog.yaml new file mode 100644 index 00000000..8c9efa91 --- /dev/null +++ b/config/packages/monolog.yaml @@ -0,0 +1,61 @@ +monolog: + channels: + - deprecation # Deprecations are logged in the dedicated "deprecation" channel when it exists + +when@dev: + monolog: + handlers: + main: + type: stream + path: "%kernel.logs_dir%/%kernel.environment%.log" + level: debug + channels: ["!event"] + # uncomment to get logging in your browser + # you may have to allow bigger header sizes in your Web server configuration + #firephp: + # type: firephp + # level: info + #chromephp: + # type: chromephp + # level: info + console: + type: console + process_psr_3_messages: false + channels: ["!event", "!doctrine", "!console"] + +when@test: + monolog: + handlers: + main: + type: fingers_crossed + action_level: error + handler: nested + excluded_http_codes: [404, 405] + channels: ["!event"] + nested: + type: stream + path: "%kernel.logs_dir%/%kernel.environment%.log" + level: debug + +when@prod: + monolog: + handlers: + main: + type: fingers_crossed + action_level: error + handler: nested + excluded_http_codes: [404, 405] + buffer_size: 50 # How many messages should be saved? Prevent memory leaks + nested: + type: stream + path: php://stderr + level: debug + formatter: monolog.formatter.json + console: + type: console + process_psr_3_messages: false + channels: ["!event", "!doctrine"] + deprecation: + type: stream + channels: [deprecation] + path: php://stderr diff --git a/config/packages/nelmio_solarium.yaml b/config/packages/nelmio_solarium.yaml index a27372f8..7232bcf3 100644 --- a/config/packages/nelmio_solarium.yaml +++ b/config/packages/nelmio_solarium.yaml @@ -5,9 +5,9 @@ nelmio_solarium: port: '%siso_search.solr.port%' path: '%siso_search.solr.path%' core: '%siso_search.solr.core%' - timeout: 30 clients: default: + adapter_timeout: 30 endpoints: - default diff --git a/config/packages/prod/deprecations.yaml b/config/packages/prod/deprecations.yaml deleted file mode 100644 index 60026a1b..00000000 --- a/config/packages/prod/deprecations.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# As of Symfony 5.1, deprecations are logged in the dedicated "deprecation" channel when it exists -#monolog: -# channels: [deprecation] -# handlers: -# deprecation: -# type: stream -# channels: [deprecation] -# path: php://stderr diff --git a/config/packages/prod/doctrine.yaml b/config/packages/prod/doctrine.yaml deleted file mode 100644 index 084f59a0..00000000 --- a/config/packages/prod/doctrine.yaml +++ /dev/null @@ -1,20 +0,0 @@ -doctrine: - orm: - auto_generate_proxy_classes: false - metadata_cache_driver: - type: pool - pool: doctrine.system_cache_pool - query_cache_driver: - type: pool - pool: doctrine.system_cache_pool - result_cache_driver: - type: pool - pool: doctrine.result_cache_pool - -framework: - cache: - pools: - doctrine.result_cache_pool: - adapter: cache.app - doctrine.system_cache_pool: - adapter: cache.system diff --git a/config/packages/prod/monolog.yaml b/config/packages/prod/monolog.yaml deleted file mode 100644 index 2c02ad8e..00000000 --- a/config/packages/prod/monolog.yaml +++ /dev/null @@ -1,17 +0,0 @@ -monolog: - handlers: - main: - type: fingers_crossed - action_level: error - handler: nested - excluded_http_codes: [404, 405] - buffer_size: 50 # How many messages should be saved? Prevent memory leaks - nested: - type: stream - path: php://stderr - level: debug - formatter: monolog.formatter.json - console: - type: console - process_psr_3_messages: false - channels: ["!event", "!doctrine"] diff --git a/config/packages/prod/routing.yaml b/config/packages/prod/routing.yaml deleted file mode 100644 index b3e6a0af..00000000 --- a/config/packages/prod/routing.yaml +++ /dev/null @@ -1,3 +0,0 @@ -framework: - router: - strict_requirements: null diff --git a/config/packages/prod/webpack_encore.yaml b/config/packages/prod/webpack_encore.yaml deleted file mode 100644 index d0b3ba81..00000000 --- a/config/packages/prod/webpack_encore.yaml +++ /dev/null @@ -1,4 +0,0 @@ -#webpack_encore: - # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes) - # Available in version 1.2 - #cache: true diff --git a/config/packages/routing.yaml b/config/packages/routing.yaml index b45c1cec..4b766ce5 100644 --- a/config/packages/routing.yaml +++ b/config/packages/routing.yaml @@ -5,3 +5,8 @@ framework: # Configure how to generate URLs in non-HTTP contexts, such as CLI commands. # See https://symfony.com/doc/current/routing.html#generating-urls-in-commands #default_uri: http://localhost + +when@prod: + framework: + router: + strict_requirements: null diff --git a/config/packages/test/doctrine.yaml b/config/packages/test/doctrine.yaml deleted file mode 100644 index 2ace640d..00000000 --- a/config/packages/test/doctrine.yaml +++ /dev/null @@ -1,4 +0,0 @@ -doctrine: - dbal: - # "TEST_TOKEN" is typically set by ParaTest - dbname: 'main_test%env(default::TEST_TOKEN)%' diff --git a/config/packages/test/framework.yaml b/config/packages/test/framework.yaml deleted file mode 100644 index d051c840..00000000 --- a/config/packages/test/framework.yaml +++ /dev/null @@ -1,4 +0,0 @@ -framework: - test: true - session: - storage_id: session.storage.mock_file diff --git a/config/packages/test/monolog.yaml b/config/packages/test/monolog.yaml deleted file mode 100644 index fc40641d..00000000 --- a/config/packages/test/monolog.yaml +++ /dev/null @@ -1,12 +0,0 @@ -monolog: - handlers: - main: - type: fingers_crossed - action_level: error - handler: nested - excluded_http_codes: [404, 405] - channels: ["!event"] - nested: - type: stream - path: "%kernel.logs_dir%/%kernel.environment%.log" - level: debug diff --git a/config/packages/test/twig.yaml b/config/packages/test/twig.yaml deleted file mode 100644 index 8c6e0b40..00000000 --- a/config/packages/test/twig.yaml +++ /dev/null @@ -1,2 +0,0 @@ -twig: - strict_variables: true diff --git a/config/packages/test/validator.yaml b/config/packages/test/validator.yaml deleted file mode 100644 index 1e5ab788..00000000 --- a/config/packages/test/validator.yaml +++ /dev/null @@ -1,3 +0,0 @@ -framework: - validation: - not_compromised_password: false diff --git a/config/packages/test/web_profiler.yaml b/config/packages/test/web_profiler.yaml deleted file mode 100644 index 03752de2..00000000 --- a/config/packages/test/web_profiler.yaml +++ /dev/null @@ -1,6 +0,0 @@ -web_profiler: - toolbar: false - intercept_redirects: false - -framework: - profiler: { collect: false } diff --git a/config/packages/test/webpack_encore.yaml b/config/packages/test/webpack_encore.yaml deleted file mode 100644 index 02a76515..00000000 --- a/config/packages/test/webpack_encore.yaml +++ /dev/null @@ -1,2 +0,0 @@ -#webpack_encore: -# strict_mode: false diff --git a/config/packages/translation.yaml b/config/packages/translation.yaml index 05a2b3d8..abb76aae 100644 --- a/config/packages/translation.yaml +++ b/config/packages/translation.yaml @@ -4,3 +4,10 @@ framework: default_path: '%kernel.project_dir%/translations' fallbacks: - en +# providers: +# crowdin: +# dsn: '%env(CROWDIN_DSN)%' +# loco: +# dsn: '%env(LOCO_DSN)%' +# lokalise: +# dsn: '%env(LOKALISE_DSN)%' diff --git a/config/packages/twig.yaml b/config/packages/twig.yaml index b3cdf306..f9f4cc53 100644 --- a/config/packages/twig.yaml +++ b/config/packages/twig.yaml @@ -1,2 +1,6 @@ twig: default_path: '%kernel.project_dir%/templates' + +when@test: + twig: + strict_variables: true diff --git a/config/packages/validator.yaml b/config/packages/validator.yaml index 350786a1..0201281d 100644 --- a/config/packages/validator.yaml +++ b/config/packages/validator.yaml @@ -6,3 +6,8 @@ framework: # For instance, basic validation constraints will be inferred from Doctrine's metadata. #auto_mapping: # App\Entity\: [] + +when@test: + framework: + validation: + not_compromised_password: false diff --git a/config/packages/web_profiler.yaml b/config/packages/web_profiler.yaml new file mode 100644 index 00000000..17893da1 --- /dev/null +++ b/config/packages/web_profiler.yaml @@ -0,0 +1,15 @@ +when@dev: + web_profiler: + toolbar: true + intercept_redirects: false + + framework: + profiler: { only_exceptions: false } + +when@test: + web_profiler: + toolbar: false + intercept_redirects: false + + framework: + profiler: { collect: false } diff --git a/config/packages/webpack_encore.yaml b/config/packages/webpack_encore.yaml index 90f1a1db..46834f0c 100644 --- a/config/packages/webpack_encore.yaml +++ b/config/packages/webpack_encore.yaml @@ -7,7 +7,12 @@ webpack_encore: # Set attributes that will be rendered on all script and link tags script_attributes: defer: true + # Uncomment (also under link_attributes) if using Turbo Drive + # https://turbo.hotwired.dev/handbook/drive#reloading-when-assets-change + # 'data-turbo-track': reload # link_attributes: + # Uncomment if using Turbo Drive + # 'data-turbo-track': reload # If using Encore.enableIntegrityHashes() and need the crossorigin attribute (default: false, or use 'anonymous' or 'use-credentials') # crossorigin: 'anonymous' @@ -28,3 +33,17 @@ webpack_encore: # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes) # Put in config/packages/prod/webpack_encore.yaml # cache: true + +framework: + assets: + json_manifest_path: '%kernel.project_dir%/public/build/manifest.json' + +#when@prod: +# webpack_encore: +# # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes) +# # Available in version 1.2 +# cache: true + +#when@test: +# webpack_encore: +# strict_mode: false diff --git a/config/routes/dev/framework.yaml b/config/routes/dev/framework.yaml deleted file mode 100644 index bcbbf13d..00000000 --- a/config/routes/dev/framework.yaml +++ /dev/null @@ -1,3 +0,0 @@ -_errors: - resource: '@FrameworkBundle/Resources/config/routing/errors.xml' - prefix: /_error diff --git a/config/routes/dev/web_profiler.yaml b/config/routes/dev/web_profiler.yaml deleted file mode 100644 index c82beff2..00000000 --- a/config/routes/dev/web_profiler.yaml +++ /dev/null @@ -1,7 +0,0 @@ -web_profiler_wdt: - resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml' - prefix: /_wdt - -web_profiler_profiler: - resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml' - prefix: /_profiler diff --git a/config/routes/ezplatform_page_builder.yaml b/config/routes/ezplatform_page_builder.yaml index 0d5757d6..c373363d 100644 --- a/config/routes/ezplatform_page_builder.yaml +++ b/config/routes/ezplatform_page_builder.yaml @@ -2,3 +2,6 @@ ezplatform.ee.page_builder: resource: '@EzPlatformPageBuilderBundle/Resources/config/routing.yaml' defaults: siteaccess_group_whitelist: '%admin_group_name%' + +ezplatform.ee.page_builder_preview: + resource: '@EzPlatformPageBuilderBundle/Resources/config/routing_preview.yaml' diff --git a/config/routes/framework.yaml b/config/routes/framework.yaml new file mode 100644 index 00000000..0fc74bba --- /dev/null +++ b/config/routes/framework.yaml @@ -0,0 +1,4 @@ +when@dev: + _errors: + resource: '@FrameworkBundle/Resources/config/routing/errors.xml' + prefix: /_error diff --git a/config/routes/web_profiler.yaml b/config/routes/web_profiler.yaml new file mode 100644 index 00000000..8d85319f --- /dev/null +++ b/config/routes/web_profiler.yaml @@ -0,0 +1,8 @@ +when@dev: + web_profiler_wdt: + resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml' + prefix: /_wdt + + web_profiler_profiler: + resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml' + prefix: /_profiler diff --git a/config/services.yaml b/config/services.yaml index b9ab9d95..b107f6f0 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -2,7 +2,7 @@ # Files in the packages/ subdirectory configure your dependencies. # Put parameters here that don't need to change on each machine where the app is deployed -# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration +# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration parameters: google_recaptcha_site_key: '%env(GOOGLE_RECAPTCHA_SITE_KEY)%' @@ -20,13 +20,6 @@ services: - '../src/DependencyInjection/' - '../src/Entity/' - '../src/Kernel.php' - - '../src/Tests/' - - # controllers are imported separately to make sure services can be injected - # as action arguments even if you don't extend any base controller class - App\Controller\: - resource: '../src/Controller/' - tags: ['controller.service_arguments'] # add more service definitions when explicit configuration is needed # please note that last definitions always *replace* previous ones diff --git a/docker-compose.bash b/docker-compose.bash deleted file mode 100755 index 99fae742..00000000 --- a/docker-compose.bash +++ /dev/null @@ -1,225 +0,0 @@ -#!/usr/bin/env bash - -# Debug: Stop on Error -#set -e; -# Debug: Display Command Line -#set -x; - -# In-Place sed Command -function sedi() { - ## Regular - #sed -i -e $*; - ## MacOS - sed -i '' -e "$1" $2; -} - - -# Docker/eZ: Parse Containers Options - -## Default Options Values -cache='redis'; -search='solr'; -session='redis'; -dynamic_session=0; - -## Options Parsing -while [[ $# -gt 0 ]]; do - case "$1" - in - -h) - echo "Usage:"; - echo "$0 [-c ] [-s ] [-u ] [-d]"; - echo "-c|--cache: Cache Pool (default: redis)"; - echo "-s|--search: Search Engine (default: solr)"; - echo "-u|--session: PHP User Sessions (default: redis); Not yet implemented"; - echo "-d|--dynamic-session: Dynamic Session Handler (default: false); Not yet implemented"; - exit; - ;; - -c|--cache) - cache="$2"; - shift; shift; - ;; - -s|--search) - search="$2"; - shift; shift; - ;; - -u|--session) - echo "Session Handler: Not yet implemented"; - #session="$2"; - shift; shift; - ;; - -d|--dynamic-session) - echo "Dynamic Session Handler: Not yet implemented"; - #dynamic_session=1; - shift; - ;; - esac -done - -## Options Interpretation -case "$cache" -in - 'filesystem') - CACHE_POOL=cache.tagaware.filesystem; - CACHE_DSN=localhost; - cache_container=''; - ;; - 'redis') - CACHE_POOL=cache.redis; - CACHE_DSN=redis; - cache_container='redis'; - ;; - 'memcached') - CACHE_POOL=cache.memcached; - CACHE_DSN=memcached; - cache_container='memcached'; - ;; -esac -case "$search" -in - 'legacy') - SEARCH_ENGINE=legacy; - search_container=''; - ;; - 'solr') - SEARCH_ENGINE=solr; - search_container='solr'; - ;; - 'elasticsearch') - SEARCH_ENGINE=elasticsearch; - search_container='elasticsearch'; - ;; - 'fallback') - SEARCH_ENGINE=fallback; - search_container='solr elasticsearch'; - ;; -esac -case "$session" -in - 'filesystem') - SESSION_HANDLER_ID=session.handler.native_file - SESSION_SAVE_PATH=%kernel.project_dir%/var/sessions/%kernel.environment% - session_container=''; - ;; - 'redis') - SESSION_HANDLER_ID=ezplatform.core.session.handler.native_redis - SESSION_SAVE_PATH=tcp://redis:6379 - session_container='redis'; - ;; - 'memcached') - SESSION_HANDLER_ID=ad.session.handler.native_memcached - SESSION_SAVE_PATH=memcached:11211 - session_container='memcached'; - ;; -esac - - -# Git: Untracked Files Removal -#git clean -df; # Help to switch between eZ Platform v2 and v3 - -# Apache: Composer Authentication -if [ ! -f auth.json ]; then - echo -n "eZ Platform Enterprise Edition Installation Key: "; read INSTALLATION_KEY; - echo -n "eZ Platform Enterprise Edition Token Password: "; read TOKEN_PASSWORD; - composer config http-basic.updates.ez.no ${INSTALLATION_KEY} ${TOKEN_PASSWORD}; - composer config http-basic.updates.ibexa.co ${INSTALLATION_KEY} ${TOKEN_PASSWORD}; -fi; - -# Symfony/eZ/Composer: Install dependencies -composer config platform.php 7.3; -composer install --no-interaction --no-scripts; - -# Solr: Copy config to build folder -cp -r ./vendor/ezsystems/ezplatform-solr-search-engine/lib/Resources/config/solr ./docker/solr/conf; - -# Symfony: Logs Removal -rm -rf var/log/*.log; -touch var/log/dev.log; - -# Symfony: Cache Removal -rm -rf var/cache/dev/; -mkdir -p var/cache/dev; - -# Symfony: Remove bin/ symlinks -find bin/ -type l -exec unlink {} \; ; # Remove bin/ symlinks - -# Encore: Remove generated config files -rm -f var/encore/*config*.js; - -# Docker/eZ: Set Environment - -if [[ ! -f .env.local ]]; then - cp -v .env.local.template .env.local; -fi - -sedi "s/CACHE_POOL=.*/CACHE_POOL=$CACHE_POOL/" .env.local; -sedi "s/CACHE_DSN=.*/CACHE_DSN=$CACHE_DSN/" .env.local; - -sedi "s/SEARCH_ENGINE=.*/SEARCH_ENGINE=$SEARCH_ENGINE/" .env.local; - -if [[ 0 == $dynamic_session ]]; then - echo "Session Handler set in PHP"; - sedi "s/^SESSION_HANDLER_ID=.*/#SESSION_HANDLER_ID=/" .env; - sedi "s/^SESSION_HANDLER_ID=.*/#SESSION_HANDLER_ID=/" .env.local; - sedi "s/ezplatform.session.handler_id: .*/ezplatform.session.handler_id: ~/" config/packages/ezplatform.yaml; - # TODO: PHP-FPM -elif [[ 1 == $dynamic_session ]]; then - echo "Session Handler set dynamically"; - sedi "s/^#SESSION_HANDLER_ID=/SESSION_HANDLER_ID=/" .env.local; - sedi "s/^SESSION_HANDLER_ID=.*/SESSION_HANDLER_ID=$SESSION_HANDLER_ID/" .env.local; - sedi "s/^SESSION_SAVE_PATH=.*/SESSION_SAVE_PATH=$SESSION_SAVE_PATH/" .env.local; - sedi "s/ezplatform.session.save_path: .*/ezplatform.session.save_path: '$SESSION_SAVE_PATH'/" config/packages/ezplatform.yaml; -fi - -# Docker: docker-compose settings -sedi "s/^COMPOSE_FILE=/#COMPOSE_FILE=/" .env; -sedi "s/^COMPOSE_PROJECT_NAME=/#COMPOSE_PROJECT_NAME=/" .env; - -# Docker: Containers Cluster Build -available_containers='varnish apache mariadb redis memcached solr elasticsearch'; -enabled_containers="varnish apache mariadb $cache_container $search_container $session_container"; -available_containers=`echo "$available_containers" | xargs -n1 | sort -u | xargs`; -enabled_containers=`echo "$enabled_containers" | xargs -n1 | sort -u | xargs`; -disabled_containers=`comm -13 <(echo "$enabled_containers" | tr ' ' "\n") <(echo "$available_containers" | tr ' ' "\n") | tr "\n" ' '`; -if [[ -n "$disabled_containers" ]]; then - docker-compose stop $disabled_containers; -fi -docker-compose up --build --detach $enabled_containers; - -# Solr: Clean-up build folder -rm -rf ./docker/solr/conf; - -# Apache: Add write rights to var folders -docker-compose exec apache chown www-data -R var/ public/var/; -docker-compose exec apache chmod g+w -R var/ public/var/; - -# MariaDB: Server Wait & Version Fetch -GET_MARIADB_VERSION_CMD="docker-compose exec mariadb mysql -proot -BNe 'SELECT VERSION();' | cut -d '-' -f 1 | head -n 1;"; -MARIADB_VERSION=`eval $GET_MARIADB_VERSION_CMD`; -while [ -n "`echo $MARIADB_VERSION | grep 'ERROR';`" ]; do - echo 'Waiting for server inside mariadb container...'; - sleep 3; - MARIADB_VERSION=`eval $GET_MARIADB_VERSION_CMD`; -done; -echo "MariaDB version: $MARIADB_VERSION"; - -# Apache: Doctrine Configuration -sedi "s/DATABASE_VERSION=.*/DATABASE_VERSION=mariadb-$MARIADB_VERSION/" .env.local; - -# Elasticsearch: Index Template -if [[ 'elasticsearch' == "$search" ]]; then - docker-compose exec apache bin/console ezplatform:elasticsearch:put-index-template --overwrite; -fi - -# Apache: Composer Scripts' Timeout -docker-compose exec --user www-data apache composer config --global process-timeout 0; - -# Apache: eZ Platform Install -docker-compose exec mariadb mysql -proot -e "DROP DATABASE IF EXISTS ezplatform;"; -docker-compose exec --user www-data apache rm -rf public/var/*; # Clean public/var/*/storage/ as the DB is reset. -docker-compose exec redis redis-cli FLUSHALL; -docker-compose exec --user www-data apache php bin/console ibexa:install ibexa-experience; -docker-compose exec --user www-data apache php bin/console ibexa:graphql:generate-schema; - -# Logs Follow-up -#docker-compose logs --follow; diff --git a/docker-compose.override.yml b/docker-compose.override.yml new file mode 100644 index 00000000..c042a707 --- /dev/null +++ b/docker-compose.override.yml @@ -0,0 +1,14 @@ +version: '3' + +services: +###> symfony/mailer ### + mailer: + image: schickling/mailcatcher + ports: [1025, 1080] +###< symfony/mailer ### + +###> doctrine/doctrine-bundle ### + database: + ports: + - "5432" +###< doctrine/doctrine-bundle ### diff --git a/docker-compose.yml b/docker-compose.yml index 939db3eb..a80a8cf9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,48 +1,21 @@ version: '3' -# https://doc.ezplatform.com/en/3.2/getting_started/requirements/ - services: - - varnish: - build: ./docker/varnish - depends_on: - - apache - ports: - - 8080:80 - volumes: - - ./vendor/ezsystems/ezplatform-http-cache/docs/varnish/vcl/varnish5.vcl:/etc/varnish/default.vcl:cached - - apache: - build: ./docker/apache - depends_on: - - mariadb - ports: - - 8000:80 - volumes: - - .:/var/www/ez:cached - - redis: - image: redis:5.0 - - memcached: - image: memcached - - mariadb: - image: mariadb:10.4 - environment: - MYSQL_ROOT_PASSWORD: root - - solr: - build: ./docker/solr - command: - - solr-precreate - - collection1 - - /opt/solr/server/solr/configsets/ezplatform - ports: - - 8983:8983 - - elasticsearch: - image: elasticsearch:7.8.1 +###> doctrine/doctrine-bundle ### + database: + image: postgres:${POSTGRES_VERSION:-13}-alpine environment: - - discovery.type=single-node + POSTGRES_DB: ${POSTGRES_DB:-app} + # You should definitely change the password in production + POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe} + POSTGRES_USER: ${POSTGRES_USER:-symfony} + volumes: + - db-data:/var/lib/postgresql/data:rw + # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data! + # - ./docker/db/data:/var/lib/postgresql/data:rw +###< doctrine/doctrine-bundle ### + +volumes: +###> doctrine/doctrine-bundle ### + db-data: +###< doctrine/doctrine-bundle ### diff --git a/docker/README.md b/docker/README.md deleted file mode 100644 index 14221f88..00000000 --- a/docker/README.md +++ /dev/null @@ -1,171 +0,0 @@ -Docker Container Cluster -======================== - -Introduction ------------- - -Use a Docker containers cluster to have a [typical architecture for eZ Platform](https://doc.ezplatform.com/en/3.1/guide/clustering/) including the following elements. -* HTTP Server: - - Debian “Buster” 10 - - Apache 2.4 - - PHP 7.3 ([by default](https://packages.debian.org/buster/php/php)) - - [PHP FastCGI Process Manager](https://www.php.net/manual/install.fpm.php) (PHP-FPM) with [Unix domain socket](https://en.wikipedia.org/wiki/Unix_domain_socket) (UDS) - - [eZ Platform Enterprise Edition](https://ez.no/Products/eZ-Platform-Enterprise-Edition) 3.1 -* Reverse Proxy Cache Server: - - Varnish 6.0 - - Varnish Modules 0.15 -* [Persistence Cache](https://doc.ezplatform.com/en/3.1/guide/persistence_cache/) and [Session Handling](https://doc.ezplatform.com/en/3.1/guide/sessions/) Servers: - - Redis 3.2 -* DataBase Server: - - MariaDB 10.4 -* Search Engine: - - Solr 7.7 - -Quick Start ------------ - -* Run `./docker-compose.bash;` (you may need your eZ Platform Enterprise Edition credentials) -* Access to http://localhost:8080/ - -About ------ - -* Follow [eZ Platform 3.1 Requirements](https://doc.ezplatform.com/en/3.1/getting_started/requirements/) as much as possible. -* Add as less configuration as possible to [original distribution](https://github.com/ezsystems/ezplatform-ee/tree/v2.5.9). - -URLs and Command Lines ----------------------- - -### Usefull URLs -* eZ Home page through Varnish: http://localhost:8080/ -* eZ Admin through Varnish: http://localhost:8080/admin - - Username: *admin* - - Password: *publish* - * [Admin / System Info](http://localhost:8080/admin/systeminfo) -* Change port from 8080 to 8000 to access directly to Apache avoiding Varnish -* Solr Admin: http://localhost:8983/solr/#/collection1 - -### Usefull Commands -* Docker - - Get Docker version: `docker --version;` - - Get Docker Compose version: `docker-compose --version;` - - Remove everything about containers: `docker rm --force --volumes $(docker ps --all --quiet) && docker system prune --force --all;` -* Docker Containers Cluster - - Get containers status: `docker-compose ps --all;` - - Follow several logs from the cluster: `docker-compose logs -f;` - - Follow containers stats: `docker stats;` - - Restart all containers: `docker-compose restart;` - - List containers internal processes: `docker-compose top;` - - Stop all containers: `docker-compose stop;` -* Apache & Cron - - Get OS release: `docker-compose exec apache cat /etc/os-release;` - - Get Apache version: `docker-compose exec apache apache2ctl -v;` - - Get Apache modules: `docker-compose exec apache apache2ctl -M;` - - Check Apache status: `docker-compose exec apache service apache2 status;` - - Follow Apache error.log: `docker-compose exec apache tail -f /var/log/apache2/error.log;` - - Check Cron status: `docker-compose exec apache service cron status;` - - Get Crontab content: `docker-compose exec apache crontab -u www-data -l;` -* PHP & PHP-FPM - - Get PHP version: `docker-compose exec apache php -v;` - - Get PHP modules: `docker-compose exec apache php -m;` - - Check PHP-FPM status: `docker-compose exec apache service php7.3-fpm status;` - - Follow PHP-FPM log: `docker-compose exec apache tail -f /var/log/php7.3-fpm.log;` - - Follow eZ Platform log: `docker-compose exec apache tail -f var/logs/dev.log;` -* Symfony & eZ Platform - - Get Git version: `docker-compose exec apache git --version;` - - Get Composer version: `docker-compose exec apache composer --version;` - - Get Yarn version: `docker-compose exec apache yarn --version;` - - Get Symfony version: `docker-compose exec apache bin/console --version;` - - See a bundle info: `docker-compose exec apache composer show vendor-name/bundle-name;` - - See eZ Kernel bundle info: `docker-compose exec apache composer show ezsystems/ezplatform-kernel;` - - See eZ Symfony Tools info: `docker-compose exec apache composer show ezsystems/symfony-tools;` - - See eZ HTTP Cache bundle info: `docker-compose exec apache composer show ezsystems/ezplatform-http-cache;` - - See eZ Solr SE bundle info: `docker-compose exec apache composer show ezsystems/ezplatform-solr-search-engine;` - - Clear eZ caches: `docker-compose exec --user www-data apache sh -c "bin/console cache:clear; bin/console cache:pool:clear;";` - - Open a shell into container as root: `docker-compose exec apache bash;` - - Open a shell into container as www-data: `docker-compose exec --user www-data apache bash;` -* Varnish - - Get OS release: `docker-compose exec varnish cat /etc/os-release;` - - Get Varnish version: `docker-compose exec varnish varnishd -V;` - - Follow [Varnish logs](https://varnish-cache.org/docs/6.0/reference/varnishlog.html): `docker-compose exec varnish varnishlog;` - - Follow requests for an URL: `docker-compose exec varnish varnishlog -q 'ReqURL eq "/the/url/to/follow"';` - - Follow PURGE and PURGEKEYS requests: `docker-compose exec varnish varnishlog -q 'ReqMethod ~ PURGE.*';` - - Follow [Varnish cache statistics](https://varnish-cache.org/docs/6.0/reference/varnishstat.html): `docker-compose exec varnish varnishstat;` - - Restart Varnish (remove all cache): `docker-compose restart varnish;` - - [Bans](https://varnish-cache.org/docs/trunk/users-guide/purging.html#bans) - - Ban an URL: `docker-compose exec varnish varnishadm ban req.url '==' '/the/url/to/ban';` - - Ban built CSS and JS: `docker-compose exec varnish varnishadm ban req.url '~' '^/assets/.*\\.(cs|j)s$';` - - Get the ban list: `docker-compose exec varnish varnishadm ban.list;` - - Open a shell into container: `docker-compose exec varnish bash;` - - User Context Hash - - Get a User Context Hash as Anonymous: `uch=$(curl -sIXGET -H "Surrogate-Capability: abc=ESI/1.0" -H "accept: application/vnd.fos.user-context-hash" -H "x-fos-original-url: /" http://localhost:8000/_fos_user_context_hash | grep User-Context-Hash | sed 's/X-User-Context-Hash: //'); echo $uch;` - - Use this User Context Hash: `curl -IXGET -H "Surrogate-Capability: abc=ESI/1.0" -H "x-user-context-hash: ${uch//[^[:alnum:]]/}" http://localhost:8000/ez-platform;` - -* Apache → Varnish - - See [`render_esi` `esi:include` tags](https://symfony.com/doc/5.0/http_cache/esi.html): `curl --silent --header "Surrogate-Capability: abc=ESI/1.0" http://localhost:8000/the/url/to/test | grep esi:include;` - - Purge an URL: `docker-compose exec --user www-data apache curl --request PURGE --header 'Host: localhost:8080' http://varnish/the/url/to/purge;` - - Soft purge content object(s) by ID: - - `docker-compose exec apache bin/console fos:httpcache:invalidate:tag ;` - - `docker-compose exec apache curl -X PURGEKEYS -H 'Host: localhost:8080' -H 'xkey-softpurge: ' http://varnish;` - - [xkey types](https://github.com/ezsystems/ezplatform-http-cache/blob/v2.0.0/docs/using_tags.md#tags-in-use-in-this-bundle): - - `c`: ***c***ontent id - - `l`: ***l***ocation id - - `p`: (***p***ath) ancestor location id - - `pl`: ***p***arent ***l***ocation id - - `ct`: ***c***ontent ***t***ype id -* Symfony → Varnish - - TODO: `bin/console fos:httpcache:invalidate:tag --siteaccess=admin l2;` -* Redis - - Get OS release: `docker-compose exec redis cat /etc/os-release;` - - Get server info: `docker-compose exec redis redis-cli INFO Server;` - - Get `maxmemory` settings: `docker-compose exec redis redis-cli INFO MEMORY | grep maxmemory;` - - Get all info: `docker-compose exec redis redis-cli INFO;` - - Follow stats: `docker-compose exec redis redis-cli --stat;` - - Monitor request: `docker-compose exec redis redis-cli MONITOR;` - - Delete all keys: `docker-compose exec redis redis-cli FLUSHALL;` - - Clear Redis caches: `docker-compose exec --user www-data apache bin/console cache:pool:clear cache.redis;` - - Total key count: `docker-compose exec redis redis-cli DBSIZE;` - - PHP session key count: `docker-compose exec redis redis-cli KEYS PHPREDIS_SESSION:* | wc -l | tr -d ' ';` - - `ezp` cache namespace key count: `docker-compose exec redis redis-cli KEYS ezp:* | grep -v empty | wc -l | tr -d ' ';` - - Open Redis CLI: `docker-compose exec redis redis-cli;` - - Open a shell into container: `docker-compose exec redis bash;` -* Memcached - - Get OS release: `docker-compose exec memcached cat /etc/os-release;` - - Get all stats: `echo 'stats' | docker-compose exec -T apache telnet memcached 11211;` - - Delete all keys: `echo 'flush_all' | docker-compose exec -T apache telnet memcached 11211;` - - Clear Memcached caches: `docker-compose exec --user www-data apache bin/console cache:pool:clear cache.memcached;` - - Total key count: `echo 'stats' | docker-compose exec -T apache telnet memcached 11211 | grep curr_item;` - - `ezp` cache namespace key count: `docker-compose exec apache php -r '$m=new Memcached(); $m->addServer("memcached", 11211); echo implode(PHP_EOL, $m->getAllKeys());' | wc -l | tr -d ' ';` -* MariaDB - - Get OS release: `docker-compose exec mariadb cat /etc/os-release;` - - Get MariaDB version: `docker-compose exec mariadb mysql --password=root --batch --skip-column-names --execute="SELECT VERSION();";` - - Get detailed version: `docker-compose exec mariadb mysqladmin --password=root version;` - - Open command-line client: `docker-compose exec mariadb mysql -proot --default-character-set=utf8mb4 ezplatform;` - - Ping MariaDB server: `docker-compose exec mariadb mysqladmin -proot ping;` - - Get MariaDB status: `docker-compose exec mariadb mysqladmin -proot status;` - - Get extended status: `docker-compose exec mariadb mysqladmin -proot extended-status;` - - Show process list: `docker-compose exec mariadb mysqladmin --password=root processlist --verbose;` - - Get last content modification date: `docker-compose exec mariadb mysql -proot ezplatform -e "SELECT FROM_UNIXTIME(modified) AS modified FROM ezcontentobject ORDER BY modified DESC LIMIT 1;";` - - Get language list: `docker-compose exec mariadb mysql -proot --default-character-set=utf8mb4 ezplatform -e "SELECT * FROM ezcontent_language;";` -* Solr - - Get OS release: `docker-compose exec solr cat /etc/os-release;` - - Get Solr version: `docker-compose exec solr bin/solr version;` - - Get Solr status: `docker-compose exec solr bin/solr status;` - - Follow Solr logs: `docker-compose logs --follow solr;` -* Apache/eZ → Solr - - (Re)Index: `docker-compose exec --user www-data apache bin/console ezplatform:reindex;` - -TODO ----- - -* v3: Avoid .env's `DATABASE_VERSION` change without commit it -* Add [DFS](https://doc.ezplatform.com/en/3.1/guide/clustering/#dfs-io-handler) -* Facilitate switch between eZ Platform EE v2.5 and eZ Platform v3.x -* Ensure compatibility with other unixoides than Mac OS X. For example, `sed -i ''` is specific to Mac OS X and a solution could be https://formulae.brew.sh/formula/gnu-sed -* Maybe: - - Build Solr at the same time than other containers and uncomment that apache depends on solr - - Facilitate keeping Varnish's VCL up-to-date - - Use more docker-compose.yml `volumes` and less Dockerfile `COPY` - - The builder could have some options like: `./docker-compose.bash --cache-pool=memcached --sessions-in-cache-pool --search-engine=legacy --en=dev --xdebug;` - - Just use `docker-compose up --build` and remove `docker-compose.bash` - - Use 2 Redis: [“separate instances for session & cache”](https://doc.ezplatform.com/en/3.1/getting_started/requirements/#recommended-setups) diff --git a/docker/apache/Dockerfile b/docker/apache/Dockerfile deleted file mode 100644 index e4c2d318..00000000 --- a/docker/apache/Dockerfile +++ /dev/null @@ -1,102 +0,0 @@ -FROM debian:10 - -LABEL maintainer="adrien.dupuis@ibexa.co" -LABEL description="Debian “Buster” 10 with Apache 2.4, Cron, PHP-FPM (PHP 7.3, Redis as session handler, Xdebug), Composer and Yarn for eZ Platform usage" - -ARG symfony_env=dev -ENV SYMFONY_ENV=$symfony_env -ENV APP_ENV=$symfony_env - -# Debian: Packages -ENV DEBIAN_FRONTEND noninteractive -RUN apt-get -qq update \ - && apt-get -qq install -y \ - cron \ - curl \ - telnet \ - git \ - zip unzip \ - # Apache - apache2 \ - # PHP - php \ - php-cli \ - php-fpm \ - php-mysql \ - php-xml \ - php-intl \ - php-curl \ - php-mbstring \ - php-zip \ - php-redis \ - php-memcached \ - # GD - libfreetype6-dev \ - libjpeg62-turbo-dev \ - libpng-dev \ - php-gd \ - # PECL - php-dev \ - php-pear - -# PHP: Xdebug -RUN pecl install xdebug \ - && echo "zend_extension=$(find /usr/lib/php/ -name xdebug.so)" > /etc/php/7.3/mods-available/xdebug.ini \ - && ln -s /etc/php/7.3/mods-available/xdebug.ini /etc/php/7.3/cli/conf.d/00-xdebug.ini \ - && ln -s /etc/php/7.3/mods-available/xdebug.ini /etc/php/7.3/fpm/conf.d/00-xdebug.ini - -# PHP-FPM: Configuration -RUN sed -i "s/max_execution_time = 30/max_execution_time = 360/" /etc/php/7.3/fpm/php.ini -RUN sed -i "s/pm.max_children = 5/pm.max_children = 20/" /etc/php/7.3/fpm/pool.d/www.conf \ - && sed -i "s/;php_admin_value[memory_limit] = .*/php_admin_value[memory_limit] = 256M/" /etc/php/7.3/fpm/pool.d/www.conf \ - && sed -i "s/;php_admin_value[error_log] = .*/php_admin_value[error_log] = \/var\/log\/php7.3-fpm.\$pool.error.log/" /etc/php/7.3/fpm/pool.d/www.conf \ - && sed -i "s/;access\.log = .*/access.log = \/var\/log\/php7.3-fpm.\$pool.access.log/" /etc/php/7.3/fpm/pool.d/www.conf \ - && sed -i "s/;access\./access./" /etc/php/7.3/fpm/pool.d/www.conf -# PHP-FPM: UDS Directory & Log Creation -RUN mkdir /run/php && touch /var/log/php7.3-fpm.log && touch /var/log/php7.3-fpm.www.error.log -# PHP-FPM: Redis as session handler -RUN echo "\n; Redis as session handler\nphp_value[session.save_handler] = redis\nphp_value[session.save_path] = \"tcp://redis:6379\"" >> /etc/php/7.3/fpm/pool.d/www.conf -# Apache: FastCGI Module & PHP-FPM Configuration -RUN a2enmod proxy_fcgi && a2enconf php7.3-fpm - -# Apache: Logs Conf -COPY logs.conf /etc/apache2/conf-available/ -RUN a2enconf logs - -# Apache: Virtual Host Modules -RUN a2enmod rewrite setenvif -# Apache: Global ServerName (avoid AH00558) -RUN sed -i -e '1 i\ServerName apache' /etc/apache2/apache2.conf -# Apache: Virtual Host Setting -COPY vhost.conf /etc/apache2/sites-available/ -RUN a2ensite vhost && a2dissite 000-default.conf - -# Apache: Cron -COPY crontab /tmp/crontab -RUN crontab -u www-data /tmp/crontab - -# Composer -RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer -# NodeJS -RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - \ - && apt-get install -y nodejs -# Yarn -RUN npm install -g yarn - -RUN chown www-data:www-data /var/www/ - -WORKDIR /var/www/ez -EXPOSE 80 - -# Cron, Apache, PHP-FPM & Logs -#TODO: Should be an array -CMD service cron restart && /usr/sbin/apache2ctl restart && /etc/init.d/php7.3-fpm restart \ - # Send several log followings to output for `docker(-compose) logs` command - && tail \ - -F /var/log/apache2/error.log \ - -F /var/log/apache2/other_vhosts_access.log \ - -F /var/log/php7.3-fpm.log \ - -F /var/log/php7.3-fpm.www.error.log \ - -F /var/log/php7.3-fpm.www.access.log \ - -F /var/www/ez/var/log/dev.log \ - ; diff --git a/docker/apache/crontab b/docker/apache/crontab deleted file mode 100644 index d782f4c4..00000000 --- a/docker/apache/crontab +++ /dev/null @@ -1,2 +0,0 @@ -* * * * * cd /var/www/ && php bin/console ezplatform:cron:run --quiet -0 0 * * 0 cd /var/www/ && php bin/console ezplatform:check-urls --quiet diff --git a/docker/apache/logs.conf b/docker/apache/logs.conf deleted file mode 100644 index 43632088..00000000 --- a/docker/apache/logs.conf +++ /dev/null @@ -1,6 +0,0 @@ - - # https://httpd.apache.org/docs/2.4/fr/mod/mod_log_config.html - LogFormat "%v:%p %h %l %u %t %Dμs \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined - LogFormat "%h %l %u %t %Dμs \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined - LogFormat "%h %l %u %t %Dμs \"%r\" %>s %O" common - diff --git a/docker/apache/vhost.conf b/docker/apache/vhost.conf deleted file mode 100644 index 390ca554..00000000 --- a/docker/apache/vhost.conf +++ /dev/null @@ -1,125 +0,0 @@ -# Official VirtualHost configuration for Apache 2.4 template -# See Readme.md for how to generate your config manually, or in automated deployments. -# Note: This is meant to be manually tailored for your needs, expires headers might for instance not work for your dev setup. - -# NameVirtualHost * - - - ServerName localhost - ServerAlias *.localhost - DocumentRoot /var/www/ez/public - DirectoryIndex index.php - - # Request size limit in bytes, 0 to disable - LimitRequestBody 0 - - # Request timeout limit in seconds, 0 to disable - TimeOut 363 - - # Enabled for Dev environment - #LogLevel debug - - # "public" folder is what we expose to the world, all rewrite rules further down are relative to it. - - - # For serving php files configure mod_proxy to talk to php-fpm using Apache 2.4.10 and higher. - # See: https://wiki.apache.org/httpd/PHP-FPM#apache_httpd_2.4 - - # For best performance, prefer socket use. This requires Linux, and that both Apache and PHP has access to - # the socket file `/var/run/php5-fpm.sock` via local file system and hence run on the same machine. - #SetHandler "proxy:unix:/var/run/php5-fpm.sock|fcgi://localhost/" - # For TCP usage, if you're not on Linux, or Apache and PHP are on separate machines, instead use fcgi: form. - # (Optionally hint php-fpm processes count using: https://wiki.apache.org/httpd/PHP-FPM#Proxy_via_handler) - #SetHandler "proxy:fcgi://localhost/:9000" - - SetHandler "proxy:unix:/var/run/php/php7.3-fpm.sock|fcgi://localhost/" - - - Options FollowSymLinks - AllowOverride None - Require all granted - - - ## eZ Platform/Symfony ENVIRONMENT variables, for customizing index.php* execution - # * Only APP_ENV and APP_DEBUG supported by console command, rest are eZ Platform features in index.php. - - # Environment. - # Possible values: "prod" and "dev" out-of-the-box, other values possible with proper configuration - # Defaults to "dev" if omitted (uses SetEnvIf so value can be used in rewrite rules) - SetEnvIf Request_URI ".*" APP_ENV=dev - - # Optional: Whether to use debugging. - # Possible values: 0, 1 or "" - # Defaults to enabled if APP_ENV is set to "dev" if env value is omitted or empty - #SetEnv APP_DEBUG "" - - # Optional: Whether to use Symfony's builtin HTTP Caching Proxy. - # Disable it if you are using an external reverse proxy (e.g. Varnish) - # Possible values: 0, 1 or "" - # Defaults to disabled if APP_ENV is set to "dev" or TRUSTED_PROXIES is set, - # and if this env value is omitted or empty - SetEnv APP_HTTP_CACHE "0" - - # Optional: Defines the proxies to trust - # Needed when using Varnish as proxy, if so disable APP_HTTP_CACHE. - # Separate entries by a comma, example: "ip1,ip2" - # Defaults to not be set if env value is omitted or empty - SetEnv TRUSTED_PROXIES "172.27.0.1/24" - - # TIP: There are many more environment variables supported by eZ Platform. However unlike those listed above - # they should in most cases rather be set in the environment then in vhost config to make sure cronjobs - # and cli command usage takes them into account as well. - - - RewriteEngine On - - # For FastCGI mode or when using PHP-FPM, to get basic auth working. - RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] - - # Disable .php(3) and other executable extensions in the var directory - RewriteRule ^var/.*(?i)\.(php3?|phar|phtml|sh|exe|pl|bin)$ - [F] - - # Cluster/streamed files rewrite rules. Enable on cluster with DFS as a binary data handler - RewriteCond %{ENV:BINARY_DATA_HANDLER} "dfs" - RewriteRule ^/var/([^/]+/)?storage/images(-versioned)?/.* /index.php [L] - - RewriteRule ^/var/([^/]+/)?storage/images(-versioned)?/.* - [L] - - # Makes it possible to placed your favicon and robots.txt at the root of your public folder - RewriteRule ^/favicon\.ico - [L] - RewriteRule ^/robots\.txt - [L] - - # The following rules are needed to correctly display bundle and project assets - RewriteRule ^/bundles/ - [L] - RewriteRule ^/assets/ - [L] - RewriteRule ^/build/ - [L] - - # Additional Assetic rules for environments different from dev, - # remember to run php bin/console assetic:dump --env=prod - RewriteCond %{ENV:APP_ENV} !^(dev) - RewriteRule ^/(css|js|fonts?)/.*\.(css|js|otf|eot|ttf|svg|woff) - [L] - - # Prevent access to website with direct usage of index.php in URL - RewriteRule ^/([^/]+/)?index\.php([/?#]|$) - [R=404,L] - - RewriteRule .* /index.php - - - # Everything below is optional to improve performance by forcing - # clients to cache image and design files, change the expires time - # to suite project needs. - - - # eZ Platform appends the version number to image URL (ezimage - # datatype) so when an image is updated, its URL changes too - ExpiresActive on - ExpiresDefault "now plus 10 years" - - - - # Enable gzip encoding - - AddOutputFilterByType DEFLATE text/plain text/css application/json text/javascript application/javascript text/xml application/xml application/xml+rss - # NOTE: Using gzip on text/html can be a security issue. See http://breachattack.com. - - diff --git a/docker/apache/vhost.md b/docker/apache/vhost.md deleted file mode 100644 index a01aa36f..00000000 --- a/docker/apache/vhost.md +++ /dev/null @@ -1,11 +0,0 @@ -```shell -cd ./docker/apache/; -wget https://raw.githubusercontent.com/ibexa/docker/main/scripts/vhost.sh; -wget https://raw.githubusercontent.com/ibexa/docker/main/templates/apache2/vhost.template; - -bash ./vhost.sh --template-file=vhost.template --basedir=/var/www/ez --sf-env=dev --sf-trusted-proxies=172.27.0.1/24 --sf-http-cache=0 --body-size-limit=0 --request-timeout=363 > vhost.conf; -sed -Ei '' 's/^([^#]+)php.*-fpm/\1php\/php7.3-fpm/' vhost.conf; - -rm vhost.sh vhost.template; -cd -; -``` \ No newline at end of file diff --git a/docker/solr/Dockerfile b/docker/solr/Dockerfile deleted file mode 100644 index 83d812d2..00000000 --- a/docker/solr/Dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -FROM solr:7.7 - -LABEL maintainer="adrien.dupuis@ibexa.co" -LABEL description="Solr 7.7 with eZ Platform's schema" - -RUN cp -r /opt/solr/server/solr/configsets/_default /opt/solr/server/solr/configsets/ezplatform \ - && sed -i '//,/<\/updateRequestProcessorChain>/d' /opt/solr/server/solr/configsets/ezplatform/conf/solrconfig.xml \ - && sed -i -e 's/${solr.autoSoftCommit.maxTime:-1}/${solr.autoSoftCommit.maxTime:20}/' /opt/solr/server/solr/configsets/ezplatform/conf/solrconfig.xml \ - && rm /opt/solr/server/solr/configsets/ezplatform/conf/managed-schema - -# This means that `composer install` must have been executed earlier -COPY --chown=solr:solr conf /opt/solr/server/solr/configsets/ezplatform/conf diff --git a/docker/varnish/Dockerfile b/docker/varnish/Dockerfile deleted file mode 100644 index 8c079d09..00000000 --- a/docker/varnish/Dockerfile +++ /dev/null @@ -1,21 +0,0 @@ -FROM varnish:6.0 - -LABEL maintainer="adrien.dupuis@ibexa.co" -LABEL description="Varnish 6.0 with Varnish Modules for eZ Platform usage" - -#ENV HTTPCACHE_VARNISH_INVALIDATE_TOKEN=docker - -# Varnish Modules — https://github.com/varnish/varnish-modules/blob/0.15.0/README.rst#installation -ARG VMODS_VERSION=0.15.0 -RUN apt-get update && apt-get install -y make pkg-config varnish-dev wget \ - && wget --quiet https://download.varnish-software.com/varnish-modules/varnish-modules-${VMODS_VERSION}.tar.gz \ - && tar -xzf varnish-modules-${VMODS_VERSION}.tar.gz \ - && cd varnish-modules-${VMODS_VERSION} \ - && ./configure \ - && make && make install \ - && cd .. \ - && rm -r varnish-modules-${VMODS_VERSION}.tar.gz varnish-modules-${VMODS_VERSION} - -# VCL -COPY parameters.vcl parameters.vcl -RUN sed -i 's/X-Forwarded-Port = "80"/X-Forwarded-Port = "8080"/' default.vcl diff --git a/docker/varnish/parameters.vcl b/docker/varnish/parameters.vcl deleted file mode 100644 index b6664531..00000000 --- a/docker/varnish/parameters.vcl +++ /dev/null @@ -1,27 +0,0 @@ -// Our Backend - Assuming that web server is listening on port 80 -// Replace the host to fit your setup -// -// For additional example see: -// https://github.com/ezsystems/ezplatform/blob/master/doc/docker/entrypoint/varnish/parameters.vcl - -backend ezplatform { - .host = "apache"; - .port = "80"; - .first_byte_timeout = 369s; -} - -// ACL for invalidators IP -// -// Alternative using HTTPCACHE_VARNISH_INVALIDATE_TOKEN : VCL code also allows for token based invalidation, to use it define a -// shared secret using env variable HTTPCACHE_VARNISH_INVALIDATE_TOKEN and eZ Platform will also use that for configuring this -// bundle. This is prefered for setups such as platform.sh/eZ Platform Cloud, where circular service dependency is -// unwanted. If you use this, use a strong cryptological secure hash & make sure to keep the token secret. -// Use ez_purge_acl for invalidation by token. -acl invalidators { - "apache"; -} - -// ACL for debuggers IP -acl debuggers { - "172.16.0.0"/12; -} diff --git a/ez.webpack.config.js b/ez.webpack.config.js index 12f8da01..1ab674fa 100644 --- a/ez.webpack.config.js +++ b/ez.webpack.config.js @@ -29,6 +29,9 @@ module.exports = (Encore) => { eZConfig.name = 'ezplatform'; + eZConfig.module.rules[4].oneOf[1].use[1].options.url = false; + eZConfig.module.rules[1].oneOf[1].use[1].options.url = false; + configManagers.forEach((configManagerPath) => { const configManager = require(configManagerPath); diff --git a/package.json b/package.json index 199e8abc..5d9954cf 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,16 @@ { "devDependencies": { - "@symfony/stimulus-bridge": "^1.1.0", - "@symfony/webpack-encore": "^0.32.0", + "@hotwired/stimulus": "^3.0.0", + "@symfony/stimulus-bridge": "^3.0.0", + "@symfony/webpack-encore": "^1.7.0", "@babel/preset-react": "^7.0.0", "core-js": "^3.0.0", - "stimulus": "^2.0.0", "regenerator-runtime": "^0.13.2", "webpack-notifier": "^1.6.0", "react-collapsible": "^2.5.0", - "node-sass": "^4.11.0", - "sass-loader": "^9.0.1" + "sass": "^1.49.7", + "sass-loader": "^12.5.0", + "file-loader": "^6.0.0" }, "license": "UNLICENSED", "private": true, diff --git a/phpunit.xml.dist b/phpunit.xml.dist index eb15cc9c..af3f1474 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,23 +1,20 @@ - - + - - + @@ -26,11 +23,11 @@ - - + + src - - + + diff --git a/public/assets/translations/config.js b/public/assets/translations/config.js deleted file mode 100644 index 78dca4bd..00000000 --- a/public/assets/translations/config.js +++ /dev/null @@ -1,4 +0,0 @@ -(function (t) { -t.fallback = 'en'; -t.defaultDomain = 'messages'; -})(Translator); diff --git a/public/assets/translations/config.json b/public/assets/translations/config.json deleted file mode 100644 index bca20887..00000000 --- a/public/assets/translations/config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "fallback": "en", - "defaultDomain": "messages" -} diff --git a/public/assets/translations/en.js b/public/assets/translations/en.js deleted file mode 100644 index 1409c9ab..00000000 --- a/public/assets/translations/en.js +++ /dev/null @@ -1,915 +0,0 @@ -(function (t) { -// en -t.add("anchor_btn.error.unique", "Anchor name must be unique.", "alloy_editor", "en"); -t.add("anchor_btn.error.valid", "A valid anchor link is needed.", "alloy_editor", "en"); -t.add("anchor_btn.label", "Anchor", "alloy_editor", "en"); -t.add("anchor_edit.btn.remove.title", "Remove", "alloy_editor", "en"); -t.add("anchor_edit.btn.save.title", "Save", "alloy_editor", "en"); -t.add("anchor_edit.input.label", "Name:", "alloy_editor", "en"); -t.add("block_text_align_center_btn.label", "Center", "alloy_editor", "en"); -t.add("blocktext_align_justify_btn.label", "Justify", "alloy_editor", "en"); -t.add("blocktext_align_left_btn.label", "Left", "alloy_editor", "en"); -t.add("blocktext_align_right_btn.label", "Right", "alloy_editor", "en"); -t.add("custom_attributes_update_btn.save_btn.label", "Save", "alloy_editor", "en"); -t.add("custom_tag_update_btn.cancel_btn.label", "Cancel", "alloy_editor", "en"); -t.add("custom_tag_update_btn.save_btn.label", "Save", "alloy_editor", "en"); -t.add("embed.ezlocation.error", "This embedded item relies on 'ezlocation' imported from Legacy. It isn't supported by Online Editor yet.", "alloy_editor", "en"); -t.add("embed_align_center_btn.label", "Center", "alloy_editor", "en"); -t.add("embed_align_left_btn.label", "Left", "alloy_editor", "en"); -t.add("embed_align_right_btn.label", "Right", "alloy_editor", "en"); -t.add("embed_btn.label", "Embed", "alloy_editor", "en"); -t.add("embed_btn.udw.title", "Select a Content item to embed", "alloy_editor", "en"); -t.add("embed_update_btn.label", "Select another Content item", "alloy_editor", "en"); -t.add("embed_update_btn.udw.title", "Select a Content item to embed", "alloy_editor", "en"); -t.add("heading_btn.label", "Heading", "alloy_editor", "en"); -t.add("image_btn.label", "Image", "alloy_editor", "en"); -t.add("image_btn.udw.label", "Select an image", "alloy_editor", "en"); -t.add("image_update_btn.label", "Select another image", "alloy_editor", "en"); -t.add("image_update_btn.udw.title", "Select an image", "alloy_editor", "en"); -t.add("link_edit_btn.action_row.remove", "Remove", "alloy_editor", "en"); -t.add("link_edit_btn.action_row.save", "Save", "alloy_editor", "en"); -t.add("link_edit_btn.button_row.block.placeholder.text", "Type or paste link here", "alloy_editor", "en"); -t.add("link_edit_btn.button_row.link_to", "Link to:", "alloy_editor", "en"); -t.add("link_edit_btn.button_row.select", "Select:", "alloy_editor", "en"); -t.add("link_edit_btn.button_row.select_content", "Select content", "alloy_editor", "en"); -t.add("link_edit_btn.button_row.separator", "or", "alloy_editor", "en"); -t.add("link_edit_btn.info_row.new_tab", "New tab", "alloy_editor", "en"); -t.add("link_edit_btn.info_row.open_in.label", "Open in:", "alloy_editor", "en"); -t.add("link_edit_btn.info_row.same_tab", "Same tab", "alloy_editor", "en"); -t.add("link_edit_btn.info_row.title", "Title:", "alloy_editor", "en"); -t.add("link_edit_btn.udw.title", "Select content", "alloy_editor", "en"); -t.add("move_down_btn.title", "Move down", "alloy_editor", "en"); -t.add("move_up_btn.title", "Move up", "alloy_editor", "en"); -t.add("ordered_list_btn.label", "List", "alloy_editor", "en"); -t.add("paragraph_btn.label", "Paragraph", "alloy_editor", "en"); -t.add("remove_block_btn.title", "Remove block", "alloy_editor", "en"); -t.add("removed_content.label", "Removed", "alloy_editor", "en"); -t.add("table_btn.label", "Table", "alloy_editor", "en"); -t.add("toolbar_config_base.formatted_label", "Formatted", "alloy_editor", "en"); -t.add("toolbar_config_base.heading_label", "Heading", "alloy_editor", "en"); -t.add("toolbar_config_base.paragraph_label", "Paragraph", "alloy_editor", "en"); -t.add("unordered_list_btn.label", "List", "alloy_editor", "en"); -t.add("content.autosave.failed.message", "Autosave failed", "content", "en"); -t.add("content.autosave.retry.message", "please try to save manually.", "content", "en"); -t.add("content.autosave.turn_of.message", "You can turn autosave off in your user settings", "content", "en"); -t.add("content.create_draft.success", "Created a new draft for '%name%'.", "content", "en"); -t.add("content.details.content_id", "Content ID: %contentId%", "content", "en"); -t.add("content.details.created_by", "Created by %name%", "content", "en"); -t.add("content.details.location_id", "Location ID: %locationId%", "content", "en"); -t.add("content.details.parent_location_id", "Parent Location ID: %locationId%", "content", "en"); -t.add("content.draft.conflict.error", "Cannot check if the draft has conflicts with other drafts. %error%.", "content", "en"); -t.add("content.edit.permission.error", "You don't have permission to edit this Content item", "content", "en"); -t.add("content.hide.already_hidden", "Content item '%name%' is already hidden.", "content", "en"); -t.add("content.hide.success", "Content item '%name%' hidden.", "content", "en"); -t.add("content.main_language_update.success", "Main language for '%name%' updated.", "content", "en"); -t.add("content.main_location_update.success", "Main Location for '%name%' updated.", "content", "en"); -t.add("content.reveal.already_visible", "Content item '%name%' is already visible.", "content", "en"); -t.add("content.reveal.success", "Content item '%name%' revealed.", "content", "en"); -t.add("content.view.more.label", "More", "content", "en"); -t.add("content_edit.autosave.message", "Autosave<\/b> is on.", "content", "en"); -t.add("content_edit.last_saved", "Last saved draft was on %date%", "content", "en"); -t.add("editing_details", "in<\/b> %language_name% under<\/b> %location_name%", "content", "en"); -t.add("tooltip.close_label", "Close", "content", "en"); -t.add("tooltip.exit_label", "Exit", "content", "en"); -t.add("trash.modal.message", "Are you sure you want to send this Content item to Trash?", "content", "en"); -t.add("trash_container.modal.message_main", "Sending '%content_name%' and its %children_count% Content item(s) to Trash will also send the sub-items of this Location to Trash.", "content", "en"); -t.add("user.delete.success", "User with login '%login%' deleted.", "content", "en"); -t.add("collapse_all", "Collapse all", "content_tree", "en"); -t.add("expand_item.limit.message", "Cannot load sub-items for this Location because you reached max tree depth.", "content_tree", "en"); -t.add("loading_more", "Loading more...", "content_tree", "en"); -t.add("no_subitems", "This Location has no sub-items", "content_tree", "en"); -t.add("show_more", "Show more", "content_tree", "en"); -t.add("show_more.limit_reached", "Loading limit reached", "content_tree", "en"); -t.add("ezimageasset.create.message.error", "Error while creating Image Asset: %error%", "fieldtypes_edit", "en"); -t.add("ezimageasset.create.message.success", "The image has been published and can now be reused", "fieldtypes_edit", "en"); -t.add("ezmaplocation.create.message.error", "Area below needs correction", "fieldtypes_edit", "en"); -t.add("abort.label", "Abort", "multi_file_upload", "en"); -t.add("cannot_upload.message", "Cannot upload file", "multi_file_upload", "en"); -t.add("delete.label", "Delete", "multi_file_upload", "en"); -t.add("disallowed_content_type.message", "You do not have permission to create this Content item", "multi_file_upload", "en"); -t.add("disallowed_size.message", "File size is not allowed", "multi_file_upload", "en"); -t.add("disallowed_type.message", "File type is not allowed", "multi_file_upload", "en"); -t.add("drop_action.message", "Drag your files to the browser window or select them", "multi_file_upload", "en"); -t.add("edit.label", "Edit", "multi_file_upload", "en"); -t.add("max_file_size.message", "Max file size:", "multi_file_upload", "en"); -t.add("multi_file_upload_open_btn.label", "Upload sub-items", "multi_file_upload", "en"); -t.add("upload.success.message", "Uploaded", "multi_file_upload", "en"); -t.add("upload_btn.label", "Upload sub-items", "multi_file_upload", "en"); -t.add("upload_popup.close", "Multi-file upload", "multi_file_upload", "en"); -t.add("bookmark.list.empty", "You have no notifications.", "notifications", "en"); -t.add("menu.notification", "View Notifications", "notifications", "en"); -t.add("notification.close", "Close", "notifications", "en"); -t.add("notification.date", "Date", "notifications", "en"); -t.add("notification.description", "Description", "notifications", "en"); -t.add("notification.no_longer_available", "The Content item is no longer available", "notifications", "en"); -t.add("notification.permanently_deleted", "Deleted", "notifications", "en"); -t.add("notification.title", "Title:", "notifications", "en"); -t.add("notification.trashed", "Sent to Trash", "notifications", "en"); -t.add("notification.type", "Type", "notifications", "en"); -t.add("notifications", "Notifications", "notifications", "en"); -t.add("notifications.modal.message.error", "Cannot update notifications", "notifications", "en"); -t.add("search", "Search", "search", "en"); -t.add("search.any.content.type", "Any Content Type", "search", "en"); -t.add("search.apply", "Apply", "search", "en"); -t.add("search.clear", "Clear", "search", "en"); -t.add("search.content.type", "Content Type", "search", "en"); -t.add("search.created", "Created", "search", "en"); -t.add("search.creator", "Creator", "search", "en"); -t.add("search.creator_input.placeholder", "Type creator's name", "search", "en"); -t.add("search.custom_range", "Custom range", "search", "en"); -t.add("search.filters", "Filters", "search", "en"); -t.add("search.header", "Search results (%total%)", "search", "en"); -t.add("search.last.modified", "Last modified", "search", "en"); -t.add("search.last_month", "Last month", "search", "en"); -t.add("search.last_week", "Last week", "search", "en"); -t.add("search.last_year", "Last year", "search", "en"); -t.add("search.modified", "Modified", "search", "en"); -t.add("search.name", "Name", "search", "en"); -t.add("search.no_result", "No results found for \"%query%\".", "search", "en"); -t.add("search.perform", "Search", "search", "en"); -t.add("search.section", "Section", "search", "en"); -t.add("search.select_content", "Select Content", "search", "en"); -t.add("search.subtree", "Subtree", "search", "en"); -t.add("search.tips.check_spelling", "Check the spelling of keywords.", "search", "en"); -t.add("search.tips.different_keywords", "Try different keywords.", "search", "en"); -t.add("search.tips.fewer_keywords", "Try fewer keywords. Reducing keywords results in more matches.", "search", "en"); -t.add("search.tips.headline", "Some helpful search tips:", "search", "en"); -t.add("search.tips.more_general_keywords", "Try more general keywords.", "search", "en"); -t.add("search.translations", "Translations", "search", "en"); -t.add("search.type", "Content Type", "search", "en"); -t.add("search.udw.select_content", "Select Content", "search", "en"); -t.add("search.search", "Search", "search", "en"); -t.add("add_locations_btn.label", "Add Locations to selected Content item(s)", "sub_items", "en"); -t.add("bulk_action.error.more_info", "Click here for more information.<\/a><\/u>
", "sub_items", "en"); -t.add("bulk_action.popup.cancel", "Cancel", "sub_items", "en"); -t.add("bulk_action.success.link_to_location", "
%locationName%<\/a><\/u>", "sub_items", "en"); -t.add("bulk_add_location.error.message", "%failedCount% of the %totalCount% selected Locations(s) could not be added because you do not have proper user permissions. {{ moreInformationLink }} Contact your Administrator to obtain permissions.", "sub_items", "en"); -t.add("bulk_add_location.error.modal.table_title", "%itemsCount% Location(s) cannot be added", "sub_items", "en"); -t.add("bulk_add_location.success.message", "Location(s) added to {{ locationLink }}.", "sub_items", "en"); -t.add("bulk_delete.error.message.nonusers", "%notDeletedCount% of the %totalCount% selected item(s) could not be sent to Trash because you do not have proper user permissions. {{ moreInformationLink }} Contact your Administrator.", "sub_items", "en"); -t.add("bulk_delete.error.message.users", "%notDeletedCount% of the %totalCount% selected item(s) could not be deleted because you do not have proper user permissions. {{ moreInformationLink }} Contact your Administrator.", "sub_items", "en"); -t.add("bulk_delete.error.message.users_with_nonusers", "%notDeletedCount% of the %totalCount% selected item(s) could not be deleted or sent to Trash because you do not have proper user permissions. {{ moreInformationLink }} Contact your Administrator.", "sub_items", "en"); -t.add("bulk_delete.error.modal.table_title.nonusers", "%itemsCount% Content item(s) cannot be sent to Trash", "sub_items", "en"); -t.add("bulk_delete.error.modal.table_title.users", "%itemsCount% User(s) cannot be deleted", "sub_items", "en"); -t.add("bulk_delete.error.modal.table_title.users_with_nonusers", "%itemsCount% Content item(s) cannot be deleted or sent to Trash", "sub_items", "en"); -t.add("bulk_delete.popup.confirm.nonusers", "Send to Trash", "sub_items", "en"); -t.add("bulk_delete.popup.confirm.users_and_users_with_nonusers", "Delete", "sub_items", "en"); -t.add("bulk_delete.popup.message.nonusers", "Are you sure you want to send the selected Content item(s) to Trash?", "sub_items", "en"); -t.add("bulk_delete.popup.message.users", "Are you sure you want to delete the selected user(s)?", "sub_items", "en"); -t.add("bulk_delete.popup.message.users_with_nonusers", "Are you sure you want to delete the selected user(s) and send the other selected Content item(s) to Trash?", "sub_items", "en"); -t.add("bulk_delete.success.message.nonusers", "Content item(s) sent to Trash.", "sub_items", "en"); -t.add("bulk_delete.success.message.users", "User(s) deleted.", "sub_items", "en"); -t.add("bulk_delete.success.message.users_with_nonusers", "Content item(s) sent to Trash. User(s) deleted.", "sub_items", "en"); -t.add("bulk_hide.error.message", "%failedCount% of the %totalCount% selected item(s) could not be hidden because you do not have proper user permissions. {{ moreInformationLink }} Contact your Administrator to obtain permissions.", "sub_items", "en"); -t.add("bulk_hide.error.modal.table_title", "%itemsCount% Content item(s) cannot be hidden", "sub_items", "en"); -t.add("bulk_hide.popup.confirm", "Hide", "sub_items", "en"); -t.add("bulk_hide.popup.message", "Are you sure you want to hide the selected Location(s)?", "sub_items", "en"); -t.add("bulk_hide.success.message", "Location(s) hidden.", "sub_items", "en"); -t.add("bulk_move.error.message", "%notMovedCount% of the %totalCount% selected item(s) could not be moved because you do not have proper user permissions. {{ moreInformationLink }} Contact your Administrator.", "sub_items", "en"); -t.add("bulk_move.error.modal.table_title", "%itemsCount% Content items cannot be moved", "sub_items", "en"); -t.add("bulk_move.success.message", "Content item(s) sent to {{ locationLink }}", "sub_items", "en"); -t.add("bulk_request.error.message", "An unexpected error occurred while processing the Content item(s). Please try again later.", "sub_items", "en"); -t.add("bulk_unhide.error.message", "%failedCount% of the %totalCount% selected Location(s) could not be revealed because you do not have proper user permissions. {{ moreInformationLink }} Contact your Administrator to obtain permissions.", "sub_items", "en"); -t.add("bulk_unhide.error.modal.table_title", "%itemsCount% Location(s) cannot be revealed", "sub_items", "en"); -t.add("bulk_unhide.popup.confirm", "Reveal", "sub_items", "en"); -t.add("bulk_unhide.popup.message", "Are you sure you want to reveal the selected Location(s)?", "sub_items", "en"); -t.add("bulk_unhide.success.message", "The selected location(s) have been revealed.", "sub_items", "en"); -t.add("edit_item_btn.label", "Edit", "sub_items", "en"); -t.add("hide_locations_btn.label", "Hide selected Locations", "sub_items", "en"); -t.add("instant.filter.placeholder", "Type to refine", "sub_items", "en"); -t.add("items_list.title", "Sub-items", "sub_items", "en"); -t.add("items_table.header.content_type", "Content type", "sub_items", "en"); -t.add("items_table.header.contributor", "Contributor", "sub_items", "en"); -t.add("items_table.header.creator", "Creator", "sub_items", "en"); -t.add("items_table.header.filters", "Filters", "sub_items", "en"); -t.add("items_table.header.location_id", "Location ID", "sub_items", "en"); -t.add("items_table.header.location_remote_id", "Location remote ID", "sub_items", "en"); -t.add("items_table.header.modified", "Modified", "sub_items", "en"); -t.add("items_table.header.name", "Name", "sub_items", "en"); -t.add("items_table.header.object_id", "Object ID", "sub_items", "en"); -t.add("items_table.header.object_remote_id", "Object remote ID", "sub_items", "en"); -t.add("items_table.header.priority", "Priority", "sub_items", "en"); -t.add("items_table.header.pubished", "Published", "sub_items", "en"); -t.add("items_table.header.section", "Section", "sub_items", "en"); -t.add("items_table.header.translations", "Translations", "sub_items", "en"); -t.add("items_table.header.visibility", "Visibility", "sub_items", "en"); -t.add("items_table.row.not_visible.label", "Not Visible", "sub_items", "en"); -t.add("items_table.row.visible.label", "Visible", "sub_items", "en"); -t.add("languages.modal.label", "Select language", "sub_items", "en"); -t.add("move_btn.label", "Move selected items", "sub_items", "en"); -t.add("no_items.message", "This location has no sub-items", "sub_items", "en"); -t.add("pagination.back", "Back", "sub_items", "en"); -t.add("pagination.next", "Next", "sub_items", "en"); -t.add("switch_to_grid_view.btn.label", "View as grid", "sub_items", "en"); -t.add("switch_to_list_view.btn.label", "View as list", "sub_items", "en"); -t.add("trash_btn.label", "Delete selected items", "sub_items", "en"); -t.add("udw.choose_location.title", "Choose Location", "sub_items", "en"); -t.add("unhide_locations_btn.label", "Reveal selected Locations", "sub_items", "en"); -t.add("viewing_message", "Viewing %viewingCount%<\/strong> out of %totalCount%<\/strong> sub-items", "sub_items", "en"); -t.add("trash.user_list.error", "Cannot fetch user list", "trash_ui", "en"); -t.add("add_location.title", "Select Location", "universal_discovery_widget", "en"); -t.add("back.label", "Back", "universal_discovery_widget", "en"); -t.add("bookmarks.label", "Bookmarks", "universal_discovery_widget", "en"); -t.add("breadcrumbs.root_location", "Root Location", "universal_discovery_widget", "en"); -t.add("browse.label", "Browse", "universal_discovery_widget", "en"); -t.add("browse.title", "Browse content", "universal_discovery_widget", "en"); -t.add("browser.add", "Add", "universal_discovery_widget", "en"); -t.add("browser.selected", "Selected", "universal_discovery_widget", "en"); -t.add("content_create.cancel.label", "Cancel", "universal_discovery_widget", "en"); -t.add("content_create.confirm.label", "Confirm", "universal_discovery_widget", "en"); -t.add("content_create.label", "Content create", "universal_discovery_widget", "en"); -t.add("content_edit.cancel.label", "Cancel", "universal_discovery_widget", "en"); -t.add("content_edit.confirm.label", "Confirm", "universal_discovery_widget", "en"); -t.add("content_edit.label", "Content edit", "universal_discovery_widget", "en"); -t.add("content_table.content_type", "Content Type", "universal_discovery_widget", "en"); -t.add("content_table.modified", "Modified", "universal_discovery_widget", "en"); -t.add("content_table.name", "Name", "universal_discovery_widget", "en"); -t.add("copy.title", "Select Location", "universal_discovery_widget", "en"); -t.add("create_content.create", "Create", "universal_discovery_widget", "en"); -t.add("create_content.label", "Create new content", "universal_discovery_widget", "en"); -t.add("create_content.select_content_type", "Select a Content Type", "universal_discovery_widget", "en"); -t.add("create_content.select_language", "Select a language", "universal_discovery_widget", "en"); -t.add("dashboard.create.title", "Create content", "universal_discovery_widget", "en"); -t.add("ezimageasset.title", "Select Image Asset", "universal_discovery_widget", "en"); -t.add("ezobjectrelationlist.title.multi", "Select Content item(s)", "universal_discovery_widget", "en"); -t.add("ezobjectrelationlist.title.single", "Select a Content item", "universal_discovery_widget", "en"); -t.add("filters.any_section", "Any section", "universal_discovery_widget", "en"); -t.add("filters.apply", "Apply", "universal_discovery_widget", "en"); -t.add("filters.clear", "Clear", "universal_discovery_widget", "en"); -t.add("filters.content_type", "Content Type", "universal_discovery_widget", "en"); -t.add("filters.section", "Section", "universal_discovery_widget", "en"); -t.add("filters.subtree", "Subtree", "universal_discovery_widget", "en"); -t.add("limitation.pick.error", "Could not fetch content names", "universal_discovery_widget", "en"); -t.add("meta_preview.bookmark", "Bookmark", "universal_discovery_widget", "en"); -t.add("meta_preview.creation_date", "Creation Date", "universal_discovery_widget", "en"); -t.add("meta_preview.edit", "Edit", "universal_discovery_widget", "en"); -t.add("meta_preview.edit_translation", "Edit translation", "universal_discovery_widget", "en"); -t.add("meta_preview.last_modified", "Last Modified", "universal_discovery_widget", "en"); -t.add("meta_preview.preview", "Preview", "universal_discovery_widget", "en"); -t.add("meta_preview.translations", "Translations", "universal_discovery_widget", "en"); -t.add("move.title", "Select destination", "universal_discovery_widget", "en"); -t.add("popup.close.label", "Close", "universal_discovery_widget", "en"); -t.add("restore_under_new_location.title", "Select a Location to restore the Content item(s)", "universal_discovery_widget", "en"); -t.add("search.check_spelling", "Check spelling of keywords.", "universal_discovery_widget", "en"); -t.add("search.different_keywords", "Try different keywords.", "universal_discovery_widget", "en"); -t.add("search.fewer_keywords", "Try fewer keywords. Reducing keywords result in more matches.", "universal_discovery_widget", "en"); -t.add("search.filters", "Filters", "universal_discovery_widget", "en"); -t.add("search.label", "Search", "universal_discovery_widget", "en"); -t.add("search.more_general", "Try more general keywords.", "universal_discovery_widget", "en"); -t.add("search.no_results", "Sorry, no results were found for", "universal_discovery_widget", "en"); -t.add("search.search", "Search", "universal_discovery_widget", "en"); -t.add("search.search_results", "Search results", "universal_discovery_widget", "en"); -t.add("search.tips", "Some helpful search tips", "universal_discovery_widget", "en"); -t.add("select_location.error", "Cannot find children Locations with ID %idList%", "universal_discovery_widget", "en"); -t.add("selected_locations.clear_all", "Clear all", "universal_discovery_widget", "en"); -t.add("selected_locations.clear_selection", "Clear selection", "universal_discovery_widget", "en"); -t.add("selected_locations.collapse.sidebar", "Collapse sidebar", "universal_discovery_widget", "en"); -t.add("selected_locations.confirm_selection", "Confirm selection", "universal_discovery_widget", "en"); -t.add("selected_locations.expand.sidebar", "Expand sidebar", "universal_discovery_widget", "en"); -t.add("selected_locations.selected", "selected", "universal_discovery_widget", "en"); -t.add("sorting.date.label", "Date", "universal_discovery_widget", "en"); -t.add("sorting.date.tooltip", "Sort by Date", "universal_discovery_widget", "en"); -t.add("sorting.grid.view", "Grid view", "universal_discovery_widget", "en"); -t.add("sorting.name.label", "Name", "universal_discovery_widget", "en"); -t.add("sorting.name.tooltip", "Sort by Name", "universal_discovery_widget", "en"); -t.add("sorting.panels.view", "Panels view", "universal_discovery_widget", "en"); -t.add("sorting.tree.view", "Tree view", "universal_discovery_widget", "en"); -t.add("subtree.title", "Select Location", "universal_discovery_widget", "en"); -t.add("subtree_limitation.title", "Choose Locations", "universal_discovery_widget", "en"); -t.add("swap.title", "Select Location to swap with", "universal_discovery_widget", "en"); -t.add("image_editor", "Image Editor", "image_editor", "en"); -t.add("image_editor.actions.crop.abbreviation.height", "H", "image_editor", "en"); -t.add("image_editor.actions.crop.abbreviation.width", "W", "image_editor", "en"); -t.add("image_editor.actions.crop.apply", "Apply", "image_editor", "en"); -t.add("image_editor.actions.crop.crop_size", "Crop size", "image_editor", "en"); -t.add("image_editor.actions.crop.label", "Crop", "image_editor", "en"); -t.add("image_editor.actions.crop.ratio", "Ratio", "image_editor", "en"); -t.add("image_editor.actions.crop.remove", "Remove", "image_editor", "en"); -t.add("image_editor.actions.crop.warning", "Adjust the focal point, crop might change its parameters", "image_editor", "en"); -t.add("image_editor.actions.flip.horizontal", "Horizontal", "image_editor", "en"); -t.add("image_editor.actions.flip.label", "Flip", "image_editor", "en"); -t.add("image_editor.actions.flip.vertical", "Vertical", "image_editor", "en"); -t.add("image_editor.actions.focal_point.abbreviation.position_x", "X", "image_editor", "en"); -t.add("image_editor.actions.focal_point.abbreviation.position_y", "Y", "image_editor", "en"); -t.add("image_editor.actions.focal_point.label", "Focal Point", "image_editor", "en"); -t.add("image_editor.actions.focal_point.remove", "Remove", "image_editor", "en"); -t.add("image_editor.actions.focal_point.show", "Show point", "image_editor", "en"); -t.add("image_editor.apply_to_all", "Apply changes to all", "image_editor", "en"); -t.add("image_editor.cancel", "Cancel", "image_editor", "en"); -t.add("image_editor.close", "Close", "image_editor", "en"); -t.add("image_editor.dimension", "Dimension", "image_editor", "en"); -t.add("image_editor.edit_mode", "Edit mode", "image_editor", "en"); -t.add("image_editor.redo", "Redo", "image_editor", "en"); -t.add("image_editor.reset_image", "Reset image", "image_editor", "en"); -t.add("image_editor.save", "Save", "image_editor", "en"); -t.add("image_editor.save_as", "Save as...", "image_editor", "en"); -t.add("image_editor.save_as.sub_warning", "If you click 'Apply changes to all' you will modify this image which is used in other Content items.", "image_editor", "en"); -t.add("image_editor.save_as.warning", "Clicking 'Save as new' will create a copy of the modified image.", "image_editor", "en"); -t.add("image_editor.save_as_new", "Save as new", "image_editor", "en"); -t.add("image_editor.undo", "Undo", "image_editor", "en"); -t.add("future_hide.action.reschedule.label", "Reschedule", "ezplatform_calendar_events", "en"); -t.add("future_hide.action.unschedule.label", "Cancel hiding", "ezplatform_calendar_events", "en"); -t.add("future_hide.attribute.content_type.label", "Content Type", "ezplatform_calendar_events", "en"); -t.add("future_hide.label", "Content hide", "ezplatform_calendar_events", "en"); -t.add("future_publication.action.reschedule.label", "Reschedule selected", "ezplatform_calendar_events", "en"); -t.add("future_publication.action.unschedule.label", "Remove selected", "ezplatform_calendar_events", "en"); -t.add("future_publication.attribute.content_type.label", "Content Type", "ezplatform_calendar_events", "en"); -t.add("future_publication.attribute.modified_language.label", "Modified language", "ezplatform_calendar_events", "en"); -t.add("future_publication.label", "Content publication", "ezplatform_calendar_events", "en"); -t.add("modal.close", "Close", "ezplatform_calendar_events", "en"); -t.add("modal.discard.button.cancel.label", "Cancel", "ezplatform_calendar_events", "en"); -t.add("modal.discard.button.confirm.label", "Cancel publication", "ezplatform_calendar_events", "en"); -t.add("modal.discard.header", "Are you sure you want to cancel the publication of the selected content?", "ezplatform_calendar_events", "en"); -t.add("modal.discard.table.event.label", "Event", "ezplatform_calendar_events", "en"); -t.add("modal.discard.table.header", "Selected content (%eventsCount%)", "ezplatform_calendar_events", "en"); -t.add("modal.discard.table.language.label", "Modified language", "ezplatform_calendar_events", "en"); -t.add("modal.discard.table.name.label", "Name", "ezplatform_calendar_events", "en"); -t.add("modal.future_hide.discard.button.cancel.label", "Cancel", "ezplatform_calendar_events", "en"); -t.add("modal.future_hide.discard.button.confirm.label", "Cancel hiding", "ezplatform_calendar_events", "en"); -t.add("modal.future_hide.discard.header", "Are you sure you want to cancel the hide of the selected content?", "ezplatform_calendar_events", "en"); -t.add("modal.future_hide.discard.table.event.label", "Event", "ezplatform_calendar_events", "en"); -t.add("modal.future_hide.discard.table.name.label", "Name", "ezplatform_calendar_events", "en"); -t.add("modal.future_hide.reschedule.button.cancel.label", "Cancel", "ezplatform_calendar_events", "en"); -t.add("modal.future_hide.reschedule.button.confirm.label", "Confirm rescheduling", "ezplatform_calendar_events", "en"); -t.add("modal.future_hide.reschedule.date_picker.label", "Date and time", "ezplatform_calendar_events", "en"); -t.add("modal.future_hide.reschedule.header", "Reschedule hide", "ezplatform_calendar_events", "en"); -t.add("modal.reschedule.button.cancel.label", "Cancel", "ezplatform_calendar_events", "en"); -t.add("modal.reschedule.button.confirm.label", "Confirm rescheduling", "ezplatform_calendar_events", "en"); -t.add("modal.reschedule.date_picker.label", "Date and time", "ezplatform_calendar_events", "en"); -t.add("modal.reschedule.header", "Reschedule publication", "ezplatform_calendar_events", "en"); -t.add("reschedule.error.message", "Cannot reschedule", "ezplatform_calendar_events", "en"); -t.add("unschedule.error.message", "Cannot cancel selected publication(s)", "ezplatform_calendar_events", "en"); -t.add("unschedule.future_hide.error.message", "Cannot cancel selected hide(s)", "ezplatform_calendar_events", "en"); -t.add("reschedule.error.message", "An unexpected error occurred while rescheduling the selected draft(s). Please try again.", "ezplatform_date_based_publisher", "en"); -t.add("reschedule.fail.message", "%failedCount% out of %totalCount% selected drafts could not be rescheduled. Please try again.", "ezplatform_date_based_publisher", "en"); -t.add("reschedule.success.message", "Rescheduled all drafts.", "ezplatform_date_based_publisher", "en"); -t.add("unschedule.error.message", "An error occurred while removing the selected publication dates. Please try again.", "ezplatform_date_based_publisher", "en"); -t.add("unschedule.fail.message", "%failedCount% out of %totalCount% selected publication dates could not be removed. Please try again.", "ezplatform_date_based_publisher", "en"); -t.add("unschedule.success.message", "Removed all selected publication dates.", "ezplatform_date_based_publisher", "en"); -t.add("load.reviewers.error", "Can't load reviewer list", "transition_apply", "en"); -t.add("calendar.collapse.sidebar", "Collapse sidebar", "calendar_widget", "en"); -t.add("calendar.date_paginator.today", "Today", "calendar_widget", "en"); -t.add("calendar.expand.sidebar", "Expand sidebar", "calendar_widget", "en"); -t.add("calendar.filters", "Filters", "calendar_widget", "en"); -t.add("calendar.filters.all_langauges", "All languages", "calendar_widget", "en"); -t.add("calendar.filters.modified_langauge", "Modified language", "calendar_widget", "en"); -t.add("calendar.filters.types", "Types", "calendar_widget", "en"); -t.add("calendar.headline", "Scheduled content", "calendar_widget", "en"); -t.add("calendar.list.view", "List view", "calendar_widget", "en"); -t.add("calendar.list_view.action_message", "To continue, click 'Refresh list'. The selected list will update and the new item will be added to the list", "calendar_widget", "en"); -t.add("calendar.list_view.no_events", "No events to show.", "calendar_widget", "en"); -t.add("calendar.list_view.table_header.details", "Details", "calendar_widget", "en"); -t.add("calendar.list_view.table_header.name", "Name", "calendar_widget", "en"); -t.add("calendar.list_view.table_header.time", "Time", "calendar_widget", "en"); -t.add("calendar.list_view.table_header.type", "Type", "calendar_widget", "en"); -t.add("calendar.load_events.error.message", "Cannot load calendar data", "calendar_widget", "en"); -t.add("calendar.load_more_btn.label", "Load More", "calendar_widget", "en"); -t.add("calendar.remove", "Remove", "calendar_widget", "en"); -t.add("calendar.selection_confirmation_popup.cancel.btn", "Cancel", "calendar_widget", "en"); -t.add("calendar.selection_confirmation_popup.confirm.btn", "Refresh list", "calendar_widget", "en"); -t.add("calendar.selection_confirmation_popup.message", "This event has different actions from the items currently selected in the list.", "calendar_widget", "en"); -t.add("calendar.selection_confirmation_popup.no_events", "Conflict when selecting items", "calendar_widget", "en"); -t.add("calendar.selection_sidebar.selected_info", "selected", "calendar_widget", "en"); -t.add("calendar.tooltips.backward", "Backward", "calendar_widget", "en"); -t.add("calendar.tooltips.day", "Day view", "calendar_widget", "en"); -t.add("calendar.tooltips.forward", "Forward", "calendar_widget", "en"); -t.add("calendar.tooltips.month", "Month view", "calendar_widget", "en"); -t.add("calendar.tooltips.week", "Week view", "calendar_widget", "en"); -t.add("calendar.view_switcher.day", "Day", "calendar_widget", "en"); -t.add("calendar.view_switcher.month", "Month", "calendar_widget", "en"); -t.add("calendar.view_switcher.week", "Week", "calendar_widget", "en"); -t.add("activation_status.form.email", "Email", "ibexa_personalization", "en"); -t.add("activation_status.form.full_name", "Full name", "ibexa_personalization", "en"); -t.add("activation_status.form.terms_and_conditions", "I have read and agree to the Terms and Conditions", "ibexa_personalization", "en"); -t.add("breadcrumb.import", "Import", "ibexa_personalization", "en"); -t.add("breadcrumb.models", "Models", "ibexa_personalization", "en"); -t.add("breadcrumb.personalization", "Personalization", "ibexa_personalization", "en"); -t.add("breadcrumb.scenarios", "Scenarios", "ibexa_personalization", "en"); -t.add("chart.items_purchased", "Items purchased", "ibexa_personalization", "en"); -t.add("chart.revenue", "Revenue", "ibexa_personalization", "en"); -t.add("dashboard.recommendation_performance.recommendations_performance", "Recommendations performance", "ibexa_personalization", "en"); -t.add("dashboard.summary.clicked_recommendations", "Clicked recommendations", "ibexa_personalization", "en"); -t.add("dashboard.summary.events_collected", "Events collected", "ibexa_personalization", "en"); -t.add("dashboard.summary.full_import", "Full import %date%", "ibexa_personalization", "en"); -t.add("dashboard.summary.imported_items", "Imported items", "ibexa_personalization", "en"); -t.add("dashboard.summary.last_30_days", "Last 30 days", "ibexa_personalization", "en"); -t.add("dashboard.summary.previous_month", "Previous month %value%", "ibexa_personalization", "en"); -t.add("dashboard.summary.recommendation_calls", "Recommendation calls", "ibexa_personalization", "en"); -t.add("ibexa_personalization.dashboard.date_of_purchase", "Date of purchase", "ibexa_personalization", "en"); -t.add("ibexa_personalization.dashboard.item_bought", "Item bought", "ibexa_personalization", "en"); -t.add("ibexa_personalization.dashboard.no_products_purchased", "No products purchased", "ibexa_personalization", "en"); -t.add("ibexa_personalization.dashboard.price", "Price", "ibexa_personalization", "en"); -t.add("ibexa_personalization.date_time_range.custom_range", "Custom range", "ibexa_personalization", "en"); -t.add("ibexa_personalization.date_time_range.last_24h", "Last 24h", "ibexa_personalization", "en"); -t.add("ibexa_personalization.date_time_range.last_30_days", "Last 30 days", "ibexa_personalization", "en"); -t.add("ibexa_personalization.date_time_range.last_7_days", "Last 7 days", "ibexa_personalization", "en"); -t.add("ibexa_personalization.date_time_range.last_month", "Last month", "ibexa_personalization", "en"); -t.add("import", "Import", "ibexa_personalization", "en"); -t.add("import.full_import", "Full import", "ibexa_personalization", "en"); -t.add("import.imported_items", "Imported items", "ibexa_personalization", "en"); -t.add("import.item_type", "Item type", "ibexa_personalization", "en"); -t.add("import.item_type_id", "Item type ID", "ibexa_personalization", "en"); -t.add("import.language", "Language", "ibexa_personalization", "en"); -t.add("import.no_items_imported", "No items imported", "ibexa_personalization", "en"); -t.add("import.table_title", "Imported items", "ibexa_personalization", "en"); -t.add("model.details", "Model details", "ibexa_personalization", "en"); -t.add("model.details.active", "Active", "ibexa_personalization", "en"); -t.add("model.details.description", "Model description", "ibexa_personalization", "en"); -t.add("model.details.event_history", "Relevant event histor", "ibexa_personalization", "en"); -t.add("model.details.general", "General", "ibexa_personalization", "en"); -t.add("model.details.identifier", "Identifier", "ibexa_personalization", "en"); -t.add("model.details.last_build", "Last build", "ibexa_personalization", "en"); -t.add("model.details.name", "Name", "ibexa_personalization", "en"); -t.add("model.details.nominal_submodel_name", "[ABC][%attribut_source%] %key%", "ibexa_personalization", "en"); -t.add("model.details.not_active", "Not active", "ibexa_personalization", "en"); -t.add("model.details.number_recommendations", "Number of recommendations", "ibexa_personalization", "en"); -t.add("model.details.numeric_submodel_name", "[123][%attribut_source%] %key%", "ibexa_personalization", "en"); -t.add("model.details.relevant_history", "Relevant history", "ibexa_personalization", "en"); -t.add("model.details.status", "Status", "ibexa_personalization", "en"); -t.add("model.details.submodel_type", "Submodel type", "ibexa_personalization", "en"); -t.add("model.details.submodels", "Submodels", "ibexa_personalization", "en"); -t.add("model.details.used_scenario", "Used in scenario", "ibexa_personalization", "en"); -t.add("model.edit", "Model edit", "ibexa_personalization", "en"); -t.add("model.edit.save", "Save", "ibexa_personalization", "en"); -t.add("model.edit.save_close", "Save and close", "ibexa_personalization", "en"); -t.add("model.edit_short", "Edit", "ibexa_personalization", "en"); -t.add("model.quantifier.custom", "Custom", "ibexa_personalization", "en"); -t.add("model.quantifier.day", "Day", "ibexa_personalization", "en"); -t.add("model.quantifier.hour", "Hour", "ibexa_personalization", "en"); -t.add("models", "Models", "ibexa_personalization", "en"); -t.add("models.add_items", "Add Items", "ibexa_personalization", "en"); -t.add("models.description.CF_I2Ix", "User who clicked on this item (article, image, etc.), also clicked on the following items", "ibexa_personalization", "en"); -t.add("models.description.POPULARITY_LONGx", "Most popular content based on a weighted amount of consumes", "ibexa_personalization", "en"); -t.add("models.description.POPULARITY_SHORTx", "Most popular content based on a weighted amount of consumes", "ibexa_personalization", "en"); -t.add("models.description.RANDOM_DOMAINx", "Random model", "ibexa_personalization", "en"); -t.add("models.description.STEREOTYPES_CFx", "Enables personalized recommendation based on clusters from user behaviour or content information", "ibexa_personalization", "en"); -t.add("models.description._todelete_also_purchased", "User who bought this item (movie, etc.), also bought the following items", "ibexa_personalization", "en"); -t.add("models.description._todelete_top_selling", "Most popular content (product, article, etc.) based on a weighted purchase history", "ibexa_personalization", "en"); -t.add("models.description._todelete_ultimately_bought", "User who clicked on this content (articles, images, etc), also bought the following products", "ibexa_personalization", "en"); -t.add("models.description.adv_also_clicked", "adv_also_clicked", "ibexa_personalization", "en"); -t.add("models.description.adv_also_clicked_2", "adv_also_clicked_2", "ibexa_personalization", "en"); -t.add("models.description.adv_also_clicked_3", "adv_also_clicked_3", "ibexa_personalization", "en"); -t.add("models.description.adv_also_purchased", "adv_also_purchased", "ibexa_personalization", "en"); -t.add("models.description.adv_also_purchased_2", "adv_also_purchased_2", "ibexa_personalization", "en"); -t.add("models.description.adv_also_purchased_3", "adv_also_purchased_3", "ibexa_personalization", "en"); -t.add("models.description.adv_ultimately_basket", "adv_ultimately_basket", "ibexa_personalization", "en"); -t.add("models.description.also_clicked", "User who clicked on this item (article, image, etc.), also clicked on the following items", "ibexa_personalization", "en"); -t.add("models.description.also_clicked2", "User who clicked on this item (article, image, etc.), also clicked on the following items", "ibexa_personalization", "en"); -t.add("models.description.also_clicked3", "User who clicked on this item (article, image, etc.), also clicked on the following items", "ibexa_personalization", "en"); -t.add("models.description.also_clicked_article", "also_clicked_article", "ibexa_personalization", "en"); -t.add("models.description.also_clicked_article_to_product", "also_clicked_article_to_product", "ibexa_personalization", "en"); -t.add("models.description.also_clicked_image", "also_clicked_image", "ibexa_personalization", "en"); -t.add("models.description.also_clicked_product", "also_clicked_product", "ibexa_personalization", "en"); -t.add("models.description.also_consumed", "User who consumed this content(read article, view image, etc.), also consumed the following content", "ibexa_personalization", "en"); -t.add("models.description.also_consumed2", "User who consumed this content(read article, view image, etc.), also consumed the following content", "ibexa_personalization", "en"); -t.add("models.description.also_consumed_article", "also_consumed_article", "ibexa_personalization", "en"); -t.add("models.description.also_consumed_image", "also_consumed_image", "ibexa_personalization", "en"); -t.add("models.description.also_followed", "User who consumed this content(read article, view image, etc.), also consumed the following content", "ibexa_personalization", "en"); -t.add("models.description.also_purchased", "User who bought this item (movie, etc.), also bought the following items", "ibexa_personalization", "en"); -t.add("models.description.also_purchased2", "User who bought this item (movie, etc.), also bought the following items", "ibexa_personalization", "en"); -t.add("models.description.also_purchased3", "User who bought this item (movie, etc.), also bought the following items", "ibexa_personalization", "en"); -t.add("models.description.also_purchased4", "User who bought this item (movie, etc.), also bought the following items", "ibexa_personalization", "en"); -t.add("models.description.also_purchased_2", "User who bought this item (movie, etc.), also bought the following items", "ibexa_personalization", "en"); -t.add("models.description.also_purchased_3", "User who bought this item (movie, etc.), also bought the following items", "ibexa_personalization", "en"); -t.add("models.description.also_purchased_article_to_product", "User who clicked on this item (article, image, etc.), also clicked on the following items", "ibexa_personalization", "en"); -t.add("models.description.also_purchased_product", "User who bought this item (movie, etc.), also bought the following items", "ibexa_personalization", "en"); -t.add("models.description.also_purchased_short", "User who bought this item (movie, etc.), also bought the following items", "ibexa_personalization", "en"); -t.add("models.description.also_similar_rated", "Items that were similarly rated by users.", "ibexa_personalization", "en"); -t.add("models.description.alternative", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.bundle0", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.bundle2", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.bundle3", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.cb", "cb", "ibexa_personalization", "en"); -t.add("models.description.cf_click", "cf_click", "ibexa_personalization", "en"); -t.add("models.description.cf_fbt", "Items that were often bought together like a TV and cable. The current item is always included in the recommendations.", "ibexa_personalization", "en"); -t.add("models.description.cf_fbt2", "Items that were often bought together like a TV and cable. The current item is always included in the recommendations.", "ibexa_personalization", "en"); -t.add("models.description.cf_purchased", "cf_purchased", "ibexa_personalization", "en"); -t.add("models.description.cf_purchased_after_clicked", "User who clicked on this content (articles, images, etc), also bought the following products", "ibexa_personalization", "en"); -t.add("models.description.click2buy", "User who clicked on this content (articles, images, etc), also bought the following products", "ibexa_personalization", "en"); -t.add("models.description.click2click", "User who clicked on this item (article, image, etc.), also clicked on the following items", "ibexa_personalization", "en"); -t.add("models.description.click_after_consumed", "User who clicked on this content (article, image, etc), immediately after consumed the following content", "ibexa_personalization", "en"); -t.add("models.description.click_to_purchased", "User who clicked on this content (articles, images, etc), also bought the following products", "ibexa_personalization", "en"); -t.add("models.description.consume2consume", "User who consumed this content(read article, view image, etc.), also consumed the following content", "ibexa_personalization", "en"); -t.add("models.description.custom_model", "Items that were similarly rated by users.", "ibexa_personalization", "en"); -t.add("models.description.e1", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.e2", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editor_1", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editor_2", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editor_blacklist", "With a global blacklist predefined items can be filtered out of requested recommendations", "ibexa_personalization", "en"); -t.add("models.description.editorial_list", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list2", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list3", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list4", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list5", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list6", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list7", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list_article", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list_b", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list_bestselger", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list_blog", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list_crossselling", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list_front", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list_kommende", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list_landingpage", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list_nyheter", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list_personalized", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list_related", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list_tilbudstorget", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list_toppti", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.editorial_list_upselling", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.el_articles", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.el_blogposts", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.el_personalized", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.el_places", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.el_products", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.girlmerry", "User who clicked on this item (article, image, etc.), also clicked on the following items", "ibexa_personalization", "en"); -t.add("models.description.history", "history", "ibexa_personalization", "en"); -t.add("models.description.history_blacklist", "history_blacklist", "ibexa_personalization", "en"); -t.add("models.description.history_buy", "history_buy", "ibexa_personalization", "en"); -t.add("models.description.history_clicked", "Show the customer what he already viewed", "ibexa_personalization", "en"); -t.add("models.description.history_clicked1", "history_clicked1", "ibexa_personalization", "en"); -t.add("models.description.history_clicked_in_period", "Show the customer what he already viewed", "ibexa_personalization", "en"); -t.add("models.description.history_consumed", "history_consumed", "ibexa_personalization", "en"); -t.add("models.description.history_purchased", "history_purchased", "ibexa_personalization", "en"); -t.add("models.description.history_purchased_in_period", "Show the customer what he already purchased", "ibexa_personalization", "en"); -t.add("models.description.last_clicked", "last_clicked", "ibexa_personalization", "en"); -t.add("models.description.last_purchased", "last_purchased", "ibexa_personalization", "en"); -t.add("models.description.popular", "Most popular content (product, article, etc.) based on a weighted purchase history", "ibexa_personalization", "en"); -t.add("models.description.popular_click", "Most popular content (product, article, etc.) based on a weighted overall usage history", "ibexa_personalization", "en"); -t.add("models.description.popular_predicted", "Most popular content (product, article, etc.) based on a weighted purchase history", "ibexa_personalization", "en"); -t.add("models.description.profile", "profile", "ibexa_personalization", "en"); -t.add("models.description.profile_buy", "profile_buy", "ibexa_personalization", "en"); -t.add("models.description.profile_click", "profile_click", "ibexa_personalization", "en"); -t.add("models.description.random", "Random model", "ibexa_personalization", "en"); -t.add("models.description.random_emdsartikel", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.random_short", "Random model", "ibexa_personalization", "en"); -t.add("models.description.rated", "Items that were similarly rated by users.", "ibexa_personalization", "en"); -t.add("models.description.recently_bought", "recently_bought", "ibexa_personalization", "en"); -t.add("models.description.recently_clicked", "recently_clicked", "ibexa_personalization", "en"); -t.add("models.description.s1", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.s2", "Configure static recommendations based on an editorial list", "ibexa_personalization", "en"); -t.add("models.description.similar_rated", "Items that were similarly rated by users.", "ibexa_personalization", "en"); -t.add("models.description.stereotypes_cf", "Enables personalized recommendation based on clusters from user behaviour or content information", "ibexa_personalization", "en"); -t.add("models.description.suggestion", "suggestion", "ibexa_personalization", "en"); -t.add("models.description.top_clicked", "Most popular content (product, article, etc.) based on a weighted overall usage history", "ibexa_personalization", "en"); -t.add("models.description.top_clicked2", "Most popular content (product, article, etc.) based on a weighted overall usage history", "ibexa_personalization", "en"); -t.add("models.description.top_clicked_2", "Most popular content (product, article, etc.) based on a weighted overall usage history", "ibexa_personalization", "en"); -t.add("models.description.top_clicked_article", "Most popular content (product, article, etc.) based on a weighted overall usage history", "ibexa_personalization", "en"); -t.add("models.description.top_clicked_image", "Most popular content (product, article, etc.) based on a weighted overall usage history", "ibexa_personalization", "en"); -t.add("models.description.top_clicked_long", "Most popular content (product, article, etc.) based on a weighted overall usage history", "ibexa_personalization", "en"); -t.add("models.description.top_clicked_product", "Most popular content (product, article, etc.) based on a weighted overall usage history", "ibexa_personalization", "en"); -t.add("models.description.top_clicked_short", "Most popular content (product, article, etc.) based on a weighted overall usage history", "ibexa_personalization", "en"); -t.add("models.description.top_clicked_weighted", "Most popular content (product, article, etc.) based on a weighted overall usage history", "ibexa_personalization", "en"); -t.add("models.description.top_consumed", "Most popular content based on a weighted amount of consumes", "ibexa_personalization", "en"); -t.add("models.description.top_consumed_article", "Most popular content based on a weighted amount of consumes", "ibexa_personalization", "en"); -t.add("models.description.top_consumed_image", "Most popular content based on a weighted amount of consumes", "ibexa_personalization", "en"); -t.add("models.description.top_consumed_long", "Most popular content based on a weighted amount of consumes", "ibexa_personalization", "en"); -t.add("models.description.top_consumed_short", "Most popular content based on a weighted amount of consumes", "ibexa_personalization", "en"); -t.add("models.description.top_purchased", "Most popular content (product, article, etc.) based on a weighted overall usage history", "ibexa_personalization", "en"); -t.add("models.description.top_purchased_2", "Most popular content (product, article, etc.) based on a weighted purchase history", "ibexa_personalization", "en"); -t.add("models.description.top_purchased_3", "Most popular content (product, article, etc.) based on a weighted purchase history", "ibexa_personalization", "en"); -t.add("models.description.top_purchased_product", "Most popular content (product, article, etc.) based on a weighted purchase history", "ibexa_personalization", "en"); -t.add("models.description.top_rated", "Most popular content based on a weighted amount of ratings", "ibexa_personalization", "en"); -t.add("models.description.top_selling", "Most popular content (product, article, etc.) based on a weighted purchase history", "ibexa_personalization", "en"); -t.add("models.description.ultimately_bought", "User who clicked on this content (articles, images, etc), also bought the following products", "ibexa_personalization", "en"); -t.add("models.description.ultimately_consumed", "User who clicked on this content (article, image, etc), immediately after consumed the following content", "ibexa_personalization", "en"); -t.add("models.description.ultimately_purchased", "User who clicked on this content (articles, images, etc), also bought the following products", "ibexa_personalization", "en"); -t.add("models.description.ultimately_purchased_2", "User who clicked on this content (articles, images, etc), also bought the following products", "ibexa_personalization", "en"); -t.add("models.description.ultimately_purchased_3", "User who clicked on this content (articles, images, etc), also bought the following products", "ibexa_personalization", "en"); -t.add("models.description.ultimately_purchased_long", "User who clicked on this content (articles, images, etc), also bought the following products", "ibexa_personalization", "en"); -t.add("models.description.upheaval", "upheaval", "ibexa_personalization", "en"); -t.add("models.description.upheaval_ctb", "upheaval_ctb", "ibexa_personalization", "en"); -t.add("models.description.upheaval_ctbuy", "upheaval_ctbuy", "ibexa_personalization", "en"); -t.add("models.description.upheaval_ctc", "upheaval_ctc", "ibexa_personalization", "en"); -t.add("models.details.range.from", "From", "ibexa_personalization", "en"); -t.add("models.details.range.to", "to", "ibexa_personalization", "en"); -t.add("models.list.active", "Active", "ibexa_personalization", "en"); -t.add("models.list.id", "Identifier", "ibexa_personalization", "en"); -t.add("models.list.in_scenario", "In scenario", "ibexa_personalization", "en"); -t.add("models.list.last_built", "Last built", "ibexa_personalization", "en"); -t.add("models.list.more", "(+ %number% more)", "ibexa_personalization", "en"); -t.add("models.list.name", "Model name", "ibexa_personalization", "en"); -t.add("models.list.no_of_items", "No. of items", "ibexa_personalization", "en"); -t.add("models.list.non_operational", "non-operational", "ibexa_personalization", "en"); -t.add("models.list.not_active", "Not Active", "ibexa_personalization", "en"); -t.add("models.list.operational", "operational", "ibexa_personalization", "en"); -t.add("models.list.submodel", "Submodel", "ibexa_personalization", "en"); -t.add("models.name.CF_I2Ix", "Also clicked", "ibexa_personalization", "en"); -t.add("models.name.POPULARITY_LONGx", "Top consumed", "ibexa_personalization", "en"); -t.add("models.name.POPULARITY_SHORTx", "Top consumed", "ibexa_personalization", "en"); -t.add("models.name.RANDOM_DOMAINx", "Random model", "ibexa_personalization", "en"); -t.add("models.name.STEREOTYPES_CFx", "Stereotype (consume)", "ibexa_personalization", "en"); -t.add("models.name._todelete_also_purchased", "Also purchased", "ibexa_personalization", "en"); -t.add("models.name._todelete_top_selling", "Top purchased", "ibexa_personalization", "en"); -t.add("models.name._todelete_ultimately_bought", "Ultimately bought", "ibexa_personalization", "en"); -t.add("models.name.adv_also_clicked", "Adv also clicked", "ibexa_personalization", "en"); -t.add("models.name.adv_also_clicked_2", "Adv also clicked 2", "ibexa_personalization", "en"); -t.add("models.name.adv_also_clicked_3", "Adv also clicked 3", "ibexa_personalization", "en"); -t.add("models.name.adv_also_purchased", "Adv also purchased", "ibexa_personalization", "en"); -t.add("models.name.adv_also_purchased_2", "Adv also purchased 2", "ibexa_personalization", "en"); -t.add("models.name.adv_also_purchased_3", "Adv also purchased 3", "ibexa_personalization", "en"); -t.add("models.name.adv_ultimately_basket", "Adv ultimately basket", "ibexa_personalization", "en"); -t.add("models.name.also_clicked", "Also clicked", "ibexa_personalization", "en"); -t.add("models.name.also_clicked2", "Also clicked", "ibexa_personalization", "en"); -t.add("models.name.also_clicked3", "Also clicked", "ibexa_personalization", "en"); -t.add("models.name.also_clicked_article", "Also clicked article", "ibexa_personalization", "en"); -t.add("models.name.also_clicked_article_to_product", "Also clicked article to product", "ibexa_personalization", "en"); -t.add("models.name.also_clicked_image", "Also clicked image", "ibexa_personalization", "en"); -t.add("models.name.also_clicked_product", "Also clicked product", "ibexa_personalization", "en"); -t.add("models.name.also_consumed", "Also consumed", "ibexa_personalization", "en"); -t.add("models.name.also_consumed2", "Also consumed", "ibexa_personalization", "en"); -t.add("models.name.also_consumed_article", "Also consumed article", "ibexa_personalization", "en"); -t.add("models.name.also_consumed_image", "Also consumed image", "ibexa_personalization", "en"); -t.add("models.name.also_followed", "Also consumed", "ibexa_personalization", "en"); -t.add("models.name.also_purchased", "Also purchased", "ibexa_personalization", "en"); -t.add("models.name.also_purchased2", "Also purchased", "ibexa_personalization", "en"); -t.add("models.name.also_purchased3", "Also purchased", "ibexa_personalization", "en"); -t.add("models.name.also_purchased4", "Also purchased", "ibexa_personalization", "en"); -t.add("models.name.also_purchased_2", "Also purchased", "ibexa_personalization", "en"); -t.add("models.name.also_purchased_3", "Also purchased", "ibexa_personalization", "en"); -t.add("models.name.also_purchased_article_to_product ", "Also clicked", "ibexa_personalization", "en"); -t.add("models.name.also_purchased_product", "Also purchased", "ibexa_personalization", "en"); -t.add("models.name.also_purchased_short", "Also purchased", "ibexa_personalization", "en"); -t.add("models.name.also_similar_rated", "Similar rated", "ibexa_personalization", "en"); -t.add("models.name.alternative", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.bundle0", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.bundle2", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.bundle3", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.cb", "Cb", "ibexa_personalization", "en"); -t.add("models.name.cf_click", "Cf click", "ibexa_personalization", "en"); -t.add("models.name.cf_fbt", "Purchased together", "ibexa_personalization", "en"); -t.add("models.name.cf_fbt2", "Purchased together", "ibexa_personalization", "en"); -t.add("models.name.cf_purchased", "Cf purchased", "ibexa_personalization", "en"); -t.add("models.name.cf_purchased_after_clicked", "Ultimately bought", "ibexa_personalization", "en"); -t.add("models.name.click2buy", "Ultimately bought", "ibexa_personalization", "en"); -t.add("models.name.click2click", "Also clicked", "ibexa_personalization", "en"); -t.add("models.name.click_after_consumed", "Ultimately consumed", "ibexa_personalization", "en"); -t.add("models.name.click_to_purchased", "Click to purchased", "ibexa_personalization", "en"); -t.add("models.name.consume2consume", "Also consumed", "ibexa_personalization", "en"); -t.add("models.name.custom_model", "Similar rated", "ibexa_personalization", "en"); -t.add("models.name.e1", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.e2", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editor_1", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editor_2", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editor_blacklist", "Blacklist", "ibexa_personalization", "en"); -t.add("models.name.editorial_list", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list2", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list3", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list4", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list5", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list6", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list7", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list_article", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list_b", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list_bestselger", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list_blog", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list_crossselling", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list_front", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list_kommende", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list_landingpage", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list_nyheter", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list_personalized", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list_related", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list_tilbudstorget", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list_toppti", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.editorial_list_upselling", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.el_articles", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.el_blogposts", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.el_personalized", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.el_places", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.el_products", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.girlmerry", "Also clicked", "ibexa_personalization", "en"); -t.add("models.name.history", "History", "ibexa_personalization", "en"); -t.add("models.name.history_blacklist", "History blacklist", "ibexa_personalization", "en"); -t.add("models.name.history_buy", "History buy", "ibexa_personalization", "en"); -t.add("models.name.history_clicked", "History clicked", "ibexa_personalization", "en"); -t.add("models.name.history_clicked1", "History clicked1", "ibexa_personalization", "en"); -t.add("models.name.history_clicked_in_period", "Click history", "ibexa_personalization", "en"); -t.add("models.name.history_consumed", "History consumed", "ibexa_personalization", "en"); -t.add("models.name.history_purchased", "History purchased", "ibexa_personalization", "en"); -t.add("models.name.history_purchased_in_period", "Purchase history", "ibexa_personalization", "en"); -t.add("models.name.last_clicked", "Last clicked", "ibexa_personalization", "en"); -t.add("models.name.last_purchased", "Last purchased", "ibexa_personalization", "en"); -t.add("models.name.popular", "Top purchased", "ibexa_personalization", "en"); -t.add("models.name.popular_click", "Top clicked", "ibexa_personalization", "en"); -t.add("models.name.popular_predicted", "Top purchased", "ibexa_personalization", "en"); -t.add("models.name.profile", "Profile", "ibexa_personalization", "en"); -t.add("models.name.profile_buy", "Profile buy", "ibexa_personalization", "en"); -t.add("models.name.profile_click", "Profile click", "ibexa_personalization", "en"); -t.add("models.name.random", "Random model", "ibexa_personalization", "en"); -t.add("models.name.random_emdsartikel", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.random_short", "Random model", "ibexa_personalization", "en"); -t.add("models.name.rated", "Similar rated", "ibexa_personalization", "en"); -t.add("models.name.recently_bought", "Recently bought", "ibexa_personalization", "en"); -t.add("models.name.recently_clicked", "Recently clicked", "ibexa_personalization", "en"); -t.add("models.name.s1", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.s2", "Editorial list", "ibexa_personalization", "en"); -t.add("models.name.similar_rated", "Similar rated", "ibexa_personalization", "en"); -t.add("models.name.stereotypes_cf", "Stereotype (purchase)", "ibexa_personalization", "en"); -t.add("models.name.suggestion", "Suggestion", "ibexa_personalization", "en"); -t.add("models.name.top_clicked", "Top clicked", "ibexa_personalization", "en"); -t.add("models.name.top_clicked2", "Top clicked", "ibexa_personalization", "en"); -t.add("models.name.top_clicked_2", "Top clicked", "ibexa_personalization", "en"); -t.add("models.name.top_clicked_article", "Top clicked", "ibexa_personalization", "en"); -t.add("models.name.top_clicked_image", "Top clicked", "ibexa_personalization", "en"); -t.add("models.name.top_clicked_long", "Top clicked", "ibexa_personalization", "en"); -t.add("models.name.top_clicked_product", "Top clicked", "ibexa_personalization", "en"); -t.add("models.name.top_clicked_short", "Top clicked", "ibexa_personalization", "en"); -t.add("models.name.top_clicked_weighted", "Top clicked", "ibexa_personalization", "en"); -t.add("models.name.top_consumed", "Top consumed", "ibexa_personalization", "en"); -t.add("models.name.top_consumed_article", "Top consumed", "ibexa_personalization", "en"); -t.add("models.name.top_consumed_image", "Top consumed", "ibexa_personalization", "en"); -t.add("models.name.top_consumed_long", "Top consumed", "ibexa_personalization", "en"); -t.add("models.name.top_consumed_short", "Top consumed", "ibexa_personalization", "en"); -t.add("models.name.top_purchased", "Top purchased", "ibexa_personalization", "en"); -t.add("models.name.top_purchased_2", "Top purchased", "ibexa_personalization", "en"); -t.add("models.name.top_purchased_3", "Top purchased", "ibexa_personalization", "en"); -t.add("models.name.top_purchased_product", "Top purchased", "ibexa_personalization", "en"); -t.add("models.name.top_rated", "Top rated", "ibexa_personalization", "en"); -t.add("models.name.top_selling", "Top purchased", "ibexa_personalization", "en"); -t.add("models.name.ultimately_bought", "Ultimately bought", "ibexa_personalization", "en"); -t.add("models.name.ultimately_consumed", "Ultimately consumed", "ibexa_personalization", "en"); -t.add("models.name.ultimately_purchased", "Ultimately bought", "ibexa_personalization", "en"); -t.add("models.name.ultimately_purchased_2", "Ultimately bought", "ibexa_personalization", "en"); -t.add("models.name.ultimately_purchased_3", "Ultimately bought", "ibexa_personalization", "en"); -t.add("models.name.ultimately_purchased_long", "Ultimately bought", "ibexa_personalization", "en"); -t.add("models.name.upheaval", "Upheaval", "ibexa_personalization", "en"); -t.add("models.name.upheaval_ctb", "Upheaval ctb", "ibexa_personalization", "en"); -t.add("models.name.upheaval_ctbuy", "Upheaval ctbuy", "ibexa_personalization", "en"); -t.add("models.name.upheaval_ctc", "Upheaval ctc", "ibexa_personalization", "en"); -t.add("models.no_items_selected", "No items selected", "ibexa_personalization", "en"); -t.add("models.no_models_found", "No models found", "ibexa_personalization", "en"); -t.add("models.submodel.add_group", "Add group", "ibexa_personalization", "en"); -t.add("models.submodel.add_range", "Add range", "ibexa_personalization", "en"); -t.add("models.submodel.existing_groups", "Existing groups", "ibexa_personalization", "en"); -t.add("models.submodel.existing_ranges", "Interval ranges", "ibexa_personalization", "en"); -t.add("models.submodels.interval-ranges", "Interval ranges", "ibexa_personalization", "en"); -t.add("models.table_title", "Models (%number_of_models%)", "ibexa_personalization", "en"); -t.add("models.udw_title", "Select items", "ibexa_personalization", "en"); -t.add("number.format.million_abbreviation", "M", "ibexa_personalization", "en"); -t.add("number.format.thousand_abbreviation", "K", "ibexa_personalization", "en"); -t.add("recommendation_engine_is_not_available", "Recommendation engine is not available. Please try again later.", "ibexa_personalization", "en"); -t.add("sceanrio.create", "Scenario create", "ibexa_personalization", "en"); -t.add("sceanrio.edit", "Scenario edit", "ibexa_personalization", "en"); -t.add("scenario.add_tooltip", "Add scenario", "ibexa_personalization", "en"); -t.add("scenario.commerce_settings.do_not_recommend_if_price_unknown", "Do not recommend if price unknown", "ibexa_personalization", "en"); -t.add("scenario.commerce_settings.do_not_recommend_items_the_user_already_purchased", "Do not recommend items the user already purchased", "ibexa_personalization", "en"); -t.add("scenario.commerce_settings.item_price_should_equal_or_higher_than_the_price_of_the_context_item", "Item price should equal or higher than the price of the context item", "ibexa_personalization", "en"); -t.add("scenario.commerce_settings.minimum_price_of_the_recommended_product", "Minimum price of the recommended product", "ibexa_personalization", "en"); -t.add("scenario.commerce_settings.no_top_selling_items", "No top-selling items", "ibexa_personalization", "en"); -t.add("scenario.edit.general", "General", "ibexa_personalization", "en"); -t.add("scenario.edit.startegy.models", "Models", "ibexa_personalization", "en"); -t.add("scenario.edit.startegy.startegy", "Strategy", "ibexa_personalization", "en"); -t.add("scenario.edit.strategy", "Strategy", "ibexa_personalization", "en"); -t.add("scenario.fail_safe_models", "Fallback level 2", "ibexa_personalization", "en"); -t.add("scenario.identifier", "Identifier", "ibexa_personalization", "en"); -t.add("scenario.input_type", "Input type", "ibexa_personalization", "en"); -t.add("scenario.models", "Models", "ibexa_personalization", "en"); -t.add("scenario.name", "Name", "ibexa_personalization", "en"); -t.add("scenario.no_of_calls", "No. of calls", "ibexa_personalization", "en"); -t.add("scenario.no_scenarios_found", "No scenarios found", "ibexa_personalization", "en"); -t.add("scenario.non_operational", "non-operational", "ibexa_personalization", "en"); -t.add("scenario.operational", "operational", "ibexa_personalization", "en"); -t.add("scenario.output_type", "Output type", "ibexa_personalization", "en"); -t.add("scenario.strategy.category_level_and_below", "category level(s) and below", "ibexa_personalization", "en"); -t.add("scenario.strategy.discard", "Discard", "ibexa_personalization", "en"); -t.add("scenario.strategy.fail_safe", "Fallback level 2", "ibexa_personalization", "en"); -t.add("scenario.strategy.fallback_name", "Fallback level 1", "ibexa_personalization", "en"); -t.add("scenario.strategy.include_parent_category_and_subcategories", "Also include the parent category and its subcategories", "ibexa_personalization", "en"); -t.add("scenario.strategy.levels_up", "level(s) up", "ibexa_personalization", "en"); -t.add("scenario.strategy.primary_models_name", "Primary models", "ibexa_personalization", "en"); -t.add("scenario.strategy.recommend_items_from_same_category", "Recommend items from the same category", "ibexa_personalization", "en"); -t.add("scenario.strategy.recommend_items_from_same_main_category_and_subcategories", "Recommend items from the same main category and its subcategories", "ibexa_personalization", "en"); -t.add("scenario.strategy.recommend_items_from_whole_site", "Recommend items from the whole site", "ibexa_personalization", "en"); -t.add("scenario.strategy.save", "Save", "ibexa_personalization", "en"); -t.add("scenario.strategy.ultimately_fail_safe", "Fail-safe", "ibexa_personalization", "en"); -t.add("scenario.strategy_fall_back", "Fallback level 1", "ibexa_personalization", "en"); -t.add("scenario.strategy_model_context.automatic", "Automatic", "ibexa_personalization", "en"); -t.add("scenario.strategy_model_context.basket_history", "Basket History", "ibexa_personalization", "en"); -t.add("scenario.strategy_model_context.buy_history", "Buy History", "ibexa_personalization", "en"); -t.add("scenario.strategy_model_context.click_history", "Click History", "ibexa_personalization", "en"); -t.add("scenario.strategy_model_context.consume_history", "Consume History", "ibexa_personalization", "en"); -t.add("scenario.strategy_model_context.no_context", "No context", "ibexa_personalization", "en"); -t.add("scenario.strategy_model_context.page_context", "Page Context", "ibexa_personalization", "en"); -t.add("scenario.strategy_model_context.rate_history", "Rate History", "ibexa_personalization", "en"); -t.add("scenario.strategy_primary_models", "Primary models", "ibexa_personalization", "en"); -t.add("scenario.strategy_ultimately_fail_safe", "Fail safe", "ibexa_personalization", "en"); -t.add("scenario.user_profile_settings.boost_item", "Boost item, if a user has an attribute with the same value", "ibexa_personalization", "en"); -t.add("scenario.user_profile_settings.do_not_recommend_items_the_user_already_consumed", "Do not recommend items the user already consumed", "ibexa_personalization", "en"); -t.add("scenario.user_profile_settings.do_not_recommend_the_item_currently_viewed", "Do not recommend the item currently viewed", "ibexa_personalization", "en"); -t.add("scenario.user_profile_settings.max_repeated_shows_of_identical_recommendation_per_session", "Max. repeated shows of identical recommendations per session.", "ibexa_personalization", "en"); -t.add("scenario.user_profile_settings.user_attribute_has_different_name", "User attribute has different name", "ibexa_personalization", "en"); -t.add("scenarios", "Scenarios", "ibexa_personalization", "en"); -t.add("scenarios.preview.add_attribute_error", "Fill attribute value", "ibexa_personalization", "en"); -t.add("scenarios.table_title", "Scenarios (%number_of_scenarios%)", "ibexa_personalization", "en"); -t.add("settings.form.installation_key", "Installation key", "ibexa_personalization", "en"); -t.add("settings.form.submit", "Save", "ibexa_personalization", "en"); -t.add("welcome.description.leverage_personalization", "Unified digital experiences can't be supported by data silos. Enrich your customer data by integrating Ibexa Personalization capabilities with existing business systems to boost the power of your personalized customer experiences.", "ibexa_personalization", "en"); -t.add("welcome.description.target_and_personalize", "Listen to your users and capture their preferences and specific interests to offer personalized content. Empower your editorial and marketing teams to leverage this information to better target what content will be most relevant to each user.", "ibexa_personalization", "en"); -t.add("welcome.form.invalid_installation_key", "This installation key is not valid.", "ibexa_personalization", "en"); -t.add("welcome.link.developer_documentation", "Developer documentation", "ibexa_personalization", "en"); -t.add("welcome.link.product_description", "Product description", "ibexa_personalization", "en"); -t.add("welcome.link.user_documentation", "User documentation", "ibexa_personalization", "en"); -t.add("welcome.subtitle", "Personalize every part of your Customer Experience", "ibexa_personalization", "en"); -t.add("welcome.terms.accept", "Accept", "ibexa_personalization", "en"); -t.add("welcome.terms.download_pdf", "Download PDF", "ibexa_personalization", "en"); -t.add("welcome.terms.table_of_contents", "Table of contents", "ibexa_personalization", "en"); -t.add("welcome.terms.terms_and_conditions", "Terms and conditions", "ibexa_personalization", "en"); -t.add("welcome.title", "Welcome to Ibexa Personalization", "ibexa_personalization", "en"); -t.add("welcome.title.leverage_personalization", "Leverage personalization data across your business", "ibexa_personalization", "en"); -t.add("welcome.title.please_visit", "To find out more, please visit", "ibexa_personalization", "en"); -t.add("welcome.title.target_and_personalize", "Target & personalize with user choices", "ibexa_personalization", "en"); -t.add("price.not_saved", "Couldn't save the prices", "price_stock_ui", "en"); -t.add("price.saved", "Prices saved successfully", "price_stock_ui", "en"); -t.add("price.table.header", "Prices for %contentName%, List price %price%", "price_stock_ui", "en"); -t.add("product.not_found", "Product not found", "price_stock_ui", "en"); -t.add("shipping_management.not_saved", "Couldn't save shipping costs", "price_stock_ui", "en"); -t.add("shipping_management.saved", "Shipping costs saved successfully", "price_stock_ui", "en"); -t.add("stock.not_saved", "Couldn't save stock", "price_stock_ui", "en"); -t.add("stock.saved", "Stock saved successfully", "price_stock_ui", "en"); -t.add("airtime_popup.discard.btn", "Discard", "page_builder", "en"); -t.add("airtime_popup.submit.btn", "Submit", "page_builder", "en"); -t.add("airtime_popup.title", "Content airtime settings", "page_builder", "en"); -t.add("block.delete", "Delete block", "page_builder", "en"); -t.add("block.no_availability", "One or more blocks is not available in this page", "page_builder", "en"); -t.add("block.no_availability.content", "You have to delete it to publish", "page_builder", "en"); -t.add("block.no_availability.delete", "Delete", "page_builder", "en"); -t.add("block.no_availability.title", "This element is not available in this page", "page_builder", "en"); -t.add("block.settings", "Block settings", "page_builder", "en"); -t.add("block_filter.placeholder", "Type to refine", "page_builder", "en"); -t.add("config_form.block_config.embed_field_base.udw.title", "Browse content", "page_builder", "en"); -t.add("config_form.widgets.collection.udw.title", "Select content", "page_builder", "en"); -t.add("config_form.widgets.schedule.udw.title", "Select content", "page_builder", "en"); -t.add("config_popup.close.label", "Close", "page_builder", "en"); -t.add("date_picker.clear", "Clear", "page_builder", "en"); -t.add("date_picker.label", "Date and time", "page_builder", "en"); -t.add("drop.block.here", "Drop block here", "page_builder", "en"); -t.add("drop.blocks.here", "Drop blocks here", "page_builder", "en"); -t.add("empty_block.info.text", "%name% block", "page_builder", "en"); -t.add("error.message", "Something went wrong", "page_builder", "en"); -t.add("fieldtype.landing_page.missing_proper_configuration.error.message", "Some blocks are missing configuration", "page_builder", "en"); -t.add("layout_selector.close.label", "Close", "page_builder", "en"); -t.add("layout_selector.create.confirm.label", "Create draft", "page_builder", "en"); -t.add("layout_selector.create.title", "Page creation", "page_builder", "en"); -t.add("layout_selector.error.change_layout", "Change layout", "page_builder", "en"); -t.add("layout_selector.error.label", "The layout of this landing page is no longer available and you cannot publish it. Please select a different layout.", "page_builder", "en"); -t.add("layout_selector.switch.confirm.label", "Submit", "page_builder", "en"); -t.add("layout_selector.switch.title", "Switch layout", "page_builder", "en"); -t.add("layout_selector.warning.message", "Switching layout saves the current Page draft", "page_builder", "en"); -t.add("sidebar.title", "Elements", "page_builder", "en"); -t.add("switch_layout.label", "Switch layout", "page_builder", "en"); -t.add("config_form.widgets.segmentation.udw.title", "Select content", "page_builder", "en"); -t.add("select_location.error", "Cannot find children Locations with ID %idList%", "page_builder", "en"); -t.add("targeted_content_map.no_configuration", "No segments defined. Create Segments in the Admin panel to use this block.", "page_builder", "en"); -t.add("back.current.time", "Go back to current time", "timeline", "en"); -t.add("back_to_current_time.info.text", "Go back to current time", "timeline", "en"); -t.add("back_to_current_time.warning.text", "Previewing content in the future", "timeline", "en"); -t.add("events_table.date.header", "Date", "timeline", "en"); -t.add("events_table.event.header", "Event", "timeline", "en"); -t.add("events_table.title", "Upcoming scheduled events", "timeline", "en"); -t.add("scheduled.events", "Scheduled events", "timeline", "en"); -t.add("timeline.calendar", "Timeline calendar", "timeline", "en"); -t.add("blocks.select_blocks", "Select blocks", "ezplatform_page_fieldtype", "en"); -t.add("blocks.select_blocks_warning", "Deselecting a block will hide any related block(s) included in the Landing page during next edit. The user will have to delete the block(s) in order to publish the page", "ezplatform_page_fieldtype", "en"); -t.add("editor_mode.select_editor_launch_mode", "Select Editor launch mode", "ezplatform_page_fieldtype", "en"); -t.add("item.select_all", "Select all", "ezplatform_page_fieldtype", "en"); -t.add("item.unselect_all", "Unselect all", "ezplatform_page_fieldtype", "en"); -t.add("layouts.select_layouts", "Select layouts", "ezplatform_page_fieldtype", "en"); -t.add("action.redirect.udw.title", "Select content", "form_builder", "en"); -t.add("attribute.location.empty", "No Location selected", "form_builder", "en"); -t.add("attribute.location.select_location", "Select Location", "form_builder", "en"); -t.add("build.form", "Build form", "form_builder", "en"); -t.add("building.form", "Build form", "form_builder", "en"); -t.add("drag.drop.call.to.action", "Create a form by dragging elements here", "form_builder", "en"); -t.add("exit", "Exit", "form_builder", "en"); -t.add("field.invalid", "Field has invalid configuration", "form_builder", "en"); -t.add("field.remove", "Remove", "form_builder", "en"); -t.add("field.settings", "Settings", "form_builder", "en"); -t.add("form.cannot.be.empty", "Form field is required", "form_builder", "en"); -t.add("form.edit", "Edit", "form_builder", "en"); -t.add("form.no_preview", "Preview is not available.", "form_builder", "en"); -t.add("form.remove", "Remove", "form_builder", "en"); -t.add("form_builder.attribute.action.message.label", "Message to display", "form_builder", "en"); -t.add("form_builder.attribute.action.url.label", "Redirection URL", "form_builder", "en"); -t.add("form_builder.attribute.button.action.empty", "Select what happens after the form is submitted", "form_builder", "en"); -t.add("form_builder.attribute.button.action.location_id", "Redirect to a Content item", "form_builder", "en"); -t.add("form_builder.attribute.button.action.message", "Show a message", "form_builder", "en"); -t.add("form_builder.attribute.button.action.url", "Redirect to a URL", "form_builder", "en"); -t.add("form_builder.submission.boolean.false", "False", "form_builder", "en"); -t.add("form_builder.submission.boolean.true", "True", "form_builder", "en"); -t.add("form_builder.validator.regex.pattern.alnum", "Alphanumeric", "form_builder", "en"); -t.add("form_builder.validator.regex.pattern.alpha", "Alphabets", "form_builder", "en"); -t.add("form_builder.validator.regex.pattern.custom", "Custom", "form_builder", "en"); -t.add("form_builder.validator.regex.pattern.none", "None", "form_builder", "en"); -t.add("invalid.fields", "Not all the fields were configured correctly. Provide missing configuration.", "form_builder", "en"); -t.add("moved.field.data.not.exists", "Moved field data does not exist.", "form_builder", "en"); -t.add("no.fields.in.form", "There are no fields in this form. Create your form.", "form_builder", "en"); -t.add("redirecting", "Redirecting ...", "form_builder", "en"); -t.add("remove.item", "Remove item", "form_builder", "en"); -t.add("select.content", "Select content", "form_builder", "en"); -t.add("select.content.item", "Select a Content item", "form_builder", "en"); -t.add("type.different.field.name", "Field name '%oldFieldName%' is already in use.", "form_builder", "en"); -t.add("form.validate.error", "%fieldName% Field is required", "ezplatform_site_factory_ui", "en"); -t.add("form.validate.error.public.access", "Please add a correct public access", "ezplatform_site_factory_ui", "en"); -t.add("select_location.label", "Choose Location", "ezplatform_site_factory_ui", "en"); -})(Translator); diff --git a/public/assets/translations/en.json b/public/assets/translations/en.json deleted file mode 100644 index b73f1722..00000000 --- a/public/assets/translations/en.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "translations": {"en":{"alloy_editor":{"anchor_btn.error.unique":"Anchor name must be unique.","anchor_btn.error.valid":"A valid anchor link is needed.","anchor_btn.label":"Anchor","anchor_edit.btn.remove.title":"Remove","anchor_edit.btn.save.title":"Save","anchor_edit.input.label":"Name:","block_text_align_center_btn.label":"Center","blocktext_align_justify_btn.label":"Justify","blocktext_align_left_btn.label":"Left","blocktext_align_right_btn.label":"Right","custom_attributes_update_btn.save_btn.label":"Save","custom_tag_update_btn.cancel_btn.label":"Cancel","custom_tag_update_btn.save_btn.label":"Save","embed.ezlocation.error":"This embedded item relies on 'ezlocation' imported from Legacy. It isn't supported by Online Editor yet.","embed_align_center_btn.label":"Center","embed_align_left_btn.label":"Left","embed_align_right_btn.label":"Right","embed_btn.label":"Embed","embed_btn.udw.title":"Select a Content item to embed","embed_update_btn.label":"Select another Content item","embed_update_btn.udw.title":"Select a Content item to embed","heading_btn.label":"Heading","image_btn.label":"Image","image_btn.udw.label":"Select an image","image_update_btn.label":"Select another image","image_update_btn.udw.title":"Select an image","link_edit_btn.action_row.remove":"Remove","link_edit_btn.action_row.save":"Save","link_edit_btn.button_row.block.placeholder.text":"Type or paste link here","link_edit_btn.button_row.link_to":"Link to:","link_edit_btn.button_row.select":"Select:","link_edit_btn.button_row.select_content":"Select content","link_edit_btn.button_row.separator":"or","link_edit_btn.info_row.new_tab":"New tab","link_edit_btn.info_row.open_in.label":"Open in:","link_edit_btn.info_row.same_tab":"Same tab","link_edit_btn.info_row.title":"Title:","link_edit_btn.udw.title":"Select content","move_down_btn.title":"Move down","move_up_btn.title":"Move up","ordered_list_btn.label":"List","paragraph_btn.label":"Paragraph","remove_block_btn.title":"Remove block","removed_content.label":"Removed","table_btn.label":"Table","toolbar_config_base.formatted_label":"Formatted","toolbar_config_base.heading_label":"Heading","toolbar_config_base.paragraph_label":"Paragraph","unordered_list_btn.label":"List"},"content":{"content.autosave.failed.message":"Autosave failed","content.autosave.retry.message":"please try to save manually.","content.autosave.turn_of.message":"You can turn autosave off in your user settings","content.create_draft.success":"Created a new draft for '%name%'.","content.details.content_id":"Content ID: %contentId%","content.details.created_by":"Created by %name%","content.details.location_id":"Location ID: %locationId%","content.details.parent_location_id":"Parent Location ID: %locationId%","content.draft.conflict.error":"Cannot check if the draft has conflicts with other drafts. %error%.","content.edit.permission.error":"You don't have permission to edit this Content item","content.hide.already_hidden":"Content item '%name%' is already hidden.","content.hide.success":"Content item '%name%' hidden.","content.main_language_update.success":"Main language for '%name%' updated.","content.main_location_update.success":"Main Location for '%name%' updated.","content.reveal.already_visible":"Content item '%name%' is already visible.","content.reveal.success":"Content item '%name%' revealed.","content.view.more.label":"More","content_edit.autosave.message":"Autosave<\/b> is on.","content_edit.last_saved":"Last saved draft was on %date%","editing_details":"in<\/b> %language_name% under<\/b> %location_name%","tooltip.close_label":"Close","tooltip.exit_label":"Exit","trash.modal.message":"Are you sure you want to send this Content item to Trash?","trash_container.modal.message_main":"Sending '%content_name%' and its %children_count% Content item(s) to Trash will also send the sub-items of this Location to Trash.","user.delete.success":"User with login '%login%' deleted."},"content_tree":{"collapse_all":"Collapse all","expand_item.limit.message":"Cannot load sub-items for this Location because you reached max tree depth.","loading_more":"Loading more...","no_subitems":"This Location has no sub-items","show_more":"Show more","show_more.limit_reached":"Loading limit reached"},"fieldtypes_edit":{"ezimageasset.create.message.error":"Error while creating Image Asset: %error%","ezimageasset.create.message.success":"The image has been published and can now be reused","ezmaplocation.create.message.error":"Area below needs correction"},"multi_file_upload":{"abort.label":"Abort","cannot_upload.message":"Cannot upload file","delete.label":"Delete","disallowed_content_type.message":"You do not have permission to create this Content item","disallowed_size.message":"File size is not allowed","disallowed_type.message":"File type is not allowed","drop_action.message":"Drag your files to the browser window or select them","edit.label":"Edit","max_file_size.message":"Max file size:","multi_file_upload_open_btn.label":"Upload sub-items","upload.success.message":"Uploaded","upload_btn.label":"Upload sub-items","upload_popup.close":"Multi-file upload"},"notifications":{"bookmark.list.empty":"You have no notifications.","menu.notification":"View Notifications","notification.close":"Close","notification.date":"Date","notification.description":"Description","notification.no_longer_available":"The Content item is no longer available","notification.permanently_deleted":"Deleted","notification.title":"Title:","notification.trashed":"Sent to Trash","notification.type":"Type","notifications":"Notifications","notifications.modal.message.error":"Cannot update notifications"},"search":{"search":"Search","search.any.content.type":"Any Content Type","search.apply":"Apply","search.clear":"Clear","search.content.type":"Content Type","search.created":"Created","search.creator":"Creator","search.creator_input.placeholder":"Type creator's name","search.custom_range":"Custom range","search.filters":"Filters","search.header":"Search results (%total%)","search.last.modified":"Last modified","search.last_month":"Last month","search.last_week":"Last week","search.last_year":"Last year","search.modified":"Modified","search.name":"Name","search.no_result":"No results found for \"%query%\".","search.perform":"Search","search.section":"Section","search.select_content":"Select Content","search.subtree":"Subtree","search.tips.check_spelling":"Check the spelling of keywords.","search.tips.different_keywords":"Try different keywords.","search.tips.fewer_keywords":"Try fewer keywords. Reducing keywords results in more matches.","search.tips.headline":"Some helpful search tips:","search.tips.more_general_keywords":"Try more general keywords.","search.translations":"Translations","search.type":"Content Type","search.udw.select_content":"Select Content","search.search":"Search"},"sub_items":{"add_locations_btn.label":"Add Locations to selected Content item(s)","bulk_action.error.more_info":"Click here for more information.<\/a><\/u>
","bulk_action.popup.cancel":"Cancel","bulk_action.success.link_to_location":"
%locationName%<\/a><\/u>","bulk_add_location.error.message":"%failedCount% of the %totalCount% selected Locations(s) could not be added because you do not have proper user permissions. {{ moreInformationLink }} Contact your Administrator to obtain permissions.","bulk_add_location.error.modal.table_title":"%itemsCount% Location(s) cannot be added","bulk_add_location.success.message":"Location(s) added to {{ locationLink }}.","bulk_delete.error.message.nonusers":"%notDeletedCount% of the %totalCount% selected item(s) could not be sent to Trash because you do not have proper user permissions. {{ moreInformationLink }} Contact your Administrator.","bulk_delete.error.message.users":"%notDeletedCount% of the %totalCount% selected item(s) could not be deleted because you do not have proper user permissions. {{ moreInformationLink }} Contact your Administrator.","bulk_delete.error.message.users_with_nonusers":"%notDeletedCount% of the %totalCount% selected item(s) could not be deleted or sent to Trash because you do not have proper user permissions. {{ moreInformationLink }} Contact your Administrator.","bulk_delete.error.modal.table_title.nonusers":"%itemsCount% Content item(s) cannot be sent to Trash","bulk_delete.error.modal.table_title.users":"%itemsCount% User(s) cannot be deleted","bulk_delete.error.modal.table_title.users_with_nonusers":"%itemsCount% Content item(s) cannot be deleted or sent to Trash","bulk_delete.popup.confirm.nonusers":"Send to Trash","bulk_delete.popup.confirm.users_and_users_with_nonusers":"Delete","bulk_delete.popup.message.nonusers":"Are you sure you want to send the selected Content item(s) to Trash?","bulk_delete.popup.message.users":"Are you sure you want to delete the selected user(s)?","bulk_delete.popup.message.users_with_nonusers":"Are you sure you want to delete the selected user(s) and send the other selected Content item(s) to Trash?","bulk_delete.success.message.nonusers":"Content item(s) sent to Trash.","bulk_delete.success.message.users":"User(s) deleted.","bulk_delete.success.message.users_with_nonusers":"Content item(s) sent to Trash. User(s) deleted.","bulk_hide.error.message":"%failedCount% of the %totalCount% selected item(s) could not be hidden because you do not have proper user permissions. {{ moreInformationLink }} Contact your Administrator to obtain permissions.","bulk_hide.error.modal.table_title":"%itemsCount% Content item(s) cannot be hidden","bulk_hide.popup.confirm":"Hide","bulk_hide.popup.message":"Are you sure you want to hide the selected Location(s)?","bulk_hide.success.message":"Location(s) hidden.","bulk_move.error.message":"%notMovedCount% of the %totalCount% selected item(s) could not be moved because you do not have proper user permissions. {{ moreInformationLink }} Contact your Administrator.","bulk_move.error.modal.table_title":"%itemsCount% Content items cannot be moved","bulk_move.success.message":"Content item(s) sent to {{ locationLink }}","bulk_request.error.message":"An unexpected error occurred while processing the Content item(s). Please try again later.","bulk_unhide.error.message":"%failedCount% of the %totalCount% selected Location(s) could not be revealed because you do not have proper user permissions. {{ moreInformationLink }} Contact your Administrator to obtain permissions.","bulk_unhide.error.modal.table_title":"%itemsCount% Location(s) cannot be revealed","bulk_unhide.popup.confirm":"Reveal","bulk_unhide.popup.message":"Are you sure you want to reveal the selected Location(s)?","bulk_unhide.success.message":"The selected location(s) have been revealed.","edit_item_btn.label":"Edit","hide_locations_btn.label":"Hide selected Locations","instant.filter.placeholder":"Type to refine","items_list.title":"Sub-items","items_table.header.content_type":"Content type","items_table.header.contributor":"Contributor","items_table.header.creator":"Creator","items_table.header.filters":"Filters","items_table.header.location_id":"Location ID","items_table.header.location_remote_id":"Location remote ID","items_table.header.modified":"Modified","items_table.header.name":"Name","items_table.header.object_id":"Object ID","items_table.header.object_remote_id":"Object remote ID","items_table.header.priority":"Priority","items_table.header.pubished":"Published","items_table.header.section":"Section","items_table.header.translations":"Translations","items_table.header.visibility":"Visibility","items_table.row.not_visible.label":"Not Visible","items_table.row.visible.label":"Visible","languages.modal.label":"Select language","move_btn.label":"Move selected items","no_items.message":"This location has no sub-items","pagination.back":"Back","pagination.next":"Next","switch_to_grid_view.btn.label":"View as grid","switch_to_list_view.btn.label":"View as list","trash_btn.label":"Delete selected items","udw.choose_location.title":"Choose Location","unhide_locations_btn.label":"Reveal selected Locations","viewing_message":"Viewing %viewingCount%<\/strong> out of %totalCount%<\/strong> sub-items"},"trash_ui":{"trash.user_list.error":"Cannot fetch user list"},"universal_discovery_widget":{"add_location.title":"Select Location","back.label":"Back","bookmarks.label":"Bookmarks","breadcrumbs.root_location":"Root Location","browse.label":"Browse","browse.title":"Browse content","browser.add":"Add","browser.selected":"Selected","content_create.cancel.label":"Cancel","content_create.confirm.label":"Confirm","content_create.label":"Content create","content_edit.cancel.label":"Cancel","content_edit.confirm.label":"Confirm","content_edit.label":"Content edit","content_table.content_type":"Content Type","content_table.modified":"Modified","content_table.name":"Name","copy.title":"Select Location","create_content.create":"Create","create_content.label":"Create new content","create_content.select_content_type":"Select a Content Type","create_content.select_language":"Select a language","dashboard.create.title":"Create content","ezimageasset.title":"Select Image Asset","ezobjectrelationlist.title.multi":"Select Content item(s)","ezobjectrelationlist.title.single":"Select a Content item","filters.any_section":"Any section","filters.apply":"Apply","filters.clear":"Clear","filters.content_type":"Content Type","filters.section":"Section","filters.subtree":"Subtree","limitation.pick.error":"Could not fetch content names","meta_preview.bookmark":"Bookmark","meta_preview.creation_date":"Creation Date","meta_preview.edit":"Edit","meta_preview.edit_translation":"Edit translation","meta_preview.last_modified":"Last Modified","meta_preview.preview":"Preview","meta_preview.translations":"Translations","move.title":"Select destination","popup.close.label":"Close","restore_under_new_location.title":"Select a Location to restore the Content item(s)","search.check_spelling":"Check spelling of keywords.","search.different_keywords":"Try different keywords.","search.fewer_keywords":"Try fewer keywords. Reducing keywords result in more matches.","search.filters":"Filters","search.label":"Search","search.more_general":"Try more general keywords.","search.no_results":"Sorry, no results were found for","search.search":"Search","search.search_results":"Search results","search.tips":"Some helpful search tips","select_location.error":"Cannot find children Locations with ID %idList%","selected_locations.clear_all":"Clear all","selected_locations.clear_selection":"Clear selection","selected_locations.collapse.sidebar":"Collapse sidebar","selected_locations.confirm_selection":"Confirm selection","selected_locations.expand.sidebar":"Expand sidebar","selected_locations.selected":"selected","sorting.date.label":"Date","sorting.date.tooltip":"Sort by Date","sorting.grid.view":"Grid view","sorting.name.label":"Name","sorting.name.tooltip":"Sort by Name","sorting.panels.view":"Panels view","sorting.tree.view":"Tree view","subtree.title":"Select Location","subtree_limitation.title":"Choose Locations","swap.title":"Select Location to swap with"},"image_editor":{"image_editor":"Image Editor","image_editor.actions.crop.abbreviation.height":"H","image_editor.actions.crop.abbreviation.width":"W","image_editor.actions.crop.apply":"Apply","image_editor.actions.crop.crop_size":"Crop size","image_editor.actions.crop.label":"Crop","image_editor.actions.crop.ratio":"Ratio","image_editor.actions.crop.remove":"Remove","image_editor.actions.crop.warning":"Adjust the focal point, crop might change its parameters","image_editor.actions.flip.horizontal":"Horizontal","image_editor.actions.flip.label":"Flip","image_editor.actions.flip.vertical":"Vertical","image_editor.actions.focal_point.abbreviation.position_x":"X","image_editor.actions.focal_point.abbreviation.position_y":"Y","image_editor.actions.focal_point.label":"Focal Point","image_editor.actions.focal_point.remove":"Remove","image_editor.actions.focal_point.show":"Show point","image_editor.apply_to_all":"Apply changes to all","image_editor.cancel":"Cancel","image_editor.close":"Close","image_editor.dimension":"Dimension","image_editor.edit_mode":"Edit mode","image_editor.redo":"Redo","image_editor.reset_image":"Reset image","image_editor.save":"Save","image_editor.save_as":"Save as...","image_editor.save_as.sub_warning":"If you click 'Apply changes to all' you will modify this image which is used in other Content items.","image_editor.save_as.warning":"Clicking 'Save as new' will create a copy of the modified image.","image_editor.save_as_new":"Save as new","image_editor.undo":"Undo"},"ezplatform_calendar_events":{"future_hide.action.reschedule.label":"Reschedule","future_hide.action.unschedule.label":"Cancel hiding","future_hide.attribute.content_type.label":"Content Type","future_hide.label":"Content hide","future_publication.action.reschedule.label":"Reschedule selected","future_publication.action.unschedule.label":"Remove selected","future_publication.attribute.content_type.label":"Content Type","future_publication.attribute.modified_language.label":"Modified language","future_publication.label":"Content publication","modal.close":"Close","modal.discard.button.cancel.label":"Cancel","modal.discard.button.confirm.label":"Cancel publication","modal.discard.header":"Are you sure you want to cancel the publication of the selected content?","modal.discard.table.event.label":"Event","modal.discard.table.header":"Selected content (%eventsCount%)","modal.discard.table.language.label":"Modified language","modal.discard.table.name.label":"Name","modal.future_hide.discard.button.cancel.label":"Cancel","modal.future_hide.discard.button.confirm.label":"Cancel hiding","modal.future_hide.discard.header":"Are you sure you want to cancel the hide of the selected content?","modal.future_hide.discard.table.event.label":"Event","modal.future_hide.discard.table.name.label":"Name","modal.future_hide.reschedule.button.cancel.label":"Cancel","modal.future_hide.reschedule.button.confirm.label":"Confirm rescheduling","modal.future_hide.reschedule.date_picker.label":"Date and time","modal.future_hide.reschedule.header":"Reschedule hide","modal.reschedule.button.cancel.label":"Cancel","modal.reschedule.button.confirm.label":"Confirm rescheduling","modal.reschedule.date_picker.label":"Date and time","modal.reschedule.header":"Reschedule publication","reschedule.error.message":"Cannot reschedule","unschedule.error.message":"Cannot cancel selected publication(s)","unschedule.future_hide.error.message":"Cannot cancel selected hide(s)"},"ezplatform_date_based_publisher":{"reschedule.error.message":"An unexpected error occurred while rescheduling the selected draft(s). Please try again.","reschedule.fail.message":"%failedCount% out of %totalCount% selected drafts could not be rescheduled. Please try again.","reschedule.success.message":"Rescheduled all drafts.","unschedule.error.message":"An error occurred while removing the selected publication dates. Please try again.","unschedule.fail.message":"%failedCount% out of %totalCount% selected publication dates could not be removed. Please try again.","unschedule.success.message":"Removed all selected publication dates."},"transition_apply":{"load.reviewers.error":"Can't load reviewer list"},"calendar_widget":{"calendar.collapse.sidebar":"Collapse sidebar","calendar.date_paginator.today":"Today","calendar.expand.sidebar":"Expand sidebar","calendar.filters":"Filters","calendar.filters.all_langauges":"All languages","calendar.filters.modified_langauge":"Modified language","calendar.filters.types":"Types","calendar.headline":"Scheduled content","calendar.list.view":"List view","calendar.list_view.action_message":"To continue, click 'Refresh list'. The selected list will update and the new item will be added to the list","calendar.list_view.no_events":"No events to show.","calendar.list_view.table_header.details":"Details","calendar.list_view.table_header.name":"Name","calendar.list_view.table_header.time":"Time","calendar.list_view.table_header.type":"Type","calendar.load_events.error.message":"Cannot load calendar data","calendar.load_more_btn.label":"Load More","calendar.remove":"Remove","calendar.selection_confirmation_popup.cancel.btn":"Cancel","calendar.selection_confirmation_popup.confirm.btn":"Refresh list","calendar.selection_confirmation_popup.message":"This event has different actions from the items currently selected in the list.","calendar.selection_confirmation_popup.no_events":"Conflict when selecting items","calendar.selection_sidebar.selected_info":"selected","calendar.tooltips.backward":"Backward","calendar.tooltips.day":"Day view","calendar.tooltips.forward":"Forward","calendar.tooltips.month":"Month view","calendar.tooltips.week":"Week view","calendar.view_switcher.day":"Day","calendar.view_switcher.month":"Month","calendar.view_switcher.week":"Week"},"ibexa_personalization":{"activation_status.form.email":"Email","activation_status.form.full_name":"Full name","activation_status.form.terms_and_conditions":"I have read and agree to the Terms and Conditions","breadcrumb.import":"Import","breadcrumb.models":"Models","breadcrumb.personalization":"Personalization","breadcrumb.scenarios":"Scenarios","chart.items_purchased":"Items purchased","chart.revenue":"Revenue","dashboard.recommendation_performance.recommendations_performance":"Recommendations performance","dashboard.summary.clicked_recommendations":"Clicked recommendations","dashboard.summary.events_collected":"Events collected","dashboard.summary.full_import":"Full import %date%","dashboard.summary.imported_items":"Imported items","dashboard.summary.last_30_days":"Last 30 days","dashboard.summary.previous_month":"Previous month %value%","dashboard.summary.recommendation_calls":"Recommendation calls","ibexa_personalization.dashboard.date_of_purchase":"Date of purchase","ibexa_personalization.dashboard.item_bought":"Item bought","ibexa_personalization.dashboard.no_products_purchased":"No products purchased","ibexa_personalization.dashboard.price":"Price","ibexa_personalization.date_time_range.custom_range":"Custom range","ibexa_personalization.date_time_range.last_24h":"Last 24h","ibexa_personalization.date_time_range.last_30_days":"Last 30 days","ibexa_personalization.date_time_range.last_7_days":"Last 7 days","ibexa_personalization.date_time_range.last_month":"Last month","import":"Import","import.full_import":"Full import","import.imported_items":"Imported items","import.item_type":"Item type","import.item_type_id":"Item type ID","import.language":"Language","import.no_items_imported":"No items imported","import.table_title":"Imported items","model.details":"Model details","model.details.active":"Active","model.details.description":"Model description","model.details.event_history":"Relevant event histor","model.details.general":"General","model.details.identifier":"Identifier","model.details.last_build":"Last build","model.details.name":"Name","model.details.nominal_submodel_name":"[ABC][%attribut_source%] %key%","model.details.not_active":"Not active","model.details.number_recommendations":"Number of recommendations","model.details.numeric_submodel_name":"[123][%attribut_source%] %key%","model.details.relevant_history":"Relevant history","model.details.status":"Status","model.details.submodel_type":"Submodel type","model.details.submodels":"Submodels","model.details.used_scenario":"Used in scenario","model.edit":"Model edit","model.edit.save":"Save","model.edit.save_close":"Save and close","model.edit_short":"Edit","model.quantifier.custom":"Custom","model.quantifier.day":"Day","model.quantifier.hour":"Hour","models":"Models","models.add_items":"Add Items","models.description.CF_I2Ix":"User who clicked on this item (article, image, etc.), also clicked on the following items","models.description.POPULARITY_LONGx":"Most popular content based on a weighted amount of consumes","models.description.POPULARITY_SHORTx":"Most popular content based on a weighted amount of consumes","models.description.RANDOM_DOMAINx":"Random model","models.description.STEREOTYPES_CFx":"Enables personalized recommendation based on clusters from user behaviour or content information","models.description._todelete_also_purchased":"User who bought this item (movie, etc.), also bought the following items","models.description._todelete_top_selling":"Most popular content (product, article, etc.) based on a weighted purchase history","models.description._todelete_ultimately_bought":"User who clicked on this content (articles, images, etc), also bought the following products","models.description.adv_also_clicked":"adv_also_clicked","models.description.adv_also_clicked_2":"adv_also_clicked_2","models.description.adv_also_clicked_3":"adv_also_clicked_3","models.description.adv_also_purchased":"adv_also_purchased","models.description.adv_also_purchased_2":"adv_also_purchased_2","models.description.adv_also_purchased_3":"adv_also_purchased_3","models.description.adv_ultimately_basket":"adv_ultimately_basket","models.description.also_clicked":"User who clicked on this item (article, image, etc.), also clicked on the following items","models.description.also_clicked2":"User who clicked on this item (article, image, etc.), also clicked on the following items","models.description.also_clicked3":"User who clicked on this item (article, image, etc.), also clicked on the following items","models.description.also_clicked_article":"also_clicked_article","models.description.also_clicked_article_to_product":"also_clicked_article_to_product","models.description.also_clicked_image":"also_clicked_image","models.description.also_clicked_product":"also_clicked_product","models.description.also_consumed":"User who consumed this content(read article, view image, etc.), also consumed the following content","models.description.also_consumed2":"User who consumed this content(read article, view image, etc.), also consumed the following content","models.description.also_consumed_article":"also_consumed_article","models.description.also_consumed_image":"also_consumed_image","models.description.also_followed":"User who consumed this content(read article, view image, etc.), also consumed the following content","models.description.also_purchased":"User who bought this item (movie, etc.), also bought the following items","models.description.also_purchased2":"User who bought this item (movie, etc.), also bought the following items","models.description.also_purchased3":"User who bought this item (movie, etc.), also bought the following items","models.description.also_purchased4":"User who bought this item (movie, etc.), also bought the following items","models.description.also_purchased_2":"User who bought this item (movie, etc.), also bought the following items","models.description.also_purchased_3":"User who bought this item (movie, etc.), also bought the following items","models.description.also_purchased_article_to_product":"User who clicked on this item (article, image, etc.), also clicked on the following items","models.description.also_purchased_product":"User who bought this item (movie, etc.), also bought the following items","models.description.also_purchased_short":"User who bought this item (movie, etc.), also bought the following items","models.description.also_similar_rated":"Items that were similarly rated by users.","models.description.alternative":"Configure static recommendations based on an editorial list","models.description.bundle0":"Configure static recommendations based on an editorial list","models.description.bundle2":"Configure static recommendations based on an editorial list","models.description.bundle3":"Configure static recommendations based on an editorial list","models.description.cb":"cb","models.description.cf_click":"cf_click","models.description.cf_fbt":"Items that were often bought together like a TV and cable. The current item is always included in the recommendations.","models.description.cf_fbt2":"Items that were often bought together like a TV and cable. The current item is always included in the recommendations.","models.description.cf_purchased":"cf_purchased","models.description.cf_purchased_after_clicked":"User who clicked on this content (articles, images, etc), also bought the following products","models.description.click2buy":"User who clicked on this content (articles, images, etc), also bought the following products","models.description.click2click":"User who clicked on this item (article, image, etc.), also clicked on the following items","models.description.click_after_consumed":"User who clicked on this content (article, image, etc), immediately after consumed the following content","models.description.click_to_purchased":"User who clicked on this content (articles, images, etc), also bought the following products","models.description.consume2consume":"User who consumed this content(read article, view image, etc.), also consumed the following content","models.description.custom_model":"Items that were similarly rated by users.","models.description.e1":"Configure static recommendations based on an editorial list","models.description.e2":"Configure static recommendations based on an editorial list","models.description.editor_1":"Configure static recommendations based on an editorial list","models.description.editor_2":"Configure static recommendations based on an editorial list","models.description.editor_blacklist":"With a global blacklist predefined items can be filtered out of requested recommendations","models.description.editorial_list":"Configure static recommendations based on an editorial list","models.description.editorial_list2":"Configure static recommendations based on an editorial list","models.description.editorial_list3":"Configure static recommendations based on an editorial list","models.description.editorial_list4":"Configure static recommendations based on an editorial list","models.description.editorial_list5":"Configure static recommendations based on an editorial list","models.description.editorial_list6":"Configure static recommendations based on an editorial list","models.description.editorial_list7":"Configure static recommendations based on an editorial list","models.description.editorial_list_article":"Configure static recommendations based on an editorial list","models.description.editorial_list_b":"Configure static recommendations based on an editorial list","models.description.editorial_list_bestselger":"Configure static recommendations based on an editorial list","models.description.editorial_list_blog":"Configure static recommendations based on an editorial list","models.description.editorial_list_crossselling":"Configure static recommendations based on an editorial list","models.description.editorial_list_front":"Configure static recommendations based on an editorial list","models.description.editorial_list_kommende":"Configure static recommendations based on an editorial list","models.description.editorial_list_landingpage":"Configure static recommendations based on an editorial list","models.description.editorial_list_nyheter":"Configure static recommendations based on an editorial list","models.description.editorial_list_personalized":"Configure static recommendations based on an editorial list","models.description.editorial_list_related":"Configure static recommendations based on an editorial list","models.description.editorial_list_tilbudstorget":"Configure static recommendations based on an editorial list","models.description.editorial_list_toppti":"Configure static recommendations based on an editorial list","models.description.editorial_list_upselling":"Configure static recommendations based on an editorial list","models.description.el_articles":"Configure static recommendations based on an editorial list","models.description.el_blogposts":"Configure static recommendations based on an editorial list","models.description.el_personalized":"Configure static recommendations based on an editorial list","models.description.el_places":"Configure static recommendations based on an editorial list","models.description.el_products":"Configure static recommendations based on an editorial list","models.description.girlmerry":"User who clicked on this item (article, image, etc.), also clicked on the following items","models.description.history":"history","models.description.history_blacklist":"history_blacklist","models.description.history_buy":"history_buy","models.description.history_clicked":"Show the customer what he already viewed","models.description.history_clicked1":"history_clicked1","models.description.history_clicked_in_period":"Show the customer what he already viewed","models.description.history_consumed":"history_consumed","models.description.history_purchased":"history_purchased","models.description.history_purchased_in_period":"Show the customer what he already purchased","models.description.last_clicked":"last_clicked","models.description.last_purchased":"last_purchased","models.description.popular":"Most popular content (product, article, etc.) based on a weighted purchase history","models.description.popular_click":"Most popular content (product, article, etc.) based on a weighted overall usage history","models.description.popular_predicted":"Most popular content (product, article, etc.) based on a weighted purchase history","models.description.profile":"profile","models.description.profile_buy":"profile_buy","models.description.profile_click":"profile_click","models.description.random":"Random model","models.description.random_emdsartikel":"Configure static recommendations based on an editorial list","models.description.random_short":"Random model","models.description.rated":"Items that were similarly rated by users.","models.description.recently_bought":"recently_bought","models.description.recently_clicked":"recently_clicked","models.description.s1":"Configure static recommendations based on an editorial list","models.description.s2":"Configure static recommendations based on an editorial list","models.description.similar_rated":"Items that were similarly rated by users.","models.description.stereotypes_cf":"Enables personalized recommendation based on clusters from user behaviour or content information","models.description.suggestion":"suggestion","models.description.top_clicked":"Most popular content (product, article, etc.) based on a weighted overall usage history","models.description.top_clicked2":"Most popular content (product, article, etc.) based on a weighted overall usage history","models.description.top_clicked_2":"Most popular content (product, article, etc.) based on a weighted overall usage history","models.description.top_clicked_article":"Most popular content (product, article, etc.) based on a weighted overall usage history","models.description.top_clicked_image":"Most popular content (product, article, etc.) based on a weighted overall usage history","models.description.top_clicked_long":"Most popular content (product, article, etc.) based on a weighted overall usage history","models.description.top_clicked_product":"Most popular content (product, article, etc.) based on a weighted overall usage history","models.description.top_clicked_short":"Most popular content (product, article, etc.) based on a weighted overall usage history","models.description.top_clicked_weighted":"Most popular content (product, article, etc.) based on a weighted overall usage history","models.description.top_consumed":"Most popular content based on a weighted amount of consumes","models.description.top_consumed_article":"Most popular content based on a weighted amount of consumes","models.description.top_consumed_image":"Most popular content based on a weighted amount of consumes","models.description.top_consumed_long":"Most popular content based on a weighted amount of consumes","models.description.top_consumed_short":"Most popular content based on a weighted amount of consumes","models.description.top_purchased":"Most popular content (product, article, etc.) based on a weighted overall usage history","models.description.top_purchased_2":"Most popular content (product, article, etc.) based on a weighted purchase history","models.description.top_purchased_3":"Most popular content (product, article, etc.) based on a weighted purchase history","models.description.top_purchased_product":"Most popular content (product, article, etc.) based on a weighted purchase history","models.description.top_rated":"Most popular content based on a weighted amount of ratings","models.description.top_selling":"Most popular content (product, article, etc.) based on a weighted purchase history","models.description.ultimately_bought":"User who clicked on this content (articles, images, etc), also bought the following products","models.description.ultimately_consumed":"User who clicked on this content (article, image, etc), immediately after consumed the following content","models.description.ultimately_purchased":"User who clicked on this content (articles, images, etc), also bought the following products","models.description.ultimately_purchased_2":"User who clicked on this content (articles, images, etc), also bought the following products","models.description.ultimately_purchased_3":"User who clicked on this content (articles, images, etc), also bought the following products","models.description.ultimately_purchased_long":"User who clicked on this content (articles, images, etc), also bought the following products","models.description.upheaval":"upheaval","models.description.upheaval_ctb":"upheaval_ctb","models.description.upheaval_ctbuy":"upheaval_ctbuy","models.description.upheaval_ctc":"upheaval_ctc","models.details.range.from":"From","models.details.range.to":"to","models.list.active":"Active","models.list.id":"Identifier","models.list.in_scenario":"In scenario","models.list.last_built":"Last built","models.list.more":"(+ %number% more)","models.list.name":"Model name","models.list.no_of_items":"No. of items","models.list.non_operational":"non-operational","models.list.not_active":"Not Active","models.list.operational":"operational","models.list.submodel":"Submodel","models.name.CF_I2Ix":"Also clicked","models.name.POPULARITY_LONGx":"Top consumed","models.name.POPULARITY_SHORTx":"Top consumed","models.name.RANDOM_DOMAINx":"Random model","models.name.STEREOTYPES_CFx":"Stereotype (consume)","models.name._todelete_also_purchased":"Also purchased","models.name._todelete_top_selling":"Top purchased","models.name._todelete_ultimately_bought":"Ultimately bought","models.name.adv_also_clicked":"Adv also clicked","models.name.adv_also_clicked_2":"Adv also clicked 2","models.name.adv_also_clicked_3":"Adv also clicked 3","models.name.adv_also_purchased":"Adv also purchased","models.name.adv_also_purchased_2":"Adv also purchased 2","models.name.adv_also_purchased_3":"Adv also purchased 3","models.name.adv_ultimately_basket":"Adv ultimately basket","models.name.also_clicked":"Also clicked","models.name.also_clicked2":"Also clicked","models.name.also_clicked3":"Also clicked","models.name.also_clicked_article":"Also clicked article","models.name.also_clicked_article_to_product":"Also clicked article to product","models.name.also_clicked_image":"Also clicked image","models.name.also_clicked_product":"Also clicked product","models.name.also_consumed":"Also consumed","models.name.also_consumed2":"Also consumed","models.name.also_consumed_article":"Also consumed article","models.name.also_consumed_image":"Also consumed image","models.name.also_followed":"Also consumed","models.name.also_purchased":"Also purchased","models.name.also_purchased2":"Also purchased","models.name.also_purchased3":"Also purchased","models.name.also_purchased4":"Also purchased","models.name.also_purchased_2":"Also purchased","models.name.also_purchased_3":"Also purchased","models.name.also_purchased_article_to_product ":"Also clicked","models.name.also_purchased_product":"Also purchased","models.name.also_purchased_short":"Also purchased","models.name.also_similar_rated":"Similar rated","models.name.alternative":"Editorial list","models.name.bundle0":"Editorial list","models.name.bundle2":"Editorial list","models.name.bundle3":"Editorial list","models.name.cb":"Cb","models.name.cf_click":"Cf click","models.name.cf_fbt":"Purchased together","models.name.cf_fbt2":"Purchased together","models.name.cf_purchased":"Cf purchased","models.name.cf_purchased_after_clicked":"Ultimately bought","models.name.click2buy":"Ultimately bought","models.name.click2click":"Also clicked","models.name.click_after_consumed":"Ultimately consumed","models.name.click_to_purchased":"Click to purchased","models.name.consume2consume":"Also consumed","models.name.custom_model":"Similar rated","models.name.e1":"Editorial list","models.name.e2":"Editorial list","models.name.editor_1":"Editorial list","models.name.editor_2":"Editorial list","models.name.editor_blacklist":"Blacklist","models.name.editorial_list":"Editorial list","models.name.editorial_list2":"Editorial list","models.name.editorial_list3":"Editorial list","models.name.editorial_list4":"Editorial list","models.name.editorial_list5":"Editorial list","models.name.editorial_list6":"Editorial list","models.name.editorial_list7":"Editorial list","models.name.editorial_list_article":"Editorial list","models.name.editorial_list_b":"Editorial list","models.name.editorial_list_bestselger":"Editorial list","models.name.editorial_list_blog":"Editorial list","models.name.editorial_list_crossselling":"Editorial list","models.name.editorial_list_front":"Editorial list","models.name.editorial_list_kommende":"Editorial list","models.name.editorial_list_landingpage":"Editorial list","models.name.editorial_list_nyheter":"Editorial list","models.name.editorial_list_personalized":"Editorial list","models.name.editorial_list_related":"Editorial list","models.name.editorial_list_tilbudstorget":"Editorial list","models.name.editorial_list_toppti":"Editorial list","models.name.editorial_list_upselling":"Editorial list","models.name.el_articles":"Editorial list","models.name.el_blogposts":"Editorial list","models.name.el_personalized":"Editorial list","models.name.el_places":"Editorial list","models.name.el_products":"Editorial list","models.name.girlmerry":"Also clicked","models.name.history":"History","models.name.history_blacklist":"History blacklist","models.name.history_buy":"History buy","models.name.history_clicked":"History clicked","models.name.history_clicked1":"History clicked1","models.name.history_clicked_in_period":"Click history","models.name.history_consumed":"History consumed","models.name.history_purchased":"History purchased","models.name.history_purchased_in_period":"Purchase history","models.name.last_clicked":"Last clicked","models.name.last_purchased":"Last purchased","models.name.popular":"Top purchased","models.name.popular_click":"Top clicked","models.name.popular_predicted":"Top purchased","models.name.profile":"Profile","models.name.profile_buy":"Profile buy","models.name.profile_click":"Profile click","models.name.random":"Random model","models.name.random_emdsartikel":"Editorial list","models.name.random_short":"Random model","models.name.rated":"Similar rated","models.name.recently_bought":"Recently bought","models.name.recently_clicked":"Recently clicked","models.name.s1":"Editorial list","models.name.s2":"Editorial list","models.name.similar_rated":"Similar rated","models.name.stereotypes_cf":"Stereotype (purchase)","models.name.suggestion":"Suggestion","models.name.top_clicked":"Top clicked","models.name.top_clicked2":"Top clicked","models.name.top_clicked_2":"Top clicked","models.name.top_clicked_article":"Top clicked","models.name.top_clicked_image":"Top clicked","models.name.top_clicked_long":"Top clicked","models.name.top_clicked_product":"Top clicked","models.name.top_clicked_short":"Top clicked","models.name.top_clicked_weighted":"Top clicked","models.name.top_consumed":"Top consumed","models.name.top_consumed_article":"Top consumed","models.name.top_consumed_image":"Top consumed","models.name.top_consumed_long":"Top consumed","models.name.top_consumed_short":"Top consumed","models.name.top_purchased":"Top purchased","models.name.top_purchased_2":"Top purchased","models.name.top_purchased_3":"Top purchased","models.name.top_purchased_product":"Top purchased","models.name.top_rated":"Top rated","models.name.top_selling":"Top purchased","models.name.ultimately_bought":"Ultimately bought","models.name.ultimately_consumed":"Ultimately consumed","models.name.ultimately_purchased":"Ultimately bought","models.name.ultimately_purchased_2":"Ultimately bought","models.name.ultimately_purchased_3":"Ultimately bought","models.name.ultimately_purchased_long":"Ultimately bought","models.name.upheaval":"Upheaval","models.name.upheaval_ctb":"Upheaval ctb","models.name.upheaval_ctbuy":"Upheaval ctbuy","models.name.upheaval_ctc":"Upheaval ctc","models.no_items_selected":"No items selected","models.no_models_found":"No models found","models.submodel.add_group":"Add group","models.submodel.add_range":"Add range","models.submodel.existing_groups":"Existing groups","models.submodel.existing_ranges":"Interval ranges","models.submodels.interval-ranges":"Interval ranges","models.table_title":"Models (%number_of_models%)","models.udw_title":"Select items","number.format.million_abbreviation":"M","number.format.thousand_abbreviation":"K","recommendation_engine_is_not_available":"Recommendation engine is not available. Please try again later.","sceanrio.create":"Scenario create","sceanrio.edit":"Scenario edit","scenario.add_tooltip":"Add scenario","scenario.commerce_settings.do_not_recommend_if_price_unknown":"Do not recommend if price unknown","scenario.commerce_settings.do_not_recommend_items_the_user_already_purchased":"Do not recommend items the user already purchased","scenario.commerce_settings.item_price_should_equal_or_higher_than_the_price_of_the_context_item":"Item price should equal or higher than the price of the context item","scenario.commerce_settings.minimum_price_of_the_recommended_product":"Minimum price of the recommended product","scenario.commerce_settings.no_top_selling_items":"No top-selling items","scenario.edit.general":"General","scenario.edit.startegy.models":"Models","scenario.edit.startegy.startegy":"Strategy","scenario.edit.strategy":"Strategy","scenario.fail_safe_models":"Fallback level 2","scenario.identifier":"Identifier","scenario.input_type":"Input type","scenario.models":"Models","scenario.name":"Name","scenario.no_of_calls":"No. of calls","scenario.no_scenarios_found":"No scenarios found","scenario.non_operational":"non-operational","scenario.operational":"operational","scenario.output_type":"Output type","scenario.strategy.category_level_and_below":"category level(s) and below","scenario.strategy.discard":"Discard","scenario.strategy.fail_safe":"Fallback level 2","scenario.strategy.fallback_name":"Fallback level 1","scenario.strategy.include_parent_category_and_subcategories":"Also include the parent category and its subcategories","scenario.strategy.levels_up":"level(s) up","scenario.strategy.primary_models_name":"Primary models","scenario.strategy.recommend_items_from_same_category":"Recommend items from the same category","scenario.strategy.recommend_items_from_same_main_category_and_subcategories":"Recommend items from the same main category and its subcategories","scenario.strategy.recommend_items_from_whole_site":"Recommend items from the whole site","scenario.strategy.save":"Save","scenario.strategy.ultimately_fail_safe":"Fail-safe","scenario.strategy_fall_back":"Fallback level 1","scenario.strategy_model_context.automatic":"Automatic","scenario.strategy_model_context.basket_history":"Basket History","scenario.strategy_model_context.buy_history":"Buy History","scenario.strategy_model_context.click_history":"Click History","scenario.strategy_model_context.consume_history":"Consume History","scenario.strategy_model_context.no_context":"No context","scenario.strategy_model_context.page_context":"Page Context","scenario.strategy_model_context.rate_history":"Rate History","scenario.strategy_primary_models":"Primary models","scenario.strategy_ultimately_fail_safe":"Fail safe","scenario.user_profile_settings.boost_item":"Boost item, if a user has an attribute with the same value","scenario.user_profile_settings.do_not_recommend_items_the_user_already_consumed":"Do not recommend items the user already consumed","scenario.user_profile_settings.do_not_recommend_the_item_currently_viewed":"Do not recommend the item currently viewed","scenario.user_profile_settings.max_repeated_shows_of_identical_recommendation_per_session":"Max. repeated shows of identical recommendations per session.","scenario.user_profile_settings.user_attribute_has_different_name":"User attribute has different name","scenarios":"Scenarios","scenarios.preview.add_attribute_error":"Fill attribute value","scenarios.table_title":"Scenarios (%number_of_scenarios%)","settings.form.installation_key":"Installation key","settings.form.submit":"Save","welcome.description.leverage_personalization":"Unified digital experiences can't be supported by data silos. Enrich your customer data by integrating Ibexa Personalization capabilities with existing business systems to boost the power of your personalized customer experiences.","welcome.description.target_and_personalize":"Listen to your users and capture their preferences and specific interests to offer personalized content. Empower your editorial and marketing teams to leverage this information to better target what content will be most relevant to each user.","welcome.form.invalid_installation_key":"This installation key is not valid.","welcome.link.developer_documentation":"Developer documentation","welcome.link.product_description":"Product description","welcome.link.user_documentation":"User documentation","welcome.subtitle":"Personalize every part of your Customer Experience","welcome.terms.accept":"Accept","welcome.terms.download_pdf":"Download PDF","welcome.terms.table_of_contents":"Table of contents","welcome.terms.terms_and_conditions":"Terms and conditions","welcome.title":"Welcome to Ibexa Personalization","welcome.title.leverage_personalization":"Leverage personalization data across your business","welcome.title.please_visit":"To find out more, please visit","welcome.title.target_and_personalize":"Target & personalize with user choices"},"price_stock_ui":{"price.not_saved":"Couldn't save the prices","price.saved":"Prices saved successfully","price.table.header":"Prices for %contentName%, List price %price%","product.not_found":"Product not found","shipping_management.not_saved":"Couldn't save shipping costs","shipping_management.saved":"Shipping costs saved successfully","stock.not_saved":"Couldn't save stock","stock.saved":"Stock saved successfully"},"page_builder":{"airtime_popup.discard.btn":"Discard","airtime_popup.submit.btn":"Submit","airtime_popup.title":"Content airtime settings","block.delete":"Delete block","block.no_availability":"One or more blocks is not available in this page","block.no_availability.content":"You have to delete it to publish","block.no_availability.delete":"Delete","block.no_availability.title":"This element is not available in this page","block.settings":"Block settings","block_filter.placeholder":"Type to refine","config_form.block_config.embed_field_base.udw.title":"Browse content","config_form.widgets.collection.udw.title":"Select content","config_form.widgets.schedule.udw.title":"Select content","config_popup.close.label":"Close","date_picker.clear":"Clear","date_picker.label":"Date and time","drop.block.here":"Drop block here","drop.blocks.here":"Drop blocks here","empty_block.info.text":"%name% block","error.message":"Something went wrong","fieldtype.landing_page.missing_proper_configuration.error.message":"Some blocks are missing configuration","layout_selector.close.label":"Close","layout_selector.create.confirm.label":"Create draft","layout_selector.create.title":"Page creation","layout_selector.error.change_layout":"Change layout","layout_selector.error.label":"The layout of this landing page is no longer available and you cannot publish it. Please select a different layout.","layout_selector.switch.confirm.label":"Submit","layout_selector.switch.title":"Switch layout","layout_selector.warning.message":"Switching layout saves the current Page draft","sidebar.title":"Elements","switch_layout.label":"Switch layout","config_form.widgets.segmentation.udw.title":"Select content","select_location.error":"Cannot find children Locations with ID %idList%","targeted_content_map.no_configuration":"No segments defined. Create Segments in the Admin panel to use this block."},"timeline":{"back.current.time":"Go back to current time","back_to_current_time.info.text":"Go back to current time","back_to_current_time.warning.text":"Previewing content in the future","events_table.date.header":"Date","events_table.event.header":"Event","events_table.title":"Upcoming scheduled events","scheduled.events":"Scheduled events","timeline.calendar":"Timeline calendar"},"ezplatform_page_fieldtype":{"blocks.select_blocks":"Select blocks","blocks.select_blocks_warning":"Deselecting a block will hide any related block(s) included in the Landing page during next edit. The user will have to delete the block(s) in order to publish the page","editor_mode.select_editor_launch_mode":"Select Editor launch mode","item.select_all":"Select all","item.unselect_all":"Unselect all","layouts.select_layouts":"Select layouts"},"form_builder":{"action.redirect.udw.title":"Select content","attribute.location.empty":"No Location selected","attribute.location.select_location":"Select Location","build.form":"Build form","building.form":"Build form","drag.drop.call.to.action":"Create a form by dragging elements here","exit":"Exit","field.invalid":"Field has invalid configuration","field.remove":"Remove","field.settings":"Settings","form.cannot.be.empty":"Form field is required","form.edit":"Edit","form.no_preview":"Preview is not available.","form.remove":"Remove","form_builder.attribute.action.message.label":"Message to display","form_builder.attribute.action.url.label":"Redirection URL","form_builder.attribute.button.action.empty":"Select what happens after the form is submitted","form_builder.attribute.button.action.location_id":"Redirect to a Content item","form_builder.attribute.button.action.message":"Show a message","form_builder.attribute.button.action.url":"Redirect to a URL","form_builder.submission.boolean.false":"False","form_builder.submission.boolean.true":"True","form_builder.validator.regex.pattern.alnum":"Alphanumeric","form_builder.validator.regex.pattern.alpha":"Alphabets","form_builder.validator.regex.pattern.custom":"Custom","form_builder.validator.regex.pattern.none":"None","invalid.fields":"Not all the fields were configured correctly. Provide missing configuration.","moved.field.data.not.exists":"Moved field data does not exist.","no.fields.in.form":"There are no fields in this form. Create your form.","redirecting":"Redirecting ...","remove.item":"Remove item","select.content":"Select content","select.content.item":"Select a Content item","type.different.field.name":"Field name '%oldFieldName%' is already in use."},"ezplatform_site_factory_ui":{"form.validate.error":"%fieldName% Field is required","form.validate.error.public.access":"Please add a correct public access","select_location.label":"Choose Location"}}} -} diff --git a/public/index.php b/public/index.php index 3bcee0b1..9982c218 100644 --- a/public/index.php +++ b/public/index.php @@ -1,22 +1,9 @@ bootEnv(dirname(__DIR__).'/.env'); - -if ($_SERVER['APP_DEBUG']) { - umask(0000); - - Debug::enable(); -} - -$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']); -$request = Request::createFromGlobals(); -$response = $kernel->handle($request); -$response->send(); -$kernel->terminate($request, $response); +return function (array $context) { + return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']); +}; diff --git a/src/Kernel.php b/src/Kernel.php index 655e7966..779cd1f2 100644 --- a/src/Kernel.php +++ b/src/Kernel.php @@ -3,36 +3,9 @@ namespace App; use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait; -use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; use Symfony\Component\HttpKernel\Kernel as BaseKernel; -use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator; class Kernel extends BaseKernel { use MicroKernelTrait; - - protected function configureContainer(ContainerConfigurator $container): void - { - $container->import('../config/{packages}/*.yaml'); - $container->import('../config/{packages}/'.$this->environment.'/*.yaml'); - - if (is_file(\dirname(__DIR__).'/config/services.yaml')) { - $container->import('../config/services.yaml'); - $container->import('../config/{services}_'.$this->environment.'.yaml'); - } elseif (is_file($path = \dirname(__DIR__).'/config/services.php')) { - (require $path)($container->withPath($path), $this); - } - } - - protected function configureRoutes(RoutingConfigurator $routes): void - { - $routes->import('../config/{routes}/'.$this->environment.'/*.yaml'); - $routes->import('../config/{routes}/*.yaml'); - - if (is_file(\dirname(__DIR__).'/config/routes.yaml')) { - $routes->import('../config/routes.yaml'); - } elseif (is_file($path = \dirname(__DIR__).'/config/routes.php')) { - (require $path)($routes->withPath($path), $this); - } - } } diff --git a/symfony.lock b/symfony.lock index fa004938..316670d8 100644 --- a/symfony.lock +++ b/symfony.lock @@ -1,55 +1,53 @@ { "babdev/pagerfanta-bundle": { - "version": "2.10.0" + "version": "2.11.0" }, "clue/stream-filter": { "version": "1.5.0" }, "composer/package-versions-deprecated": { - "version": "1.11.99.2" + "version": "1.11.99.5" }, "composer/semver": { - "version": "3.2.5" + "version": "3.2.9" }, "cron/cron": { - "version": "1.5.0" + "version": "1.6.0" }, "defuse/php-encryption": { "version": "2.3.1" }, "doctrine/annotations": { - "version": "1.13.1", + "version": "1.13.2", "files": [ "config/routes/annotations.yaml" ] }, "doctrine/cache": { - "version": "1.11.3" + "version": "2.1.1" }, "doctrine/collections": { - "version": "1.6.7" + "version": "1.6.8" }, "doctrine/common": { - "version": "3.1.2" + "version": "3.2.2" }, "doctrine/dbal": { - "version": "2.13.1" + "version": "3.3.2" }, "doctrine/deprecations": { "version": "0.5.3" }, "doctrine/doctrine-bundle": { - "version": "2.3.2", + "version": "2.5.6", "files": [ - "config/packages/test/doctrine.yaml", - "config/packages/prod/doctrine.yaml", "config/packages/doctrine.yaml", "src/Entity/.gitignore", "src/Repository/.gitignore" ] }, "doctrine/doctrine-migrations-bundle": { - "version": "3.1.1", + "version": "3.2.2", "files": [ "config/packages/doctrine_migrations.yaml", "migrations/.gitignore" @@ -59,37 +57,37 @@ "version": "1.1.1" }, "doctrine/inflector": { - "version": "2.0.3" + "version": "2.0.4" }, "doctrine/instantiator": { "version": "1.4.0" }, "doctrine/lexer": { - "version": "1.2.1" + "version": "1.2.2" }, "doctrine/migrations": { - "version": "3.1.2" + "version": "3.4.1" }, "doctrine/orm": { - "version": "2.9.2" + "version": "2.11.1" }, "doctrine/persistence": { - "version": "2.2.1" + "version": "2.3.0" }, "doctrine/sql-formatter": { - "version": "1.1.1" + "version": "1.1.2" }, "egulias/email-validator": { - "version": "3.1.1" + "version": "3.1.2" }, "elasticsearch/elasticsearch": { - "version": "7.13.0" + "version": "7.17.0" }, "erusev/parsedown": { "version": "1.7.4" }, "excelwebzone/recaptcha-bundle": { - "version": "1.5.27", + "version": "1.5.32", "files": [ "config/packages/dev/ewz_recaptcha.yaml", "config/packages/ewz_recaptcha.yaml" @@ -99,166 +97,166 @@ "version": "3.0.1" }, "ezimuel/ringphp": { - "version": "1.1.2" + "version": "1.2.0" }, "ezsystems/apache-tika-bundle": { - "version": "2.0.0" + "version": "2.0.1" }, "ezsystems/comment-bundle": { - "version": "3.1.0" + "version": "3.2.0" }, "ezsystems/date-based-publisher": { - "version": "4.3.3" + "version": "4.3.9" }, "ezsystems/diff": { - "version": "3.1.0" + "version": "3.2.0" }, "ezsystems/doctrine-dbal-schema": { - "version": "1.0.2" + "version": "1.0.7" }, "ezsystems/ez-support-tools": { - "version": "2.3.3" + "version": "2.3.9" }, "ezsystems/ezcommerce-base-design": { - "version": "3.3.2" + "version": "3.3.7" }, "ezsystems/ezcommerce-checkout": { - "version": "1.0.3" + "version": "1.0.9" }, "ezsystems/ezcommerce-fieldtypes": { - "version": "1.2.2" + "version": "1.2.6" }, "ezsystems/ezcommerce-price-engine": { - "version": "3.3.2" + "version": "3.3.8" }, "ezsystems/ezcommerce-shop": { - "version": "3.3.4" + "version": "3.3.14" }, "ezsystems/ezcommerce-shop-ui": { - "version": "1.1.2" + "version": "1.1.8" }, "ezsystems/ezplatform-admin-ui": { - "version": "2.3.4" + "version": "2.3.14" }, "ezsystems/ezplatform-admin-ui-assets": { - "version": "5.3.0" + "version": "5.3.3" }, "ezsystems/ezplatform-calendar": { - "version": "1.3.1" + "version": "1.3.6" }, "ezsystems/ezplatform-connector-dam": { - "version": "1.1.1" + "version": "1.1.5" }, "ezsystems/ezplatform-content-forms": { - "version": "1.3.3" + "version": "1.3.8" }, "ezsystems/ezplatform-core": { - "version": "2.3.4" + "version": "2.3.15" }, "ezsystems/ezplatform-cron": { - "version": "3.1.1" + "version": "3.1.5" }, "ezsystems/ezplatform-design-engine": { - "version": "3.0.1" + "version": "3.0.7" }, "ezsystems/ezplatform-elastic-search-engine": { - "version": "1.2.1" + "version": "1.2.5" }, "ezsystems/ezplatform-form-builder": { - "version": "2.3.2" + "version": "2.3.8" }, "ezsystems/ezplatform-graphql": { - "version": "2.3.2" + "version": "2.3.7" }, "ezsystems/ezplatform-http-cache": { - "version": "2.3.1" + "version": "2.3.10" }, "ezsystems/ezplatform-http-cache-fastly": { - "version": "2.0.3" + "version": "2.0.9" }, "ezsystems/ezplatform-icons": { - "version": "1.1.0" + "version": "1.1.5" }, "ezsystems/ezplatform-kernel": { - "version": "1.3.4" + "version": "1.3.14" }, "ezsystems/ezplatform-matrix-fieldtype": { - "version": "2.2.2" + "version": "2.2.8" }, "ezsystems/ezplatform-page-builder": { - "version": "2.3.4" + "version": "2.3.14" }, "ezsystems/ezplatform-page-fieldtype": { - "version": "2.3.4" + "version": "2.3.14" }, "ezsystems/ezplatform-permissions": { - "version": "1.1.0" + "version": "1.1.4" }, "ezsystems/ezplatform-personalization": { - "version": "1.0.4" + "version": "1.0.10" }, "ezsystems/ezplatform-query-fieldtype": { - "version": "2.3.1" + "version": "2.3.6" }, "ezsystems/ezplatform-rest": { - "version": "1.3.4" + "version": "1.3.12" }, "ezsystems/ezplatform-richtext": { - "version": "2.3.2" + "version": "2.3.10" }, "ezsystems/ezplatform-search": { - "version": "1.2.1" + "version": "1.2.5" }, "ezsystems/ezplatform-segmentation": { - "version": "1.1.1" + "version": "1.1.6" }, "ezsystems/ezplatform-site-factory": { - "version": "1.3.3" + "version": "1.3.9" }, "ezsystems/ezplatform-solr-search-engine": { - "version": "3.3.1" + "version": "3.3.6" }, "ezsystems/ezplatform-standard-design": { - "version": "0.3.1" + "version": "0.3.6" }, "ezsystems/ezplatform-user": { - "version": "2.3.3" + "version": "2.3.9" }, "ezsystems/ezplatform-version-comparison": { - "version": "1.3.1" + "version": "1.3.8" }, "ezsystems/ezplatform-workflow": { - "version": "2.3.4" + "version": "2.3.12" }, "ezsystems/ezrecommendation-client": { - "version": "2.1.2" + "version": "2.1.9" }, "ezsystems/job-queue-bundle": { - "version": "4.0.0" + "version": "4.0.1" }, "ezsystems/payment-core-bundle": { - "version": "3.0.0" + "version": "3.0.1" }, "ezsystems/stash-bundle": { - "version": "0.8.0" + "version": "0.8.2" }, "friendsofphp/proxy-manager-lts": { "version": "1.0.5" }, "friendsofsymfony/http-cache": { - "version": "2.10.0" + "version": "2.13.0" }, "friendsofsymfony/http-cache-bundle": { - "version": "2.10.3" + "version": "2.11.2" }, "friendsofsymfony/jsrouting-bundle": { - "version": "2.7.0", + "version": "2.8.0", "files": [ "config/routes/fos_js_routing.yaml" ] }, "friendsofsymfony/rest-bundle": { - "version": "3.0.5", + "version": "3.3.0", "files": [ "config/packages/fos_rest.yaml" ] @@ -279,19 +277,13 @@ "version": "6.5.5" }, "guzzlehttp/promises": { - "version": "1.4.1" + "version": "1.5.1" }, "guzzlehttp/psr7": { - "version": "1.8.2" - }, - "hautelook/templated-uri-bundle": { - "version": "3.3.1" - }, - "hautelook/templated-uri-router": { - "version": "3.3.0" + "version": "1.8.3" }, "ibexa/content": { - "version": "3.3.4", + "version": "3.3.15", "files": [ "config/packages/dfs/dfs.yaml", "config/packages/cache_pool/cache.memcached.yaml", @@ -347,12 +339,11 @@ "assets/images/file-text-info-icon.svg", "assets/images/conversation-chat-icon.svg", "assets/images/folder-icon.svg", - "assets/scss/welcome-page.scss", - "assets/bootstrap.js" + "assets/scss/welcome-page.scss" ] }, "ibexa/experience": { - "version": "3.3.4", + "version": "3.3.15", "files": [ "config/packages/dfs/dfs.yaml", "config/packages/cache_pool/cache.memcached.yaml", @@ -417,24 +408,23 @@ "assets/images/file-text-info-icon.svg", "assets/images/conversation-chat-icon.svg", "assets/images/folder-icon.svg", - "assets/scss/welcome-page.scss", - "assets/bootstrap.js" + "assets/scss/welcome-page.scss" ] }, "ibexa/image-editor": { - "version": "1.0.2" + "version": "1.0.7" }, "ibexa/installer": { - "version": "1.0.2" + "version": "1.0.9" }, "ibexa/migrations": { - "version": "1.0.3" + "version": "1.0.12" }, "ibexa/oauth2-client": { - "version": "1.0.0" + "version": "1.0.3" }, "ibexa/oss": { - "version": "3.3.4", + "version": "3.3.15", "files": [ "config/packages/dfs/dfs.yaml", "config/packages/cache_pool/cache.memcached.yaml", @@ -470,24 +460,29 @@ "assets/images/file-text-info-icon.svg", "assets/images/conversation-chat-icon.svg", "assets/images/folder-icon.svg", - "assets/scss/welcome-page.scss", - "assets/bootstrap.js" + "assets/scss/welcome-page.scss" ] }, "ibexa/post-install": { - "version": "1.0.2" + "version": "1.0.9" + }, + "ibexa/templated-uri-bundle": { + "version": "3.3.2" + }, + "ibexa/templated-uri-router": { + "version": "3.3.0" }, "imagine/imagine": { "version": "1.2.4" }, "jms/metadata": { - "version": "2.5.0" + "version": "2.6.1" }, "jms/serializer": { - "version": "3.12.3" + "version": "3.17.1" }, "jms/serializer-bundle": { - "version": "3.9.1", + "version": "3.10.0", "files": [ "config/packages/dev/jms_serializer.yaml", "config/packages/jms_serializer.yaml", @@ -495,16 +490,16 @@ ] }, "jms/translation-bundle": { - "version": "1.6.0" + "version": "1.6.2" }, "knplabs/knp-menu": { - "version": "3.2.0" + "version": "3.3.0" }, "knplabs/knp-menu-bundle": { - "version": "3.1.0" + "version": "3.2.0" }, "knpuniversity/oauth2-client-bundle": { - "version": "2.8.0", + "version": "2.9.0", "files": [ "config/packages/knpu_oauth2_client.yaml" ] @@ -513,44 +508,44 @@ "version": "3.4.1" }, "laminas/laminas-eventmanager": { - "version": "3.3.1" + "version": "3.4.0" }, "laminas/laminas-zendframework-bridge": { - "version": "1.2.0" + "version": "1.4.1" }, "lcobucci/jwt": { - "version": "3.4.5" + "version": "3.4.6" }, "league/flysystem": { - "version": "1.1.3" + "version": "1.1.9" }, "league/mime-type-detection": { - "version": "1.7.0" + "version": "1.9.0" }, "league/oauth2-client": { - "version": "2.6.0" + "version": "2.6.1" }, "lexik/jwt-authentication-bundle": { - "version": "2.11.3", + "version": "2.14.4", "files": [ "config/packages/lexik_jwt_authentication.yaml" ] }, "liip/imagine-bundle": { - "version": "2.6.1", + "version": "2.7.6", "files": [ "config/packages/liip_imagine.yaml", "config/routes/liip_imagine.yaml" ] }, "mck89/peast": { - "version": "1.13.0" + "version": "1.13.11" }, "mhujer/breadcrumbs-bundle": { "version": "1.5.3" }, "monolog/monolog": { - "version": "2.2.0" + "version": "2.3.5" }, "myclabs/deep-copy": { "version": "1.10.2" @@ -559,31 +554,31 @@ "version": "7.2.3" }, "nelmio/cors-bundle": { - "version": "2.1.1", + "version": "2.2.0", "files": [ "config/packages/nelmio_cors.yaml" ] }, "nelmio/solarium-bundle": { - "version": "4.0.0", + "version": "5.0.0", "files": [ "config/packages/nelmio_solarium.yaml" ] }, "netgen/query-translator": { - "version": "1.0.2" + "version": "1.1.0" }, "nicmart/tree": { "version": "0.2.7" }, "nikic/php-parser": { - "version": "4.10.5" + "version": "4.13.2" }, "onesky/api-library-php5": { "version": "1.0.5" }, "oneup/flysystem-bundle": { - "version": "3.7.0", + "version": "3.7.1", "files": [ "config/packages/oneup_flysystem.yaml" ] @@ -595,7 +590,7 @@ ] }, "overblog/graphql-bundle": { - "version": "0.12.11", + "version": "0.13.7", "files": [ "config/graphql/types/.gitignore", "config/packages/graphql.yaml", @@ -603,25 +598,25 @@ ] }, "pagerfanta/pagerfanta": { - "version": "2.7.1" + "version": "2.7.2" }, "paragonie/random_compat": { - "version": "9.99.99" + "version": "9.99.100" }, "phar-io/manifest": { - "version": "2.0.1" + "version": "2.0.3" }, "phar-io/version": { - "version": "3.1.0" + "version": "3.1.1" }, "php-http/client-common": { - "version": "2.3.0" + "version": "2.5.0" }, "php-http/curl-client": { - "version": "2.2.0" + "version": "2.2.1" }, "php-http/discovery": { - "version": "1.14.0" + "version": "1.14.1" }, "php-http/guzzle6-adapter": { "version": "2.0.2" @@ -630,7 +625,7 @@ "version": "2.2.0" }, "php-http/message": { - "version": "1.11.1" + "version": "1.13.0" }, "php-http/message-factory": { "version": "1.0.2" @@ -642,25 +637,25 @@ "version": "2.2.0" }, "phpdocumentor/reflection-docblock": { - "version": "5.2.2" + "version": "5.3.0" }, "phpdocumentor/type-resolver": { - "version": "1.4.0" + "version": "1.6.0" }, "phpoption/phpoption": { - "version": "1.7.5" + "version": "1.8.1" }, "phpspec/prophecy": { - "version": "1.13.0" + "version": "1.15.0" }, "phpstan/phpdoc-parser": { - "version": "0.5.4" + "version": "1.2.0" }, "phpunit/php-code-coverage": { - "version": "9.2.6" + "version": "9.2.11" }, "phpunit/php-file-iterator": { - "version": "3.0.5" + "version": "3.0.6" }, "phpunit/php-invoker": { "version": "3.1.1" @@ -672,7 +667,7 @@ "version": "5.0.3" }, "phpunit/phpunit": { - "version": "9.5.4", + "version": "9.5.14", "files": [ ".env.test", "phpunit.xml.dist", @@ -683,7 +678,7 @@ "version": "2.4.0" }, "platformsh/symfonyflex-bridge": { - "version": "2.7.0" + "version": "2.7.1" }, "psr/cache": { "version": "1.0.1" @@ -713,13 +708,13 @@ "version": "3.0.3" }, "ramsey/uuid": { - "version": "3.9.3" + "version": "3.9.6" }, "react/promise": { - "version": "2.8.0" + "version": "2.9.0" }, "scssphp/scssphp": { - "version": "1.5.2" + "version": "1.10.0" }, "sebastian/cli-parser": { "version": "1.0.1" @@ -740,10 +735,10 @@ "version": "5.1.3" }, "sebastian/exporter": { - "version": "4.0.3" + "version": "4.0.4" }, "sebastian/global-state": { - "version": "5.0.2" + "version": "5.0.5" }, "sebastian/lines-of-code": { "version": "1.0.3" @@ -761,13 +756,13 @@ "version": "3.0.3" }, "sebastian/type": { - "version": "2.3.1" + "version": "2.3.4" }, "sebastian/version": { "version": "3.0.2" }, "sensio/framework-extra-bundle": { - "version": "5.6.1", + "version": "6.2.6", "files": [ "config/packages/sensio_framework_extra.yaml" ] @@ -776,100 +771,96 @@ "version": "3.6.0" }, "solarium/solarium": { - "version": "5.2.0" + "version": "6.2.3" }, "soundasleep/html2text": { "version": "1.1.0" }, "swiftmailer/swiftmailer": { - "version": "6.2.7" + "version": "6.3.0" }, "symfony-cmf/routing": { - "version": "2.3.3" + "version": "2.3.4" }, "symfony/asset": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/browser-kit": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/cache": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/cache-contracts": { - "version": "2.4.0" + "version": "2.5.0" }, "symfony/config": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/console": { - "version": "5.2.10", + "version": "5.4.3", "files": [ "bin/console" ] }, "symfony/css-selector": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/debug-bundle": { - "version": "5.2.4", + "version": "5.4.3", "files": [ - "config/packages/dev/debug.yaml" + "config/packages/debug.yaml" ] }, - "symfony/debug-pack": { - "version": "1.0.9" - }, "symfony/dependency-injection": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/deprecation-contracts": { - "version": "2.4.0" + "version": "2.5.0" }, "symfony/doctrine-bridge": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/dom-crawler": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/dotenv": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/error-handler": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/event-dispatcher": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/event-dispatcher-contracts": { - "version": "2.4.0" + "version": "2.5.0" }, "symfony/expression-language": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/filesystem": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/finder": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/flex": { - "version": "1.13.3", + "version": "1.18.5", "files": [ ".env" ] }, "symfony/form": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/framework-bundle": { - "version": "5.2.10", + "version": "5.4.4", "files": [ "config/services.yaml", - "config/packages/test/framework.yaml", "config/packages/cache.yaml", "config/packages/framework.yaml", - "config/routes/dev/framework.yaml", + "config/routes/framework.yaml", "config/preload.php", "public/index.php", "src/Kernel.php", @@ -877,64 +868,64 @@ ] }, "symfony/http-client": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/http-client-contracts": { - "version": "2.4.0" + "version": "2.5.0" }, "symfony/http-foundation": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/http-kernel": { - "version": "5.2.10" + "version": "5.4.4" }, "symfony/intl": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/lock": { - "version": "5.2.10", + "version": "5.4.3", "files": [ "config/packages/lock.yaml" ] }, "symfony/mailer": { - "version": "5.2.10", + "version": "5.4.3", "files": [ "config/packages/mailer.yaml" ] }, "symfony/maker-bundle": { - "version": "1.31.1" + "version": "1.37.0" }, "symfony/mime": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/monolog-bridge": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/monolog-bundle": { - "version": "3.7.0", + "version": "3.7.1", "files": [ - "config/packages/dev/monolog.yaml", - "config/packages/test/monolog.yaml", - "config/packages/prod/deprecations.yaml", - "config/packages/prod/monolog.yaml" + "config/packages/monolog.yaml" ] }, "symfony/notifier": { - "version": "5.2.10", + "version": "5.4.3", "files": [ "config/packages/notifier.yaml" ] }, "symfony/options-resolver": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/orm-pack": { - "version": "2.1.0" + "version": "1.0.8" + }, + "symfony/password-hasher": { + "version": "5.4.3" }, "symfony/phpunit-bridge": { - "version": "5.3.0", + "version": "6.0.3", "files": [ ".env.test", "bin/phpunit", @@ -943,90 +934,89 @@ ] }, "symfony/polyfill-intl-grapheme": { - "version": "1.23.0" + "version": "1.24.0" }, "symfony/polyfill-intl-icu": { - "version": "1.23.0" + "version": "1.24.0" }, "symfony/polyfill-intl-idn": { - "version": "1.23.0" + "version": "1.24.0" }, "symfony/polyfill-intl-normalizer": { - "version": "1.23.0" + "version": "1.24.0" }, "symfony/polyfill-mbstring": { - "version": "1.23.0" + "version": "1.24.0" }, "symfony/polyfill-php56": { "version": "1.20.0" }, "symfony/polyfill-php73": { - "version": "1.23.0" + "version": "1.24.0" }, "symfony/polyfill-php80": { - "version": "1.23.0" + "version": "1.24.0" }, "symfony/polyfill-php81": { - "version": "1.23.0" + "version": "1.24.0" }, "symfony/process": { - "version": "5.2.10" - }, - "symfony/profiler-pack": { - "version": "1.0.5" + "version": "5.4.3" }, "symfony/property-access": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/property-info": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/proxy-manager-bridge": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/routing": { - "version": "5.2.10", + "version": "5.4.3", "files": [ "config/packages/routing.yaml", - "config/packages/prod/routing.yaml", "config/routes.yaml" ] }, + "symfony/runtime": { + "version": "5.4.3" + }, "symfony/security-bundle": { - "version": "5.2.10", + "version": "5.4.3", "files": [ "config/packages/security.yaml" ] }, "symfony/security-core": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/security-csrf": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/security-guard": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/security-http": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/serializer": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/serializer-pack": { - "version": "1.0.4" + "version": "1.1.0" }, "symfony/service-contracts": { - "version": "2.4.0" + "version": "2.5.0" }, "symfony/stopwatch": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/string": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/swiftmailer-bundle": { - "version": "3.5.2", + "version": "3.5.4", "files": [ "config/packages/dev/swiftmailer.yaml", "config/packages/swiftmailer.yaml", @@ -1034,107 +1024,95 @@ ] }, "symfony/templating": { - "version": "5.2.10" - }, - "symfony/test-pack": { - "version": "1.0.8" + "version": "5.4.3" }, "symfony/thanks": { "version": "1.2.10" }, "symfony/translation": { - "version": "5.2.10", + "version": "5.4.3", "files": [ "config/packages/translation.yaml", "translations/.gitignore" ] }, "symfony/translation-contracts": { - "version": "2.4.0" + "version": "2.5.0" }, "symfony/twig-bridge": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/twig-bundle": { - "version": "5.2.10", + "version": "5.4.3", "files": [ - "config/packages/test/twig.yaml", "config/packages/twig.yaml", "templates/base.html.twig" ] }, - "symfony/twig-pack": { - "version": "1.0.1" - }, "symfony/validator": { - "version": "5.2.10", + "version": "5.4.3", "files": [ - "config/packages/test/validator.yaml", "config/packages/validator.yaml" ] }, "symfony/var-dumper": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/var-exporter": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/web-link": { - "version": "5.2.10" + "version": "5.4.3" }, "symfony/web-profiler-bundle": { - "version": "5.2.10", + "version": "5.4.3", "files": [ - "config/packages/dev/web_profiler.yaml", - "config/packages/test/web_profiler.yaml", - "config/routes/dev/web_profiler.yaml" + "config/packages/web_profiler.yaml", + "config/routes/web_profiler.yaml" ] }, "symfony/webpack-encore-bundle": { - "version": "1.11.2", + "version": "1.13.2", "files": [ "assets/app.js", "assets/controllers.json", "assets/styles/app.css", "assets/controllers/hello_controller.js", "assets/bootstrap.js", - "config/packages/test/webpack_encore.yaml", - "config/packages/assets.yaml", "config/packages/webpack_encore.yaml", - "config/packages/prod/webpack_encore.yaml", "package.json", "webpack.config.js" ] }, "symfony/workflow": { - "version": "5.2.10", + "version": "5.4.3", "files": [ "config/packages/workflow.yaml" ] }, "symfony/yaml": { - "version": "5.2.10" + "version": "5.4.3" }, "tedivm/stash": { - "version": "0.15.2" + "version": "0.16.0" }, "theseer/tokenizer": { - "version": "1.2.0" + "version": "1.2.1" }, "toflar/psr6-symfony-http-cache-store": { - "version": "2.3.1" + "version": "3.0.1" }, "twig/extra-bundle": { - "version": "3.3.1" + "version": "3.3.8" }, "twig/intl-extra": { - "version": "3.3.0" + "version": "3.3.5" }, "twig/string-extra": { - "version": "3.3.1" + "version": "3.3.5" }, "twig/twig": { - "version": "3.3.2" + "version": "3.3.8" }, "vaites/php-apache-tika": { "version": "0.9.3" @@ -1146,7 +1124,7 @@ "version": "0.13.9" }, "willdurand/js-translation-bundle": { - "version": "4.0.1", + "version": "4.0.2", "files": [ "config/routes/js_translation.yaml" ] @@ -1155,13 +1133,13 @@ "version": "1.1.0" }, "willdurand/negotiation": { - "version": "3.0.0" + "version": "3.1.0" }, "zetacomponents/base": { - "version": "1.9.1" + "version": "1.9.3" }, "zetacomponents/feed": { - "version": "1.4" + "version": "1.4.1" }, "zetacomponents/system-information": { "version": "1.1.1" diff --git a/templates/base.html.twig b/templates/base.html.twig index 16d7273b..d4f83f7f 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -3,14 +3,14 @@ {% block title %}Welcome!{% endblock %} - {# Run `composer require symfony/webpack-encore-bundle` - and uncomment the following Encore helpers to start using Symfony UX #} + + {# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #} {% block stylesheets %} - {#{{ encore_entry_link_tags('app') }}#} + {{ encore_entry_link_tags('app') }} {% endblock %} {% block javascripts %} - {#{{ encore_entry_script_tags('app') }}#} + {{ encore_entry_script_tags('app') }} {% endblock %} diff --git a/webpack.config.js b/webpack.config.js index caa17351..597f579f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -37,6 +37,9 @@ Encore.addEntry('welcome_page', [ Encore.addEntry('app', './assets/app.js'); const projectConfig = Encore.getWebpackConfig(); + +projectConfig.name = 'app'; + module.exports = [ eZConfig, ...customConfigs, projectConfig ]; // uncomment this line if you've commented-out the above lines diff --git a/yarn.lock b/yarn.lock index e2dee0cc..7440d2e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,97 +2,105 @@ # yarn lockfile v1 -"@babel/code-frame@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658" - integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== +"@ampproject/remapping@^2.1.0": + version "2.1.2" + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34" + integrity sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg== + dependencies: + "@jridgewell/trace-mapping" "^0.3.0" + +"@babel/code-frame@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789" + integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg== dependencies: - "@babel/highlight" "^7.12.13" + "@babel/highlight" "^7.16.7" -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.4": - version "7.14.4" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58" - integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ== +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.4", "@babel/compat-data@^7.16.8", "@babel/compat-data@^7.17.0": + version "7.17.0" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34" + integrity sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng== "@babel/core@^7.7.0": - version "7.14.3" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38" - integrity sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg== - dependencies: - "@babel/code-frame" "^7.12.13" - "@babel/generator" "^7.14.3" - "@babel/helper-compilation-targets" "^7.13.16" - "@babel/helper-module-transforms" "^7.14.2" - "@babel/helpers" "^7.14.0" - "@babel/parser" "^7.14.3" - "@babel/template" "^7.12.13" - "@babel/traverse" "^7.14.2" - "@babel/types" "^7.14.2" + version "7.17.5" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225" + integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA== + dependencies: + "@ampproject/remapping" "^2.1.0" + "@babel/code-frame" "^7.16.7" + "@babel/generator" "^7.17.3" + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helpers" "^7.17.2" + "@babel/parser" "^7.17.3" + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.17.3" + "@babel/types" "^7.17.0" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.2" json5 "^2.1.2" semver "^6.3.0" - source-map "^0.5.0" -"@babel/generator@^7.14.2", "@babel/generator@^7.14.3": - version "7.14.3" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91" - integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA== +"@babel/generator@^7.17.3": + version "7.17.3" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200" + integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg== dependencies: - "@babel/types" "^7.14.2" + "@babel/types" "^7.17.0" jsesc "^2.5.1" source-map "^0.5.0" -"@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab" - integrity sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw== +"@babel/helper-annotate-as-pure@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862" + integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw== dependencies: - "@babel/types" "^7.12.13" + "@babel/types" "^7.16.7" -"@babel/helper-builder-binary-assignment-operator-visitor@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz#6bc20361c88b0a74d05137a65cac8d3cbf6f61fc" - integrity sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA== +"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz#38d138561ea207f0f69eb1626a418e4f7e6a580b" + integrity sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA== dependencies: - "@babel/helper-explode-assignable-expression" "^7.12.13" - "@babel/types" "^7.12.13" + "@babel/helper-explode-assignable-expression" "^7.16.7" + "@babel/types" "^7.16.7" -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.14.4": - version "7.14.4" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516" - integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA== +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b" + integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA== dependencies: - "@babel/compat-data" "^7.14.4" - "@babel/helper-validator-option" "^7.12.17" - browserslist "^4.16.6" + "@babel/compat-data" "^7.16.4" + "@babel/helper-validator-option" "^7.16.7" + browserslist "^4.17.5" semver "^6.3.0" -"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0", "@babel/helper-create-class-features-plugin@^7.14.3": - version "7.14.4" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42" - integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw== +"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7": + version "7.17.1" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.1.tgz#9699f14a88833a7e055ce57dcd3ffdcd25186b21" + integrity sha512-JBdSr/LtyYIno/pNnJ75lBcqc3Z1XXujzPanHqjvvrhOA+DTceTFuJi8XjmWTZh4r3fsdfqaCMN0iZemdkxZHQ== dependencies: - "@babel/helper-annotate-as-pure" "^7.12.13" - "@babel/helper-function-name" "^7.14.2" - "@babel/helper-member-expression-to-functions" "^7.13.12" - "@babel/helper-optimise-call-expression" "^7.12.13" - "@babel/helper-replace-supers" "^7.14.4" - "@babel/helper-split-export-declaration" "^7.12.13" + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-member-expression-to-functions" "^7.16.7" + "@babel/helper-optimise-call-expression" "^7.16.7" + "@babel/helper-replace-supers" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" -"@babel/helper-create-regexp-features-plugin@^7.12.13": - version "7.14.3" - resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.3.tgz#149aa6d78c016e318c43e2409a0ae9c136a86688" - integrity sha512-JIB2+XJrb7v3zceV2XzDhGIB902CmKGSpSl4q2C6agU9SNLG/2V1RtFRGPG1Ajh9STj3+q6zJMOC+N/pp2P9DA== +"@babel/helper-create-regexp-features-plugin@^7.16.7": + version "7.17.0" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz#1dcc7d40ba0c6b6b25618997c5dbfd310f186fe1" + integrity sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA== dependencies: - "@babel/helper-annotate-as-pure" "^7.12.13" - regexpu-core "^4.7.1" + "@babel/helper-annotate-as-pure" "^7.16.7" + regexpu-core "^5.0.1" -"@babel/helper-define-polyfill-provider@^0.2.2": - version "0.2.3" - resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz#0525edec5094653a282688d34d846e4c75e9c0b6" - integrity sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew== +"@babel/helper-define-polyfill-provider@^0.3.1": + version "0.3.1" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665" + integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA== dependencies: "@babel/helper-compilation-targets" "^7.13.0" "@babel/helper-module-imports" "^7.12.13" @@ -103,296 +111,310 @@ resolve "^1.14.2" semver "^6.1.2" -"@babel/helper-explode-assignable-expression@^7.12.13": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.13.0.tgz#17b5c59ff473d9f956f40ef570cf3a76ca12657f" - integrity sha512-qS0peLTDP8kOisG1blKbaoBg/o9OSa1qoumMjTK5pM+KDTtpxpsiubnCGP34vK8BXGcb2M9eigwgvoJryrzwWA== - dependencies: - "@babel/types" "^7.13.0" - -"@babel/helper-function-name@^7.12.13", "@babel/helper-function-name@^7.14.2": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2" - integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ== - dependencies: - "@babel/helper-get-function-arity" "^7.12.13" - "@babel/template" "^7.12.13" - "@babel/types" "^7.14.2" - -"@babel/helper-get-function-arity@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" - integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== - dependencies: - "@babel/types" "^7.12.13" - -"@babel/helper-hoist-variables@^7.13.0": - version "7.13.16" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.16.tgz#1b1651249e94b51f8f0d33439843e33e39775b30" - integrity sha512-1eMtTrXtrwscjcAeO4BVK+vvkxaLJSPFz1w1KLawz6HLNi9bPFGBNwwDyVfiu1Tv/vRRFYfoGaKhmAQPGPn5Wg== - dependencies: - "@babel/traverse" "^7.13.15" - "@babel/types" "^7.13.16" - -"@babel/helper-member-expression-to-functions@^7.13.12": - version "7.13.12" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72" - integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== - dependencies: - "@babel/types" "^7.13.12" - -"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12": - version "7.13.12" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977" - integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== - dependencies: - "@babel/types" "^7.13.12" - -"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.14.2": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5" - integrity sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA== - dependencies: - "@babel/helper-module-imports" "^7.13.12" - "@babel/helper-replace-supers" "^7.13.12" - "@babel/helper-simple-access" "^7.13.12" - "@babel/helper-split-export-declaration" "^7.12.13" - "@babel/helper-validator-identifier" "^7.14.0" - "@babel/template" "^7.12.13" - "@babel/traverse" "^7.14.2" - "@babel/types" "^7.14.2" - -"@babel/helper-optimise-call-expression@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" - integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== - dependencies: - "@babel/types" "^7.12.13" - -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af" - integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== - -"@babel/helper-remap-async-to-generator@^7.13.0": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.13.0.tgz#376a760d9f7b4b2077a9dd05aa9c3927cadb2209" - integrity sha512-pUQpFBE9JvC9lrQbpX0TmeNIy5s7GnZjna2lhhcHC7DzgBs6fWn722Y5cfwgrtrqc7NAJwMvOa0mKhq6XaE4jg== - dependencies: - "@babel/helper-annotate-as-pure" "^7.12.13" - "@babel/helper-wrap-function" "^7.13.0" - "@babel/types" "^7.13.0" - -"@babel/helper-replace-supers@^7.12.13", "@babel/helper-replace-supers@^7.13.12", "@babel/helper-replace-supers@^7.14.4": - version "7.14.4" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836" - integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ== - dependencies: - "@babel/helper-member-expression-to-functions" "^7.13.12" - "@babel/helper-optimise-call-expression" "^7.12.13" - "@babel/traverse" "^7.14.2" - "@babel/types" "^7.14.4" - -"@babel/helper-simple-access@^7.13.12": - version "7.13.12" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6" - integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== +"@babel/helper-environment-visitor@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7" + integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag== dependencies: - "@babel/types" "^7.13.12" - -"@babel/helper-skip-transparent-expression-wrappers@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf" - integrity sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA== - dependencies: - "@babel/types" "^7.12.1" - -"@babel/helper-split-export-declaration@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05" - integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== + "@babel/types" "^7.16.7" + +"@babel/helper-explode-assignable-expression@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a" + integrity sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ== dependencies: - "@babel/types" "^7.12.13" + "@babel/types" "^7.16.7" -"@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.0": - version "7.14.0" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288" - integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A== - -"@babel/helper-validator-option@^7.12.17": - version "7.12.17" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" - integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== - -"@babel/helper-wrap-function@^7.13.0": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.13.0.tgz#bdb5c66fda8526ec235ab894ad53a1235c79fcc4" - integrity sha512-1UX9F7K3BS42fI6qd2A4BjKzgGjToscyZTdp1DjknHLCIvpgne6918io+aL5LXFcER/8QWiwpoY902pVEqgTXA== +"@babel/helper-function-name@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f" + integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA== dependencies: - "@babel/helper-function-name" "^7.12.13" - "@babel/template" "^7.12.13" - "@babel/traverse" "^7.13.0" - "@babel/types" "^7.13.0" + "@babel/helper-get-function-arity" "^7.16.7" + "@babel/template" "^7.16.7" + "@babel/types" "^7.16.7" -"@babel/helpers@^7.14.0": - version "7.14.0" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62" - integrity sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg== +"@babel/helper-get-function-arity@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419" + integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw== dependencies: - "@babel/template" "^7.12.13" - "@babel/traverse" "^7.14.0" - "@babel/types" "^7.14.0" + "@babel/types" "^7.16.7" -"@babel/highlight@^7.12.13": - version "7.14.0" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.0.tgz#3197e375711ef6bf834e67d0daec88e4f46113cf" - integrity sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg== - dependencies: - "@babel/helper-validator-identifier" "^7.14.0" +"@babel/helper-hoist-variables@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246" + integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-member-expression-to-functions@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0" + integrity sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" + integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-module-transforms@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz#7665faeb721a01ca5327ddc6bba15a5cb34b6a41" + integrity sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng== + dependencies: + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-module-imports" "^7.16.7" + "@babel/helper-simple-access" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" + "@babel/helper-validator-identifier" "^7.16.7" + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/helper-optimise-call-expression@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2" + integrity sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5" + integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA== + +"@babel/helper-remap-async-to-generator@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3" + integrity sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-wrap-function" "^7.16.8" + "@babel/types" "^7.16.8" + +"@babel/helper-replace-supers@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz#e9f5f5f32ac90429c1a4bdec0f231ef0c2838ab1" + integrity sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw== + dependencies: + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-member-expression-to-functions" "^7.16.7" + "@babel/helper-optimise-call-expression" "^7.16.7" + "@babel/traverse" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/helper-simple-access@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz#d656654b9ea08dbb9659b69d61063ccd343ff0f7" + integrity sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-skip-transparent-expression-wrappers@^7.16.0": + version "7.16.0" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09" + integrity sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw== + dependencies: + "@babel/types" "^7.16.0" + +"@babel/helper-split-export-declaration@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b" + integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-validator-identifier@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" + integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== + +"@babel/helper-validator-option@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" + integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== + +"@babel/helper-wrap-function@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz#58afda087c4cd235de92f7ceedebca2c41274200" + integrity sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw== + dependencies: + "@babel/helper-function-name" "^7.16.7" + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.16.8" + "@babel/types" "^7.16.8" + +"@babel/helpers@^7.17.2": + version "7.17.2" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417" + integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ== + dependencies: + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.17.0" + "@babel/types" "^7.17.0" + +"@babel/highlight@^7.16.7": + version "7.16.10" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88" + integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw== + dependencies: + "@babel/helper-validator-identifier" "^7.16.7" chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3": - version "7.14.4" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18" - integrity sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA== +"@babel/parser@^7.16.7", "@babel/parser@^7.17.3": + version "7.17.3" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0" + integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA== -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": - version "7.13.12" - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a" - integrity sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ== +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050" + integrity sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" - "@babel/plugin-proposal-optional-chaining" "^7.13.12" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-proposal-async-generator-functions@^7.14.2": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.2.tgz#3a2085abbf5d5f962d480dbc81347385ed62eb1e" - integrity sha512-b1AM4F6fwck4N8ItZ/AtC4FP/cqZqmKRQ4FaTDutwSYyjuhtvsGEMLK4N/ztV/ImP40BjIDyMgBQAeAMsQYVFQ== +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz#cc001234dfc139ac45f6bcf801866198c8c72ff9" + integrity sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-remap-async-to-generator" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" + "@babel/plugin-proposal-optional-chaining" "^7.16.7" + +"@babel/plugin-proposal-async-generator-functions@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8" + integrity sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-remap-async-to-generator" "^7.16.8" "@babel/plugin-syntax-async-generators" "^7.8.4" -"@babel/plugin-proposal-class-properties@^7.13.0": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz#146376000b94efd001e57a40a88a525afaab9f37" - integrity sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg== +"@babel/plugin-proposal-class-properties@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz#925cad7b3b1a2fcea7e59ecc8eb5954f961f91b0" + integrity sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww== dependencies: - "@babel/helper-create-class-features-plugin" "^7.13.0" - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-create-class-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-proposal-class-static-block@^7.14.3": - version "7.14.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360" - integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ== +"@babel/plugin-proposal-class-static-block@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz#712357570b612106ef5426d13dc433ce0f200c2a" + integrity sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw== dependencies: - "@babel/helper-create-class-features-plugin" "^7.14.3" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/plugin-syntax-class-static-block" "^7.12.13" + "@babel/helper-create-class-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-class-static-block" "^7.14.5" -"@babel/plugin-proposal-dynamic-import@^7.14.2": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.2.tgz#01ebabd7c381cff231fa43e302939a9de5be9d9f" - integrity sha512-oxVQZIWFh91vuNEMKltqNsKLFWkOIyJc95k2Gv9lWVyDfPUQGSSlbDEgWuJUU1afGE9WwlzpucMZ3yDRHIItkA== +"@babel/plugin-proposal-dynamic-import@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz#c19c897eaa46b27634a00fee9fb7d829158704b2" + integrity sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" "@babel/plugin-syntax-dynamic-import" "^7.8.3" -"@babel/plugin-proposal-export-namespace-from@^7.14.2": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.2.tgz#62542f94aa9ce8f6dba79eec698af22112253791" - integrity sha512-sRxW3z3Zp3pFfLAgVEvzTFutTXax837oOatUIvSG9o5gRj9mKwm3br1Se5f4QalTQs9x4AzlA/HrCWbQIHASUQ== +"@babel/plugin-proposal-export-namespace-from@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz#09de09df18445a5786a305681423ae63507a6163" + integrity sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" "@babel/plugin-syntax-export-namespace-from" "^7.8.3" -"@babel/plugin-proposal-json-strings@^7.14.2": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.2.tgz#830b4e2426a782e8b2878fbfe2cba85b70cbf98c" - integrity sha512-w2DtsfXBBJddJacXMBhElGEYqCZQqN99Se1qeYn8DVLB33owlrlLftIbMzn5nz1OITfDVknXF433tBrLEAOEjA== +"@babel/plugin-proposal-json-strings@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz#9732cb1d17d9a2626a08c5be25186c195b6fa6e8" + integrity sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" "@babel/plugin-syntax-json-strings" "^7.8.3" -"@babel/plugin-proposal-logical-assignment-operators@^7.14.2": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.2.tgz#222348c080a1678e0e74ea63fe76f275882d1fd7" - integrity sha512-1JAZtUrqYyGsS7IDmFeaem+/LJqujfLZ2weLR9ugB0ufUPjzf8cguyVT1g5im7f7RXxuLq1xUxEzvm68uYRtGg== +"@babel/plugin-proposal-logical-assignment-operators@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz#be23c0ba74deec1922e639832904be0bea73cdea" + integrity sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" -"@babel/plugin-proposal-nullish-coalescing-operator@^7.14.2": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.2.tgz#425b11dc62fc26939a2ab42cbba680bdf5734546" - integrity sha512-ebR0zU9OvI2N4qiAC38KIAK75KItpIPTpAtd2r4OZmMFeKbKJpUFLYP2EuDut82+BmYi8sz42B+TfTptJ9iG5Q== +"@babel/plugin-proposal-nullish-coalescing-operator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz#141fc20b6857e59459d430c850a0011e36561d99" + integrity sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" -"@babel/plugin-proposal-numeric-separator@^7.14.2": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.2.tgz#82b4cc06571143faf50626104b335dd71baa4f9e" - integrity sha512-DcTQY9syxu9BpU3Uo94fjCB3LN9/hgPS8oUL7KrSW3bA2ePrKZZPJcc5y0hoJAM9dft3pGfErtEUvxXQcfLxUg== +"@babel/plugin-proposal-numeric-separator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz#d6b69f4af63fb38b6ca2558442a7fb191236eba9" + integrity sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" "@babel/plugin-syntax-numeric-separator" "^7.10.4" -"@babel/plugin-proposal-object-rest-spread@^7.14.4": - version "7.14.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4" - integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA== +"@babel/plugin-proposal-object-rest-spread@^7.16.7": + version "7.17.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz#d9eb649a54628a51701aef7e0ea3d17e2b9dd390" + integrity sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw== dependencies: - "@babel/compat-data" "^7.14.4" - "@babel/helper-compilation-targets" "^7.14.4" - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/compat-data" "^7.17.0" + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.14.2" + "@babel/plugin-transform-parameters" "^7.16.7" -"@babel/plugin-proposal-optional-catch-binding@^7.14.2": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.2.tgz#150d4e58e525b16a9a1431bd5326c4eed870d717" - integrity sha512-XtkJsmJtBaUbOxZsNk0Fvrv8eiqgneug0A6aqLFZ4TSkar2L5dSXWcnUKHgmjJt49pyB/6ZHvkr3dPgl9MOWRQ== +"@babel/plugin-proposal-optional-catch-binding@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz#c623a430674ffc4ab732fd0a0ae7722b67cb74cf" + integrity sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" -"@babel/plugin-proposal-optional-chaining@^7.13.12", "@babel/plugin-proposal-optional-chaining@^7.14.2": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz#df8171a8b9c43ebf4c1dabe6311b432d83e1b34e" - integrity sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA== +"@babel/plugin-proposal-optional-chaining@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz#7cd629564724816c0e8a969535551f943c64c39a" + integrity sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" "@babel/plugin-syntax-optional-chaining" "^7.8.3" -"@babel/plugin-proposal-private-methods@^7.13.0": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.13.0.tgz#04bd4c6d40f6e6bbfa2f57e2d8094bad900ef787" - integrity sha512-MXyyKQd9inhx1kDYPkFRVOBXQ20ES8Pto3T7UZ92xj2mY0EVD8oAVzeyYuVfy/mxAdTSIayOvg+aVzcHV2bn6Q== +"@babel/plugin-proposal-private-methods@^7.16.11": + version "7.16.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50" + integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw== dependencies: - "@babel/helper-create-class-features-plugin" "^7.13.0" - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-create-class-features-plugin" "^7.16.10" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-proposal-private-property-in-object@^7.14.0": - version "7.14.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.0.tgz#b1a1f2030586b9d3489cc26179d2eb5883277636" - integrity sha512-59ANdmEwwRUkLjB7CRtwJxxwtjESw+X2IePItA+RGQh+oy5RmpCh/EvVVvh5XQc3yxsm5gtv0+i9oBZhaDNVTg== +"@babel/plugin-proposal-private-property-in-object@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz#b0b8cef543c2c3d57e59e2c611994861d46a3fce" + integrity sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ== dependencies: - "@babel/helper-annotate-as-pure" "^7.12.13" - "@babel/helper-create-class-features-plugin" "^7.14.0" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/plugin-syntax-private-property-in-object" "^7.14.0" + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-create-class-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" -"@babel/plugin-proposal-unicode-property-regex@^7.12.13", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz#bebde51339be829c17aaaaced18641deb62b39ba" - integrity sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg== +"@babel/plugin-proposal-unicode-property-regex@^7.16.7", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz#635d18eb10c6214210ffc5ff4932552de08188a2" + integrity sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.12.13" - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-create-regexp-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" "@babel/plugin-syntax-async-generators@^7.8.4": version "7.8.4" @@ -408,12 +430,12 @@ dependencies: "@babel/helper-plugin-utils" "^7.12.13" -"@babel/plugin-syntax-class-static-block@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.12.13.tgz#8e3d674b0613e67975ceac2776c97b60cafc5c9c" - integrity sha512-ZmKQ0ZXR0nYpHZIIuj9zE7oIqCx2hw9TKi+lIo73NNrMPAZGHfS92/VRV0ZmPj6H2ffBgyFHXvJ5NYsNeEaP2A== +"@babel/plugin-syntax-class-static-block@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406" + integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-dynamic-import@^7.0.0", "@babel/plugin-syntax-dynamic-import@^7.8.3": version "7.8.3" @@ -436,12 +458,12 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-jsx@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.13.tgz#044fb81ebad6698fe62c478875575bcbb9b70f15" - integrity sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g== +"@babel/plugin-syntax-jsx@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz#50b6571d13f764266a113d77c82b4a6508bbe665" + integrity sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-plugin-utils" "^7.16.7" "@babel/plugin-syntax-logical-assignment-operators@^7.10.4": version "7.10.4" @@ -485,329 +507,332 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-private-property-in-object@^7.14.0": - version "7.14.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.0.tgz#762a4babec61176fec6c88480dec40372b140c0b" - integrity sha512-bda3xF8wGl5/5btF794utNOL0Jw+9jE5C1sLZcoK7c4uonE/y3iQiyG+KbkF3WBV/paX58VCpjhxLPkdj5Fe4w== +"@babel/plugin-syntax-private-property-in-object@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad" + integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-top-level-await@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz#c5f0fa6e249f5b739727f923540cf7a806130178" - integrity sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ== +"@babel/plugin-syntax-top-level-await@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" + integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-arrow-functions@^7.13.0": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.13.0.tgz#10a59bebad52d637a027afa692e8d5ceff5e3dae" - integrity sha512-96lgJagobeVmazXFaDrbmCLQxBysKu7U6Do3mLsx27gf5Dk85ezysrs2BZUpXD703U/Su1xTBDxxar2oa4jAGg== +"@babel/plugin-transform-arrow-functions@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz#44125e653d94b98db76369de9c396dc14bef4154" + integrity sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-async-to-generator@^7.13.0": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.13.0.tgz#8e112bf6771b82bf1e974e5e26806c5c99aa516f" - integrity sha512-3j6E004Dx0K3eGmhxVJxwwI89CTJrce7lg3UrtFuDAVQ/2+SJ/h/aSFOeE6/n0WB1GsOffsJp6MnPQNQ8nmwhg== +"@babel/plugin-transform-async-to-generator@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808" + integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg== dependencies: - "@babel/helper-module-imports" "^7.12.13" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-remap-async-to-generator" "^7.13.0" + "@babel/helper-module-imports" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-remap-async-to-generator" "^7.16.8" -"@babel/plugin-transform-block-scoped-functions@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.13.tgz#a9bf1836f2a39b4eb6cf09967739de29ea4bf4c4" - integrity sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg== +"@babel/plugin-transform-block-scoped-functions@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz#4d0d57d9632ef6062cdf354bb717102ee042a620" + integrity sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-block-scoping@^7.14.4": - version "7.14.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8" - integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g== +"@babel/plugin-transform-block-scoping@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz#f50664ab99ddeaee5bc681b8f3a6ea9d72ab4f87" + integrity sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-classes@^7.14.4": - version "7.14.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz#a83c15503fc71a0f99e876fdce7dadbc6575ec3a" - integrity sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ== +"@babel/plugin-transform-classes@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz#8f4b9562850cd973de3b498f1218796eb181ce00" + integrity sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ== dependencies: - "@babel/helper-annotate-as-pure" "^7.12.13" - "@babel/helper-function-name" "^7.14.2" - "@babel/helper-optimise-call-expression" "^7.12.13" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-replace-supers" "^7.14.4" - "@babel/helper-split-export-declaration" "^7.12.13" + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-optimise-call-expression" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-replace-supers" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" globals "^11.1.0" -"@babel/plugin-transform-computed-properties@^7.13.0": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.13.0.tgz#845c6e8b9bb55376b1fa0b92ef0bdc8ea06644ed" - integrity sha512-RRqTYTeZkZAz8WbieLTvKUEUxZlUTdmL5KGMyZj7FnMfLNKV4+r5549aORG/mgojRmFlQMJDUupwAMiF2Q7OUg== +"@babel/plugin-transform-computed-properties@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz#66dee12e46f61d2aae7a73710f591eb3df616470" + integrity sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-destructuring@^7.14.4": - version "7.14.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed" - integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA== +"@babel/plugin-transform-destructuring@^7.16.7": + version "7.17.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.3.tgz#c445f75819641788a27a0a3a759d9df911df6abc" + integrity sha512-dDFzegDYKlPqa72xIlbmSkly5MluLoaC1JswABGktyt6NTXSBcUuse/kWE/wvKFWJHPETpi158qJZFS3JmykJg== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-dotall-regex@^7.12.13", "@babel/plugin-transform-dotall-regex@^7.4.4": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.13.tgz#3f1601cc29905bfcb67f53910f197aeafebb25ad" - integrity sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ== +"@babel/plugin-transform-dotall-regex@^7.16.7", "@babel/plugin-transform-dotall-regex@^7.4.4": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz#6b2d67686fab15fb6a7fd4bd895d5982cfc81241" + integrity sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.12.13" - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-create-regexp-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-duplicate-keys@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.13.tgz#6f06b87a8b803fd928e54b81c258f0a0033904de" - integrity sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ== +"@babel/plugin-transform-duplicate-keys@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz#2207e9ca8f82a0d36a5a67b6536e7ef8b08823c9" + integrity sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-exponentiation-operator@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.13.tgz#4d52390b9a273e651e4aba6aee49ef40e80cd0a1" - integrity sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA== +"@babel/plugin-transform-exponentiation-operator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz#efa9862ef97e9e9e5f653f6ddc7b665e8536fe9b" + integrity sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA== dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor" "^7.12.13" - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-for-of@^7.13.0": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.13.0.tgz#c799f881a8091ac26b54867a845c3e97d2696062" - integrity sha512-IHKT00mwUVYE0zzbkDgNRP6SRzvfGCYsOxIRz8KsiaaHCcT9BWIkO+H9QRJseHBLOGBZkHUdHiqj6r0POsdytg== +"@babel/plugin-transform-for-of@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz#649d639d4617dff502a9a158c479b3b556728d8c" + integrity sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-function-name@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.13.tgz#bb024452f9aaed861d374c8e7a24252ce3a50051" - integrity sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ== +"@babel/plugin-transform-function-name@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz#5ab34375c64d61d083d7d2f05c38d90b97ec65cf" + integrity sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA== dependencies: - "@babel/helper-function-name" "^7.12.13" - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-literals@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.13.tgz#2ca45bafe4a820197cf315794a4d26560fe4bdb9" - integrity sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ== +"@babel/plugin-transform-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz#254c9618c5ff749e87cb0c0cef1a0a050c0bdab1" + integrity sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-member-expression-literals@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.13.tgz#5ffa66cd59b9e191314c9f1f803b938e8c081e40" - integrity sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg== +"@babel/plugin-transform-member-expression-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz#6e5dcf906ef8a098e630149d14c867dd28f92384" + integrity sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-modules-amd@^7.14.2": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.2.tgz#6622806fe1a7c07a1388444222ef9535f2ca17b0" - integrity sha512-hPC6XBswt8P3G2D1tSV2HzdKvkqOpmbyoy+g73JG0qlF/qx2y3KaMmXb1fLrpmWGLZYA0ojCvaHdzFWjlmV+Pw== +"@babel/plugin-transform-modules-amd@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz#b28d323016a7daaae8609781d1f8c9da42b13186" + integrity sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g== dependencies: - "@babel/helper-module-transforms" "^7.14.2" - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-commonjs@^7.14.0": - version "7.14.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.0.tgz#52bc199cb581e0992edba0f0f80356467587f161" - integrity sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ== +"@babel/plugin-transform-modules-commonjs@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe" + integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA== dependencies: - "@babel/helper-module-transforms" "^7.14.0" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-simple-access" "^7.13.12" + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-simple-access" "^7.16.7" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-systemjs@^7.13.8": - version "7.13.8" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.13.8.tgz#6d066ee2bff3c7b3d60bf28dec169ad993831ae3" - integrity sha512-hwqctPYjhM6cWvVIlOIe27jCIBgHCsdH2xCJVAYQm7V5yTMoilbVMi9f6wKg0rpQAOn6ZG4AOyvCqFF/hUh6+A== +"@babel/plugin-transform-modules-systemjs@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz#887cefaef88e684d29558c2b13ee0563e287c2d7" + integrity sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw== dependencies: - "@babel/helper-hoist-variables" "^7.13.0" - "@babel/helper-module-transforms" "^7.13.0" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-validator-identifier" "^7.12.11" + "@babel/helper-hoist-variables" "^7.16.7" + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-validator-identifier" "^7.16.7" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-umd@^7.14.0": - version "7.14.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.0.tgz#2f8179d1bbc9263665ce4a65f305526b2ea8ac34" - integrity sha512-nPZdnWtXXeY7I87UZr9VlsWme3Y0cfFFE41Wbxz4bbaexAjNMInXPFUpRRUJ8NoMm0Cw+zxbqjdPmLhcjfazMw== +"@babel/plugin-transform-modules-umd@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz#23dad479fa585283dbd22215bff12719171e7618" + integrity sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ== dependencies: - "@babel/helper-module-transforms" "^7.14.0" - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-named-capturing-groups-regex@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.13.tgz#2213725a5f5bbbe364b50c3ba5998c9599c5c9d9" - integrity sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA== +"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz#7f860e0e40d844a02c9dcf9d84965e7dfd666252" + integrity sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.12.13" + "@babel/helper-create-regexp-features-plugin" "^7.16.7" -"@babel/plugin-transform-new-target@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.13.tgz#e22d8c3af24b150dd528cbd6e685e799bf1c351c" - integrity sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ== +"@babel/plugin-transform-new-target@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz#9967d89a5c243818e0800fdad89db22c5f514244" + integrity sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-object-super@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.13.tgz#b4416a2d63b8f7be314f3d349bd55a9c1b5171f7" - integrity sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ== +"@babel/plugin-transform-object-super@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz#ac359cf8d32cf4354d27a46867999490b6c32a94" + integrity sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - "@babel/helper-replace-supers" "^7.12.13" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-replace-supers" "^7.16.7" -"@babel/plugin-transform-parameters@^7.14.2": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.2.tgz#e4290f72e0e9e831000d066427c4667098decc31" - integrity sha512-NxoVmA3APNCC1JdMXkdYXuQS+EMdqy0vIwyDHeKHiJKRxmp1qGSdb0JLEIoPRhkx6H/8Qi3RJ3uqOCYw8giy9A== +"@babel/plugin-transform-parameters@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz#a1721f55b99b736511cb7e0152f61f17688f331f" + integrity sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-property-literals@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.13.tgz#4e6a9e37864d8f1b3bc0e2dce7bf8857db8b1a81" - integrity sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A== +"@babel/plugin-transform-property-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz#2dadac85155436f22c696c4827730e0fe1057a55" + integrity sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw== dependencies: - "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-react-display-name@^7.12.13": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.14.2.tgz#2e854544d42ab3bb9c21f84e153d62e800fbd593" - integrity sha512-zCubvP+jjahpnFJvPaHPiGVfuVUjXHhFvJKQdNnsmSsiU9kR/rCZ41jHc++tERD2zV+p7Hr6is+t5b6iWTCqSw== +"@babel/plugin-transform-react-display-name@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz#7b6d40d232f4c0f550ea348593db3b21e2404340" + integrity sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-react-jsx-development@^7.12.17": - version "7.12.17" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.17.tgz#f510c0fa7cd7234153539f9a362ced41a5ca1447" - integrity sha512-BPjYV86SVuOaudFhsJR1zjgxxOhJDt6JHNoD48DxWEIxUCAMjV1ys6DYw4SDYZh0b1QsS2vfIA9t/ZsQGsDOUQ== +"@babel/plugin-transform-react-jsx-development@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz#43a00724a3ed2557ed3f276a01a929e6686ac7b8" + integrity sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A== dependencies: - "@babel/plugin-transform-react-jsx" "^7.12.17" + "@babel/plugin-transform-react-jsx" "^7.16.7" -"@babel/plugin-transform-react-jsx@^7.12.17", "@babel/plugin-transform-react-jsx@^7.13.12": - version "7.14.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.3.tgz#0e26597805cf0862da735f264550933c38babb66" - integrity sha512-uuxuoUNVhdgYzERiHHFkE4dWoJx+UFVyuAl0aqN8P2/AKFHwqgUC5w2+4/PjpKXJsFgBlYAFXlUmDQ3k3DUkXw== +"@babel/plugin-transform-react-jsx@^7.16.7": + version "7.17.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz#eac1565da176ccb1a715dae0b4609858808008c1" + integrity sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ== dependencies: - "@babel/helper-annotate-as-pure" "^7.12.13" - "@babel/helper-module-imports" "^7.13.12" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/plugin-syntax-jsx" "^7.12.13" - "@babel/types" "^7.14.2" + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-module-imports" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-jsx" "^7.16.7" + "@babel/types" "^7.17.0" -"@babel/plugin-transform-react-pure-annotations@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.12.1.tgz#05d46f0ab4d1339ac59adf20a1462c91b37a1a42" - integrity sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg== +"@babel/plugin-transform-react-pure-annotations@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz#232bfd2f12eb551d6d7d01d13fe3f86b45eb9c67" + integrity sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA== dependencies: - "@babel/helper-annotate-as-pure" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-transform-regenerator@^7.13.15": - version "7.13.15" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.13.15.tgz#e5eb28945bf8b6563e7f818945f966a8d2997f39" - integrity sha512-Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ== +"@babel/plugin-transform-regenerator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz#9e7576dc476cb89ccc5096fff7af659243b4adeb" + integrity sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q== dependencies: regenerator-transform "^0.14.2" -"@babel/plugin-transform-reserved-words@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz#7d9988d4f06e0fe697ea1d9803188aa18b472695" - integrity sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-shorthand-properties@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.13.tgz#db755732b70c539d504c6390d9ce90fe64aff7ad" - integrity sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-spread@^7.13.0": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.13.0.tgz#84887710e273c1815ace7ae459f6f42a5d31d5fd" - integrity sha512-V6vkiXijjzYeFmQTr3dBxPtZYLPcUfY34DebOU27jIl2M/Y8Egm52Hw82CSjjPqd54GTlJs5x+CR7HeNr24ckg== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" - -"@babel/plugin-transform-sticky-regex@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.13.tgz#760ffd936face73f860ae646fb86ee82f3d06d1f" - integrity sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-template-literals@^7.13.0": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.13.0.tgz#a36049127977ad94438dee7443598d1cefdf409d" - integrity sha512-d67umW6nlfmr1iehCcBv69eSUSySk1EsIS8aTDX4Xo9qajAh6mYtcl4kJrBkGXuxZPEgVr7RVfAvNW6YQkd4Mw== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - -"@babel/plugin-transform-typeof-symbol@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.13.tgz#785dd67a1f2ea579d9c2be722de8c84cb85f5a7f" - integrity sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-unicode-escapes@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.13.tgz#840ced3b816d3b5127dd1d12dcedc5dead1a5e74" - integrity sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-unicode-regex@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.13.tgz#b52521685804e155b1202e83fc188d34bb70f5ac" - integrity sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.12.13" - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/preset-env@^7.4.0": - version "7.14.4" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d" - integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA== - dependencies: - "@babel/compat-data" "^7.14.4" - "@babel/helper-compilation-targets" "^7.14.4" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-validator-option" "^7.12.17" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12" - "@babel/plugin-proposal-async-generator-functions" "^7.14.2" - "@babel/plugin-proposal-class-properties" "^7.13.0" - "@babel/plugin-proposal-class-static-block" "^7.14.3" - "@babel/plugin-proposal-dynamic-import" "^7.14.2" - "@babel/plugin-proposal-export-namespace-from" "^7.14.2" - "@babel/plugin-proposal-json-strings" "^7.14.2" - "@babel/plugin-proposal-logical-assignment-operators" "^7.14.2" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2" - "@babel/plugin-proposal-numeric-separator" "^7.14.2" - "@babel/plugin-proposal-object-rest-spread" "^7.14.4" - "@babel/plugin-proposal-optional-catch-binding" "^7.14.2" - "@babel/plugin-proposal-optional-chaining" "^7.14.2" - "@babel/plugin-proposal-private-methods" "^7.13.0" - "@babel/plugin-proposal-private-property-in-object" "^7.14.0" - "@babel/plugin-proposal-unicode-property-regex" "^7.12.13" +"@babel/plugin-transform-reserved-words@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz#1d798e078f7c5958eec952059c460b220a63f586" + integrity sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-shorthand-properties@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz#e8549ae4afcf8382f711794c0c7b6b934c5fbd2a" + integrity sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-spread@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz#a303e2122f9f12e0105daeedd0f30fb197d8ff44" + integrity sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" + +"@babel/plugin-transform-sticky-regex@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz#c84741d4f4a38072b9a1e2e3fd56d359552e8660" + integrity sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-template-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz#f3d1c45d28967c8e80f53666fc9c3e50618217ab" + integrity sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-typeof-symbol@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz#9cdbe622582c21368bd482b660ba87d5545d4f7e" + integrity sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-unicode-escapes@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz#da8717de7b3287a2c6d659750c964f302b31ece3" + integrity sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-unicode-regex@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz#0f7aa4a501198976e25e82702574c34cfebe9ef2" + integrity sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/preset-env@^7.10.0": + version "7.16.11" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982" + integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g== + dependencies: + "@babel/compat-data" "^7.16.8" + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-validator-option" "^7.16.7" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7" + "@babel/plugin-proposal-async-generator-functions" "^7.16.8" + "@babel/plugin-proposal-class-properties" "^7.16.7" + "@babel/plugin-proposal-class-static-block" "^7.16.7" + "@babel/plugin-proposal-dynamic-import" "^7.16.7" + "@babel/plugin-proposal-export-namespace-from" "^7.16.7" + "@babel/plugin-proposal-json-strings" "^7.16.7" + "@babel/plugin-proposal-logical-assignment-operators" "^7.16.7" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.7" + "@babel/plugin-proposal-numeric-separator" "^7.16.7" + "@babel/plugin-proposal-object-rest-spread" "^7.16.7" + "@babel/plugin-proposal-optional-catch-binding" "^7.16.7" + "@babel/plugin-proposal-optional-chaining" "^7.16.7" + "@babel/plugin-proposal-private-methods" "^7.16.11" + "@babel/plugin-proposal-private-property-in-object" "^7.16.7" + "@babel/plugin-proposal-unicode-property-regex" "^7.16.7" "@babel/plugin-syntax-async-generators" "^7.8.4" "@babel/plugin-syntax-class-properties" "^7.12.13" - "@babel/plugin-syntax-class-static-block" "^7.12.13" + "@babel/plugin-syntax-class-static-block" "^7.14.5" "@babel/plugin-syntax-dynamic-import" "^7.8.3" "@babel/plugin-syntax-export-namespace-from" "^7.8.3" "@babel/plugin-syntax-json-strings" "^7.8.3" @@ -817,52 +842,52 @@ "@babel/plugin-syntax-object-rest-spread" "^7.8.3" "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" "@babel/plugin-syntax-optional-chaining" "^7.8.3" - "@babel/plugin-syntax-private-property-in-object" "^7.14.0" - "@babel/plugin-syntax-top-level-await" "^7.12.13" - "@babel/plugin-transform-arrow-functions" "^7.13.0" - "@babel/plugin-transform-async-to-generator" "^7.13.0" - "@babel/plugin-transform-block-scoped-functions" "^7.12.13" - "@babel/plugin-transform-block-scoping" "^7.14.4" - "@babel/plugin-transform-classes" "^7.14.4" - "@babel/plugin-transform-computed-properties" "^7.13.0" - "@babel/plugin-transform-destructuring" "^7.14.4" - "@babel/plugin-transform-dotall-regex" "^7.12.13" - "@babel/plugin-transform-duplicate-keys" "^7.12.13" - "@babel/plugin-transform-exponentiation-operator" "^7.12.13" - "@babel/plugin-transform-for-of" "^7.13.0" - "@babel/plugin-transform-function-name" "^7.12.13" - "@babel/plugin-transform-literals" "^7.12.13" - "@babel/plugin-transform-member-expression-literals" "^7.12.13" - "@babel/plugin-transform-modules-amd" "^7.14.2" - "@babel/plugin-transform-modules-commonjs" "^7.14.0" - "@babel/plugin-transform-modules-systemjs" "^7.13.8" - "@babel/plugin-transform-modules-umd" "^7.14.0" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13" - "@babel/plugin-transform-new-target" "^7.12.13" - "@babel/plugin-transform-object-super" "^7.12.13" - "@babel/plugin-transform-parameters" "^7.14.2" - "@babel/plugin-transform-property-literals" "^7.12.13" - "@babel/plugin-transform-regenerator" "^7.13.15" - "@babel/plugin-transform-reserved-words" "^7.12.13" - "@babel/plugin-transform-shorthand-properties" "^7.12.13" - "@babel/plugin-transform-spread" "^7.13.0" - "@babel/plugin-transform-sticky-regex" "^7.12.13" - "@babel/plugin-transform-template-literals" "^7.13.0" - "@babel/plugin-transform-typeof-symbol" "^7.12.13" - "@babel/plugin-transform-unicode-escapes" "^7.12.13" - "@babel/plugin-transform-unicode-regex" "^7.12.13" - "@babel/preset-modules" "^0.1.4" - "@babel/types" "^7.14.4" - babel-plugin-polyfill-corejs2 "^0.2.0" - babel-plugin-polyfill-corejs3 "^0.2.0" - babel-plugin-polyfill-regenerator "^0.2.0" - core-js-compat "^3.9.0" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + "@babel/plugin-syntax-top-level-await" "^7.14.5" + "@babel/plugin-transform-arrow-functions" "^7.16.7" + "@babel/plugin-transform-async-to-generator" "^7.16.8" + "@babel/plugin-transform-block-scoped-functions" "^7.16.7" + "@babel/plugin-transform-block-scoping" "^7.16.7" + "@babel/plugin-transform-classes" "^7.16.7" + "@babel/plugin-transform-computed-properties" "^7.16.7" + "@babel/plugin-transform-destructuring" "^7.16.7" + "@babel/plugin-transform-dotall-regex" "^7.16.7" + "@babel/plugin-transform-duplicate-keys" "^7.16.7" + "@babel/plugin-transform-exponentiation-operator" "^7.16.7" + "@babel/plugin-transform-for-of" "^7.16.7" + "@babel/plugin-transform-function-name" "^7.16.7" + "@babel/plugin-transform-literals" "^7.16.7" + "@babel/plugin-transform-member-expression-literals" "^7.16.7" + "@babel/plugin-transform-modules-amd" "^7.16.7" + "@babel/plugin-transform-modules-commonjs" "^7.16.8" + "@babel/plugin-transform-modules-systemjs" "^7.16.7" + "@babel/plugin-transform-modules-umd" "^7.16.7" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.16.8" + "@babel/plugin-transform-new-target" "^7.16.7" + "@babel/plugin-transform-object-super" "^7.16.7" + "@babel/plugin-transform-parameters" "^7.16.7" + "@babel/plugin-transform-property-literals" "^7.16.7" + "@babel/plugin-transform-regenerator" "^7.16.7" + "@babel/plugin-transform-reserved-words" "^7.16.7" + "@babel/plugin-transform-shorthand-properties" "^7.16.7" + "@babel/plugin-transform-spread" "^7.16.7" + "@babel/plugin-transform-sticky-regex" "^7.16.7" + "@babel/plugin-transform-template-literals" "^7.16.7" + "@babel/plugin-transform-typeof-symbol" "^7.16.7" + "@babel/plugin-transform-unicode-escapes" "^7.16.7" + "@babel/plugin-transform-unicode-regex" "^7.16.7" + "@babel/preset-modules" "^0.1.5" + "@babel/types" "^7.16.8" + babel-plugin-polyfill-corejs2 "^0.3.0" + babel-plugin-polyfill-corejs3 "^0.5.0" + babel-plugin-polyfill-regenerator "^0.3.0" + core-js-compat "^3.20.2" semver "^6.3.0" -"@babel/preset-modules@^0.1.4": - version "0.1.4" - resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.4.tgz#362f2b68c662842970fdb5e254ffc8fc1c2e415e" - integrity sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== +"@babel/preset-modules@^0.1.5": + version "0.1.5" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9" + integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA== dependencies: "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" @@ -871,147 +896,308 @@ esutils "^2.0.2" "@babel/preset-react@^7.0.0": - version "7.13.13" - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.13.13.tgz#fa6895a96c50763fe693f9148568458d5a839761" - integrity sha512-gx+tDLIE06sRjKJkVtpZ/t3mzCDOnPG+ggHZG9lffUbX8+wC739x20YQc9V35Do6ZAxaUc/HhVHIiOzz5MvDmA== + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.16.7.tgz#4c18150491edc69c183ff818f9f2aecbe5d93852" + integrity sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA== dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-validator-option" "^7.12.17" - "@babel/plugin-transform-react-display-name" "^7.12.13" - "@babel/plugin-transform-react-jsx" "^7.13.12" - "@babel/plugin-transform-react-jsx-development" "^7.12.17" - "@babel/plugin-transform-react-pure-annotations" "^7.12.1" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-validator-option" "^7.16.7" + "@babel/plugin-transform-react-display-name" "^7.16.7" + "@babel/plugin-transform-react-jsx" "^7.16.7" + "@babel/plugin-transform-react-jsx-development" "^7.16.7" + "@babel/plugin-transform-react-pure-annotations" "^7.16.7" "@babel/runtime@^7.8.4": - version "7.14.0" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6" - integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA== + version "7.17.2" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941" + integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw== dependencies: regenerator-runtime "^0.13.4" -"@babel/template@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" - integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - dependencies: - "@babel/code-frame" "^7.12.13" - "@babel/parser" "^7.12.13" - "@babel/types" "^7.12.13" - -"@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b" - integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA== - dependencies: - "@babel/code-frame" "^7.12.13" - "@babel/generator" "^7.14.2" - "@babel/helper-function-name" "^7.14.2" - "@babel/helper-split-export-declaration" "^7.12.13" - "@babel/parser" "^7.14.2" - "@babel/types" "^7.14.2" +"@babel/template@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155" + integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w== + dependencies: + "@babel/code-frame" "^7.16.7" + "@babel/parser" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3": + version "7.17.3" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57" + integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw== + dependencies: + "@babel/code-frame" "^7.16.7" + "@babel/generator" "^7.17.3" + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-hoist-variables" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" + "@babel/parser" "^7.17.3" + "@babel/types" "^7.17.0" debug "^4.1.0" globals "^11.1.0" -"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.14.4", "@babel/types@^7.4.4": - version "7.14.4" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0" - integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw== +"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.4.4": + version "7.17.0" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" + integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== dependencies: - "@babel/helper-validator-identifier" "^7.14.0" + "@babel/helper-validator-identifier" "^7.16.7" to-fast-properties "^2.0.0" -"@stimulus/core@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@stimulus/core/-/core-2.0.0.tgz#140c85318d6a8a8210c0faf182223b8459348877" - integrity sha512-ff70GafKtzc8zQ1/cG+UvL06GcifPWovf2wBEdjLMh9xO2GOYURO3y2RYgzIGYUIBefQwyfX2CLfJdZFJrEPTw== +"@discoveryjs/json-ext@^0.5.0": + version "0.5.6" + resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.6.tgz#d5e0706cf8c6acd8c6032f8d54070af261bbbb2f" + integrity sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA== + +"@hotwired/stimulus-webpack-helpers@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@hotwired/stimulus-webpack-helpers/-/stimulus-webpack-helpers-1.0.1.tgz#4cd74487adeca576c9865ac2b9fe5cb20cef16dd" + integrity sha512-wa/zupVG0eWxRYJjC1IiPBdt3Lruv0RqGN+/DTMmUWUyMAEB27KXmVY6a8YpUVTM7QwVuaLNGW4EqDgrS2upXQ== + +"@hotwired/stimulus@^3.0.0": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@hotwired/stimulus/-/stimulus-3.0.1.tgz#141f15645acaa3b133b7c247cad58ae252ffae85" + integrity sha512-oHsJhgY2cip+K2ED7vKUNd2P+BEswVhrCYcJ802DSsblJFv7mPFVk3cQKvm2vHgHeDVdnj7oOKrBbzp1u8D+KA== + +"@jridgewell/resolve-uri@^3.0.3": + version "3.0.5" + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c" + integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew== + +"@jridgewell/sourcemap-codec@^1.4.10": + version "1.4.11" + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec" + integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg== + +"@jridgewell/trace-mapping@^0.3.0": + version "0.3.4" + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3" + integrity sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ== dependencies: - "@stimulus/mutation-observers" "^2.0.0" + "@jridgewell/resolve-uri" "^3.0.3" + "@jridgewell/sourcemap-codec" "^1.4.10" -"@stimulus/multimap@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@stimulus/multimap/-/multimap-2.0.0.tgz#420cfa096ed6538df4a91dbd2b2842c1779952b2" - integrity sha512-pMBCewkZCFVB3e5mEMoyO9+9aKzHDITmf3OnPun51YWxlcPdHcwbjqm1ylK63fsoduIE+RowBpFwFqd3poEz4w== +"@nodelib/fs.scandir@2.1.5": + version "2.1.5" + resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" + integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== + dependencies: + "@nodelib/fs.stat" "2.0.5" + run-parallel "^1.1.9" -"@stimulus/mutation-observers@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@stimulus/mutation-observers/-/mutation-observers-2.0.0.tgz#3dbe37453bda47a6c795a90204ee8d77a799fb87" - integrity sha512-kx4VAJdPhIGBQKGIoUDC2tupEKorG3A+ckc2b1UiwInKTMAC1axOHU8ebcwhaJIxRqIrs8//4SJo9YAAOx6FEg== +"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" + integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== + +"@nodelib/fs.walk@^1.2.3": + version "1.2.8" + resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" + integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== dependencies: - "@stimulus/multimap" "^2.0.0" + "@nodelib/fs.scandir" "2.1.5" + fastq "^1.6.0" -"@stimulus/webpack-helpers@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@stimulus/webpack-helpers/-/webpack-helpers-2.0.0.tgz#54296d2a2dffd4f962d2e802d99a3fdd84b8845f" - integrity sha512-D6tJWsAC024MwGEIKlUVYU8Ln87mlrmiwHvYAjipg+s8H4eLxUMQ3PZkWyPevfipH+oR3leuHsjYsK1gN5ViQA== +"@nuxt/friendly-errors-webpack-plugin@^2.5.1": + version "2.5.2" + resolved "https://registry.yarnpkg.com/@nuxt/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-2.5.2.tgz#982a43ee2da61611f7396439e57038392d3944d5" + integrity sha512-LLc+90lnxVbpKkMqk5z1EWpXoODhc6gRkqqXJCInJwF5xabHAE7biFvbULfvTRmtaTzAaP8IV4HQDLUgeAUTTw== + dependencies: + chalk "^2.3.2" + consola "^2.6.0" + error-stack-parser "^2.0.0" + string-width "^4.2.3" -"@symfony/stimulus-bridge@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@symfony/stimulus-bridge/-/stimulus-bridge-1.1.0.tgz#34548c633fe49bcda84cc812939f63640e698af7" - integrity sha512-Sz8iwKQHBjrgCnxCGwH87S/J/Min0gX3EuXJaHi4vpibY3BjVm+WYuP8+OYPkMIROPyNZKYgTffFfJLBAFLwFQ== +"@symfony/stimulus-bridge@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@symfony/stimulus-bridge/-/stimulus-bridge-3.0.0.tgz#9976ab27fb41c80111ffdcc43c17c49b75521b02" + integrity sha512-efoQP0DWIXNOh9zPN5JUEokTMQyFBbVO5ioUQIRRAw9y0Qj6bv+mshAnljUzI7xupTZu9zNH4XjY1d0tnl/n9A== dependencies: - webpack-virtual-modules "^0.3.2" + "@hotwired/stimulus-webpack-helpers" "^1.0.1" + acorn "^8.0.5" + loader-utils "^2.0.0" + schema-utils "^3.0.0" -"@symfony/webpack-encore@^0.32.0": - version "0.32.1" - resolved "https://registry.yarnpkg.com/@symfony/webpack-encore/-/webpack-encore-0.32.1.tgz#67fae6c430c5548c2caa4d50ac5a46843537e46b" - integrity sha512-xrKYQ/eghQlH8qlqj1lWaiMf3uDIE0ZttN/eaoYTlmY9whkKiwEJemiR8/mDNRuPbJUsEeFrXClFYnZEd4Vt0Q== +"@symfony/webpack-encore@^1.7.0": + version "1.8.1" + resolved "https://registry.yarnpkg.com/@symfony/webpack-encore/-/webpack-encore-1.8.1.tgz#b28b574e33fefe0b7a46edc4b205ef93299c276d" + integrity sha512-7JOZvEXFuZfJhyC2jcMio59c19EwygkcRUF9/WYJkp0A4cK+BlmLnZwDTBdzc7+hXJD8DfqD3DGguCkBibiUPQ== dependencies: "@babel/core" "^7.7.0" "@babel/plugin-syntax-dynamic-import" "^7.0.0" - "@babel/preset-env" "^7.4.0" - assets-webpack-plugin "^5.1.1" - babel-loader "^8.0.0" + "@babel/preset-env" "^7.10.0" + "@nuxt/friendly-errors-webpack-plugin" "^2.5.1" + assets-webpack-plugin "7.0.*" + babel-loader "^8.2.2" chalk "^4.0.0" clean-webpack-plugin "^3.0.0" - css-loader "^3.5.2" - fast-levenshtein "^2.0.6" - file-loader "^6.0.0" - friendly-errors-webpack-plugin "^2.0.0-beta.1" + css-loader "^5.2.4" + css-minimizer-webpack-plugin "^2.0.0" + fast-levenshtein "^3.0.0" loader-utils "^2.0.0" - mini-css-extract-plugin ">=0.4.0 <0.4.3" - optimize-css-assets-webpack-plugin "^5.0.1" + mini-css-extract-plugin "^1.5.0" pkg-up "^3.1.0" - pretty-error "^2.1.1" + pretty-error "^3.0.3" resolve-url-loader "^3.1.2" semver "^7.3.2" - style-loader "^1.1.3" - terser-webpack-plugin "^1.1.0" + style-loader "^2.0.0" + sync-rpc "^1.3.6" + terser-webpack-plugin "^5.1.1" tmp "^0.2.1" - webpack "^4.36.0" - webpack-cli "^3.0.0" - webpack-dev-server "^3.1.14" - webpack-manifest-plugin "^2.0.2" - webpack-sources "^1.3.0" - webpack-virtual-modules "^0.2.2" - yargs-parser "^18.1.3" + webpack "^5.35" + webpack-cli "^4.9.1" + webpack-dev-server "^4.0.0" + yargs-parser "^20.2.4" + +"@trysound/sax@0.2.0": + version "0.2.0" + resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad" + integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA== + +"@types/body-parser@*": + version "1.19.2" + resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.2.tgz#aea2059e28b7658639081347ac4fab3de166e6f0" + integrity sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g== + dependencies: + "@types/connect" "*" + "@types/node" "*" + +"@types/bonjour@^3.5.9": + version "3.5.10" + resolved "https://registry.yarnpkg.com/@types/bonjour/-/bonjour-3.5.10.tgz#0f6aadfe00ea414edc86f5d106357cda9701e275" + integrity sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw== + dependencies: + "@types/node" "*" + +"@types/connect-history-api-fallback@^1.3.5": + version "1.3.5" + resolved "https://registry.yarnpkg.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz#d1f7a8a09d0ed5a57aee5ae9c18ab9b803205dae" + integrity sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw== + dependencies: + "@types/express-serve-static-core" "*" + "@types/node" "*" + +"@types/connect@*": + version "3.4.35" + resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.35.tgz#5fcf6ae445e4021d1fc2219a4873cc73a3bb2ad1" + integrity sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ== + dependencies: + "@types/node" "*" + +"@types/eslint-scope@^3.7.3": + version "3.7.3" + resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.3.tgz#125b88504b61e3c8bc6f870882003253005c3224" + integrity sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g== + dependencies: + "@types/eslint" "*" + "@types/estree" "*" + +"@types/eslint@*": + version "8.4.1" + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.1.tgz#c48251553e8759db9e656de3efc846954ac32304" + integrity sha512-GE44+DNEyxxh2Kc6ro/VkIj+9ma0pO0bwv9+uHSyBrikYOHr8zYcdPvnBOp1aw8s+CjRvuSx7CyWqRrNFQ59mA== + dependencies: + "@types/estree" "*" + "@types/json-schema" "*" + +"@types/estree@*", "@types/estree@^0.0.51": + version "0.0.51" + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40" + integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== + +"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18": + version "4.17.28" + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz#c47def9f34ec81dc6328d0b1b5303d1ec98d86b8" + integrity sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig== + dependencies: + "@types/node" "*" + "@types/qs" "*" + "@types/range-parser" "*" + +"@types/express@*", "@types/express@^4.17.13": + version "4.17.13" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034" + integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA== + dependencies: + "@types/body-parser" "*" + "@types/express-serve-static-core" "^4.17.18" + "@types/qs" "*" + "@types/serve-static" "*" "@types/glob@^7.1.1": - version "7.1.3" - resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183" - integrity sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w== + version "7.2.0" + resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb" + integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA== dependencies: "@types/minimatch" "*" "@types/node" "*" -"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6": - version "7.0.7" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad" - integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA== +"@types/http-proxy@^1.17.8": + version "1.17.8" + resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.8.tgz#968c66903e7e42b483608030ee85800f22d03f55" + integrity sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA== + dependencies: + "@types/node" "*" + +"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9": + version "7.0.9" + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" + integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== + +"@types/mime@^1": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" + integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== "@types/minimatch@*": - version "3.0.4" - resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.4.tgz#f0ec25dbf2f0e4b18647313ac031134ca5b24b21" - integrity sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA== + version "3.0.5" + resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" + integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== "@types/node@*": - version "15.6.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-15.6.2.tgz#c61d49f38af70da32424b5322eee21f97e627175" - integrity sha512-dxcOx8801kMo3KlU+C+/ctWrzREAH7YvoF3aoVpRdqgs+Kf7flp+PJDN/EX5bME3suDUZHsxes9hpvBmzYlWbA== + version "17.0.18" + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.18.tgz#3b4fed5cfb58010e3a2be4b6e74615e4847f1074" + integrity sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA== + +"@types/qs@*": + version "6.9.7" + resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" + integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== + +"@types/range-parser@*": + version "1.2.4" + resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc" + integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== + +"@types/retry@^0.12.0": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065" + integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g== + +"@types/serve-index@^1.9.1": + version "1.9.1" + resolved "https://registry.yarnpkg.com/@types/serve-index/-/serve-index-1.9.1.tgz#1b5e85370a192c01ec6cec4735cf2917337a6278" + integrity sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg== + dependencies: + "@types/express" "*" -"@types/q@^1.5.1": - version "1.5.4" - resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24" - integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== +"@types/serve-static@*": + version "1.13.10" + resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9" + integrity sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ== + dependencies: + "@types/mime" "^1" + "@types/node" "*" + +"@types/sockjs@^0.3.33": + version "0.3.33" + resolved "https://registry.yarnpkg.com/@types/sockjs/-/sockjs-0.3.33.tgz#570d3a0b99ac995360e3136fd6045113b1bd236f" + integrity sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw== + dependencies: + "@types/node" "*" "@types/source-list-map@*": version "0.1.2" @@ -1019,30 +1205,30 @@ integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA== "@types/tapable@^1": - version "1.0.7" - resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.7.tgz#545158342f949e8fd3bfd813224971ecddc3fac4" - integrity sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ== + version "1.0.8" + resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310" + integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ== "@types/uglify-js@*": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.13.0.tgz#1cad8df1fb0b143c5aba08de5712ea9d1ff71124" - integrity sha512-EGkrJD5Uy+Pg0NUR8uA4bJ5WMfljyad0G+784vLCNUkD+QwOJXUbBYExXfVGf7YtyzdQp3L/XMYcliB987kL5Q== + version "3.13.1" + resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.13.1.tgz#5e889e9e81e94245c75b6450600e1c5ea2878aea" + integrity sha512-O3MmRAk6ZuAKa9CHgg0Pr0+lUOqoMLpc9AS4R8ano2auvsg7IE8syF3Xh/NPr26TWklxYcqoEEFdzLLs1fV9PQ== dependencies: source-map "^0.6.1" "@types/webpack-sources@*": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-2.1.0.tgz#8882b0bd62d1e0ce62f183d0d01b72e6e82e8c10" - integrity sha512-LXn/oYIpBeucgP1EIJbKQ2/4ZmpvRl+dlrFdX7+94SKRUV3Evy3FsfMZY318vGhkWUS5MPhtOM3w1/hCOAOXcg== + version "3.2.0" + resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-3.2.0.tgz#16d759ba096c289034b26553d2df1bf45248d38b" + integrity sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg== dependencies: "@types/node" "*" "@types/source-list-map" "*" source-map "^0.7.3" "@types/webpack@^4.4.31": - version "4.41.29" - resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.29.tgz#2e66c1de8223c440366469415c50a47d97625773" - integrity sha512-6pLaORaVNZxiB3FSHbyBiWM7QdazAWda1zvAq4SbZObZqHSDbWLi62iFdblVea6SK9eyBIVp5yHhKt/yNQdR7Q== + version "4.41.32" + resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.32.tgz#a7bab03b72904070162b2f169415492209e94212" + integrity sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg== dependencies: "@types/node" "*" "@types/tapable" "^1" @@ -1051,150 +1237,150 @@ anymatch "^3.0.0" source-map "^0.6.0" -"@webassemblyjs/ast@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964" - integrity sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA== - dependencies: - "@webassemblyjs/helper-module-context" "1.9.0" - "@webassemblyjs/helper-wasm-bytecode" "1.9.0" - "@webassemblyjs/wast-parser" "1.9.0" - -"@webassemblyjs/floating-point-hex-parser@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#3c3d3b271bddfc84deb00f71344438311d52ffb4" - integrity sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA== - -"@webassemblyjs/helper-api-error@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#203f676e333b96c9da2eeab3ccef33c45928b6a2" - integrity sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw== - -"@webassemblyjs/helper-buffer@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz#a1442d269c5feb23fcbc9ef759dac3547f29de00" - integrity sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA== - -"@webassemblyjs/helper-code-frame@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz#647f8892cd2043a82ac0c8c5e75c36f1d9159f27" - integrity sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA== - dependencies: - "@webassemblyjs/wast-printer" "1.9.0" - -"@webassemblyjs/helper-fsm@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz#c05256b71244214671f4b08ec108ad63b70eddb8" - integrity sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw== - -"@webassemblyjs/helper-module-context@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz#25d8884b76839871a08a6c6f806c3979ef712f07" - integrity sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g== - dependencies: - "@webassemblyjs/ast" "1.9.0" - -"@webassemblyjs/helper-wasm-bytecode@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#4fed8beac9b8c14f8c58b70d124d549dd1fe5790" - integrity sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw== - -"@webassemblyjs/helper-wasm-section@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz#5a4138d5a6292ba18b04c5ae49717e4167965346" - integrity sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw== - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/helper-buffer" "1.9.0" - "@webassemblyjs/helper-wasm-bytecode" "1.9.0" - "@webassemblyjs/wasm-gen" "1.9.0" - -"@webassemblyjs/ieee754@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz#15c7a0fbaae83fb26143bbacf6d6df1702ad39e4" - integrity sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg== +"@types/ws@^8.2.2": + version "8.2.2" + resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.2.2.tgz#7c5be4decb19500ae6b3d563043cd407bf366c21" + integrity sha512-NOn5eIcgWLOo6qW8AcuLZ7G8PycXu0xTxxkS6Q18VWFxgPUSOwV0pBj2a/4viNZVu25i7RIB7GttdkAIUUXOOg== + dependencies: + "@types/node" "*" + +"@webassemblyjs/ast@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7" + integrity sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw== + dependencies: + "@webassemblyjs/helper-numbers" "1.11.1" + "@webassemblyjs/helper-wasm-bytecode" "1.11.1" + +"@webassemblyjs/floating-point-hex-parser@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz#f6c61a705f0fd7a6aecaa4e8198f23d9dc179e4f" + integrity sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ== + +"@webassemblyjs/helper-api-error@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz#1a63192d8788e5c012800ba6a7a46c705288fd16" + integrity sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg== + +"@webassemblyjs/helper-buffer@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz#832a900eb444884cde9a7cad467f81500f5e5ab5" + integrity sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA== + +"@webassemblyjs/helper-numbers@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz#64d81da219fbbba1e3bd1bfc74f6e8c4e10a62ae" + integrity sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ== + dependencies: + "@webassemblyjs/floating-point-hex-parser" "1.11.1" + "@webassemblyjs/helper-api-error" "1.11.1" + "@xtuc/long" "4.2.2" + +"@webassemblyjs/helper-wasm-bytecode@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz#f328241e41e7b199d0b20c18e88429c4433295e1" + integrity sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q== + +"@webassemblyjs/helper-wasm-section@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz#21ee065a7b635f319e738f0dd73bfbda281c097a" + integrity sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg== + dependencies: + "@webassemblyjs/ast" "1.11.1" + "@webassemblyjs/helper-buffer" "1.11.1" + "@webassemblyjs/helper-wasm-bytecode" "1.11.1" + "@webassemblyjs/wasm-gen" "1.11.1" + +"@webassemblyjs/ieee754@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz#963929e9bbd05709e7e12243a099180812992614" + integrity sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ== dependencies: "@xtuc/ieee754" "^1.2.0" -"@webassemblyjs/leb128@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.9.0.tgz#f19ca0b76a6dc55623a09cffa769e838fa1e1c95" - integrity sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw== +"@webassemblyjs/leb128@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.1.tgz#ce814b45574e93d76bae1fb2644ab9cdd9527aa5" + integrity sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw== dependencies: "@xtuc/long" "4.2.2" -"@webassemblyjs/utf8@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#04d33b636f78e6a6813227e82402f7637b6229ab" - integrity sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w== - -"@webassemblyjs/wasm-edit@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#3fe6d79d3f0f922183aa86002c42dd256cfee9cf" - integrity sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw== - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/helper-buffer" "1.9.0" - "@webassemblyjs/helper-wasm-bytecode" "1.9.0" - "@webassemblyjs/helper-wasm-section" "1.9.0" - "@webassemblyjs/wasm-gen" "1.9.0" - "@webassemblyjs/wasm-opt" "1.9.0" - "@webassemblyjs/wasm-parser" "1.9.0" - "@webassemblyjs/wast-printer" "1.9.0" - -"@webassemblyjs/wasm-gen@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz#50bc70ec68ded8e2763b01a1418bf43491a7a49c" - integrity sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA== - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/helper-wasm-bytecode" "1.9.0" - "@webassemblyjs/ieee754" "1.9.0" - "@webassemblyjs/leb128" "1.9.0" - "@webassemblyjs/utf8" "1.9.0" - -"@webassemblyjs/wasm-opt@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz#2211181e5b31326443cc8112eb9f0b9028721a61" - integrity sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A== - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/helper-buffer" "1.9.0" - "@webassemblyjs/wasm-gen" "1.9.0" - "@webassemblyjs/wasm-parser" "1.9.0" - -"@webassemblyjs/wasm-parser@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz#9d48e44826df4a6598294aa6c87469d642fff65e" - integrity sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA== - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/helper-api-error" "1.9.0" - "@webassemblyjs/helper-wasm-bytecode" "1.9.0" - "@webassemblyjs/ieee754" "1.9.0" - "@webassemblyjs/leb128" "1.9.0" - "@webassemblyjs/utf8" "1.9.0" - -"@webassemblyjs/wast-parser@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz#3031115d79ac5bd261556cecc3fa90a3ef451914" - integrity sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw== - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/floating-point-hex-parser" "1.9.0" - "@webassemblyjs/helper-api-error" "1.9.0" - "@webassemblyjs/helper-code-frame" "1.9.0" - "@webassemblyjs/helper-fsm" "1.9.0" +"@webassemblyjs/utf8@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.1.tgz#d1f8b764369e7c6e6bae350e854dec9a59f0a3ff" + integrity sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ== + +"@webassemblyjs/wasm-edit@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz#ad206ebf4bf95a058ce9880a8c092c5dec8193d6" + integrity sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA== + dependencies: + "@webassemblyjs/ast" "1.11.1" + "@webassemblyjs/helper-buffer" "1.11.1" + "@webassemblyjs/helper-wasm-bytecode" "1.11.1" + "@webassemblyjs/helper-wasm-section" "1.11.1" + "@webassemblyjs/wasm-gen" "1.11.1" + "@webassemblyjs/wasm-opt" "1.11.1" + "@webassemblyjs/wasm-parser" "1.11.1" + "@webassemblyjs/wast-printer" "1.11.1" + +"@webassemblyjs/wasm-gen@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz#86c5ea304849759b7d88c47a32f4f039ae3c8f76" + integrity sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA== + dependencies: + "@webassemblyjs/ast" "1.11.1" + "@webassemblyjs/helper-wasm-bytecode" "1.11.1" + "@webassemblyjs/ieee754" "1.11.1" + "@webassemblyjs/leb128" "1.11.1" + "@webassemblyjs/utf8" "1.11.1" + +"@webassemblyjs/wasm-opt@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz#657b4c2202f4cf3b345f8a4c6461c8c2418985f2" + integrity sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw== + dependencies: + "@webassemblyjs/ast" "1.11.1" + "@webassemblyjs/helper-buffer" "1.11.1" + "@webassemblyjs/wasm-gen" "1.11.1" + "@webassemblyjs/wasm-parser" "1.11.1" + +"@webassemblyjs/wasm-parser@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz#86ca734534f417e9bd3c67c7a1c75d8be41fb199" + integrity sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA== + dependencies: + "@webassemblyjs/ast" "1.11.1" + "@webassemblyjs/helper-api-error" "1.11.1" + "@webassemblyjs/helper-wasm-bytecode" "1.11.1" + "@webassemblyjs/ieee754" "1.11.1" + "@webassemblyjs/leb128" "1.11.1" + "@webassemblyjs/utf8" "1.11.1" + +"@webassemblyjs/wast-printer@1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz#d0c73beda8eec5426f10ae8ef55cee5e7084c2f0" + integrity sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg== + dependencies: + "@webassemblyjs/ast" "1.11.1" "@xtuc/long" "4.2.2" -"@webassemblyjs/wast-printer@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz#4935d54c85fef637b00ce9f52377451d00d47899" - integrity sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA== +"@webpack-cli/configtest@^1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-1.1.1.tgz#9f53b1b7946a6efc2a749095a4f450e2932e8356" + integrity sha512-1FBc1f9G4P/AxMqIgfZgeOTuRnwZMten8E7zap5zgpPInnCrP8D4Q81+4CWIch8i/Nf7nXjP0v6CjjbHOrXhKg== + +"@webpack-cli/info@^1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-1.4.1.tgz#2360ea1710cbbb97ff156a3f0f24556e0fc1ebea" + integrity sha512-PKVGmazEq3oAo46Q63tpMr4HipI3OPfP7LiNOEJg963RMgT0rqheag28NCML0o3GIzA3DmxP1ZIAv9oTX1CUIA== dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/wast-parser" "1.9.0" - "@xtuc/long" "4.2.2" + envinfo "^7.7.3" + +"@webpack-cli/serve@^1.6.1": + version "1.6.1" + resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.6.1.tgz#0de2875ac31b46b6c5bb1ae0a7d7f0ba5678dffe" + integrity sha512-gNGTiTrjEVQ0OcVnzsRSqTxaBSr+dmTfm+qJsCDluky8uhdLWep7Gcr62QsAKHTMxjCS/8nEITsmFAhfIx+QSw== "@xtuc/ieee754@^1.2.0": version "1.2.0" @@ -1206,23 +1392,23 @@ resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== -abbrev@1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" - integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== - -accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7: - version "1.3.7" - resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd" - integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== +accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8: + version "1.3.8" + resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e" + integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw== dependencies: - mime-types "~2.1.24" - negotiator "0.6.2" + mime-types "~2.1.34" + negotiator "0.6.3" + +acorn-import-assertions@^1.7.6: + version "1.8.0" + resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9" + integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw== -acorn@^6.4.1: - version "6.4.2" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6" - integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== +acorn@^8.0.5, acorn@^8.4.1: + version "8.7.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf" + integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ== adjust-sourcemap-loader@3.0.0: version "3.0.0" @@ -1232,17 +1418,34 @@ adjust-sourcemap-loader@3.0.0: loader-utils "^2.0.0" regex-parser "^2.2.11" -ajv-errors@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" - integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== +aggregate-error@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a" + integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== + dependencies: + clean-stack "^2.0.0" + indent-string "^4.0.0" + +ajv-formats@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520" + integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA== + dependencies: + ajv "^8.0.0" -ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2: +ajv-keywords@^3.5.2: version "3.5.2" resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== -ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5: +ajv-keywords@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz#69d4d385a4733cdbeab44964a1170a88f87f0e16" + integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw== + dependencies: + fast-deep-equal "^3.1.3" + +ajv@^6.12.4, ajv@^6.12.5: version "6.12.6" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== @@ -1252,52 +1455,37 @@ ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -alphanum-sort@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" - integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= - -amdefine@>=0.0.4: - version "1.0.1" - resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" - integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU= - -ansi-colors@^3.0.0: - version "3.2.4" - resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" - integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== +ajv@^8.0.0, ajv@^8.8.0: + version "8.10.0" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.10.0.tgz#e573f719bd3af069017e3b66538ab968d040e54d" + integrity sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw== + dependencies: + fast-deep-equal "^3.1.1" + json-schema-traverse "^1.0.0" + require-from-string "^2.0.2" + uri-js "^4.2.2" -ansi-html@0.0.7: - version "0.0.7" - resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e" - integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4= +ansi-html-community@^0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" + integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== ansi-regex@^2.0.0: version "2.1.1" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= -ansi-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" - integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= +ansi-regex@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== -ansi-regex@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" - integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== +ansi-regex@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== -ansi-regex@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" - integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== - -ansi-styles@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" - integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= - -ansi-styles@^3.2.0, ansi-styles@^3.2.1: +ansi-styles@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== @@ -1311,15 +1499,7 @@ ansi-styles@^4.1.0: dependencies: color-convert "^2.0.1" -anymatch@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" - integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== - dependencies: - micromatch "^3.1.4" - normalize-path "^2.1.1" - -anymatch@^3.0.0, anymatch@~3.1.1: +anymatch@^3.0.0, anymatch@~3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== @@ -1327,51 +1507,11 @@ anymatch@^3.0.0, anymatch@~3.1.1: normalize-path "^3.0.0" picomatch "^2.0.4" -aproba@^1.0.3, aproba@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" - integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== - -are-we-there-yet@~1.1.2: - version "1.1.5" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" - integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== - dependencies: - delegates "^1.0.0" - readable-stream "^2.0.6" - -argparse@^1.0.7: - version "1.0.10" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" - integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - dependencies: - sprintf-js "~1.0.2" - arity-n@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/arity-n/-/arity-n-1.0.4.tgz#d9e76b11733e08569c0847ae7b39b2860b30b745" integrity sha1-2edrEXM+CFacCEeuezmyhgswt0U= -arr-diff@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" - integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= - -arr-flatten@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" - integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== - -arr-union@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" - integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= - -array-find-index@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" - integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E= - array-flatten@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" @@ -1389,75 +1529,24 @@ array-union@^1.0.1: dependencies: array-uniq "^1.0.1" +array-union@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" + integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== + array-uniq@^1.0.1: version "1.0.3" resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= -array-unique@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" - integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= - -asn1.js@^5.2.0: - version "5.4.1" - resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07" - integrity sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA== - dependencies: - bn.js "^4.0.0" - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - safer-buffer "^2.1.0" - -asn1@~0.2.3: - version "0.2.4" - resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" - integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== - dependencies: - safer-buffer "~2.1.0" - -assert-plus@1.0.0, assert-plus@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" - integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= - -assert@^1.1.1: - version "1.5.0" - resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb" - integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA== - dependencies: - object-assign "^4.1.1" - util "0.10.3" - -assets-webpack-plugin@^5.1.1: - version "5.1.2" - resolved "https://registry.yarnpkg.com/assets-webpack-plugin/-/assets-webpack-plugin-5.1.2.tgz#aad63438a7203d3b9d2013673d59ceaa1ff90cba" - integrity sha512-B8bOVw6Tj3jdQ6UesO7/XUCdRjXj5N4258WkaBInbGCY5Vuwnec0Tm/RGxQS8vCnbWAFS1OBx8aABDBtjkJ2bA== +assets-webpack-plugin@7.0.*: + version "7.0.0" + resolved "https://registry.yarnpkg.com/assets-webpack-plugin/-/assets-webpack-plugin-7.0.0.tgz#c61ed7466f35ff7a4d90d7070948736f471b8804" + integrity sha512-DMZ9r6HFxynWeONRMhSOFTvTrmit5dovdoUKdJgCG03M6CC7XiwNImPH+Ad1jaVrQ2n59e05lBhte52xPt4MSA== dependencies: camelcase "^6.0.0" escape-string-regexp "^4.0.0" lodash "^4.17.20" - mkdirp "^1.0.4" - -assign-symbols@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" - integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= - -async-each@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" - integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== - -async-foreach@^0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542" - integrity sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI= - -async-limiter@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" - integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== async@^2.6.2: version "2.6.3" @@ -1466,30 +1555,15 @@ async@^2.6.2: dependencies: lodash "^4.17.14" -asynckit@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" - integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= - atob@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== -aws-sign2@~0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" - integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= - -aws4@^1.8.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" - integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== - -babel-loader@^8.0.0: - version "8.2.2" - resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.2.tgz#9363ce84c10c9a40e6c753748e1441b60c8a0b81" - integrity sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g== +babel-loader@^8.2.2: + version "8.2.3" + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.3.tgz#8986b40f1a64cacfcb4b8429320085ef68b1342d" + integrity sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw== dependencies: find-cache-dir "^3.3.1" loader-utils "^1.4.0" @@ -1503,124 +1577,65 @@ babel-plugin-dynamic-import-node@^2.3.3: dependencies: object.assign "^4.1.0" -babel-plugin-polyfill-corejs2@^0.2.0: - version "0.2.2" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz#e9124785e6fd94f94b618a7954e5693053bf5327" - integrity sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ== +babel-plugin-polyfill-corejs2@^0.3.0: + version "0.3.1" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5" + integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w== dependencies: "@babel/compat-data" "^7.13.11" - "@babel/helper-define-polyfill-provider" "^0.2.2" + "@babel/helper-define-polyfill-provider" "^0.3.1" semver "^6.1.1" -babel-plugin-polyfill-corejs3@^0.2.0: - version "0.2.2" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.2.tgz#7424a1682ee44baec817327710b1b094e5f8f7f5" - integrity sha512-l1Cf8PKk12eEk5QP/NQ6TH8A1pee6wWDJ96WjxrMXFLHLOBFzYM4moG80HFgduVhTqAFez4alnZKEhP/bYHg0A== +babel-plugin-polyfill-corejs3@^0.5.0: + version "0.5.2" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz#aabe4b2fa04a6e038b688c5e55d44e78cd3a5f72" + integrity sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ== dependencies: - "@babel/helper-define-polyfill-provider" "^0.2.2" - core-js-compat "^3.9.1" + "@babel/helper-define-polyfill-provider" "^0.3.1" + core-js-compat "^3.21.0" -babel-plugin-polyfill-regenerator@^0.2.0: - version "0.2.2" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz#b310c8d642acada348c1fa3b3e6ce0e851bee077" - integrity sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg== +babel-plugin-polyfill-regenerator@^0.3.0: + version "0.3.1" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990" + integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== dependencies: - "@babel/helper-define-polyfill-provider" "^0.2.2" + "@babel/helper-define-polyfill-provider" "^0.3.1" balanced-match@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== -base64-js@^1.0.2: - version "1.5.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" - integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== - -base@^0.11.1: - version "0.11.2" - resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" - integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== - dependencies: - cache-base "^1.0.1" - class-utils "^0.3.5" - component-emitter "^1.2.1" - define-property "^1.0.0" - isobject "^3.0.1" - mixin-deep "^1.2.0" - pascalcase "^0.1.1" - batch@0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16" integrity sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY= -bcrypt-pbkdf@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" - integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= - dependencies: - tweetnacl "^0.14.3" - big.js@^5.2.2: version "5.2.2" resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== -binary-extensions@^1.0.0: - version "1.13.1" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" - integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== - binary-extensions@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== -bindings@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" - integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== - dependencies: - file-uri-to-path "1.0.0" - -block-stream@*: - version "0.0.9" - resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a" - integrity sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo= - dependencies: - inherits "~2.0.0" - -bluebird@^3.5.5: - version "3.7.2" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" - integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== - -bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9: - version "4.12.0" - resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88" - integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA== - -bn.js@^5.0.0, bn.js@^5.1.1: - version "5.2.0" - resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002" - integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw== - -body-parser@1.19.0: - version "1.19.0" - resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a" - integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== +body-parser@1.19.2: + version "1.19.2" + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.2.tgz#4714ccd9c157d44797b8b5607d72c0b89952f26e" + integrity sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw== dependencies: - bytes "3.1.0" + bytes "3.1.2" content-type "~1.0.4" debug "2.6.9" depd "~1.1.2" - http-errors "1.7.2" + http-errors "1.8.1" iconv-lite "0.4.24" on-finished "~2.3.0" - qs "6.7.0" - raw-body "2.4.0" - type-is "~1.6.17" + qs "6.9.7" + raw-body "2.4.3" + type-is "~1.6.18" bonjour@^3.5.0: version "3.5.0" @@ -1634,7 +1649,7 @@ bonjour@^3.5.0: multicast-dns "^6.0.1" multicast-dns-service-types "^1.1.0" -boolbase@^1.0.0, boolbase@~1.0.0: +boolbase@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= @@ -1647,180 +1662,43 @@ brace-expansion@^1.1.7: balanced-match "^1.0.0" concat-map "0.0.1" -braces@^2.3.1, braces@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" - integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== - dependencies: - arr-flatten "^1.1.0" - array-unique "^0.3.2" - extend-shallow "^2.0.1" - fill-range "^4.0.0" - isobject "^3.0.1" - repeat-element "^1.1.2" - snapdragon "^0.8.1" - snapdragon-node "^2.0.1" - split-string "^3.0.2" - to-regex "^3.0.1" - -braces@~3.0.2: +braces@^3.0.1, braces@~3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== dependencies: fill-range "^7.0.1" -brorand@^1.0.1, brorand@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" - integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= - -browserify-aes@^1.0.0, browserify-aes@^1.0.4: - version "1.2.0" - resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48" - integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== - dependencies: - buffer-xor "^1.0.3" - cipher-base "^1.0.0" - create-hash "^1.1.0" - evp_bytestokey "^1.0.3" - inherits "^2.0.1" - safe-buffer "^5.0.1" - -browserify-cipher@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0" - integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== - dependencies: - browserify-aes "^1.0.4" - browserify-des "^1.0.0" - evp_bytestokey "^1.0.0" - -browserify-des@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c" - integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== - dependencies: - cipher-base "^1.0.1" - des.js "^1.0.0" - inherits "^2.0.1" - safe-buffer "^5.1.2" - -browserify-rsa@^4.0.0, browserify-rsa@^4.0.1: - version "4.1.0" - resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz#b2fd06b5b75ae297f7ce2dc651f918f5be158c8d" - integrity sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog== - dependencies: - bn.js "^5.0.0" - randombytes "^2.0.1" - -browserify-sign@^4.0.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.1.tgz#eaf4add46dd54be3bb3b36c0cf15abbeba7956c3" - integrity sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg== - dependencies: - bn.js "^5.1.1" - browserify-rsa "^4.0.1" - create-hash "^1.2.0" - create-hmac "^1.1.7" - elliptic "^6.5.3" - inherits "^2.0.4" - parse-asn1 "^5.1.5" - readable-stream "^3.6.0" - safe-buffer "^5.2.0" - -browserify-zlib@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f" - integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== - dependencies: - pako "~1.0.5" - -browserslist@^4.0.0, browserslist@^4.16.6: - version "4.16.6" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2" - integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ== +browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.6, browserslist@^4.17.5, browserslist@^4.19.1: + version "4.19.2" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.19.2.tgz#9ba98791192a39e1242f0670bb265ceee1baf0a4" + integrity sha512-97XU1CTZ5TwU9Qy/Taj+RtiI6SQM1WIhZ9osT7EY0oO2aWXGABZT2OZeRL+6PfaQsiiMIjjwIoYFPq4APgspgQ== dependencies: - caniuse-lite "^1.0.30001219" - colorette "^1.2.2" - electron-to-chromium "^1.3.723" + caniuse-lite "^1.0.30001312" + electron-to-chromium "^1.4.71" escalade "^3.1.1" - node-releases "^1.1.71" + node-releases "^2.0.2" + picocolors "^1.0.0" buffer-from@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" - integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== + version "1.1.2" + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" + integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== buffer-indexof@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c" integrity sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g== -buffer-xor@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9" - integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= - -buffer@^4.3.0: - version "4.9.2" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.2.tgz#230ead344002988644841ab0244af8c44bbe3ef8" - integrity sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg== - dependencies: - base64-js "^1.0.2" - ieee754 "^1.1.4" - isarray "^1.0.0" - -builtin-status-codes@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" - integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= - bytes@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= -bytes@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" - integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== - -cacache@^12.0.2: - version "12.0.4" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.4.tgz#668bcbd105aeb5f1d92fe25570ec9525c8faa40c" - integrity sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ== - dependencies: - bluebird "^3.5.5" - chownr "^1.1.1" - figgy-pudding "^3.5.1" - glob "^7.1.4" - graceful-fs "^4.1.15" - infer-owner "^1.0.3" - lru-cache "^5.1.1" - mississippi "^3.0.0" - mkdirp "^0.5.1" - move-concurrently "^1.0.1" - promise-inflight "^1.0.1" - rimraf "^2.6.3" - ssri "^6.0.1" - unique-filename "^1.1.1" - y18n "^4.0.0" - -cache-base@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" - integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== - dependencies: - collection-visit "^1.0.0" - component-emitter "^1.2.1" - get-value "^2.0.6" - has-value "^1.0.0" - isobject "^3.0.1" - set-value "^2.0.0" - to-object-path "^0.3.0" - union-value "^1.0.0" - unset-value "^1.0.0" +bytes@3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5" + integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg== call-bind@^1.0.0, call-bind@^1.0.2: version "1.0.2" @@ -1830,47 +1708,15 @@ call-bind@^1.0.0, call-bind@^1.0.2: function-bind "^1.1.1" get-intrinsic "^1.0.2" -caller-callsite@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" - integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - dependencies: - callsites "^2.0.0" - -caller-path@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4" - integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - dependencies: - caller-callsite "^2.0.0" - -callsites@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" - integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= - -camelcase-keys@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7" - integrity sha1-MIvur/3ygRkFHvodkyITyRuPkuc= - dependencies: - camelcase "^2.0.0" - map-obj "^1.0.0" - -camelcase@5.3.1, camelcase@^5.0.0, camelcase@^5.3.1: +camelcase@5.3.1: version "5.3.1" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== -camelcase@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" - integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= - camelcase@^6.0.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809" - integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== + version "6.3.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" + integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-api@^3.0.0: version "3.0.0" @@ -1882,28 +1728,12 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001219: - version "1.0.30001233" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz#b7cb4a377a4b12ed240d2fa5c792951a06e5f2c4" - integrity sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg== - -caseless@~0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" - integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= - -chalk@^1.1.1: - version "1.1.3" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" - integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= - dependencies: - ansi-styles "^2.2.1" - escape-string-regexp "^1.0.2" - has-ansi "^2.0.0" - strip-ansi "^3.0.0" - supports-color "^2.0.0" +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001312: + version "1.0.30001312" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz#e11eba4b87e24d22697dae05455d5aea28550d5f" + integrity sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ== -chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: +chalk@^2.0.0, chalk@^2.3.2, chalk@^2.4.2: version "2.4.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== @@ -1913,74 +1743,37 @@ chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: supports-color "^5.3.0" chalk@^4.0.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad" - integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg== + version "4.1.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== dependencies: ansi-styles "^4.1.0" supports-color "^7.1.0" -chokidar@^2.1.8: - version "2.1.8" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" - integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== - dependencies: - anymatch "^2.0.0" - async-each "^1.0.1" - braces "^2.3.2" - glob-parent "^3.1.0" - inherits "^2.0.3" - is-binary-path "^1.0.0" - is-glob "^4.0.0" - normalize-path "^3.0.0" - path-is-absolute "^1.0.0" - readdirp "^2.2.1" - upath "^1.1.1" - optionalDependencies: - fsevents "^1.2.7" - -chokidar@^3.4.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a" - integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw== +"chokidar@>=3.0.0 <4.0.0", chokidar@^3.5.3: + version "3.5.3" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" + integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== dependencies: - anymatch "~3.1.1" + anymatch "~3.1.2" braces "~3.0.2" - glob-parent "~5.1.0" + glob-parent "~5.1.2" is-binary-path "~2.1.0" is-glob "~4.0.1" normalize-path "~3.0.0" - readdirp "~3.5.0" + readdirp "~3.6.0" optionalDependencies: - fsevents "~2.3.1" - -chownr@^1.1.1: - version "1.1.4" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" - integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== + fsevents "~2.3.2" chrome-trace-event@^1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac" integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg== -cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de" - integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -class-utils@^0.3.5: - version "0.3.6" - resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" - integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== - dependencies: - arr-union "^3.1.0" - define-property "^0.2.5" - isobject "^3.0.0" - static-extend "^0.1.1" +clean-stack@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" + integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== clean-webpack-plugin@^3.0.0: version "3.0.0" @@ -1990,38 +1783,16 @@ clean-webpack-plugin@^3.0.0: "@types/webpack" "^4.4.31" del "^4.1.1" -cliui@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5" - integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== - dependencies: - string-width "^3.1.0" - strip-ansi "^5.2.0" - wrap-ansi "^5.1.0" - -coa@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3" - integrity sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== - dependencies: - "@types/q" "^1.5.1" - chalk "^2.4.1" - q "^1.1.2" - -code-point-at@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" - integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= - -collection-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" - integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= +clone-deep@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" + integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== dependencies: - map-visit "^1.0.0" - object-visit "^1.0.0" + is-plain-object "^2.0.4" + kind-of "^6.0.2" + shallow-clone "^3.0.0" -color-convert@^1.9.0, color-convert@^1.9.1: +color-convert@^1.9.0: version "1.9.3" resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== @@ -2040,54 +1811,36 @@ color-name@1.1.3: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= -color-name@^1.0.0, color-name@~1.1.4: +color-name@~1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== -color-string@^1.5.4: - version "1.5.5" - resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.5.tgz#65474a8f0e7439625f3d27a6a19d89fc45223014" - integrity sha512-jgIoum0OfQfq9Whcfc2z/VhCNcmQjWbey6qBX0vqt7YICflUmBCh9E9CiQD5GSJ+Uehixm3NUwHVhqUAWRivZg== - dependencies: - color-name "^1.0.0" - simple-swizzle "^0.2.2" - -color@^3.0.0: - version "3.1.3" - resolved "https://registry.yarnpkg.com/color/-/color-3.1.3.tgz#ca67fb4e7b97d611dcde39eceed422067d91596e" - integrity sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ== - dependencies: - color-convert "^1.9.1" - color-string "^1.5.4" - -colorette@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94" - integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w== +colord@^2.9.1: + version "2.9.2" + resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.2.tgz#25e2bacbbaa65991422c07ea209e2089428effb1" + integrity sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ== -combined-stream@^1.0.6, combined-stream@~1.0.6: - version "1.0.8" - resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" - integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - dependencies: - delayed-stream "~1.0.0" +colorette@^2.0.10, colorette@^2.0.14: + version "2.0.16" + resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da" + integrity sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g== commander@^2.20.0: version "2.20.3" resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== +commander@^7.0.0, commander@^7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7" + integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== + commondir@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= -component-emitter@^1.2.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" - integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== - compose-function@3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/compose-function/-/compose-function-3.0.3.tgz#9ed675f13cc54501d30950a486ff6a7ba3ab185f" @@ -2120,49 +1873,29 @@ concat-map@0.0.1: resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= -concat-stream@^1.5.0: - version "1.6.2" - resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" - integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== - dependencies: - buffer-from "^1.0.0" - inherits "^2.0.3" - readable-stream "^2.2.2" - typedarray "^0.0.6" - connect-history-api-fallback@^1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc" integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg== -console-browserify@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" - integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== - -console-control-strings@^1.0.0, console-control-strings@~1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" - integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= - -constants-browserify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" - integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= +consola@^2.6.0: + version "2.15.3" + resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550" + integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw== -content-disposition@0.5.3: - version "0.5.3" - resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd" - integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== +content-disposition@0.5.4: + version "0.5.4" + resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe" + integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ== dependencies: - safe-buffer "5.1.2" + safe-buffer "5.2.1" content-type@~1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== -convert-source-map@1.7.0, convert-source-map@^1.7.0: +convert-source-map@1.7.0: version "1.7.0" resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== @@ -2174,184 +1907,98 @@ convert-source-map@^0.3.3: resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190" integrity sha1-8dgClQr33SYxof6+BZZVDIarMZA= +convert-source-map@^1.7.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369" + integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== + dependencies: + safe-buffer "~5.1.1" + cookie-signature@1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= -cookie@0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" - integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== - -copy-concurrently@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0" - integrity sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A== - dependencies: - aproba "^1.1.1" - fs-write-stream-atomic "^1.0.8" - iferr "^0.1.5" - mkdirp "^0.5.1" - rimraf "^2.5.4" - run-queue "^1.0.0" - -copy-descriptor@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" - integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= +cookie@0.4.2: + version "0.4.2" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432" + integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA== -core-js-compat@^3.9.0, core-js-compat@^3.9.1: - version "3.13.1" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.13.1.tgz#05444caa8f153be0c67db03cf8adb8ec0964e58e" - integrity sha512-mdrcxc0WznfRd8ZicEZh1qVeJ2mu6bwQFh8YVUK48friy/FOwFV5EJj9/dlh+nMQ74YusdVfBFDuomKgUspxWQ== +core-js-compat@^3.20.2, core-js-compat@^3.21.0: + version "3.21.1" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.21.1.tgz#cac369f67c8d134ff8f9bd1623e3bc2c42068c82" + integrity sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g== dependencies: - browserslist "^4.16.6" + browserslist "^4.19.1" semver "7.0.0" core-js@^3.0.0: - version "3.13.1" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.13.1.tgz#30303fabd53638892062d8b4e802cac7599e9fb7" - integrity sha512-JqveUc4igkqwStL2RTRn/EPFGBOfEZHxJl/8ej1mXJR75V3go2mFF4bmUYkEIT1rveHKnkUlcJX/c+f1TyIovQ== - -core-util-is@1.0.2, core-util-is@~1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" - integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - -cosmiconfig@^5.0.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" - integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== - dependencies: - import-fresh "^2.0.0" - is-directory "^0.3.1" - js-yaml "^3.13.1" - parse-json "^4.0.0" - -create-ecdh@^4.0.0: - version "4.0.4" - resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e" - integrity sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A== - dependencies: - bn.js "^4.1.0" - elliptic "^6.5.3" + version "3.21.1" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.21.1.tgz#f2e0ddc1fc43da6f904706e8e955bc19d06a0d94" + integrity sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig== -create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196" - integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== - dependencies: - cipher-base "^1.0.1" - inherits "^2.0.1" - md5.js "^1.3.4" - ripemd160 "^2.0.1" - sha.js "^2.4.0" +core-util-is@~1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" + integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== -create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: - version "1.1.7" - resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff" - integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== +cross-spawn@^7.0.3: + version "7.0.3" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== dependencies: - cipher-base "^1.0.3" - create-hash "^1.1.0" - inherits "^2.0.1" - ripemd160 "^2.0.0" - safe-buffer "^5.0.1" - sha.js "^2.4.8" - -cross-spawn@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982" - integrity sha1-ElYDfsufDF9549bvE14wdwGEuYI= - dependencies: - lru-cache "^4.0.1" - which "^1.2.9" - -cross-spawn@^6.0.0, cross-spawn@^6.0.5: - version "6.0.5" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" - integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - dependencies: - nice-try "^1.0.4" - path-key "^2.0.1" - semver "^5.5.0" - shebang-command "^1.2.0" - which "^1.2.9" - -crypto-browserify@^3.11.0: - version "3.12.0" - resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" - integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg== - dependencies: - browserify-cipher "^1.0.0" - browserify-sign "^4.0.0" - create-ecdh "^4.0.0" - create-hash "^1.1.0" - create-hmac "^1.1.0" - diffie-hellman "^5.0.0" - inherits "^2.0.1" - pbkdf2 "^3.0.3" - public-encrypt "^4.0.0" - randombytes "^2.0.0" - randomfill "^1.0.3" + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" -css-color-names@0.0.4, css-color-names@^0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0" - integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA= - -css-declaration-sorter@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz#c198940f63a76d7e36c1e71018b001721054cb22" - integrity sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA== +css-declaration-sorter@^6.0.3: + version "6.1.4" + resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.1.4.tgz#b9bfb4ed9a41f8dcca9bf7184d849ea94a8294b4" + integrity sha512-lpfkqS0fctcmZotJGhnxkIyJWvBXgpyi2wsFd4J8VB7wzyrT6Ch/3Q+FMNJpjK4gu1+GN5khOnpU2ZVKrLbhCw== dependencies: - postcss "^7.0.1" timsort "^0.3.0" -css-loader@^3.5.2: - version "3.6.0" - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645" - integrity sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ== +css-loader@^5.2.4: + version "5.2.7" + resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.7.tgz#9b9f111edf6fb2be5dc62525644cbc9c232064ae" + integrity sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg== dependencies: - camelcase "^5.3.1" - cssesc "^3.0.0" - icss-utils "^4.1.1" - loader-utils "^1.2.3" - normalize-path "^3.0.0" - postcss "^7.0.32" - postcss-modules-extract-imports "^2.0.0" - postcss-modules-local-by-default "^3.0.2" - postcss-modules-scope "^2.2.0" - postcss-modules-values "^3.0.0" + icss-utils "^5.1.0" + loader-utils "^2.0.0" + postcss "^8.2.15" + postcss-modules-extract-imports "^3.0.0" + postcss-modules-local-by-default "^4.0.0" + postcss-modules-scope "^3.0.0" + postcss-modules-values "^4.0.0" postcss-value-parser "^4.1.0" - schema-utils "^2.7.0" - semver "^6.3.0" - -css-select-base-adapter@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" - integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== + schema-utils "^3.0.0" + semver "^7.3.5" -css-select@^2.0.0, css-select@^2.0.2: - version "2.1.0" - resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef" - integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== +css-minimizer-webpack-plugin@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-2.0.0.tgz#3c42f6624ed4cf4780dd963e23ee649e5a25c1a8" + integrity sha512-cG/uc94727tx5pBNtb1Sd7gvUPzwmcQi1lkpfqTpdkuNq75hJCw7bIVsCNijLm4dhDcr1atvuysl2rZqOG8Txw== dependencies: - boolbase "^1.0.0" - css-what "^3.2.1" - domutils "^1.7.0" - nth-check "^1.0.2" + cssnano "^5.0.0" + jest-worker "^26.3.0" + p-limit "^3.0.2" + postcss "^8.2.9" + schema-utils "^3.0.0" + serialize-javascript "^5.0.1" + source-map "^0.6.1" -css-tree@1.0.0-alpha.37: - version "1.0.0-alpha.37" - resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22" - integrity sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== +css-select@^4.1.3: + version "4.2.1" + resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.2.1.tgz#9e665d6ae4c7f9d65dbe69d0316e3221fb274cdd" + integrity sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ== dependencies: - mdn-data "2.0.4" - source-map "^0.6.1" + boolbase "^1.0.0" + css-what "^5.1.0" + domhandler "^4.3.0" + domutils "^2.8.0" + nth-check "^2.0.1" -css-tree@^1.1.2: +css-tree@^1.1.2, css-tree@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d" integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q== @@ -2359,10 +2006,10 @@ css-tree@^1.1.2: mdn-data "2.0.14" source-map "^0.6.1" -css-what@^3.2.1: - version "3.4.2" - resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4" - integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== +css-what@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.1.0.tgz#3f7b707aadf633baf62c2ceb8579b545bb40f7fe" + integrity sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw== css@^2.0.0: version "2.2.4" @@ -2379,93 +2026,62 @@ cssesc@^3.0.0: resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== -cssnano-preset-default@^4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.8.tgz#920622b1fc1e95a34e8838203f1397a504f2d3ff" - integrity sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ== - dependencies: - css-declaration-sorter "^4.0.1" - cssnano-util-raw-cache "^4.0.1" - postcss "^7.0.0" - postcss-calc "^7.0.1" - postcss-colormin "^4.0.3" - postcss-convert-values "^4.0.1" - postcss-discard-comments "^4.0.2" - postcss-discard-duplicates "^4.0.2" - postcss-discard-empty "^4.0.1" - postcss-discard-overridden "^4.0.1" - postcss-merge-longhand "^4.0.11" - postcss-merge-rules "^4.0.3" - postcss-minify-font-values "^4.0.2" - postcss-minify-gradients "^4.0.2" - postcss-minify-params "^4.0.2" - postcss-minify-selectors "^4.0.2" - postcss-normalize-charset "^4.0.1" - postcss-normalize-display-values "^4.0.2" - postcss-normalize-positions "^4.0.2" - postcss-normalize-repeat-style "^4.0.2" - postcss-normalize-string "^4.0.2" - postcss-normalize-timing-functions "^4.0.2" - postcss-normalize-unicode "^4.0.1" - postcss-normalize-url "^4.0.1" - postcss-normalize-whitespace "^4.0.2" - postcss-ordered-values "^4.1.2" - postcss-reduce-initial "^4.0.3" - postcss-reduce-transforms "^4.0.2" - postcss-svgo "^4.0.3" - postcss-unique-selectors "^4.0.1" - -cssnano-util-get-arguments@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz#ed3a08299f21d75741b20f3b81f194ed49cc150f" - integrity sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8= - -cssnano-util-get-match@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz#c0e4ca07f5386bb17ec5e52250b4f5961365156d" - integrity sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0= - -cssnano-util-raw-cache@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz#b26d5fd5f72a11dfe7a7846fb4c67260f96bf282" - integrity sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA== - dependencies: - postcss "^7.0.0" - -cssnano-util-same-parent@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz#574082fb2859d2db433855835d9a8456ea18bbf3" - integrity sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q== +cssnano-preset-default@^5.1.12: + version "5.1.12" + resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.1.12.tgz#64e2ad8e27a279e1413d2d2383ef89a41c909be9" + integrity sha512-rO/JZYyjW1QNkWBxMGV28DW7d98UDLaF759frhli58QFehZ+D/LSmwQ2z/ylBAe2hUlsIWTq6NYGfQPq65EF9w== + dependencies: + css-declaration-sorter "^6.0.3" + cssnano-utils "^3.0.2" + postcss-calc "^8.2.0" + postcss-colormin "^5.2.5" + postcss-convert-values "^5.0.4" + postcss-discard-comments "^5.0.3" + postcss-discard-duplicates "^5.0.3" + postcss-discard-empty "^5.0.3" + postcss-discard-overridden "^5.0.4" + postcss-merge-longhand "^5.0.6" + postcss-merge-rules "^5.0.6" + postcss-minify-font-values "^5.0.4" + postcss-minify-gradients "^5.0.6" + postcss-minify-params "^5.0.5" + postcss-minify-selectors "^5.1.3" + postcss-normalize-charset "^5.0.3" + postcss-normalize-display-values "^5.0.3" + postcss-normalize-positions "^5.0.4" + postcss-normalize-repeat-style "^5.0.4" + postcss-normalize-string "^5.0.4" + postcss-normalize-timing-functions "^5.0.3" + postcss-normalize-unicode "^5.0.4" + postcss-normalize-url "^5.0.5" + postcss-normalize-whitespace "^5.0.4" + postcss-ordered-values "^5.0.5" + postcss-reduce-initial "^5.0.3" + postcss-reduce-transforms "^5.0.4" + postcss-svgo "^5.0.4" + postcss-unique-selectors "^5.0.4" + +cssnano-utils@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/cssnano-utils/-/cssnano-utils-3.0.2.tgz#d82b4991a27ba6fec644b39bab35fe027137f516" + integrity sha512-KhprijuQv2sP4kT92sSQwhlK3SJTbDIsxcfIEySB0O+3m9esFOai7dP9bMx5enHAh2MwarVIcnwiWoOm01RIbQ== -cssnano@^4.1.10: - version "4.1.11" - resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.11.tgz#c7b5f5b81da269cb1fd982cb960c1200910c9a99" - integrity sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g== +cssnano@^5.0.0: + version "5.0.17" + resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.0.17.tgz#ff45713c05cfc780a1aeb3e663b6f224d091cabf" + integrity sha512-fmjLP7k8kL18xSspeXTzRhaFtRI7DL9b8IcXR80JgtnWBpvAzHT7sCR/6qdn0tnxIaINUN6OEQu83wF57Gs3Xw== dependencies: - cosmiconfig "^5.0.0" - cssnano-preset-default "^4.0.8" - is-resolvable "^1.0.0" - postcss "^7.0.0" + cssnano-preset-default "^5.1.12" + lilconfig "^2.0.3" + yaml "^1.10.2" -csso@^4.0.2: +csso@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529" integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA== dependencies: css-tree "^1.1.2" -currently-unhandled@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" - integrity sha1-mI3zP+qxke95mmE2nddsF635V+o= - dependencies: - array-find-index "^1.0.1" - -cyclist@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" - integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= - d@1, d@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a" @@ -2474,21 +2090,14 @@ d@1, d@^1.0.1: es5-ext "^0.10.50" type "^1.0.1" -dashdash@^1.12.0: - version "1.14.1" - resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" - integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= - dependencies: - assert-plus "^1.0.0" - -debug@2.6.9, debug@^2.2.0, debug@^2.3.3: +debug@2.6.9: version "2.6.9" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== dependencies: ms "2.0.0" -debug@^3.0.0, debug@^3.1.1, debug@^3.2.6: +debug@^3.1.1: version "3.2.7" resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== @@ -2496,17 +2105,12 @@ debug@^3.0.0, debug@^3.1.1, debug@^3.2.6: ms "^2.1.1" debug@^4.1.0, debug@^4.1.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee" - integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== + version "4.3.3" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664" + integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q== dependencies: ms "2.1.2" -decamelize@^1.1.2, decamelize@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - decode-uri-component@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" @@ -2524,13 +2128,17 @@ deep-equal@^1.0.1: object-keys "^1.1.1" regexp.prototype.flags "^1.2.0" -default-gateway@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b" - integrity sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA== +default-gateway@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-6.0.3.tgz#819494c888053bdb743edbf343d6cdf7f2943a71" + integrity sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg== dependencies: - execa "^1.0.0" - ip-regex "^2.1.0" + execa "^5.0.0" + +define-lazy-prop@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" + integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== define-properties@^1.1.3: version "1.1.3" @@ -2539,28 +2147,6 @@ define-properties@^1.1.3: dependencies: object-keys "^1.0.12" -define-property@^0.2.5: - version "0.2.5" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" - integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= - dependencies: - is-descriptor "^0.1.0" - -define-property@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" - integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= - dependencies: - is-descriptor "^1.0.0" - -define-property@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" - integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== - dependencies: - is-descriptor "^1.0.2" - isobject "^3.0.1" - del@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/del/-/del-4.1.1.tgz#9e8f117222ea44a31ff3a156c049b99052a9f0b4" @@ -2574,52 +2160,41 @@ del@^4.1.1: pify "^4.0.1" rimraf "^2.6.3" -delayed-stream@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" - integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= - -delegates@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" - integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= +del@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/del/-/del-6.0.0.tgz#0b40d0332cea743f1614f818be4feb717714c952" + integrity sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ== + dependencies: + globby "^11.0.1" + graceful-fs "^4.2.4" + is-glob "^4.0.1" + is-path-cwd "^2.2.0" + is-path-inside "^3.0.2" + p-map "^4.0.0" + rimraf "^3.0.2" + slash "^3.0.0" depd@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= -des.js@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843" - integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== - dependencies: - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - destroy@~1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= -detect-file@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" - integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= - detect-node@^2.0.4: version "2.1.0" resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1" integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g== -diffie-hellman@^5.0.0: - version "5.0.3" - resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" - integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== +dir-glob@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" + integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== dependencies: - bn.js "^4.1.0" - miller-rabin "^4.0.0" - randombytes "^2.0.0" + path-type "^4.0.0" dns-equal@^1.0.0: version "1.0.0" @@ -2641,103 +2216,57 @@ dns-txt@^2.0.2: dependencies: buffer-indexof "^1.0.0" -dom-converter@^0.2: +dom-converter@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768" integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== dependencies: utila "~0.4" -dom-serializer@0: - version "0.2.2" - resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51" - integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== +dom-serializer@^1.0.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.2.tgz#6206437d32ceefaec7161803230c7a20bc1b4d91" + integrity sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig== dependencies: domelementtype "^2.0.1" + domhandler "^4.2.0" entities "^2.0.0" -domain-browser@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" - integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== - -domelementtype@1, domelementtype@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" - integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== - -domelementtype@^2.0.1: +domelementtype@^2.0.1, domelementtype@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57" integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A== -domhandler@^2.3.0: - version "2.4.2" - resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803" - integrity sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA== - dependencies: - domelementtype "1" - -domutils@^1.5.1, domutils@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" - integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== - dependencies: - dom-serializer "0" - domelementtype "1" - -dot-prop@^5.2.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88" - integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== - dependencies: - is-obj "^2.0.0" - -duplexify@^3.4.2, duplexify@^3.6.0: - version "3.7.1" - resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309" - integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== +domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.0.tgz#16c658c626cf966967e306f966b431f77d4a5626" + integrity sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g== dependencies: - end-of-stream "^1.0.0" - inherits "^2.0.1" - readable-stream "^2.0.0" - stream-shift "^1.0.0" + domelementtype "^2.2.0" -ecc-jsbn@~0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" - integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= +domutils@^2.5.2, domutils@^2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" + integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== dependencies: - jsbn "~0.1.0" - safer-buffer "^2.1.0" + dom-serializer "^1.0.1" + domelementtype "^2.2.0" + domhandler "^4.2.0" ee-first@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= -electron-to-chromium@^1.3.723: - version "1.3.743" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz#fcec24d6d647cb84fd796b42caa1b4039a180894" - integrity sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg== - -elliptic@^6.5.3: - version "6.5.4" - resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" - integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ== - dependencies: - bn.js "^4.11.9" - brorand "^1.1.0" - hash.js "^1.0.0" - hmac-drbg "^1.0.1" - inherits "^2.0.4" - minimalistic-assert "^1.0.1" - minimalistic-crypto-utils "^1.0.1" - -emoji-regex@^7.0.1: - version "7.0.3" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" - integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== +electron-to-chromium@^1.4.71: + version "1.4.71" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.71.tgz#17056914465da0890ce00351a3b946fd4cd51ff6" + integrity sha512-Hk61vXXKRb2cd3znPE9F+2pLWdIOmP7GjiTj45y6L3W/lO+hSnUSUhq+6lEaERWBdZOHbk2s3YV5c9xVl3boVw== + +emoji-regex@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== emojis-list@^2.0.0: version "2.1.0" @@ -2754,83 +2283,35 @@ encodeurl@~1.0.2: resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= -end-of-stream@^1.0.0, end-of-stream@^1.1.0: - version "1.4.4" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" - integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - dependencies: - once "^1.4.0" - -enhanced-resolve@^4.1.1, enhanced-resolve@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec" - integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg== +enhanced-resolve@^5.8.3: + version "5.9.0" + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.9.0.tgz#49ac24953ac8452ed8fed2ef1340fc8e043667ee" + integrity sha512-weDYmzbBygL7HzGGS26M3hGQx68vehdEg6VUmqSOaFzXExFqlnKuSvsEJCVGQHScS8CQMbrAqftT+AzzHNt/YA== dependencies: - graceful-fs "^4.1.2" - memory-fs "^0.5.0" - tapable "^1.0.0" - -entities@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" - integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== + graceful-fs "^4.2.4" + tapable "^2.2.0" entities@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== -errno@^0.1.3, errno@~0.1.7: - version "0.1.8" - resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f" - integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A== - dependencies: - prr "~1.0.1" - -error-ex@^1.2.0, error-ex@^1.3.1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - dependencies: - is-arrayish "^0.2.1" +envinfo@^7.7.3: + version "7.8.1" + resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475" + integrity sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw== -error-stack-parser@^2.0.2: - version "2.0.6" - resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.6.tgz#5a99a707bd7a4c58a797902d48d82803ede6aad8" - integrity sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ== +error-stack-parser@^2.0.0: + version "2.0.7" + resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.7.tgz#b0c6e2ce27d0495cf78ad98715e0cad1219abb57" + integrity sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA== dependencies: stackframe "^1.1.1" -es-abstract@^1.17.2, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2: - version "1.18.3" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0" - integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw== - dependencies: - call-bind "^1.0.2" - es-to-primitive "^1.2.1" - function-bind "^1.1.1" - get-intrinsic "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.2" - is-callable "^1.2.3" - is-negative-zero "^2.0.1" - is-regex "^1.1.3" - is-string "^1.0.6" - object-inspect "^1.10.3" - object-keys "^1.1.1" - object.assign "^4.1.2" - string.prototype.trimend "^1.0.4" - string.prototype.trimstart "^1.0.4" - unbox-primitive "^1.0.1" - -es-to-primitive@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" - integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== - dependencies: - is-callable "^1.1.4" - is-date-object "^1.0.1" - is-symbol "^1.0.2" +es-module-lexer@^0.9.0: + version "0.9.3" + resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19" + integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ== es5-ext@^0.10.35, es5-ext@^0.10.50: version "0.10.53" @@ -2868,7 +2349,7 @@ escape-html@~1.0.3: resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= -escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: +escape-string-regexp@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= @@ -2878,20 +2359,15 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-scope@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" - integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== +eslint-scope@5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" + integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== dependencies: - esrecurse "^4.1.0" + esrecurse "^4.3.0" estraverse "^4.1.1" -esprima@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" - integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - -esrecurse@^4.1.0: +esrecurse@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== @@ -2904,9 +2380,9 @@ estraverse@^4.1.1: integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== estraverse@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880" - integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== + version "5.3.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" + integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== esutils@^2.0.2: version "2.0.3" @@ -2923,70 +2399,37 @@ eventemitter3@^4.0.0: resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== -events@^3.0.0: +events@^3.2.0: version "3.3.0" resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== -eventsource@^1.0.7: - version "1.1.0" - resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-1.1.0.tgz#00e8ca7c92109e94b0ddf32dac677d841028cfaf" - integrity sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg== - dependencies: - original "^1.0.0" - -evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02" - integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== - dependencies: - md5.js "^1.3.4" - safe-buffer "^5.1.1" - -execa@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" - integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== - dependencies: - cross-spawn "^6.0.0" - get-stream "^4.0.0" - is-stream "^1.1.0" - npm-run-path "^2.0.0" - p-finally "^1.0.0" - signal-exit "^3.0.0" - strip-eof "^1.0.0" - -expand-brackets@^2.1.4: - version "2.1.4" - resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" - integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= - dependencies: - debug "^2.3.3" - define-property "^0.2.5" - extend-shallow "^2.0.1" - posix-character-classes "^0.1.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -expand-tilde@^2.0.0, expand-tilde@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502" - integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= - dependencies: - homedir-polyfill "^1.0.1" +execa@^5.0.0: + version "5.1.1" + resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" + integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== + dependencies: + cross-spawn "^7.0.3" + get-stream "^6.0.0" + human-signals "^2.1.0" + is-stream "^2.0.0" + merge-stream "^2.0.0" + npm-run-path "^4.0.1" + onetime "^5.1.2" + signal-exit "^3.0.3" + strip-final-newline "^2.0.0" express@^4.17.1: - version "4.17.1" - resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" - integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g== + version "4.17.3" + resolved "https://registry.yarnpkg.com/express/-/express-4.17.3.tgz#f6c7302194a4fb54271b73a1fe7a06478c8f85a1" + integrity sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg== dependencies: - accepts "~1.3.7" + accepts "~1.3.8" array-flatten "1.1.1" - body-parser "1.19.0" - content-disposition "0.5.3" + body-parser "1.19.2" + content-disposition "0.5.4" content-type "~1.0.4" - cookie "0.4.0" + cookie "0.4.2" cookie-signature "1.0.6" debug "2.6.9" depd "~1.1.2" @@ -3000,83 +2443,64 @@ express@^4.17.1: on-finished "~2.3.0" parseurl "~1.3.3" path-to-regexp "0.1.7" - proxy-addr "~2.0.5" - qs "6.7.0" + proxy-addr "~2.0.7" + qs "6.9.7" range-parser "~1.2.1" - safe-buffer "5.1.2" - send "0.17.1" - serve-static "1.14.1" - setprototypeof "1.1.1" + safe-buffer "5.2.1" + send "0.17.2" + serve-static "1.14.2" + setprototypeof "1.2.0" statuses "~1.5.0" type-is "~1.6.18" utils-merge "1.0.1" vary "~1.1.2" ext@^1.1.2: - version "1.4.0" - resolved "https://registry.yarnpkg.com/ext/-/ext-1.4.0.tgz#89ae7a07158f79d35517882904324077e4379244" - integrity sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A== - dependencies: - type "^2.0.0" - -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= - dependencies: - is-extendable "^0.1.0" - -extend-shallow@^3.0.0, extend-shallow@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" - integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= + version "1.6.0" + resolved "https://registry.yarnpkg.com/ext/-/ext-1.6.0.tgz#3871d50641e874cc172e2b53f919842d19db4c52" + integrity sha512-sdBImtzkq2HpkdRLtlLWDa6w4DX22ijZLKx8BMPUuKe1c5lbN6xwQDQCxSfxBQnHZ13ls/FH0MQZx/q/gr6FQg== dependencies: - assign-symbols "^1.0.0" - is-extendable "^1.0.1" - -extend@~3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" - integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== - -extglob@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" - integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== - dependencies: - array-unique "^0.3.2" - define-property "^1.0.0" - expand-brackets "^2.1.4" - extend-shallow "^2.0.1" - fragment-cache "^0.2.1" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -extsprintf@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" - integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= - -extsprintf@^1.2.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" - integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= + type "^2.5.0" -fast-deep-equal@^3.1.1: +fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== +fast-glob@^3.2.9: + version "3.2.11" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" + integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew== + dependencies: + "@nodelib/fs.stat" "^2.0.2" + "@nodelib/fs.walk" "^1.2.3" + glob-parent "^5.1.2" + merge2 "^1.3.0" + micromatch "^4.0.4" + fast-json-stable-stringify@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== -fast-levenshtein@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" - integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= +fast-levenshtein@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz#37b899ae47e1090e40e3fd2318e4d5f0142ca912" + integrity sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ== + dependencies: + fastest-levenshtein "^1.0.7" + +fastest-levenshtein@^1.0.12, fastest-levenshtein@^1.0.7: + version "1.0.12" + resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz#9990f7d3a88cc5a9ffd1f1745745251700d497e2" + integrity sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow== + +fastq@^1.6.0: + version "1.13.0" + resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c" + integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw== + dependencies: + reusify "^1.0.4" faye-websocket@^0.11.3: version "0.11.4" @@ -3085,11 +2509,6 @@ faye-websocket@^0.11.3: dependencies: websocket-driver ">=0.5.1" -figgy-pudding@^3.5.1: - version "3.5.2" - resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e" - integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== - file-loader@^6.0.0: version "6.2.0" resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d" @@ -3098,21 +2517,6 @@ file-loader@^6.0.0: loader-utils "^2.0.0" schema-utils "^3.0.0" -file-uri-to-path@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" - integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== - -fill-range@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" - integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= - dependencies: - extend-shallow "^2.0.1" - is-number "^3.0.0" - repeat-string "^1.6.1" - to-regex-range "^2.1.0" - fill-range@^7.0.1: version "7.0.1" resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" @@ -3133,32 +2537,15 @@ finalhandler@~1.1.2: statuses "~1.5.0" unpipe "~1.0.0" -find-cache-dir@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" - integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== - dependencies: - commondir "^1.0.1" - make-dir "^2.0.0" - pkg-dir "^3.0.0" - find-cache-dir@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880" - integrity sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ== + version "3.3.2" + resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b" + integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig== dependencies: commondir "^1.0.1" make-dir "^3.0.2" pkg-dir "^4.1.0" -find-up@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" - integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= - dependencies: - path-exists "^2.0.0" - pinkie-promise "^2.0.0" - find-up@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" @@ -3174,167 +2561,47 @@ find-up@^4.0.0: locate-path "^5.0.0" path-exists "^4.0.0" -findup-sync@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1" - integrity sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg== - dependencies: - detect-file "^1.0.0" - is-glob "^4.0.0" - micromatch "^3.0.4" - resolve-dir "^1.0.1" - -flush-write-stream@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8" - integrity sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== - dependencies: - inherits "^2.0.3" - readable-stream "^2.3.6" - follow-redirects@^1.0.0: - version "1.14.1" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43" - integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg== - -for-in@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" - integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - -forever-agent@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" - integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= - -form-data@~2.3.2: - version "2.3.3" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" - integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.6" - mime-types "^2.1.12" + version "1.14.9" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7" + integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w== forwarded@0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== -fragment-cache@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" - integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= - dependencies: - map-cache "^0.2.2" - fresh@0.5.2: version "0.5.2" resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= -friendly-errors-webpack-plugin@^2.0.0-beta.1: - version "2.0.0-beta.2" - resolved "https://registry.yarnpkg.com/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-2.0.0-beta.2.tgz#69987c67c2ed3e93847248f8ba1920f75f6ff45c" - integrity sha512-0x14cdjGx5q0yZc3Cy9sgAF/szWUFx1WxH/IX88UuKbM5Z+7FCk/Z/6hFbXMcz3qqK0mp7WrHKX3cxhUAL2aqQ== - dependencies: - chalk "^2.4.2" - error-stack-parser "^2.0.2" - string-width "^2.0.0" - strip-ansi "^5" - -from2@^2.1.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" - integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= - dependencies: - inherits "^2.0.1" - readable-stream "^2.0.0" - -fs-extra@^7.0.0: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" - integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== - dependencies: - graceful-fs "^4.1.2" - jsonfile "^4.0.0" - universalify "^0.1.0" - -fs-write-stream-atomic@^1.0.8: - version "1.0.10" - resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" - integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= - dependencies: - graceful-fs "^4.1.2" - iferr "^0.1.5" - imurmurhash "^0.1.4" - readable-stream "1 || 2" +fs-monkey@1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.3.tgz#ae3ac92d53bb328efe0e9a1d9541f6ad8d48e2d3" + integrity sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q== fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= -fsevents@^1.2.7: - version "1.2.13" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38" - integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== - dependencies: - bindings "^1.5.0" - nan "^2.12.1" - -fsevents@~2.3.1: +fsevents@~2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== -fstream@^1.0.0, fstream@^1.0.12: - version "1.0.12" - resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045" - integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg== - dependencies: - graceful-fs "^4.1.2" - inherits "~2.0.0" - mkdirp ">=0.5 0" - rimraf "2" - function-bind@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== -gauge@~2.7.3: - version "2.7.4" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" - integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= - dependencies: - aproba "^1.0.3" - console-control-strings "^1.0.0" - has-unicode "^2.0.0" - object-assign "^4.1.0" - signal-exit "^3.0.0" - string-width "^1.0.1" - strip-ansi "^3.0.1" - wide-align "^1.1.0" - -gaze@^1.0.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/gaze/-/gaze-1.1.3.tgz#c441733e13b927ac8c0ff0b4c3b033f28812924a" - integrity sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g== - dependencies: - globule "^1.0.0" - gensync@^1.0.0-beta.2: version "1.0.0-beta.2" resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== -get-caller-file@^2.0.1: - version "2.0.5" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" - integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - -get-intrinsic@^1.0.2, get-intrinsic@^1.1.1: +get-intrinsic@^1.0.2: version "1.1.1" resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== @@ -3343,49 +2610,32 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.1: has "^1.0.3" has-symbols "^1.0.1" -get-stdin@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" - integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= - -get-stream@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" - integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== - dependencies: - pump "^3.0.0" - -get-value@^2.0.3, get-value@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" - integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= - -getpass@^0.1.1: - version "0.1.7" - resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" - integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - dependencies: - assert-plus "^1.0.0" +get-port@^3.1.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/get-port/-/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc" + integrity sha1-3Xzn3hh8Bsi/NTeWrHHgmfCYDrw= -glob-parent@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" - integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= - dependencies: - is-glob "^3.1.0" - path-dirname "^1.0.0" +get-stream@^6.0.0: + version "6.0.1" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" + integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== -glob-parent@~5.1.0: +glob-parent@^5.1.2, glob-parent@~5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== dependencies: is-glob "^4.0.1" -glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@~7.1.1: - version "7.1.7" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90" - integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ== +glob-to-regexp@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e" + integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== + +glob@^7.0.3, glob@^7.1.3: + version "7.2.0" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" + integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q== dependencies: fs.realpath "^1.0.0" inflight "^1.0.4" @@ -3394,47 +2644,23 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@~7.1.1: once "^1.3.0" path-is-absolute "^1.0.0" -global-modules@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea" - integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== - dependencies: - global-prefix "^1.0.1" - is-windows "^1.0.1" - resolve-dir "^1.0.0" - -global-modules@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780" - integrity sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A== - dependencies: - global-prefix "^3.0.0" - -global-prefix@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe" - integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= - dependencies: - expand-tilde "^2.0.2" - homedir-polyfill "^1.0.1" - ini "^1.3.4" - is-windows "^1.0.1" - which "^1.2.14" - -global-prefix@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-3.0.0.tgz#fc85f73064df69f50421f47f883fe5b913ba9b97" - integrity sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg== - dependencies: - ini "^1.3.5" - kind-of "^6.0.2" - which "^1.3.1" - globals@^11.1.0: version "11.12.0" resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== +globby@^11.0.1: + version "11.1.0" + resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" + integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== + dependencies: + array-union "^2.1.0" + dir-glob "^3.0.1" + fast-glob "^3.2.9" + ignore "^5.2.0" + merge2 "^1.4.1" + slash "^3.0.0" + globby@^6.1.0: version "6.1.0" resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" @@ -3446,19 +2672,10 @@ globby@^6.1.0: pify "^2.0.0" pinkie-promise "^2.0.0" -globule@^1.0.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.2.tgz#d8bdd9e9e4eef8f96e245999a5dee7eb5d8529c4" - integrity sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA== - dependencies: - glob "~7.1.1" - lodash "~4.17.10" - minimatch "~3.0.2" - -graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6: - version "4.2.6" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee" - integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== +graceful-fs@^4.1.2, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9: + version "4.2.9" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96" + integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ== growly@^1.3.0: version "1.3.0" @@ -3470,31 +2687,6 @@ handle-thing@^2.0.0: resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e" integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg== -har-schema@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" - integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= - -har-validator@~5.1.3: - version "5.1.5" - resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd" - integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== - dependencies: - ajv "^6.12.3" - har-schema "^2.0.0" - -has-ansi@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" - integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= - dependencies: - ansi-regex "^2.0.0" - -has-bigints@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113" - integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== - has-flag@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" @@ -3510,92 +2702,20 @@ has-symbols@^1.0.1, has-symbols@^1.0.2: resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423" integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw== -has-unicode@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" - integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= - -has-value@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" - integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= - dependencies: - get-value "^2.0.3" - has-values "^0.1.4" - isobject "^2.0.0" - -has-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" - integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= - dependencies: - get-value "^2.0.6" - has-values "^1.0.0" - isobject "^3.0.0" - -has-values@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" - integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= - -has-values@^1.0.0: +has-tostringtag@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" - integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= + resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" + integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== dependencies: - is-number "^3.0.0" - kind-of "^4.0.0" + has-symbols "^1.0.2" -has@^1.0.0, has@^1.0.3: +has@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== dependencies: function-bind "^1.1.1" -hash-base@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33" - integrity sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== - dependencies: - inherits "^2.0.4" - readable-stream "^3.6.0" - safe-buffer "^5.2.0" - -hash.js@^1.0.0, hash.js@^1.0.3: - version "1.1.7" - resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42" - integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== - dependencies: - inherits "^2.0.3" - minimalistic-assert "^1.0.1" - -hex-color-regex@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" - integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== - -hmac-drbg@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" - integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= - dependencies: - hash.js "^1.0.3" - minimalistic-assert "^1.0.0" - minimalistic-crypto-utils "^1.0.1" - -homedir-polyfill@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8" - integrity sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== - dependencies: - parse-passwd "^1.0.0" - -hosted-git-info@^2.1.4: - version "2.8.9" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" - integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== - hpack.js@^2.1.6: version "2.1.6" resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2" @@ -3606,48 +2726,36 @@ hpack.js@^2.1.6: readable-stream "^2.0.1" wbuf "^1.1.0" -hsl-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/hsl-regex/-/hsl-regex-1.0.0.tgz#d49330c789ed819e276a4c0d272dffa30b18fe6e" - integrity sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4= - -hsla-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38" - integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg= +html-entities@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488" + integrity sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ== -html-entities@^1.3.1: - version "1.4.0" - resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.4.0.tgz#cfbd1b01d2afaf9adca1b10ae7dffab98c71d2dc" - integrity sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA== - -htmlparser2@^3.10.1: - version "3.10.1" - resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" - integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ== - dependencies: - domelementtype "^1.3.1" - domhandler "^2.3.0" - domutils "^1.5.1" - entities "^1.1.1" - inherits "^2.0.1" - readable-stream "^3.1.1" +htmlparser2@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7" + integrity sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A== + dependencies: + domelementtype "^2.0.1" + domhandler "^4.0.0" + domutils "^2.5.2" + entities "^2.0.0" http-deceiver@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87" integrity sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc= -http-errors@1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" - integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== +http-errors@1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.8.1.tgz#7c3f28577cbc8a207388455dbd62295ed07bd68c" + integrity sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g== dependencies: depd "~1.1.2" - inherits "2.0.3" - setprototypeof "1.1.1" + inherits "2.0.4" + setprototypeof "1.2.0" statuses ">= 1.5.0 < 2" - toidentifier "1.0.0" + toidentifier "1.0.1" http-errors@~1.6.2: version "1.6.3" @@ -3659,33 +2767,23 @@ http-errors@~1.6.2: setprototypeof "1.1.0" statuses ">= 1.4.0 < 2" -http-errors@~1.7.2: - version "1.7.3" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" - integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== - dependencies: - depd "~1.1.2" - inherits "2.0.4" - setprototypeof "1.1.1" - statuses ">= 1.5.0 < 2" - toidentifier "1.0.0" - http-parser-js@>=0.5.1: - version "0.5.3" - resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.3.tgz#01d2709c79d41698bb01d4decc5e9da4e4a033d9" - integrity sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg== + version "0.5.5" + resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.5.tgz#d7c30d5d3c90d865b4a2e870181f9d6f22ac7ac5" + integrity sha512-x+JVEkO2PoM8qqpbPbOL3cqHPwerep7OwzK7Ay+sMQjKzaKCqWvjoXm5tqMP9tXWWTnTzAjIhXg+J99XYuPhPA== -http-proxy-middleware@0.19.1: - version "0.19.1" - resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz#183c7dc4aa1479150306498c210cdaf96080a43a" - integrity sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q== +http-proxy-middleware@^2.0.0: + version "2.0.3" + resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.3.tgz#5df04f69a89f530c2284cd71eeaa51ba52243289" + integrity sha512-1bloEwnrHMnCoO/Gcwbz7eSVvW50KPES01PecpagI+YLNLci4AcuKJrujW4Mc3sBLpFxMSlsLNHS5Nl/lvrTPA== dependencies: - http-proxy "^1.17.0" - is-glob "^4.0.0" - lodash "^4.17.11" - micromatch "^3.1.10" + "@types/http-proxy" "^1.17.8" + http-proxy "^1.18.1" + is-glob "^4.0.1" + is-plain-obj "^3.0.0" + micromatch "^4.0.2" -http-proxy@^1.17.0: +http-proxy@^1.18.1: version "1.18.1" resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== @@ -3694,19 +2792,10 @@ http-proxy@^1.17.0: follow-redirects "^1.0.0" requires-port "^1.0.0" -http-signature@~1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" - integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= - dependencies: - assert-plus "^1.0.0" - jsprim "^1.2.2" - sshpk "^1.7.0" - -https-browserify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" - integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= +human-signals@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" + integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== iconv-lite@0.4.24: version "0.4.24" @@ -3715,65 +2804,33 @@ iconv-lite@0.4.24: dependencies: safer-buffer ">= 2.1.2 < 3" -icss-utils@^4.0.0, icss-utils@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467" - integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== - dependencies: - postcss "^7.0.14" - -ieee754@^1.1.4: - version "1.2.1" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" - integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== - -iferr@^0.1.5: - version "0.1.5" - resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501" - integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE= - -import-fresh@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" - integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - dependencies: - caller-path "^2.0.0" - resolve-from "^3.0.0" - -import-local@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d" - integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ== - dependencies: - pkg-dir "^3.0.0" - resolve-cwd "^2.0.0" +icss-utils@^5.0.0, icss-utils@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae" + integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA== -imurmurhash@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" - integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= +ignore@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" + integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== -in-publish@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/in-publish/-/in-publish-2.0.1.tgz#948b1a535c8030561cea522f73f78f4be357e00c" - integrity sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ== +immutable@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23" + integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw== -indent-string@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" - integrity sha1-ji1INIdCEhtKghi3oTfppSBJ3IA= +import-local@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.1.0.tgz#b4479df8a5fd44f6cdce24070675676063c95cb4" + integrity sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg== dependencies: - repeating "^2.0.0" + pkg-dir "^4.2.0" + resolve-cwd "^3.0.0" -indexes-of@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" - integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc= - -infer-owner@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" - integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== +indent-string@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" + integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== inflight@^1.0.4: version "1.0.6" @@ -3783,106 +2840,43 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3: +inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.3: version "2.0.4" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== -inherits@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" - integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= - inherits@2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= -ini@^1.3.4, ini@^1.3.5: - version "1.3.8" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" - integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== - -internal-ip@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907" - integrity sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg== - dependencies: - default-gateway "^4.2.0" - ipaddr.js "^1.9.0" - -interpret@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" - integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== - -ip-regex@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9" - integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= +interpret@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9" + integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw== -ip@^1.1.0, ip@^1.1.5: +ip@^1.1.0: version "1.1.5" resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= -ipaddr.js@1.9.1, ipaddr.js@^1.9.0: +ipaddr.js@1.9.1: version "1.9.1" resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== -is-absolute-url@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6" - integrity sha1-UFMN+4T8yap9vnhS6Do3uTufKqY= - -is-absolute-url@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-3.0.3.tgz#96c6a22b6a23929b11ea0afb1836c36ad4a5d698" - integrity sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q== - -is-accessor-descriptor@^0.1.6: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" - integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= - dependencies: - kind-of "^3.0.2" - -is-accessor-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" - integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== - dependencies: - kind-of "^6.0.0" +ipaddr.js@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.0.1.tgz#eca256a7a877e917aeb368b0a7497ddf42ef81c0" + integrity sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng== is-arguments@^1.0.4: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.0.tgz#62353031dfbee07ceb34656a6bde59efecae8dd9" - integrity sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg== - dependencies: - call-bind "^1.0.0" - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - -is-arrayish@^0.3.1: - version "0.3.2" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" - integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== - -is-bigint@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.2.tgz#ffb381442503235ad245ea89e45b3dbff040ee5a" - integrity sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA== - -is-binary-path@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" - integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" + integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== dependencies: - binary-extensions "^1.0.0" + call-bind "^1.0.2" + has-tostringtag "^1.0.0" is-binary-path@~2.1.0: version "2.1.0" @@ -3891,165 +2885,48 @@ is-binary-path@~2.1.0: dependencies: binary-extensions "^2.0.0" -is-boolean-object@^1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.1.tgz#3c0878f035cb821228d350d2e1e36719716a3de8" - integrity sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng== - dependencies: - call-bind "^1.0.2" - -is-buffer@^1.1.5: - version "1.1.6" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" - integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - -is-callable@^1.1.4, is-callable@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e" - integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ== - -is-color-stop@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345" - integrity sha1-z/9HGu5N1cnhWFmPvhKWe1za00U= - dependencies: - css-color-names "^0.0.4" - hex-color-regex "^1.1.0" - hsl-regex "^1.0.0" - hsla-regex "^1.0.0" - rgb-regex "^1.0.1" - rgba-regex "^1.0.0" - -is-core-module@^2.2.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1" - integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A== +is-core-module@^2.8.1: + version "2.8.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211" + integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA== dependencies: has "^1.0.3" -is-data-descriptor@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" - integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= - dependencies: - kind-of "^3.0.2" - -is-data-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" - integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== - dependencies: - kind-of "^6.0.0" - is-date-object@^1.0.1: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.4.tgz#550cfcc03afada05eea3dd30981c7b09551f73e5" - integrity sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A== - -is-descriptor@^0.1.0: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" - integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== - dependencies: - is-accessor-descriptor "^0.1.6" - is-data-descriptor "^0.1.4" - kind-of "^5.0.0" - -is-descriptor@^1.0.0, is-descriptor@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" - integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== + version "1.0.5" + resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f" + integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== dependencies: - is-accessor-descriptor "^1.0.0" - is-data-descriptor "^1.0.0" - kind-of "^6.0.2" - -is-directory@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" - integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= + has-tostringtag "^1.0.0" -is-docker@^2.0.0: +is-docker@^2.0.0, is-docker@^2.1.1: version "2.2.1" resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== -is-extendable@^0.1.0, is-extendable@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" - integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - -is-extendable@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" - integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== - dependencies: - is-plain-object "^2.0.4" - -is-extglob@^2.1.0, is-extglob@^2.1.1: +is-extglob@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= -is-finite@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3" - integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w== - -is-fullwidth-code-point@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" - integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= - dependencies: - number-is-nan "^1.0.0" - -is-fullwidth-code-point@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" - integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - -is-glob@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" - integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= - dependencies: - is-extglob "^2.1.0" +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== -is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" - integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== +is-glob@^4.0.1, is-glob@~4.0.1: + version "4.0.3" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" + integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== dependencies: is-extglob "^2.1.1" -is-negative-zero@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24" - integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== - -is-number-object@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.5.tgz#6edfaeed7950cff19afedce9fbfca9ee6dd289eb" - integrity sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw== - -is-number@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" - integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= - dependencies: - kind-of "^3.0.2" - is-number@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== -is-obj@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982" - integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== - -is-path-cwd@^2.0.0: +is-path-cwd@^2.0.0, is-path-cwd@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb" integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== @@ -4068,62 +2945,35 @@ is-path-inside@^2.1.0: dependencies: path-is-inside "^1.0.2" -is-plain-object@^2.0.3, is-plain-object@^2.0.4: +is-path-inside@^3.0.2: + version "3.0.3" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" + integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== + +is-plain-obj@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7" + integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA== + +is-plain-object@^2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== dependencies: isobject "^3.0.1" -is-regex@^1.0.4, is-regex@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f" - integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ== +is-regex@^1.0.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" + integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== dependencies: call-bind "^1.0.2" - has-symbols "^1.0.2" - -is-resolvable@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88" - integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== - -is-stream@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= - -is-string@^1.0.5, is-string@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f" - integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w== - -is-symbol@^1.0.2, is-symbol@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c" - integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg== - dependencies: - has-symbols "^1.0.2" - -is-typedarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - -is-utf8@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" - integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= - -is-windows@^1.0.1, is-windows@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" - integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== + has-tostringtag "^1.0.0" -is-wsl@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" - integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= +is-stream@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" + integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== is-wsl@^2.2.0: version "2.2.0" @@ -4132,7 +2982,7 @@ is-wsl@^2.2.0: dependencies: is-docker "^2.0.0" -isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: +isarray@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= @@ -4142,46 +2992,34 @@ isexe@^2.0.0: resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= -isobject@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" - integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= - dependencies: - isarray "1.0.0" - -isobject@^3.0.0, isobject@^3.0.1: +isobject@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= -isstream@~0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" - integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= +jest-worker@^26.3.0: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed" + integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== + dependencies: + "@types/node" "*" + merge-stream "^2.0.0" + supports-color "^7.0.0" -js-base64@^2.1.8: - version "2.6.4" - resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4" - integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ== +jest-worker@^27.4.5: + version "27.5.1" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.1.tgz#8d146f0900e8973b106b6f73cc1e9a8cb86f8db0" + integrity sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg== + dependencies: + "@types/node" "*" + merge-stream "^2.0.0" + supports-color "^8.0.0" js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== -js-yaml@^3.13.1: - version "3.14.1" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" - integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - -jsbn@~0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" - integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - jsesc@^2.5.1: version "2.5.2" resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" @@ -4192,7 +3030,7 @@ jsesc@~0.5.0: resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= -json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: +json-parse-better-errors@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== @@ -4202,20 +3040,10 @@ json-schema-traverse@^0.4.1: resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== -json-schema@0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" - integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= - -json-stringify-safe@~5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" - integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - -json3@^3.3.3: - version "3.3.3" - resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81" - integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA== +json-schema-traverse@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" + integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== json5@^1.0.1: version "1.0.1" @@ -4231,80 +3059,25 @@ json5@^2.1.2: dependencies: minimist "^1.2.5" -jsonfile@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" - integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - optionalDependencies: - graceful-fs "^4.1.6" - -jsprim@^1.2.2: - version "1.4.1" - resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" - integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= - dependencies: - assert-plus "1.0.0" - extsprintf "1.3.0" - json-schema "0.2.3" - verror "1.10.0" - -killable@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892" - integrity sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg== - -kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: - version "3.2.2" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" - integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= - dependencies: - is-buffer "^1.1.5" - -kind-of@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" - integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= - dependencies: - is-buffer "^1.1.5" - -kind-of@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" - integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== - -kind-of@^6.0.0, kind-of@^6.0.2: +kind-of@^6.0.2: version "6.0.3" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== -klona@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/klona/-/klona-1.1.2.tgz#a79e292518a5a5412ec8d097964bff1571a64db0" - integrity sha512-xf88rTeHiXk+XE2Vhi6yj8Wm3gMZrygGdKjJqN8HkV+PwF/t50/LdAKHoHpPcxFAlmQszTZ1CugrK25S7qDRLA== - -last-call-webpack-plugin@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz#9742df0e10e3cf46e5c0381c2de90d3a7a2d7555" - integrity sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w== - dependencies: - lodash "^4.17.5" - webpack-sources "^1.1.0" +klona@^2.0.4: + version "2.0.5" + resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.5.tgz#d166574d90076395d9963aa7a928fabb8d76afbc" + integrity sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ== -load-json-file@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" - integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= - dependencies: - graceful-fs "^4.1.2" - parse-json "^2.2.0" - pify "^2.0.0" - pinkie-promise "^2.0.0" - strip-bom "^2.0.0" +lilconfig@^2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.4.tgz#f4507d043d7058b380b6a8f5cb7bcd4b34cee082" + integrity sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA== -loader-runner@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357" - integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== +loader-runner@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.2.0.tgz#d7022380d66d14c5fb1d496b89864ebcfd478384" + integrity sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw== loader-utils@1.2.3: version "1.2.3" @@ -4315,7 +3088,7 @@ loader-utils@1.2.3: emojis-list "^2.0.0" json5 "^1.0.1" -loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0: +loader-utils@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613" integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== @@ -4325,9 +3098,9 @@ loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0: json5 "^1.0.1" loader-utils@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0" - integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ== + version "2.0.2" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.2.tgz#d6e3b4fb81870721ae4e0868ab11dd638368c129" + integrity sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A== dependencies: big.js "^5.2.2" emojis-list "^3.0.0" @@ -4363,39 +3136,11 @@ lodash.uniq@^4.5.0: resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.5, lodash@~4.17.10: +lodash@^4.17.14, lodash@^4.17.20, lodash@^4.17.21: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== -loglevel@^1.6.8: - version "1.7.1" - resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197" - integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw== - -loud-rejection@^1.0.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" - integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= - dependencies: - currently-unhandled "^0.4.1" - signal-exit "^3.0.0" - -lru-cache@^4.0.1: - version "4.1.5" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" - integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== - dependencies: - pseudomap "^1.0.2" - yallist "^2.1.2" - -lru-cache@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" - integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - dependencies: - yallist "^3.0.2" - lru-cache@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" @@ -4403,14 +3148,6 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -make-dir@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" - integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== - dependencies: - pify "^4.0.1" - semver "^5.6.0" - make-dir@^3.0.2, make-dir@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" @@ -4418,233 +3155,117 @@ make-dir@^3.0.2, make-dir@^3.1.0: dependencies: semver "^6.0.0" -map-cache@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" - integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - -map-obj@^1.0.0, map-obj@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" - integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= - -map-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" - integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= - dependencies: - object-visit "^1.0.0" - -md5.js@^1.3.4: - version "1.3.5" - resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f" - integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== - dependencies: - hash-base "^3.0.0" - inherits "^2.0.1" - safe-buffer "^5.1.2" - mdn-data@2.0.14: version "2.0.14" resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50" integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow== -mdn-data@2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" - integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== - media-typer@0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= -memory-fs@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" - integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= - dependencies: - errno "^0.1.3" - readable-stream "^2.0.1" - -memory-fs@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.5.0.tgz#324c01288b88652966d161db77838720845a8e3c" - integrity sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== +memfs@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.4.1.tgz#b78092f466a0dce054d63d39275b24c71d3f1305" + integrity sha512-1c9VPVvW5P7I85c35zAdEr1TD5+F11IToIHIlrVIcflfnzPkJa0ZoYEoEdYDP8KgPFoSZ/opDrUsAoZWym3mtw== dependencies: - errno "^0.1.3" - readable-stream "^2.0.1" - -meow@^3.7.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" - integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs= - dependencies: - camelcase-keys "^2.0.0" - decamelize "^1.1.2" - loud-rejection "^1.0.0" - map-obj "^1.0.1" - minimist "^1.1.3" - normalize-package-data "^2.3.4" - object-assign "^4.0.1" - read-pkg-up "^1.0.1" - redent "^1.0.0" - trim-newlines "^1.0.0" + fs-monkey "1.0.3" merge-descriptors@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= +merge-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" + integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== + +merge2@^1.3.0, merge2@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" + integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== + methods@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= -micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4: - version "3.1.10" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" - integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - braces "^2.3.1" - define-property "^2.0.2" - extend-shallow "^3.0.2" - extglob "^2.0.4" - fragment-cache "^0.2.1" - kind-of "^6.0.2" - nanomatch "^1.2.9" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.2" - -miller-rabin@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" - integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== +micromatch@^4.0.2, micromatch@^4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9" + integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg== dependencies: - bn.js "^4.0.0" - brorand "^1.0.1" + braces "^3.0.1" + picomatch "^2.2.3" -mime-db@1.48.0, "mime-db@>= 1.43.0 < 2": - version "1.48.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.48.0.tgz#e35b31045dd7eada3aaad537ed88a33afbef2d1d" - integrity sha512-FM3QwxV+TnZYQ2aRqhlKBMHxk10lTbMt3bBkMAp54ddrNeVSfcQYOOKuGuy3Ddrm38I04If834fOUSq1yzslJQ== +mime-db@1.51.0, "mime-db@>= 1.43.0 < 2": + version "1.51.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c" + integrity sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g== -mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24: - version "2.1.31" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.31.tgz#a00d76b74317c61f9c2db2218b8e9f8e9c5c9e6b" - integrity sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg== +mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17, mime-types@~2.1.24, mime-types@~2.1.34: + version "2.1.34" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.34.tgz#5a712f9ec1503511a945803640fafe09d3793c24" + integrity sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A== dependencies: - mime-db "1.48.0" + mime-db "1.51.0" mime@1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== -mime@^2.4.4: - version "2.5.2" - resolved "https://registry.yarnpkg.com/mime/-/mime-2.5.2.tgz#6e3dc6cc2b9510643830e5f19d5cb753da5eeabe" - integrity sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg== +mimic-fn@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" + integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== -"mini-css-extract-plugin@>=0.4.0 <0.4.3": - version "0.4.2" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.2.tgz#b3ecc0d6b1bbe5ff14add42b946a7b200cf78651" - integrity sha512-ots7URQH4wccfJq9Ssrzu2+qupbncAce4TmTzunI9CIwlQMp2XI+WNUw6xWF6MMAGAm1cbUVINrSjATaVMyKXg== +mini-css-extract-plugin@^1.5.0: + version "1.6.2" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz#83172b4fd812f8fc4a09d6f6d16f924f53990ca8" + integrity sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q== dependencies: - loader-utils "^1.1.0" - schema-utils "^1.0.0" + loader-utils "^2.0.0" + schema-utils "^3.0.0" webpack-sources "^1.1.0" -minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: +minimalistic-assert@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== -minimalistic-crypto-utils@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" - integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= - -minimatch@^3.0.4, minimatch@~3.0.2: - version "3.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== +minimatch@^3.0.4: + version "3.1.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== dependencies: brace-expansion "^1.1.7" -minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5: +minimist@^1.2.0, minimist@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== -mississippi@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022" - integrity sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA== - dependencies: - concat-stream "^1.5.0" - duplexify "^3.4.2" - end-of-stream "^1.1.0" - flush-write-stream "^1.0.0" - from2 "^2.1.0" - parallel-transform "^1.1.0" - pump "^3.0.0" - pumpify "^1.3.3" - stream-each "^1.1.0" - through2 "^2.0.0" - -mixin-deep@^1.2.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" - integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== - dependencies: - for-in "^1.0.2" - is-extendable "^1.0.1" - -"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@~0.5.1: +mkdirp@^0.5.5: version "0.5.5" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== dependencies: minimist "^1.2.5" -mkdirp@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" - integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== - -move-concurrently@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" - integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= - dependencies: - aproba "^1.1.1" - copy-concurrently "^1.0.0" - fs-write-stream-atomic "^1.0.8" - mkdirp "^0.5.1" - rimraf "^2.5.4" - run-queue "^1.0.3" - ms@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= -ms@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" - integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== - ms@2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== -ms@^2.1.1: +ms@2.1.3, ms@^2.1.1: version "2.1.3" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== @@ -4662,34 +3283,17 @@ multicast-dns@^6.0.1: dns-packet "^1.3.1" thunky "^1.0.2" -nan@^2.12.1, nan@^2.13.2: - version "2.14.2" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19" - integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== - -nanomatch@^1.2.9: - version "1.2.13" - resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" - integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - define-property "^2.0.2" - extend-shallow "^3.0.2" - fragment-cache "^0.2.1" - is-windows "^1.0.2" - kind-of "^6.0.2" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" +nanoid@^3.2.0: + version "3.3.1" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35" + integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw== -negotiator@0.6.2: - version "0.6.2" - resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" - integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== +negotiator@0.6.3: + version "0.6.3" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" + integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== -neo-async@^2.5.0, neo-async@^2.6.1, neo-async@^2.6.2: +neo-async@^2.6.2: version "2.6.2" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== @@ -4699,62 +3303,10 @@ next-tick@~1.0.0: resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c" integrity sha1-yobR/ogoFpsBICCOPchCS524NCw= -nice-try@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" - integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - -node-forge@^0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3" - integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== - -node-gyp@^3.8.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.8.0.tgz#540304261c330e80d0d5edce253a68cb3964218c" - integrity sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA== - dependencies: - fstream "^1.0.0" - glob "^7.0.3" - graceful-fs "^4.1.2" - mkdirp "^0.5.0" - nopt "2 || 3" - npmlog "0 || 1 || 2 || 3 || 4" - osenv "0" - request "^2.87.0" - rimraf "2" - semver "~5.3.0" - tar "^2.0.0" - which "1" - -node-libs-browser@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425" - integrity sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q== - dependencies: - assert "^1.1.1" - browserify-zlib "^0.2.0" - buffer "^4.3.0" - console-browserify "^1.1.0" - constants-browserify "^1.0.0" - crypto-browserify "^3.11.0" - domain-browser "^1.1.1" - events "^3.0.0" - https-browserify "^1.0.0" - os-browserify "^0.3.0" - path-browserify "0.0.1" - process "^0.11.10" - punycode "^1.2.4" - querystring-es3 "^0.2.0" - readable-stream "^2.3.3" - stream-browserify "^2.0.1" - stream-http "^2.7.2" - string_decoder "^1.0.0" - timers-browserify "^2.0.4" - tty-browserify "0.0.0" - url "^0.11.0" - util "^0.11.0" - vm-browserify "^1.0.1" +node-forge@^1.2.0: + version "1.2.1" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c" + integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w== node-notifier@^9.0.0: version "9.0.1" @@ -4768,121 +3320,40 @@ node-notifier@^9.0.0: uuid "^8.3.0" which "^2.0.2" -node-releases@^1.1.71: - version "1.1.72" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.72.tgz#14802ab6b1039a79a0c7d662b610a5bbd76eacbe" - integrity sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw== - -node-sass@^4.11.0: - version "4.14.1" - resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.14.1.tgz#99c87ec2efb7047ed638fb4c9db7f3a42e2217b5" - integrity sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g== - dependencies: - async-foreach "^0.1.3" - chalk "^1.1.1" - cross-spawn "^3.0.0" - gaze "^1.0.0" - get-stdin "^4.0.1" - glob "^7.0.3" - in-publish "^2.0.0" - lodash "^4.17.15" - meow "^3.7.0" - mkdirp "^0.5.1" - nan "^2.13.2" - node-gyp "^3.8.0" - npmlog "^4.0.0" - request "^2.88.0" - sass-graph "2.2.5" - stdout-stream "^1.4.0" - "true-case-path" "^1.0.2" - -"nopt@2 || 3": - version "3.0.6" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" - integrity sha1-xkZdvwirzU2zWTF/eaxopkayj/k= - dependencies: - abbrev "1" - -normalize-package-data@^2.3.2, normalize-package-data@^2.3.4: - version "2.5.0" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" - integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - dependencies: - hosted-git-info "^2.1.4" - resolve "^1.10.0" - semver "2 || 3 || 4 || 5" - validate-npm-package-license "^3.0.1" - -normalize-path@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" - integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= - dependencies: - remove-trailing-separator "^1.0.1" +node-releases@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.2.tgz#7139fe71e2f4f11b47d4d2986aaf8c48699e0c01" + integrity sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg== normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== -normalize-url@^3.0.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" - integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== - -npm-run-path@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" - integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= - dependencies: - path-key "^2.0.0" +normalize-url@^6.0.1: + version "6.1.0" + resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a" + integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A== -"npmlog@0 || 1 || 2 || 3 || 4", npmlog@^4.0.0: - version "4.1.2" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" - integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== +npm-run-path@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" + integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== dependencies: - are-we-there-yet "~1.1.2" - console-control-strings "~1.1.0" - gauge "~2.7.3" - set-blocking "~2.0.0" + path-key "^3.0.0" -nth-check@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" - integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== +nth-check@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2" + integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w== dependencies: - boolbase "~1.0.0" - -number-is-nan@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" - integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= - -oauth-sign@~0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" - integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== + boolbase "^1.0.0" -object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: +object-assign@^4.0.1: version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= -object-copy@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" - integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - dependencies: - copy-descriptor "^0.1.0" - define-property "^0.2.5" - kind-of "^3.0.3" - -object-inspect@^1.10.3: - version "1.10.3" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369" - integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw== - object-is@^1.0.1: version "1.1.5" resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac" @@ -4896,14 +3367,7 @@ object-keys@^1.0.12, object-keys@^1.1.1: resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== -object-visit@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" - integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - dependencies: - isobject "^3.0.0" - -object.assign@^4.1.0, object.assign@^4.1.2: +object.assign@^4.1.0: version "4.1.2" resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== @@ -4913,40 +3377,6 @@ object.assign@^4.1.0, object.assign@^4.1.2: has-symbols "^1.0.1" object-keys "^1.1.1" -object.entries@^1.1.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4.tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd" - integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.18.2" - -object.getownpropertydescriptors@^2.1.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7" - integrity sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.18.0-next.2" - -object.pick@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" - integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - dependencies: - isobject "^3.0.1" - -object.values@^1.1.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30" - integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.18.2" - obuf@^1.0.0, obuf@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e" @@ -4964,62 +3394,28 @@ on-headers@~1.0.2: resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f" integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== -once@^1.3.0, once@^1.3.1, once@^1.4.0: +once@^1.3.0: version "1.4.0" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= dependencies: wrappy "1" -opn@^5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc" - integrity sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA== - dependencies: - is-wsl "^1.1.0" - -optimize-css-assets-webpack-plugin@^5.0.1: - version "5.0.6" - resolved "https://registry.yarnpkg.com/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.6.tgz#abad0c6c11a632201794f75ddba3ce13e32ae80e" - integrity sha512-JAYw7WrIAIuHWoKeSBB3lJ6ZG9PSDK3JJduv/FMpIY060wvbA8Lqn/TCtxNGICNlg0X5AGshLzIhpYrkltdq+A== - dependencies: - cssnano "^4.1.10" - last-call-webpack-plugin "^3.0.0" - -original@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/original/-/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f" - integrity sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg== +onetime@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" + integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== dependencies: - url-parse "^1.4.3" - -os-browserify@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" - integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= - -os-homedir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" - integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - -os-tmpdir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= + mimic-fn "^2.1.0" -osenv@0: - version "0.1.5" - resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" - integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== +open@^8.0.9: + version "8.4.0" + resolved "https://registry.yarnpkg.com/open/-/open-8.4.0.tgz#345321ae18f8138f82565a910fdc6b39e8c244f8" + integrity sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q== dependencies: - os-homedir "^1.0.0" - os-tmpdir "^1.0.0" - -p-finally@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" - integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= + define-lazy-prop "^2.0.0" + is-docker "^2.1.1" + is-wsl "^2.2.0" p-limit@^2.0.0, p-limit@^2.2.0: version "2.3.0" @@ -5028,6 +3424,13 @@ p-limit@^2.0.0, p-limit@^2.2.0: dependencies: p-try "^2.0.0" +p-limit@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== + dependencies: + yocto-queue "^0.1.0" + p-locate@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" @@ -5047,90 +3450,31 @@ p-map@^2.0.0: resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175" integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw== -p-retry@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-3.0.1.tgz#316b4c8893e2c8dc1cfa891f406c4b422bebf328" - integrity sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w== +p-map@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" + integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== + dependencies: + aggregate-error "^3.0.0" + +p-retry@^4.5.0: + version "4.6.1" + resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-4.6.1.tgz#8fcddd5cdf7a67a0911a9cf2ef0e5df7f602316c" + integrity sha512-e2xXGNhZOZ0lfgR9kL34iGlU8N/KO0xZnQxVEwdeOvpqNDQfdnxIYizvWtK8RglUa3bGqI8g0R/BdfzLMxRkiA== dependencies: - retry "^0.12.0" + "@types/retry" "^0.12.0" + retry "^0.13.1" p-try@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== -pako@~1.0.5: - version "1.0.11" - resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf" - integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== - -parallel-transform@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.2.0.tgz#9049ca37d6cb2182c3b1d2c720be94d14a5814fc" - integrity sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg== - dependencies: - cyclist "^1.0.1" - inherits "^2.0.3" - readable-stream "^2.1.5" - -parse-asn1@^5.0.0, parse-asn1@^5.1.5: - version "5.1.6" - resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4" - integrity sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw== - dependencies: - asn1.js "^5.2.0" - browserify-aes "^1.0.0" - evp_bytestokey "^1.0.0" - pbkdf2 "^3.0.3" - safe-buffer "^5.1.1" - -parse-json@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" - integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= - dependencies: - error-ex "^1.2.0" - -parse-json@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" - integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= - dependencies: - error-ex "^1.3.1" - json-parse-better-errors "^1.0.1" - -parse-passwd@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" - integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= - parseurl@~1.3.2, parseurl@~1.3.3: version "1.3.3" resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== -pascalcase@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" - integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= - -path-browserify@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a" - integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== - -path-dirname@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" - integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= - -path-exists@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" - integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= - dependencies: - pinkie-promise "^2.0.0" - path-exists@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" @@ -5151,12 +3495,12 @@ path-is-inside@^1.0.2: resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= -path-key@^2.0.0, path-key@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" - integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= +path-key@^3.0.0, path-key@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== -path-parse@^1.0.6: +path-parse@^1.0.7: version "1.0.7" resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== @@ -5166,35 +3510,20 @@ path-to-regexp@0.1.7: resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= -path-type@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" - integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= - dependencies: - graceful-fs "^4.1.2" - pify "^2.0.0" - pinkie-promise "^2.0.0" - -pbkdf2@^3.0.3: - version "3.1.2" - resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075" - integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA== - dependencies: - create-hash "^1.1.2" - create-hmac "^1.1.4" - ripemd160 "^2.0.1" - safe-buffer "^5.0.1" - sha.js "^2.4.8" +path-type@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" + integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== -performance-now@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" - integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= +picocolors@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" + integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== -picomatch@^2.0.4, picomatch@^2.2.1: - version "2.3.0" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972" - integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw== +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: + version "2.3.1" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== pify@^2.0.0: version "2.3.0" @@ -5218,14 +3547,7 @@ pinkie@^2.0.0: resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= -pkg-dir@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3" - integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== - dependencies: - find-up "^3.0.0" - -pkg-dir@^4.1.0: +pkg-dir@^4.1.0, pkg-dir@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== @@ -5239,7 +3561,7 @@ pkg-up@^3.1.0: dependencies: find-up "^3.0.0" -portfinder@^1.0.26: +portfinder@^1.0.28: version "1.0.28" resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.28.tgz#67c4622852bd5374dd1dd900f779f53462fac778" integrity sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA== @@ -5248,359 +3570,275 @@ portfinder@^1.0.26: debug "^3.1.1" mkdirp "^0.5.5" -posix-character-classes@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" - integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= - -postcss-calc@^7.0.1: - version "7.0.5" - resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.5.tgz#f8a6e99f12e619c2ebc23cf6c486fdc15860933e" - integrity sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg== +postcss-calc@^8.2.0: + version "8.2.4" + resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-8.2.4.tgz#77b9c29bfcbe8a07ff6693dc87050828889739a5" + integrity sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q== dependencies: - postcss "^7.0.27" - postcss-selector-parser "^6.0.2" - postcss-value-parser "^4.0.2" + postcss-selector-parser "^6.0.9" + postcss-value-parser "^4.2.0" -postcss-colormin@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-4.0.3.tgz#ae060bce93ed794ac71264f08132d550956bd381" - integrity sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw== +postcss-colormin@^5.2.5: + version "5.2.5" + resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-5.2.5.tgz#d1fc269ac2ad03fe641d462b5d1dada35c69968a" + integrity sha512-+X30aDaGYq81mFqwyPpnYInsZQnNpdxMX0ajlY7AExCexEFkPVV+KrO7kXwayqEWL2xwEbNQ4nUO0ZsRWGnevg== dependencies: - browserslist "^4.0.0" - color "^3.0.0" - has "^1.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + browserslist "^4.16.6" + caniuse-api "^3.0.0" + colord "^2.9.1" + postcss-value-parser "^4.2.0" -postcss-convert-values@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz#ca3813ed4da0f812f9d43703584e449ebe189a7f" - integrity sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ== +postcss-convert-values@^5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.0.4.tgz#3e74dd97c581f475ae7b4500bc0a7c4fb3a6b1b6" + integrity sha512-bugzSAyjIexdObovsPZu/sBCTHccImJxLyFgeV0MmNBm/Lw5h5XnjfML6gzEmJ3A6nyfCW7hb1JXzcsA4Zfbdw== dependencies: - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-discard-comments@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz#1fbabd2c246bff6aaad7997b2b0918f4d7af4033" - integrity sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== - dependencies: - postcss "^7.0.0" +postcss-discard-comments@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-5.0.3.tgz#011acb63418d600fdbe18804e1bbecb543ad2f87" + integrity sha512-6W5BemziRoqIdAKT+1QjM4bNcJAQ7z7zk073730NHg4cUXh3/rQHHj7pmYxUB9aGhuRhBiUf0pXvIHkRwhQP0Q== -postcss-discard-duplicates@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz#3fe133cd3c82282e550fc9b239176a9207b784eb" - integrity sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ== - dependencies: - postcss "^7.0.0" +postcss-discard-duplicates@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.0.3.tgz#10f202a4cfe9d407b73dfea7a477054d21ea0c1f" + integrity sha512-vPtm1Mf+kp7iAENTG7jI1MN1lk+fBqL5y+qxyi4v3H+lzsXEdfS3dwUZD45KVhgzDEgduur8ycB4hMegyMTeRw== -postcss-discard-empty@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz#c8c951e9f73ed9428019458444a02ad90bb9f765" - integrity sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w== - dependencies: - postcss "^7.0.0" +postcss-discard-empty@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-5.0.3.tgz#ec185af4a3710b88933b0ff751aa157b6041dd6a" + integrity sha512-xGJugpaXKakwKI7sSdZjUuN4V3zSzb2Y0LOlmTajFbNinEjTfVs9PFW2lmKBaC/E64WwYppfqLD03P8l9BuueA== -postcss-discard-overridden@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz#652aef8a96726f029f5e3e00146ee7a4e755ff57" - integrity sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg== - dependencies: - postcss "^7.0.0" +postcss-discard-overridden@^5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-5.0.4.tgz#cc999d6caf18ea16eff8b2b58f48ec3ddee35c9c" + integrity sha512-3j9QH0Qh1KkdxwiZOW82cId7zdwXVQv/gRXYDnwx5pBtR1sTkU4cXRK9lp5dSdiM0r0OICO/L8J6sV1/7m0kHg== -postcss-merge-longhand@^4.0.11: - version "4.0.11" - resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz#62f49a13e4a0ee04e7b98f42bb16062ca2549e24" - integrity sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw== +postcss-merge-longhand@^5.0.6: + version "5.0.6" + resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.0.6.tgz#090e60d5d3b3caad899f8774f8dccb33217d2166" + integrity sha512-rkmoPwQO6ymJSmWsX6l2hHeEBQa7C4kJb9jyi5fZB1sE8nSCv7sqchoYPixRwX/yvLoZP2y6FA5kcjiByeJqDg== dependencies: - css-color-names "0.0.4" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - stylehacks "^4.0.0" + postcss-value-parser "^4.2.0" + stylehacks "^5.0.3" -postcss-merge-rules@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz#362bea4ff5a1f98e4075a713c6cb25aefef9a650" - integrity sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ== +postcss-merge-rules@^5.0.6: + version "5.0.6" + resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.0.6.tgz#26b37411fe1e80202fcef61cab027265b8925f2b" + integrity sha512-nzJWJ9yXWp8AOEpn/HFAW72WKVGD2bsLiAmgw4hDchSij27bt6TF+sIK0cJUBAYT3SGcjtGGsOR89bwkkMuMgQ== dependencies: - browserslist "^4.0.0" + browserslist "^4.16.6" caniuse-api "^3.0.0" - cssnano-util-same-parent "^4.0.0" - postcss "^7.0.0" - postcss-selector-parser "^3.0.0" - vendors "^1.0.0" + cssnano-utils "^3.0.2" + postcss-selector-parser "^6.0.5" -postcss-minify-font-values@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz#cd4c344cce474343fac5d82206ab2cbcb8afd5a6" - integrity sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg== +postcss-minify-font-values@^5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-5.0.4.tgz#627d824406b0712243221891f40a44fffe1467fd" + integrity sha512-RN6q3tyuEesvyCYYFCRGJ41J1XFvgV+dvYGHr0CeHv8F00yILlN8Slf4t8XW4IghlfZYCeyRrANO6HpJ948ieA== dependencies: - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-minify-gradients@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz#93b29c2ff5099c535eecda56c4aa6e665a663471" - integrity sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q== +postcss-minify-gradients@^5.0.6: + version "5.0.6" + resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-5.0.6.tgz#b07cef51a93f075e94053fd972ff1cba2eaf6503" + integrity sha512-E/dT6oVxB9nLGUTiY/rG5dX9taugv9cbLNTFad3dKxOO+BQg25Q/xo2z2ddG+ZB1CbkZYaVwx5blY8VC7R/43A== dependencies: - cssnano-util-get-arguments "^4.0.0" - is-color-stop "^1.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + colord "^2.9.1" + cssnano-utils "^3.0.2" + postcss-value-parser "^4.2.0" -postcss-minify-params@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz#6b9cef030c11e35261f95f618c90036d680db874" - integrity sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg== +postcss-minify-params@^5.0.5: + version "5.0.5" + resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.0.5.tgz#86cb624358cd45c21946f8c317893f0449396646" + integrity sha512-YBNuq3Rz5LfLFNHb9wrvm6t859b8qIqfXsWeK7wROm3jSKNpO1Y5e8cOyBv6Acji15TgSrAwb3JkVNCqNyLvBg== dependencies: - alphanum-sort "^1.0.0" - browserslist "^4.0.0" - cssnano-util-get-arguments "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - uniqs "^2.0.0" + browserslist "^4.16.6" + cssnano-utils "^3.0.2" + postcss-value-parser "^4.2.0" -postcss-minify-selectors@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz#e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8" - integrity sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g== +postcss-minify-selectors@^5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-5.1.3.tgz#6ac12d52aa661fd509469d87ab2cebb0a1e3a1b5" + integrity sha512-9RJfTiQEKA/kZhMaEXND893nBqmYQ8qYa/G+uPdVnXF6D/FzpfI6kwBtWEcHx5FqDbA79O9n6fQJfrIj6M8jvQ== dependencies: - alphanum-sort "^1.0.0" - has "^1.0.0" - postcss "^7.0.0" - postcss-selector-parser "^3.0.0" + postcss-selector-parser "^6.0.5" -postcss-modules-extract-imports@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e" - integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== - dependencies: - postcss "^7.0.5" +postcss-modules-extract-imports@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d" + integrity sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw== -postcss-modules-local-by-default@^3.0.2: - version "3.0.3" - resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0" - integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== +postcss-modules-local-by-default@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz#ebbb54fae1598eecfdf691a02b3ff3b390a5a51c" + integrity sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ== dependencies: - icss-utils "^4.1.1" - postcss "^7.0.32" + icss-utils "^5.0.0" postcss-selector-parser "^6.0.2" postcss-value-parser "^4.1.0" -postcss-modules-scope@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee" - integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== - dependencies: - postcss "^7.0.6" - postcss-selector-parser "^6.0.0" - -postcss-modules-values@^3.0.0: +postcss-modules-scope@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10" - integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== + resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz#9ef3151456d3bbfa120ca44898dfca6f2fa01f06" + integrity sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg== dependencies: - icss-utils "^4.0.0" - postcss "^7.0.6" + postcss-selector-parser "^6.0.4" -postcss-normalize-charset@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4" - integrity sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g== +postcss-modules-values@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c" + integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ== dependencies: - postcss "^7.0.0" + icss-utils "^5.0.0" -postcss-normalize-display-values@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz#0dbe04a4ce9063d4667ed2be476bb830c825935a" - integrity sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ== - dependencies: - cssnano-util-get-match "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" +postcss-normalize-charset@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-5.0.3.tgz#719fb9f9ca9835fcbd4fed8d6e0d72a79e7b5472" + integrity sha512-iKEplDBco9EfH7sx4ut7R2r/dwTnUqyfACf62Unc9UiyFuI7uUqZZtY+u+qp7g8Qszl/U28HIfcsI3pEABWFfA== -postcss-normalize-positions@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz#05f757f84f260437378368a91f8932d4b102917f" - integrity sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA== +postcss-normalize-display-values@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-5.0.3.tgz#94cc82e20c51cc4ffba6b36e9618adc1e50db8c1" + integrity sha512-FIV5FY/qs4Ja32jiDb5mVj5iWBlS3N8tFcw2yg98+8MkRgyhtnBgSC0lxU+16AMHbjX5fbSJgw5AXLMolonuRQ== dependencies: - cssnano-util-get-arguments "^4.0.0" - has "^1.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-normalize-repeat-style@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz#c4ebbc289f3991a028d44751cbdd11918b17910c" - integrity sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q== +postcss-normalize-positions@^5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-5.0.4.tgz#4001f38c99675437b83277836fb4291887fcc6cc" + integrity sha512-qynirjBX0Lc73ROomZE3lzzmXXTu48/QiEzKgMeqh28+MfuHLsuqC9po4kj84igZqqFGovz8F8hf44hA3dPYmQ== dependencies: - cssnano-util-get-arguments "^4.0.0" - cssnano-util-get-match "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-normalize-string@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz#cd44c40ab07a0c7a36dc5e99aace1eca4ec2690c" - integrity sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA== +postcss-normalize-repeat-style@^5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.0.4.tgz#d005adf9ee45fae78b673031a376c0c871315145" + integrity sha512-Innt+wctD7YpfeDR7r5Ik6krdyppyAg2HBRpX88fo5AYzC1Ut/l3xaxACG0KsbX49cO2n5EB13clPwuYVt8cMA== dependencies: - has "^1.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-normalize-timing-functions@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz#8e009ca2a3949cdaf8ad23e6b6ab99cb5e7d28d9" - integrity sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A== +postcss-normalize-string@^5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-5.0.4.tgz#b5e00a07597e7aa8a871817bfeac2bfaa59c3333" + integrity sha512-Dfk42l0+A1CDnVpgE606ENvdmksttLynEqTQf5FL3XGQOyqxjbo25+pglCUvziicTxjtI2NLUR6KkxyUWEVubQ== dependencies: - cssnano-util-get-match "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-normalize-unicode@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz#841bd48fdcf3019ad4baa7493a3d363b52ae1cfb" - integrity sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg== +postcss-normalize-timing-functions@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.0.3.tgz#47210227bfcba5e52650d7a18654337090de7072" + integrity sha512-QRfjvFh11moN4PYnJ7hia4uJXeFotyK3t2jjg8lM9mswleGsNw2Lm3I5wO+l4k1FzK96EFwEVn8X8Ojrp2gP4g== dependencies: - browserslist "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-normalize-url@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz#10e437f86bc7c7e58f7b9652ed878daaa95faae1" - integrity sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA== +postcss-normalize-unicode@^5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.0.4.tgz#02866096937005cdb2c17116c690f29505a1623d" + integrity sha512-W79Regn+a+eXTzB+oV/8XJ33s3pDyFTND2yDuUCo0Xa3QSy1HtNIfRVPXNubHxjhlqmMFADr3FSCHT84ITW3ig== dependencies: - is-absolute-url "^2.0.0" - normalize-url "^3.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + browserslist "^4.16.6" + postcss-value-parser "^4.2.0" -postcss-normalize-whitespace@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz#bf1d4070fe4fcea87d1348e825d8cc0c5faa7d82" - integrity sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA== +postcss-normalize-url@^5.0.5: + version "5.0.5" + resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-5.0.5.tgz#c39efc12ff119f6f45f0b4f516902b12c8080e3a" + integrity sha512-Ws3tX+PcekYlXh+ycAt0wyzqGthkvVtZ9SZLutMVvHARxcpu4o7vvXcNoiNKyjKuWecnjS6HDI3fjBuDr5MQxQ== dependencies: - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + normalize-url "^6.0.1" + postcss-value-parser "^4.2.0" -postcss-ordered-values@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz#0cf75c820ec7d5c4d280189559e0b571ebac0eee" - integrity sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw== +postcss-normalize-whitespace@^5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.0.4.tgz#1d477e7da23fecef91fc4e37d462272c7b55c5ca" + integrity sha512-wsnuHolYZjMwWZJoTC9jeI2AcjA67v4UuidDrPN9RnX8KIZfE+r2Nd6XZRwHVwUiHmRvKQtxiqo64K+h8/imaw== dependencies: - cssnano-util-get-arguments "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + postcss-value-parser "^4.2.0" -postcss-reduce-initial@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz#7fd42ebea5e9c814609639e2c2e84ae270ba48df" - integrity sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA== +postcss-ordered-values@^5.0.5: + version "5.0.5" + resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-5.0.5.tgz#e878af822a130c3f3709737e24cb815ca7c6d040" + integrity sha512-mfY7lXpq+8bDEHfP+muqibDPhZ5eP9zgBEF9XRvoQgXcQe2Db3G1wcvjbnfjXG6wYsl+0UIjikqq4ym1V2jGMQ== dependencies: - browserslist "^4.0.0" - caniuse-api "^3.0.0" - has "^1.0.0" - postcss "^7.0.0" + cssnano-utils "^3.0.2" + postcss-value-parser "^4.2.0" -postcss-reduce-transforms@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz#17efa405eacc6e07be3414a5ca2d1074681d4e29" - integrity sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg== +postcss-reduce-initial@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-5.0.3.tgz#68891594defd648253703bbd8f1093162f19568d" + integrity sha512-c88TkSnQ/Dnwgb4OZbKPOBbCaauwEjbECP5uAuFPOzQ+XdjNjRH7SG0dteXrpp1LlIFEKK76iUGgmw2V0xeieA== dependencies: - cssnano-util-get-match "^4.0.0" - has "^1.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" + browserslist "^4.16.6" + caniuse-api "^3.0.0" -postcss-selector-parser@^3.0.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270" - integrity sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA== +postcss-reduce-transforms@^5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-5.0.4.tgz#717e72d30befe857f7d2784dba10eb1157863712" + integrity sha512-VIJB9SFSaL8B/B7AXb7KHL6/GNNbbCHslgdzS9UDfBZYIA2nx8NLY7iD/BXFSO/1sRUILzBTfHCoW5inP37C5g== dependencies: - dot-prop "^5.2.0" - indexes-of "^1.0.1" - uniq "^1.0.1" + postcss-value-parser "^4.2.0" -postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2: - version "6.0.6" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz#2c5bba8174ac2f6981ab631a42ab0ee54af332ea" - integrity sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg== +postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9: + version "6.0.9" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz#ee71c3b9ff63d9cd130838876c13a2ec1a992b2f" + integrity sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ== dependencies: cssesc "^3.0.0" util-deprecate "^1.0.2" -postcss-svgo@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.3.tgz#343a2cdbac9505d416243d496f724f38894c941e" - integrity sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw== +postcss-svgo@^5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-5.0.4.tgz#cfa8682f47b88f7cd75108ec499e133b43102abf" + integrity sha512-yDKHvULbnZtIrRqhZoA+rxreWpee28JSRH/gy9727u0UCgtpv1M/9WEWY3xySlFa0zQJcqf6oCBJPR5NwkmYpg== dependencies: - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - svgo "^1.0.0" + postcss-value-parser "^4.2.0" + svgo "^2.7.0" -postcss-unique-selectors@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz#9446911f3289bfd64c6d680f073c03b1f9ee4bac" - integrity sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg== +postcss-unique-selectors@^5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-5.0.4.tgz#08e188126b634ddfa615fb1d6c262bafdd64826e" + integrity sha512-5ampwoSDJCxDPoANBIlMgoBcYUHnhaiuLYJR5pj1DLnYQvMRVyFuTA5C3Bvt+aHtiqWpJkD/lXT50Vo1D0ZsAQ== dependencies: - alphanum-sort "^1.0.0" - postcss "^7.0.0" - uniqs "^2.0.0" - -postcss-value-parser@^3.0.0: - version "3.3.1" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" - integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== + postcss-selector-parser "^6.0.5" -postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" - integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== +postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" + integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== -postcss@7.0.21: - version "7.0.21" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.21.tgz#06bb07824c19c2021c5d056d5b10c35b989f7e17" - integrity sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ== +postcss@7.0.36: + version "7.0.36" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb" + integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw== dependencies: chalk "^2.4.2" source-map "^0.6.1" supports-color "^6.1.0" -postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6: - version "7.0.35" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24" - integrity sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== +postcss@^8.2.15, postcss@^8.2.9: + version "8.4.6" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.6.tgz#c5ff3c3c457a23864f32cb45ac9b741498a09ae1" + integrity sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA== dependencies: - chalk "^2.4.2" - source-map "^0.6.1" - supports-color "^6.1.0" + nanoid "^3.2.0" + picocolors "^1.0.0" + source-map-js "^1.0.2" -pretty-error@^2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.2.tgz#be89f82d81b1c86ec8fdfbc385045882727f93b6" - integrity sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw== +pretty-error@^3.0.3: + version "3.0.4" + resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-3.0.4.tgz#94b1d54f76c1ed95b9c604b9de2194838e5b574e" + integrity sha512-ytLFLfv1So4AO1UkoBF6GXQgJRaKbiSiGFICaOPNwQ3CMvBvXpLRubeQWyPGnsbV/t9ml9qto6IeCsho0aEvwQ== dependencies: lodash "^4.17.20" - renderkid "^2.0.4" + renderkid "^2.0.6" process-nextick-args@~2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== -process@^0.11.10: - version "0.11.10" - resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" - integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= - -promise-inflight@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" - integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= - -proxy-addr@~2.0.5: +proxy-addr@~2.0.7: version "2.0.7" resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025" integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg== @@ -5608,156 +3846,49 @@ proxy-addr@~2.0.5: forwarded "0.2.0" ipaddr.js "1.9.1" -prr@~1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" - integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= - -pseudomap@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" - integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= - -psl@^1.1.28: - version "1.8.0" - resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" - integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== - -public-encrypt@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0" - integrity sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== - dependencies: - bn.js "^4.1.0" - browserify-rsa "^4.0.0" - create-hash "^1.1.0" - parse-asn1 "^5.0.0" - randombytes "^2.0.1" - safe-buffer "^5.1.2" - -pump@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909" - integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -pump@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" - integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -pumpify@^1.3.3: - version "1.5.1" - resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce" - integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== - dependencies: - duplexify "^3.6.0" - inherits "^2.0.3" - pump "^2.0.0" - -punycode@1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" - integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= - -punycode@^1.2.4: - version "1.4.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" - integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= - -punycode@^2.1.0, punycode@^2.1.1: +punycode@^2.1.0: version "2.1.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== -q@^1.1.2: - version "1.5.1" - resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" - integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= - -qs@6.7.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" - integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== - -qs@~6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" - integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== - -querystring-es3@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" - integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= - -querystring@0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" - integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= +qs@6.9.7: + version "6.9.7" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe" + integrity sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw== -querystringify@^2.1.1: - version "2.2.0" - resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" - integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== +queue-microtask@^1.2.2: + version "1.2.3" + resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" + integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== -randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0: +randombytes@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== dependencies: safe-buffer "^5.1.0" -randomfill@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458" - integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== - dependencies: - randombytes "^2.0.5" - safe-buffer "^5.1.0" - range-parser@^1.2.1, range-parser@~1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== -raw-body@2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332" - integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== +raw-body@2.4.3: + version "2.4.3" + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.3.tgz#8f80305d11c2a0a545c2d9d89d7a0286fcead43c" + integrity sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g== dependencies: - bytes "3.1.0" - http-errors "1.7.2" + bytes "3.1.2" + http-errors "1.8.1" iconv-lite "0.4.24" unpipe "1.0.0" react-collapsible@^2.5.0: - version "2.8.3" - resolved "https://registry.yarnpkg.com/react-collapsible/-/react-collapsible-2.8.3.tgz#55b2c41f670a2031d29622110bbdb66c1a10ebc9" - integrity sha512-SiVsLZW8qeh09eARzJ9/fwrwOlPWfAdu+vUJGQaTqVYH61XBnKqnwcTDeGZjL005hatmJSkk2CAtYtb4rz14fA== - -read-pkg-up@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" - integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= - dependencies: - find-up "^1.0.0" - read-pkg "^1.0.0" - -read-pkg@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" - integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= - dependencies: - load-json-file "^1.0.0" - normalize-package-data "^2.3.2" - path-type "^1.0.0" + version "2.8.4" + resolved "https://registry.yarnpkg.com/react-collapsible/-/react-collapsible-2.8.4.tgz#319ff7471138c4381ce0afa3ac308ccde7f4e09f" + integrity sha512-oG4yOk6AGKswe0OD/8t3/nf4Rgj4UhlZUUvqL5jop0/ez02B3dBDmNvs3sQz0PcTpJvt0ai8zF7Atd1SzN/UNw== -"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6: +readable-stream@^2.0.1: version "2.3.7" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== @@ -5770,7 +3901,7 @@ read-pkg@^1.0.0: string_decoder "~1.1.1" util-deprecate "~1.0.1" -readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.6.0: +readable-stream@^3.0.6: version "3.6.0" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== @@ -5779,46 +3910,36 @@ readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.6.0: string_decoder "^1.1.1" util-deprecate "^1.0.1" -readdirp@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" - integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== - dependencies: - graceful-fs "^4.1.11" - micromatch "^3.1.10" - readable-stream "^2.0.2" - -readdirp@~3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e" - integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== +readdirp@~3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" + integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== dependencies: picomatch "^2.2.1" -redent@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" - integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94= +rechoir@^0.7.0: + version "0.7.1" + resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.7.1.tgz#9478a96a1ca135b5e88fc027f03ee92d6c645686" + integrity sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg== dependencies: - indent-string "^2.1.0" - strip-indent "^1.0.1" + resolve "^1.9.0" -regenerate-unicode-properties@^8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz#e5de7111d655e7ba60c057dbe9ff37c87e65cdec" - integrity sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA== +regenerate-unicode-properties@^10.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz#7f442732aa7934a3740c779bb9b3340dccc1fb56" + integrity sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw== dependencies: - regenerate "^1.4.0" + regenerate "^1.4.2" -regenerate@^1.4.0: +regenerate@^1.4.2: version "1.4.2" resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.4: - version "0.13.7" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55" - integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== + version "0.13.9" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" + integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== regenerator-transform@^0.14.2: version "0.14.5" @@ -5827,149 +3948,80 @@ regenerator-transform@^0.14.2: dependencies: "@babel/runtime" "^7.8.4" -regex-not@^1.0.0, regex-not@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" - integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - dependencies: - extend-shallow "^3.0.2" - safe-regex "^1.1.0" - regex-parser@^2.2.11: version "2.2.11" resolved "https://registry.yarnpkg.com/regex-parser/-/regex-parser-2.2.11.tgz#3b37ec9049e19479806e878cabe7c1ca83ccfe58" integrity sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q== regexp.prototype.flags@^1.2.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26" - integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA== + version "1.4.1" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.1.tgz#b3f4c0059af9e47eca9f3f660e51d81307e72307" + integrity sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ== dependencies: call-bind "^1.0.2" define-properties "^1.1.3" -regexpu-core@^4.7.1: - version "4.7.1" - resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.1.tgz#2dea5a9a07233298fbf0db91fa9abc4c6e0f8ad6" - integrity sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ== +regexpu-core@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.0.1.tgz#c531122a7840de743dcf9c83e923b5560323ced3" + integrity sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw== dependencies: - regenerate "^1.4.0" - regenerate-unicode-properties "^8.2.0" - regjsgen "^0.5.1" - regjsparser "^0.6.4" - unicode-match-property-ecmascript "^1.0.4" - unicode-match-property-value-ecmascript "^1.2.0" + regenerate "^1.4.2" + regenerate-unicode-properties "^10.0.1" + regjsgen "^0.6.0" + regjsparser "^0.8.2" + unicode-match-property-ecmascript "^2.0.0" + unicode-match-property-value-ecmascript "^2.0.0" -regjsgen@^0.5.1: - version "0.5.2" - resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.2.tgz#92ff295fb1deecbf6ecdab2543d207e91aa33733" - integrity sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== +regjsgen@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.6.0.tgz#83414c5354afd7d6627b16af5f10f41c4e71808d" + integrity sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA== -regjsparser@^0.6.4: - version "0.6.9" - resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.9.tgz#b489eef7c9a2ce43727627011429cf833a7183e6" - integrity sha512-ZqbNRz1SNjLAiYuwY0zoXW8Ne675IX5q+YHioAGbCw4X96Mjl2+dcX9B2ciaeyYjViDAfvIjFpQjJgLttTEERQ== +regjsparser@^0.8.2: + version "0.8.4" + resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.8.4.tgz#8a14285ffcc5de78c5b95d62bbf413b6bc132d5f" + integrity sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA== dependencies: jsesc "~0.5.0" -remove-trailing-separator@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" - integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= - -renderkid@^2.0.4: - version "2.0.5" - resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.5.tgz#483b1ac59c6601ab30a7a596a5965cabccfdd0a5" - integrity sha512-ccqoLg+HLOHq1vdfYNm4TBeaCDIi1FLt3wGojTDSvdewUv65oTmI3cnT2E4hRjl1gzKZIPK+KZrXzlUYKnR+vQ== +renderkid@^2.0.6: + version "2.0.7" + resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.7.tgz#464f276a6bdcee606f4a15993f9b29fc74ca8609" + integrity sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ== dependencies: - css-select "^2.0.2" - dom-converter "^0.2" - htmlparser2 "^3.10.1" - lodash "^4.17.20" - strip-ansi "^3.0.0" + css-select "^4.1.3" + dom-converter "^0.2.0" + htmlparser2 "^6.1.0" + lodash "^4.17.21" + strip-ansi "^3.0.1" -repeat-element@^1.1.2: - version "1.1.4" - resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9" - integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ== +require-from-string@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" + integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== -repeat-string@^1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" - integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= +requires-port@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" + integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= -repeating@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" - integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= - dependencies: - is-finite "^1.0.0" - -request@^2.87.0, request@^2.88.0: - version "2.88.2" - resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" - integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== - dependencies: - aws-sign2 "~0.7.0" - aws4 "^1.8.0" - caseless "~0.12.0" - combined-stream "~1.0.6" - extend "~3.0.2" - forever-agent "~0.6.1" - form-data "~2.3.2" - har-validator "~5.1.3" - http-signature "~1.2.0" - is-typedarray "~1.0.0" - isstream "~0.1.2" - json-stringify-safe "~5.0.1" - mime-types "~2.1.19" - oauth-sign "~0.9.0" - performance-now "^2.1.0" - qs "~6.5.2" - safe-buffer "^5.1.2" - tough-cookie "~2.5.0" - tunnel-agent "^0.6.0" - uuid "^3.3.2" - -require-directory@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" - integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= - -require-main-filename@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" - integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - -requires-port@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" - integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - -resolve-cwd@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" - integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo= - dependencies: - resolve-from "^3.0.0" - -resolve-dir@^1.0.0, resolve-dir@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43" - integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= +resolve-cwd@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d" + integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== dependencies: - expand-tilde "^2.0.0" - global-modules "^1.0.0" + resolve-from "^5.0.0" -resolve-from@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" - integrity sha1-six699nWiBvItuZTM17rywoYh0g= +resolve-from@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" + integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== resolve-url-loader@^3.1.2: - version "3.1.3" - resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.3.tgz#49ec68340f67d8d2ab6b401948d5def3ab2d0367" - integrity sha512-WbDSNFiKPPLem1ln+EVTE+bFUBdTTytfQZWbmghroaFNFaAVmGq0Saqw6F/306CwgPXsGwXVxbODE+3xAo/YbA== + version "3.1.4" + resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.4.tgz#3c16caebe0b9faea9c7cc252fa49d2353c412320" + integrity sha512-D3sQ04o0eeQEySLrcz4DsX3saHfsr8/N6tfhblxgZKXxMT2Louargg12oGNfoTRLV09GXhVUe5/qgA5vdgNigg== dependencies: adjust-sourcemap-loader "3.0.0" camelcase "5.3.1" @@ -5977,7 +4029,7 @@ resolve-url-loader@^3.1.2: convert-source-map "1.7.0" es6-iterator "2.0.3" loader-utils "1.2.3" - postcss "7.0.21" + postcss "7.0.36" rework "1.0.1" rework-visit "1.0.0" source-map "0.6.1" @@ -5987,23 +4039,24 @@ resolve-url@^0.2.1: resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= -resolve@^1.10.0, resolve@^1.14.2: - version "1.20.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975" - integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== +resolve@^1.14.2, resolve@^1.9.0: + version "1.22.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198" + integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== dependencies: - is-core-module "^2.2.0" - path-parse "^1.0.6" + is-core-module "^2.8.1" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" -ret@~0.1.10: - version "0.1.15" - resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" - integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== +retry@^0.13.1: + version "0.13.1" + resolved "https://registry.yarnpkg.com/retry/-/retry-0.13.1.tgz#185b1587acf67919d63b357349e03537b2484658" + integrity sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg== -retry@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" - integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= +reusify@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" + integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== rework-visit@1.0.0: version "1.0.0" @@ -6018,103 +4071,60 @@ rework@1.0.1: convert-source-map "^0.3.3" css "^2.0.0" -rgb-regex@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1" - integrity sha1-wODWiC3w4jviVKR16O3UGRX+rrE= - -rgba-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3" - integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= - -rimraf@2, rimraf@^2.5.4, rimraf@^2.6.3: +rimraf@^2.6.3: version "2.7.1" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== dependencies: glob "^7.1.3" -rimraf@^3.0.0: +rimraf@^3.0.0, rimraf@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== dependencies: glob "^7.1.3" -ripemd160@^2.0.0, ripemd160@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" - integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== - dependencies: - hash-base "^3.0.0" - inherits "^2.0.1" - -run-queue@^1.0.0, run-queue@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47" - integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= +run-parallel@^1.1.9: + version "1.2.0" + resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" + integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== dependencies: - aproba "^1.1.1" + queue-microtask "^1.2.2" safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== -safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: +safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== -safe-regex@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" - integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= - dependencies: - ret "~0.1.10" - -"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: +"safer-buffer@>= 2.1.2 < 3": version "2.1.2" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sass-graph@2.2.5: - version "2.2.5" - resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.5.tgz#a981c87446b8319d96dce0671e487879bd24c2e8" - integrity sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag== +sass-loader@^12.5.0: + version "12.6.0" + resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.6.0.tgz#5148362c8e2cdd4b950f3c63ac5d16dbfed37bcb" + integrity sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA== dependencies: - glob "^7.0.0" - lodash "^4.0.0" - scss-tokenizer "^0.2.3" - yargs "^13.3.2" - -sass-loader@^9.0.1: - version "9.0.3" - resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-9.0.3.tgz#086adcf0bfdcc9d920413e2cdc3ba3321373d547" - integrity sha512-fOwsP98ac1VMme+V3+o0HaaMHp8Q/C9P+MUazLFVi3Jl7ORGHQXL1XeRZt3zLSGZQQPC8xE42Y2WptItvGjDQg== - dependencies: - klona "^1.1.2" - loader-utils "^2.0.0" + klona "^2.0.4" neo-async "^2.6.2" - schema-utils "^2.7.0" - semver "^7.3.2" - -sax@~1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" - integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== -schema-utils@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770" - integrity sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== +sass@^1.49.7: + version "1.49.8" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.8.tgz#9bbbc5d43d14862db07f1c04b786c9da9b641828" + integrity sha512-NoGOjvDDOU9og9oAxhRnap71QaTjjlzrvLnKecUJ3GxhaQBrV6e7gPuSPF28u1OcVAArVojPAe4ZhOXwwC4tGw== dependencies: - ajv "^6.1.0" - ajv-errors "^1.0.0" - ajv-keywords "^3.1.0" + chokidar ">=3.0.0 <4.0.0" + immutable "^4.0.0" + source-map-js ">=0.6.2 <2.0.0" -schema-utils@^2.6.5, schema-utils@^2.7.0: +schema-utils@^2.6.5: version "2.7.1" resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7" integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== @@ -6123,39 +4133,36 @@ schema-utils@^2.6.5, schema-utils@^2.7.0: ajv "^6.12.4" ajv-keywords "^3.5.2" -schema-utils@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.0.0.tgz#67502f6aa2b66a2d4032b4279a2944978a0913ef" - integrity sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA== +schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281" + integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== dependencies: - "@types/json-schema" "^7.0.6" + "@types/json-schema" "^7.0.8" ajv "^6.12.5" ajv-keywords "^3.5.2" -scss-tokenizer@^0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1" - integrity sha1-jrBtualyMzOCTT9VMGQRSYR85dE= +schema-utils@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.0.0.tgz#60331e9e3ae78ec5d16353c467c34b3a0a1d3df7" + integrity sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg== dependencies: - js-base64 "^2.1.8" - source-map "^0.4.2" + "@types/json-schema" "^7.0.9" + ajv "^8.8.0" + ajv-formats "^2.1.1" + ajv-keywords "^5.0.0" select-hose@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo= -selfsigned@^1.10.8: - version "1.10.11" - resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.11.tgz#24929cd906fe0f44b6d01fb23999a739537acbe9" - integrity sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA== +selfsigned@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-2.0.0.tgz#e927cd5377cbb0a1075302cff8df1042cc2bce5b" + integrity sha512-cUdFiCbKoa1mZ6osuJs2uDHrs0k0oprsKveFiiaBKCNq3SYyb5gs2HxhQyDNLCmL51ZZThqi4YNDpCK6GOP1iQ== dependencies: - node-forge "^0.10.0" - -"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + node-forge "^1.2.0" semver@7.0.0: version "7.0.0" @@ -6167,22 +4174,17 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== -semver@^7.3.2: +semver@^7.3.2, semver@^7.3.5: version "7.3.5" resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== dependencies: lru-cache "^6.0.0" -semver@~5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" - integrity sha1-myzl094C0XxgEq0yaqa00M9U+U8= - -send@0.17.1: - version "0.17.1" - resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8" - integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg== +send@0.17.2: + version "0.17.2" + resolved "https://registry.yarnpkg.com/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820" + integrity sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww== dependencies: debug "2.6.9" depd "~1.1.2" @@ -6191,17 +4193,24 @@ send@0.17.1: escape-html "~1.0.3" etag "~1.8.1" fresh "0.5.2" - http-errors "~1.7.2" + http-errors "1.8.1" mime "1.6.0" - ms "2.1.1" + ms "2.1.3" on-finished "~2.3.0" range-parser "~1.2.1" statuses "~1.5.0" -serialize-javascript@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa" - integrity sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== +serialize-javascript@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-5.0.1.tgz#7886ec848049a462467a97d3d918ebb2aaf934f4" + integrity sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA== + dependencies: + randombytes "^2.1.0" + +serialize-javascript@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8" + integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag== dependencies: randombytes "^2.1.0" @@ -6218,132 +4227,67 @@ serve-index@^1.9.1: mime-types "~2.1.17" parseurl "~1.3.2" -serve-static@1.14.1: - version "1.14.1" - resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9" - integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg== +serve-static@1.14.2: + version "1.14.2" + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.2.tgz#722d6294b1d62626d41b43a013ece4598d292bfa" + integrity sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ== dependencies: encodeurl "~1.0.2" escape-html "~1.0.3" parseurl "~1.3.3" - send "0.17.1" - -set-blocking@^2.0.0, set-blocking@~2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - -set-value@^2.0.0, set-value@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" - integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== - dependencies: - extend-shallow "^2.0.1" - is-extendable "^0.1.1" - is-plain-object "^2.0.3" - split-string "^3.0.1" - -setimmediate@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" - integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= + send "0.17.2" setprototypeof@1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== -setprototypeof@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" - integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== +setprototypeof@1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" + integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== -sha.js@^2.4.0, sha.js@^2.4.8: - version "2.4.11" - resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" - integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== +shallow-clone@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" + integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" + kind-of "^6.0.2" -shebang-command@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" - integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= +shebang-command@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== dependencies: - shebang-regex "^1.0.0" + shebang-regex "^3.0.0" -shebang-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" - integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= +shebang-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== shellwords@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== -signal-exit@^3.0.0: - version "3.0.3" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" - integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== - -simple-swizzle@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" - integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= - dependencies: - is-arrayish "^0.3.1" - -snapdragon-node@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" - integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== - dependencies: - define-property "^1.0.0" - isobject "^3.0.0" - snapdragon-util "^3.0.1" +signal-exit@^3.0.3: + version "3.0.7" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" + integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== -snapdragon-util@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" - integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== - dependencies: - kind-of "^3.2.0" - -snapdragon@^0.8.1: - version "0.8.2" - resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" - integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - dependencies: - base "^0.11.1" - debug "^2.2.0" - define-property "^0.2.5" - extend-shallow "^2.0.1" - map-cache "^0.2.2" - source-map "^0.5.6" - source-map-resolve "^0.5.0" - use "^3.1.0" - -sockjs-client@^1.5.0: - version "1.5.1" - resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.5.1.tgz#256908f6d5adfb94dabbdbd02c66362cca0f9ea6" - integrity sha512-VnVAb663fosipI/m6pqRXakEOw7nvd7TUgdr3PlR/8V2I95QIdwT8L4nMxhyU8SmDBHYXU1TOElaKOmKLfYzeQ== - dependencies: - debug "^3.2.6" - eventsource "^1.0.7" - faye-websocket "^0.11.3" - inherits "^2.0.4" - json3 "^3.3.3" - url-parse "^1.5.1" +slash@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" + integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== sockjs@^0.3.21: - version "0.3.21" - resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.21.tgz#b34ffb98e796930b60a0cfa11904d6a339a7d417" - integrity sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw== + version "0.3.24" + resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.24.tgz#c9bc8995f33a111bea0395ec30aa3206bdb5ccce" + integrity sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ== dependencies: faye-websocket "^0.11.3" - uuid "^3.4.0" + uuid "^8.3.2" websocket-driver "^0.7.4" source-list-map@^2.0.0: @@ -6351,7 +4295,12 @@ source-list-map@^2.0.0: resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== -source-map-resolve@^0.5.0, source-map-resolve@^0.5.2: +"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" + integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== + +source-map-resolve@^0.5.2: version "0.5.3" resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== @@ -6362,10 +4311,10 @@ source-map-resolve@^0.5.0, source-map-resolve@^0.5.2: source-map-url "^0.4.0" urix "^0.1.0" -source-map-support@~0.5.12: - version "0.5.19" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" - integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== +source-map-support@~0.5.20: + version "0.5.21" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" + integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== dependencies: buffer-from "^1.0.0" source-map "^0.6.0" @@ -6380,49 +4329,16 @@ source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== -source-map@^0.4.2: - version "0.4.4" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b" - integrity sha1-66T12pwNyZneaAMti092FzZSA2s= - dependencies: - amdefine ">=0.0.4" - -source-map@^0.5.0, source-map@^0.5.6: +source-map@^0.5.0: version "0.5.7" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= -source-map@^0.7.3: +source-map@^0.7.3, source-map@~0.7.2: version "0.7.3" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== -spdx-correct@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9" - integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== - dependencies: - spdx-expression-parse "^3.0.0" - spdx-license-ids "^3.0.0" - -spdx-exceptions@^2.1.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d" - integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== - -spdx-expression-parse@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" - integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== - dependencies: - spdx-exceptions "^2.1.0" - spdx-license-ids "^3.0.0" - -spdx-license-ids@^3.0.0: - version "3.0.9" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.9.tgz#8a595135def9592bda69709474f1cbeea7c2467f" - integrity sha512-Ki212dKK4ogX+xDo4CtOZBVIwhsKBEfsEEcwmJfLQzirgc2jIWdzg40Unxz/HzEUqM1WFzVlQSMF9kZZ2HboLQ== - spdy-transport@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/spdy-transport/-/spdy-transport-3.0.0.tgz#00d4863a6400ad75df93361a1608605e5dcdcf31" @@ -6446,153 +4362,31 @@ spdy@^4.0.2: select-hose "^2.0.0" spdy-transport "^3.0.0" -split-string@^3.0.1, split-string@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" - integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== - dependencies: - extend-shallow "^3.0.0" - -sprintf-js@~1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" - integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= - -sshpk@^1.7.0: - version "1.16.1" - resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" - integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== - dependencies: - asn1 "~0.2.3" - assert-plus "^1.0.0" - bcrypt-pbkdf "^1.0.0" - dashdash "^1.12.0" - ecc-jsbn "~0.1.1" - getpass "^0.1.1" - jsbn "~0.1.0" - safer-buffer "^2.0.2" - tweetnacl "~0.14.0" - -ssri@^6.0.1: - version "6.0.2" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz#157939134f20464e7301ddba3e90ffa8f7728ac5" - integrity sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q== - dependencies: - figgy-pudding "^3.5.1" - stable@^0.1.8: version "0.1.8" resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== stackframe@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.2.0.tgz#52429492d63c62eb989804c11552e3d22e779303" - integrity sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA== - -static-extend@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" - integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= - dependencies: - define-property "^0.2.5" - object-copy "^0.1.0" + version "1.2.1" + resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.2.1.tgz#1033a3473ee67f08e2f2fc8eba6aef4f845124e1" + integrity sha512-h88QkzREN/hy8eRdyNhhsO7RSJ5oyTqxxmmn0dzBIMUclZsjpfmrsg81vp8mjjAs2vAZ72nyWxRUwSwmh0e4xg== "statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2", statuses@~1.5.0: version "1.5.0" resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= -stdout-stream@^1.4.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/stdout-stream/-/stdout-stream-1.4.1.tgz#5ac174cdd5cd726104aa0c0b2bd83815d8d535de" - integrity sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA== - dependencies: - readable-stream "^2.0.1" - -stimulus@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/stimulus/-/stimulus-2.0.0.tgz#713c8b91a72ef90914b90955f0e705f004403047" - integrity sha512-xipy7BS5TVpg4fX6S8LhrYZp7cmHGjmk09WSAiVx1gF5S5g43IWsuetfUhIk8HfHUG+4MQ9nY0FQz4dRFLs/8w== - dependencies: - "@stimulus/core" "^2.0.0" - "@stimulus/webpack-helpers" "^2.0.0" - -stream-browserify@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b" - integrity sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg== - dependencies: - inherits "~2.0.1" - readable-stream "^2.0.2" - -stream-each@^1.1.0: - version "1.2.3" - resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae" - integrity sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== - dependencies: - end-of-stream "^1.1.0" - stream-shift "^1.0.0" - -stream-http@^2.7.2: - version "2.8.3" - resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc" - integrity sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw== - dependencies: - builtin-status-codes "^3.0.0" - inherits "^2.0.1" - readable-stream "^2.3.6" - to-arraybuffer "^1.0.0" - xtend "^4.0.0" - -stream-shift@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" - integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== - -string-width@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" - integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= - dependencies: - code-point-at "^1.0.0" - is-fullwidth-code-point "^1.0.0" - strip-ansi "^3.0.0" - -"string-width@^1.0.2 || 2", string-width@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" - integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== +string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== dependencies: - is-fullwidth-code-point "^2.0.0" - strip-ansi "^4.0.0" + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" -string-width@^3.0.0, string-width@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" - integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== - dependencies: - emoji-regex "^7.0.1" - is-fullwidth-code-point "^2.0.0" - strip-ansi "^5.1.0" - -string.prototype.trimend@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80" - integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -string.prototype.trimstart@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed" - integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -string_decoder@^1.0.0, string_decoder@^1.1.1: +string_decoder@^1.1.1: version "1.3.0" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== @@ -6606,74 +4400,47 @@ string_decoder@~1.1.1: dependencies: safe-buffer "~5.1.0" -strip-ansi@^3.0.0, strip-ansi@^3.0.1: +strip-ansi@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= dependencies: ansi-regex "^2.0.0" -strip-ansi@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" - integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= - dependencies: - ansi-regex "^3.0.0" - -strip-ansi@^5, strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" - integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== +strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== dependencies: - ansi-regex "^4.1.0" + ansi-regex "^5.0.1" -strip-ansi@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" - integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== +strip-ansi@^7.0.0: + version "7.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2" + integrity sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw== dependencies: - ansi-regex "^5.0.0" + ansi-regex "^6.0.1" -strip-bom@^2.0.0: +strip-final-newline@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" - integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4= - dependencies: - is-utf8 "^0.2.0" + resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" + integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== -strip-eof@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" - integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= - -strip-indent@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" - integrity sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI= - dependencies: - get-stdin "^4.0.1" - -style-loader@^1.1.3: - version "1.3.0" - resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.3.0.tgz#828b4a3b3b7e7aa5847ce7bae9e874512114249e" - integrity sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q== +style-loader@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-2.0.0.tgz#9669602fd4690740eaaec137799a03addbbc393c" + integrity sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ== dependencies: loader-utils "^2.0.0" - schema-utils "^2.7.0" + schema-utils "^3.0.0" -stylehacks@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5" - integrity sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g== +stylehacks@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-5.0.3.tgz#2ef3de567bfa2be716d29a93bf3d208c133e8d04" + integrity sha512-ENcUdpf4yO0E1rubu8rkxI+JGQk4CgjchynZ4bDBJDfqdy+uhTRSWb8/F3Jtu+Bw5MW45Po3/aQGeIyyxgQtxg== dependencies: - browserslist "^4.0.0" - postcss "^7.0.0" - postcss-selector-parser "^3.0.0" - -supports-color@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" - integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= + browserslist "^4.16.6" + postcss-selector-parser "^6.0.4" supports-color@^5.3.0: version "5.5.0" @@ -6689,90 +4456,75 @@ supports-color@^6.1.0: dependencies: has-flag "^3.0.0" -supports-color@^7.1.0: +supports-color@^7.0.0, supports-color@^7.1.0: version "7.2.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== dependencies: has-flag "^4.0.0" -svgo@^1.0.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167" - integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== - dependencies: - chalk "^2.4.1" - coa "^2.0.2" - css-select "^2.0.0" - css-select-base-adapter "^0.1.1" - css-tree "1.0.0-alpha.37" - csso "^4.0.2" - js-yaml "^3.13.1" - mkdirp "~0.5.1" - object.values "^1.1.0" - sax "~1.2.4" - stable "^0.1.8" - unquote "~1.1.1" - util.promisify "~1.0.0" +supports-color@^8.0.0: + version "8.1.1" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" + integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== + dependencies: + has-flag "^4.0.0" -tapable@^1.0.0, tapable@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" - integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== +supports-preserve-symlinks-flag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" + integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== + +svgo@^2.7.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.8.0.tgz#4ff80cce6710dc2795f0c7c74101e6764cfccd24" + integrity sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg== + dependencies: + "@trysound/sax" "0.2.0" + commander "^7.2.0" + css-select "^4.1.3" + css-tree "^1.1.3" + csso "^4.2.0" + picocolors "^1.0.0" + stable "^0.1.8" -tar@^2.0.0: - version "2.2.2" - resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40" - integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA== +sync-rpc@^1.3.6: + version "1.3.6" + resolved "https://registry.yarnpkg.com/sync-rpc/-/sync-rpc-1.3.6.tgz#b2e8b2550a12ccbc71df8644810529deb68665a7" + integrity sha512-J8jTXuZzRlvU7HemDgHi3pGnh/rkoqR/OZSjhTyyZrEkkYQbk7Z33AXp37mkPfPpfdOuj7Ex3H/TJM1z48uPQw== dependencies: - block-stream "*" - fstream "^1.0.12" - inherits "2" + get-port "^3.1.0" + +tapable@^2.1.1, tapable@^2.2.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0" + integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== -terser-webpack-plugin@^1.1.0, terser-webpack-plugin@^1.4.3: - version "1.4.5" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz#a217aefaea330e734ffacb6120ec1fa312d6040b" - integrity sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw== +terser-webpack-plugin@^5.1.1, terser-webpack-plugin@^5.1.3: + version "5.3.1" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz#0320dcc270ad5372c1e8993fabbd927929773e54" + integrity sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g== dependencies: - cacache "^12.0.2" - find-cache-dir "^2.1.0" - is-wsl "^1.1.0" - schema-utils "^1.0.0" - serialize-javascript "^4.0.0" + jest-worker "^27.4.5" + schema-utils "^3.1.1" + serialize-javascript "^6.0.0" source-map "^0.6.1" - terser "^4.1.2" - webpack-sources "^1.4.0" - worker-farm "^1.7.0" + terser "^5.7.2" -terser@^4.1.2: - version "4.8.0" - resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" - integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== +terser@^5.7.2: + version "5.10.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.10.0.tgz#b86390809c0389105eb0a0b62397563096ddafcc" + integrity sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA== dependencies: commander "^2.20.0" - source-map "~0.6.1" - source-map-support "~0.5.12" - -through2@^2.0.0: - version "2.0.5" - resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" - integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== - dependencies: - readable-stream "~2.3.6" - xtend "~4.0.1" + source-map "~0.7.2" + source-map-support "~0.5.20" thunky@^1.0.2: version "1.1.0" resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d" integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA== -timers-browserify@^2.0.4: - version "2.0.12" - resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.12.tgz#44a45c11fbf407f34f97bccd1577c652361b00ee" - integrity sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ== - dependencies: - setimmediate "^1.0.4" - timsort@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4" @@ -6785,31 +4537,11 @@ tmp@^0.2.1: dependencies: rimraf "^3.0.0" -to-arraybuffer@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" - integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= - to-fast-properties@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= -to-object-path@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" - integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= - dependencies: - kind-of "^3.0.2" - -to-regex-range@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" - integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= - dependencies: - is-number "^3.0.0" - repeat-string "^1.6.1" - to-regex-range@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" @@ -6817,59 +4549,12 @@ to-regex-range@^5.0.1: dependencies: is-number "^7.0.0" -to-regex@^3.0.1, to-regex@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" - integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== - dependencies: - define-property "^2.0.2" - extend-shallow "^3.0.2" - regex-not "^1.0.2" - safe-regex "^1.1.0" - -toidentifier@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" - integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== - -tough-cookie@~2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" - integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== - dependencies: - psl "^1.1.28" - punycode "^2.1.1" - -trim-newlines@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" - integrity sha1-WIeWa7WCpFA6QetST301ARgVphM= - -"true-case-path@^1.0.2": - version "1.0.3" - resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.3.tgz#f813b5a8c86b40da59606722b144e3225799f47d" - integrity sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew== - dependencies: - glob "^7.1.2" - -tty-browserify@0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" - integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= - -tunnel-agent@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" - integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= - dependencies: - safe-buffer "^5.0.1" - -tweetnacl@^0.14.3, tweetnacl@~0.14.0: - version "0.14.5" - resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" - integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= +toidentifier@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" + integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== -type-is@~1.6.17, type-is@~1.6.18: +type-is@~1.6.18: version "1.6.18" resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== @@ -6882,111 +4567,39 @@ type@^1.0.1: resolved "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0" integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg== -type@^2.0.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/type/-/type-2.5.0.tgz#0a2e78c2e77907b252abe5f298c1b01c63f0db3d" - integrity sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw== - -typedarray@^0.0.6: - version "0.0.6" - resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" - integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= +type@^2.5.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/type/-/type-2.6.0.tgz#3ca6099af5981d36ca86b78442973694278a219f" + integrity sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ== -unbox-primitive@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471" - integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== - dependencies: - function-bind "^1.1.1" - has-bigints "^1.0.1" - has-symbols "^1.0.2" - which-boxed-primitive "^1.0.2" - -unicode-canonical-property-names-ecmascript@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818" - integrity sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ== - -unicode-match-property-ecmascript@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c" - integrity sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg== - dependencies: - unicode-canonical-property-names-ecmascript "^1.0.4" - unicode-property-aliases-ecmascript "^1.0.4" - -unicode-match-property-value-ecmascript@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz#0d91f600eeeb3096aa962b1d6fc88876e64ea531" - integrity sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ== - -unicode-property-aliases-ecmascript@^1.0.4: - version "1.1.0" - resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4" - integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg== - -union-value@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" - integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== - dependencies: - arr-union "^3.1.0" - get-value "^2.0.6" - is-extendable "^0.1.1" - set-value "^2.0.1" - -uniq@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" - integrity sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8= - -uniqs@^2.0.0: +unicode-canonical-property-names-ecmascript@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02" - integrity sha1-/+3ks2slKQaW5uFl1KWe25mOawI= + resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc" + integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== -unique-filename@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" - integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== +unicode-match-property-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3" + integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== dependencies: - unique-slug "^2.0.0" + unicode-canonical-property-names-ecmascript "^2.0.0" + unicode-property-aliases-ecmascript "^2.0.0" -unique-slug@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c" - integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== - dependencies: - imurmurhash "^0.1.4" +unicode-match-property-value-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz#1a01aa57247c14c568b89775a54938788189a714" + integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw== -universalify@^0.1.0: - version "0.1.2" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" - integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== +unicode-property-aliases-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8" + integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= -unquote@~1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544" - integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= - -unset-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" - integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= - dependencies: - has-value "^0.3.1" - isobject "^3.0.0" - -upath@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" - integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== - uri-js@^4.2.2: version "4.4.1" resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" @@ -6999,56 +4612,11 @@ urix@^0.1.0: resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= -url-parse@^1.4.3, url-parse@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b" - integrity sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q== - dependencies: - querystringify "^2.1.1" - requires-port "^1.0.0" - -url@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" - integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= - dependencies: - punycode "1.3.2" - querystring "0.2.0" - -use@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" - integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== - util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= -util.promisify@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee" - integrity sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.2" - has-symbols "^1.0.1" - object.getownpropertydescriptors "^2.1.0" - -util@0.10.3: - version "0.10.3" - resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" - integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk= - dependencies: - inherits "2.0.1" - -util@^0.11.0: - version "0.11.1" - resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61" - integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ== - dependencies: - inherits "2.0.3" - utila@~0.4: version "0.4.0" resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c" @@ -7059,70 +4627,23 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= -uuid@^3.3.2, uuid@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" - integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - -uuid@^8.3.0: +uuid@^8.3.0, uuid@^8.3.2: version "8.3.2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== -v8-compile-cache@^2.1.1: - version "2.3.0" - resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" - integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== - -validate-npm-package-license@^3.0.1: - version "3.0.4" - resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" - integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - dependencies: - spdx-correct "^3.0.0" - spdx-expression-parse "^3.0.0" - vary@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= -vendors@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e" - integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w== - -verror@1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" - integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= - dependencies: - assert-plus "^1.0.0" - core-util-is "1.0.2" - extsprintf "^1.2.0" - -vm-browserify@^1.0.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" - integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== - -watchpack-chokidar2@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957" - integrity sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww== - dependencies: - chokidar "^2.1.8" - -watchpack@^1.7.4: - version "1.7.5" - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453" - integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ== +watchpack@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.1.tgz#4200d9447b401156eeca7767ee610f8809bc9d25" + integrity sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA== dependencies: + glob-to-regexp "^0.4.1" graceful-fs "^4.1.2" - neo-async "^2.5.0" - optionalDependencies: - chokidar "^3.4.1" - watchpack-chokidar2 "^2.0.1" wbuf@^1.1.0, wbuf@^1.7.3: version "1.7.3" @@ -7131,100 +4652,88 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -webpack-cli@^3.0.0: - version "3.3.12" - resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.12.tgz#94e9ada081453cd0aa609c99e500012fd3ad2d4a" - integrity sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag== - dependencies: - chalk "^2.4.2" - cross-spawn "^6.0.5" - enhanced-resolve "^4.1.1" - findup-sync "^3.0.0" - global-modules "^2.0.0" - import-local "^2.0.0" - interpret "^1.4.0" - loader-utils "^1.4.0" - supports-color "^6.1.0" - v8-compile-cache "^2.1.1" - yargs "^13.3.2" - -webpack-dev-middleware@^3.7.2: - version "3.7.3" - resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz#0639372b143262e2b84ab95d3b91a7597061c2c5" - integrity sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ== +webpack-cli@^4.9.1: + version "4.9.2" + resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.9.2.tgz#77c1adaea020c3f9e2db8aad8ea78d235c83659d" + integrity sha512-m3/AACnBBzK/kMTcxWHcZFPrw/eQuY4Df1TxvIWfWM2x7mRqBQCqKEd96oCUa9jkapLBaFfRce33eGDb4Pr7YQ== + dependencies: + "@discoveryjs/json-ext" "^0.5.0" + "@webpack-cli/configtest" "^1.1.1" + "@webpack-cli/info" "^1.4.1" + "@webpack-cli/serve" "^1.6.1" + colorette "^2.0.14" + commander "^7.0.0" + execa "^5.0.0" + fastest-levenshtein "^1.0.12" + import-local "^3.0.2" + interpret "^2.2.0" + rechoir "^0.7.0" + webpack-merge "^5.7.3" + +webpack-dev-middleware@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.1.tgz#aa079a8dedd7e58bfeab358a9af7dab304cee57f" + integrity sha512-81EujCKkyles2wphtdrnPg/QqegC/AtqNH//mQkBYSMqwFVCQrxM6ktB2O/SPlZy7LqeEfTbV3cZARGQz6umhg== dependencies: - memory-fs "^0.4.1" - mime "^2.4.4" - mkdirp "^0.5.1" + colorette "^2.0.10" + memfs "^3.4.1" + mime-types "^2.1.31" range-parser "^1.2.1" - webpack-log "^2.0.0" - -webpack-dev-server@^3.1.14: - version "3.11.2" - resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.11.2.tgz#695ebced76a4929f0d5de7fd73fafe185fe33708" - integrity sha512-A80BkuHRQfCiNtGBS1EMf2ChTUs0x+B3wGDFmOeT4rmJOHhHTCH2naNxIHhmkr0/UillP4U3yeIyv1pNp+QDLQ== - dependencies: - ansi-html "0.0.7" + schema-utils "^4.0.0" + +webpack-dev-server@^4.0.0: + version "4.7.4" + resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.7.4.tgz#d0ef7da78224578384e795ac228d8efb63d5f945" + integrity sha512-nfdsb02Zi2qzkNmgtZjkrMOcXnYZ6FLKcQwpxT7MvmHKc+oTtDsBju8j+NMyAygZ9GW1jMEUpy3itHtqgEhe1A== + dependencies: + "@types/bonjour" "^3.5.9" + "@types/connect-history-api-fallback" "^1.3.5" + "@types/express" "^4.17.13" + "@types/serve-index" "^1.9.1" + "@types/sockjs" "^0.3.33" + "@types/ws" "^8.2.2" + ansi-html-community "^0.0.8" bonjour "^3.5.0" - chokidar "^2.1.8" + chokidar "^3.5.3" + colorette "^2.0.10" compression "^1.7.4" connect-history-api-fallback "^1.6.0" - debug "^4.1.1" - del "^4.1.1" + default-gateway "^6.0.3" + del "^6.0.0" express "^4.17.1" - html-entities "^1.3.1" - http-proxy-middleware "0.19.1" - import-local "^2.0.0" - internal-ip "^4.3.0" - ip "^1.1.5" - is-absolute-url "^3.0.3" - killable "^1.0.1" - loglevel "^1.6.8" - opn "^5.5.0" - p-retry "^3.0.1" - portfinder "^1.0.26" - schema-utils "^1.0.0" - selfsigned "^1.10.8" - semver "^6.3.0" + graceful-fs "^4.2.6" + html-entities "^2.3.2" + http-proxy-middleware "^2.0.0" + ipaddr.js "^2.0.1" + open "^8.0.9" + p-retry "^4.5.0" + portfinder "^1.0.28" + schema-utils "^4.0.0" + selfsigned "^2.0.0" serve-index "^1.9.1" sockjs "^0.3.21" - sockjs-client "^1.5.0" spdy "^4.0.2" - strip-ansi "^3.0.1" - supports-color "^6.1.0" - url "^0.11.0" - webpack-dev-middleware "^3.7.2" - webpack-log "^2.0.0" - ws "^6.2.1" - yargs "^13.3.2" + strip-ansi "^7.0.0" + webpack-dev-middleware "^5.3.1" + ws "^8.4.2" -webpack-log@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f" - integrity sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg== +webpack-merge@^5.7.3: + version "5.8.0" + resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.8.0.tgz#2b39dbf22af87776ad744c390223731d30a68f61" + integrity sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q== dependencies: - ansi-colors "^3.0.0" - uuid "^3.3.2" - -webpack-manifest-plugin@^2.0.2: - version "2.2.0" - resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-2.2.0.tgz#19ca69b435b0baec7e29fbe90fb4015de2de4f16" - integrity sha512-9S6YyKKKh/Oz/eryM1RyLVDVmy3NSPV0JXMRhZ18fJsq+AwGxUY34X54VNwkzYcEmEkDwNxuEOboCZEebJXBAQ== - dependencies: - fs-extra "^7.0.0" - lodash ">=3.5 <5" - object.entries "^1.1.0" - tapable "^1.0.0" + clone-deep "^4.0.1" + wildcard "^2.0.0" webpack-notifier@^1.6.0: - version "1.13.0" - resolved "https://registry.yarnpkg.com/webpack-notifier/-/webpack-notifier-1.13.0.tgz#24e43d00ee47032f047373ca291b2d1f543ec12d" - integrity sha512-QLk6l/TZKGhyN6Hd1zobaiYno7S9YPX3wH86+YOSufHes77SegGhnGdj+4vrLDFK5A4ZKoQD5GRXXFnM0h0N8A== + version "1.15.0" + resolved "https://registry.yarnpkg.com/webpack-notifier/-/webpack-notifier-1.15.0.tgz#72644a1a4ec96b3528704d28f79da5e70048e8ee" + integrity sha512-N2V8UMgRB5komdXQRavBsRpw0hPhJq2/SWNOGuhrXpIgRhcMexzkGQysUyGStHLV5hkUlgpRiF7IUXoBqyMmzQ== dependencies: node-notifier "^9.0.0" strip-ansi "^6.0.0" -webpack-sources@^1.1.0, webpack-sources@^1.3.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1: +webpack-sources@^1.1.0: version "1.4.3" resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== @@ -7232,48 +4741,40 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0, webpack-sources@^1.4.0, webpack- source-list-map "^2.0.0" source-map "~0.6.1" -webpack-virtual-modules@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.2.2.tgz#20863dc3cb6bb2104729fff951fbe14b18bd0299" - integrity sha512-kDUmfm3BZrei0y+1NTHJInejzxfhtU8eDj2M7OKb2IWrPFAeO1SOH2KuQ68MSZu9IGEHcxbkKKR1v18FrUSOmA== - dependencies: - debug "^3.0.0" - -webpack-virtual-modules@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.3.2.tgz#b7baa30971a22d99451f897db053af48ec29ad2c" - integrity sha512-RXQXioY6MhzM4CNQwmBwKXYgBs6ulaiQ8bkNQEl2J6Z+V+s7lgl/wGvaI/I0dLnYKB8cKsxQc17QOAVIphPLDw== - dependencies: - debug "^3.0.0" - -webpack@^4.36.0: - version "4.46.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542" - integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q== - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/helper-module-context" "1.9.0" - "@webassemblyjs/wasm-edit" "1.9.0" - "@webassemblyjs/wasm-parser" "1.9.0" - acorn "^6.4.1" - ajv "^6.10.2" - ajv-keywords "^3.4.1" +webpack-sources@^3.2.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" + integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== + +webpack@^5.35: + version "5.69.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.69.1.tgz#8cfd92c192c6a52c99ab00529b5a0d33aa848dc5" + integrity sha512-+VyvOSJXZMT2V5vLzOnDuMz5GxEqLk7hKWQ56YxPW/PQRUuKimPqmEIJOx8jHYeyo65pKbapbW464mvsKbaj4A== + dependencies: + "@types/eslint-scope" "^3.7.3" + "@types/estree" "^0.0.51" + "@webassemblyjs/ast" "1.11.1" + "@webassemblyjs/wasm-edit" "1.11.1" + "@webassemblyjs/wasm-parser" "1.11.1" + acorn "^8.4.1" + acorn-import-assertions "^1.7.6" + browserslist "^4.14.5" chrome-trace-event "^1.0.2" - enhanced-resolve "^4.5.0" - eslint-scope "^4.0.3" + enhanced-resolve "^5.8.3" + es-module-lexer "^0.9.0" + eslint-scope "5.1.1" + events "^3.2.0" + glob-to-regexp "^0.4.1" + graceful-fs "^4.2.9" json-parse-better-errors "^1.0.2" - loader-runner "^2.4.0" - loader-utils "^1.2.3" - memory-fs "^0.4.1" - micromatch "^3.1.10" - mkdirp "^0.5.3" - neo-async "^2.6.1" - node-libs-browser "^2.2.1" - schema-utils "^1.0.0" - tapable "^1.1.3" - terser-webpack-plugin "^1.4.3" - watchpack "^1.7.4" - webpack-sources "^1.4.1" + loader-runner "^4.2.0" + mime-types "^2.1.27" + neo-async "^2.6.2" + schema-utils "^3.1.0" + tapable "^2.1.1" + terser-webpack-plugin "^5.1.3" + watchpack "^2.3.1" + webpack-sources "^3.2.3" websocket-driver@>=0.5.1, websocket-driver@^0.7.4: version "0.7.4" @@ -7289,124 +4790,44 @@ websocket-extensions@>=0.1.1: resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== -which-boxed-primitive@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" - integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== - dependencies: - is-bigint "^1.0.1" - is-boolean-object "^1.1.0" - is-number-object "^1.0.4" - is-string "^1.0.5" - is-symbol "^1.0.3" - -which-module@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" - integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - -which@1, which@^1.2.14, which@^1.2.9, which@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - -which@^2.0.2: +which@^2.0.1, which@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== dependencies: isexe "^2.0.0" -wide-align@^1.1.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" - integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== - dependencies: - string-width "^1.0.2 || 2" - -worker-farm@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8" - integrity sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw== - dependencies: - errno "~0.1.7" - -wrap-ansi@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09" - integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== - dependencies: - ansi-styles "^3.2.0" - string-width "^3.0.0" - strip-ansi "^5.0.0" +wildcard@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec" + integrity sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw== wrappy@1: version "1.0.2" resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= -ws@^6.2.1: - version "6.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e" - integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== - dependencies: - async-limiter "~1.0.0" - -xtend@^4.0.0, xtend@~4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" - integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - -y18n@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf" - integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== - -yallist@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" - integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= - -yallist@^3.0.2: - version "3.1.1" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" - integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== +ws@^8.4.2: + version "8.5.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f" + integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg== yallist@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== -yargs-parser@^13.1.2: - version "13.1.2" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38" - integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" +yaml@^1.10.2: + version "1.10.2" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" + integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== -yargs-parser@^18.1.3: - version "18.1.3" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" - integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" +yargs-parser@^20.2.4: + version "20.2.9" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" + integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== -yargs@^13.3.2: - version "13.3.2" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" - integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== - dependencies: - cliui "^5.0.0" - find-up "^3.0.0" - get-caller-file "^2.0.1" - require-directory "^2.1.1" - require-main-filename "^2.0.0" - set-blocking "^2.0.0" - string-width "^3.0.0" - which-module "^2.0.0" - y18n "^4.0.0" - yargs-parser "^13.1.2" +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==