From 843bd904ed233ca0d8f9b3d45100bf5a59482abc Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 30 Oct 2023 18:51:48 +0100 Subject: [PATCH] made all security updates, updated profile --- composer.json | 7 +- composer.lock | 768 ++++++++++++++++------------- web/profiles/d8-starterkit-profile | 2 +- 3 files changed, 429 insertions(+), 348 deletions(-) diff --git a/composer.json b/composer.json index a3f5ddf..279e34f 100644 --- a/composer.json +++ b/composer.json @@ -22,24 +22,29 @@ "drupal/core-composer-scaffold": "^9.2", "drupal/core-project-message": "^9.2", "drupal/core-recommended": "^9.5", - "drupal/entity_type_clone": "^1.7", + "drupal/entity_browser_enhanced": "^2.0", + "drupal/entity_type_clone": "^4.0.3", "drupal/formatter_suite": "^1.3", "drupal/geocoder": "^3.25", "drupal/geofield": "^1.36", + "drupal/honeypot": "^2.1", "drupal/image_delta_formatter": "^1.1", "drupal/image_field_caption": "^1.1", "drupal/leaflet": "^10.2", "drupal/leaflet_more_maps": "^2.1", "drupal/leaflet_more_markers": "^1.1", "drupal/linked_field": "^1.3", + "drupal/mailsystem": "^4.4", "drupal/manage_display": "1.x-dev@dev", "drupal/page_manager": "4.x-dev@dev", "drupal/panels": "^4.6", "drupal/paragraphs": "1.x-dev@dev", "drupal/role_delegation": "^1.1", "drupal/slick": "^2.9", + "drupal/smart_trim": "^2.1.0", "drupal/structure_sync": "^2.0", "drupal/views_conditional": "^1.5", + "drupal/views_ef_fieldset": "^1.6", "drupal/webform": "^6.1", "geocoder-php/mapquest-provider": "^4.2", "wikimedia/composer-merge-plugin": "^2.0" diff --git a/composer.lock b/composer.lock index f5b6637..3122866 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "aa9811e36f462b9c98b6cb790b707a80", + "content-hash": "1776611211486f239fefcac487de127f", "packages": [ { "name": "alchemy/zippy", @@ -555,27 +555,28 @@ }, { "name": "consolidation/annotated-command", - "version": "4.4.0", + "version": "4.9.1", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "308f6ac178566a1ce9aa90ed908dac90a2c1e707" + "reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/308f6ac178566a1ce9aa90ed908dac90a2c1e707", - "reference": "308f6ac178566a1ce9aa90ed908dac90a2c1e707", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/e01152f698eff4cb5df3ebfe5e097ef335dbd3c9", + "reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9", "shasum": "" }, "require": { - "consolidation/output-formatters": "^4.1.1", + "consolidation/output-formatters": "^4.3.1", "php": ">=7.1.3", - "psr/log": "^1|^2", - "symfony/console": "^4.4.8|~5.1.0", - "symfony/event-dispatcher": "^4.4.8|^5", - "symfony/finder": "^4.4.8|^5" + "psr/log": "^1 || ^2 || ^3", + "symfony/console": "^4.4.8 || ^5 || ^6", + "symfony/event-dispatcher": "^4.4.8 || ^5 || ^6", + "symfony/finder": "^4.4.8 || ^5 || ^6" }, "require-dev": { + "composer-runtime-api": "^2.0", "phpunit/phpunit": "^7.5.20 || ^8 || ^9", "squizlabs/php_codesniffer": "^3", "yoast/phpunit-polyfills": "^0.2.0" @@ -604,9 +605,9 @@ "description": "Initialize Symfony Console commands from annotated command class methods.", "support": { "issues": "https://github.com/consolidation/annotated-command/issues", - "source": "https://github.com/consolidation/annotated-command/tree/4.4.0" + "source": "https://github.com/consolidation/annotated-command/tree/4.9.1" }, - "time": "2021-09-30T01:08:15+00:00" + "time": "2023-05-20T04:19:01+00:00" }, { "name": "consolidation/config", @@ -765,22 +766,22 @@ }, { "name": "consolidation/log", - "version": "2.0.2", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/consolidation/log.git", - "reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1" + "reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/log/zipball/82a2aaaa621a7b976e50a745a8d249d5085ee2b1", - "reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1", + "url": "https://api.github.com/repos/consolidation/log/zipball/3ad08dc57e8aff9400111bad36beb0ed387fe6a9", + "reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9", "shasum": "" }, "require": { "php": ">=7.1.3", - "psr/log": "^1.0", - "symfony/console": "^4|^5" + "psr/log": "^1 || ^2", + "symfony/console": "^4 || ^5 || ^6" }, "require-dev": { "phpunit/phpunit": ">=7.5.20", @@ -811,47 +812,42 @@ "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.", "support": { "issues": "https://github.com/consolidation/log/issues", - "source": "https://github.com/consolidation/log/tree/2.0.2" + "source": "https://github.com/consolidation/log/tree/2.1.1" }, - "time": "2020-12-10T16:26:23+00:00" + "time": "2022-02-24T04:27:32+00:00" }, { "name": "consolidation/output-formatters", - "version": "4.1.2", + "version": "4.3.2", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "5821e6ae076bf690058a4de6c94dce97398a69c9" + "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/5821e6ae076bf690058a4de6c94dce97398a69c9", - "reference": "5821e6ae076bf690058a4de6c94dce97398a69c9", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/06711568b4cd169700ff7e8075db0a9a341ceb58", + "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58", "shasum": "" }, "require": { - "dflydev/dot-access-data": "^1.1.0", + "dflydev/dot-access-data": "^1.1.0 || ^2 || ^3", "php": ">=7.1.3", - "symfony/console": "^4|^5", - "symfony/finder": "^4|^5" + "symfony/console": "^4 || ^5 || ^6", + "symfony/finder": "^4 || ^5 || ^6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4.2", - "phpunit/phpunit": ">=7", + "phpunit/phpunit": "^7 || ^8 || ^9", "squizlabs/php_codesniffer": "^3", - "symfony/var-dumper": "^4", - "symfony/yaml": "^4", - "yoast/phpunit-polyfills": "^0.2.0" + "symfony/var-dumper": "^4 || ^5 || ^6", + "symfony/yaml": "^4 || ^5 || ^6", + "yoast/phpunit-polyfills": "^1" }, "suggest": { "symfony/var-dumper": "For using the var_dump formatter" }, "type": "library", - "extra": { - "branch-alias": { - "dev-main": "4.x-dev" - } - }, "autoload": { "psr-4": { "Consolidation\\OutputFormatters\\": "src" @@ -870,38 +866,38 @@ "description": "Format text by applying transformations provided by plug-in formatters.", "support": { "issues": "https://github.com/consolidation/output-formatters/issues", - "source": "https://github.com/consolidation/output-formatters/tree/4.1.2" + "source": "https://github.com/consolidation/output-formatters/tree/4.3.2" }, - "time": "2020-12-12T19:04:59+00:00" + "time": "2023-07-06T04:45:41+00:00" }, { "name": "consolidation/robo", - "version": "3.0.6", + "version": "3.0.12", "source": { "type": "git", - "url": "https://github.com/consolidation/Robo.git", - "reference": "36dce2965a67abe5cf91f2bc36d2582a64a11258" + "url": "https://github.com/consolidation/robo.git", + "reference": "0c3a5085357f46c90a0b756e3d326f44847158b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/Robo/zipball/36dce2965a67abe5cf91f2bc36d2582a64a11258", - "reference": "36dce2965a67abe5cf91f2bc36d2582a64a11258", + "url": "https://api.github.com/repos/consolidation/robo/zipball/0c3a5085357f46c90a0b756e3d326f44847158b8", + "reference": "0c3a5085357f46c90a0b756e3d326f44847158b8", "shasum": "" }, "require": { "consolidation/annotated-command": "^4.3", - "consolidation/config": "^1.2.1|^2.0.1", - "consolidation/log": "^1.1.1|^2.0.2", + "consolidation/config": "^1.2.1 || ^2.0.1", + "consolidation/log": "^1.1.1 || ^2.0.2", "consolidation/output-formatters": "^4.1.2", "consolidation/self-update": "^2.0", - "league/container": "^3.3.1", + "league/container": "^3.3.1 || ^4.0", "php": ">=7.1.3", - "symfony/console": "^4.4.19 || ^5", - "symfony/event-dispatcher": "^4.4.19 || ^5", - "symfony/filesystem": "^4.4.9 || ^5", - "symfony/finder": "^4.4.9 || ^5", - "symfony/process": "^4.4.9 || ^5", - "symfony/yaml": "^4.4 || ^5" + "symfony/console": "^4.4.19 || ^5 || ^6", + "symfony/event-dispatcher": "^4.4.19 || ^5 || ^6", + "symfony/filesystem": "^4.4.9 || ^5 || ^6", + "symfony/finder": "^4.4.9 || ^5 || ^6", + "symfony/process": "^4.4.9 || ^5 || ^6", + "symfony/yaml": "^4.4 || ^5 || ^6" }, "conflict": { "codegyre/robo": "*" @@ -910,7 +906,7 @@ "natxet/cssmin": "3.0.4", "patchwork/jsqueeze": "^2", "pear/archive_tar": "^1.4.4", - "phpunit/phpunit": "^7.5.20 | ^8", + "phpunit/phpunit": "^7.5.20 || ^8", "squizlabs/php_codesniffer": "^3.6", "yoast/phpunit-polyfills": "^0.2.0" }, @@ -968,30 +964,30 @@ ], "description": "Modern task runner", "support": { - "issues": "https://github.com/consolidation/Robo/issues", - "source": "https://github.com/consolidation/Robo/tree/3.0.6" + "issues": "https://github.com/consolidation/robo/issues", + "source": "https://github.com/consolidation/robo/tree/3.0.12" }, - "time": "2021-10-05T23:56:45+00:00" + "time": "2023-04-30T21:18:09+00:00" }, { "name": "consolidation/self-update", - "version": "2.0.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/consolidation/self-update.git", - "reference": "7d6877f8006c51069e1469a9c57b1435640f74b7" + "reference": "972a1016761c9b63314e040836a12795dff6953a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/self-update/zipball/7d6877f8006c51069e1469a9c57b1435640f74b7", - "reference": "7d6877f8006c51069e1469a9c57b1435640f74b7", + "url": "https://api.github.com/repos/consolidation/self-update/zipball/972a1016761c9b63314e040836a12795dff6953a", + "reference": "972a1016761c9b63314e040836a12795dff6953a", "shasum": "" }, "require": { "composer/semver": "^3.2", "php": ">=5.5.0", - "symfony/console": "^2.8|^3|^4|^5", - "symfony/filesystem": "^2.5|^3|^4|^5" + "symfony/console": "^2.8 || ^3 || ^4 || ^5 || ^6", + "symfony/filesystem": "^2.5 || ^3 || ^4 || ^5 || ^6" }, "bin": [ "scripts/release" @@ -1024,28 +1020,30 @@ "description": "Provides a self:update command for Symfony Console applications.", "support": { "issues": "https://github.com/consolidation/self-update/issues", - "source": "https://github.com/consolidation/self-update/tree/2.0.0" + "source": "https://github.com/consolidation/self-update/tree/2.2.0" }, - "time": "2021-10-05T23:29:47+00:00" + "time": "2023-03-18T01:37:41+00:00" }, { "name": "consolidation/site-alias", - "version": "3.1.1", + "version": "3.1.7", "source": { "type": "git", "url": "https://github.com/consolidation/site-alias.git", - "reference": "e824b57253d9174f4a500f87e6d0e1e497c2a50a" + "reference": "3b6519592c7e8557423f935806cd73adf69ed6c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-alias/zipball/e824b57253d9174f4a500f87e6d0e1e497c2a50a", - "reference": "e824b57253d9174f4a500f87e6d0e1e497c2a50a", + "url": "https://api.github.com/repos/consolidation/site-alias/zipball/3b6519592c7e8557423f935806cd73adf69ed6c7", + "reference": "3b6519592c7e8557423f935806cd73adf69ed6c7", "shasum": "" }, "require": { - "consolidation/config": "^1.2.1|^2", + "consolidation/config": "^1.2.1 || ^2", "php": ">=5.5.0", - "symfony/finder": "~2.3|^3|^4.4|^5" + "symfony/filesystem": "^4.4 || ^5.4 || ^6", + "symfony/finder": "~2.3 || ^3 || ^4.4 || ^5 || ^6", + "webmozart/path-util": "^2.3" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4.2", @@ -1082,33 +1080,33 @@ "description": "Manage alias records for local and remote sites.", "support": { "issues": "https://github.com/consolidation/site-alias/issues", - "source": "https://github.com/consolidation/site-alias/tree/3.1.1" + "source": "https://github.com/consolidation/site-alias/tree/3.1.7" }, - "time": "2021-09-21T00:30:48+00:00" + "time": "2022-10-15T01:21:09+00:00" }, { "name": "consolidation/site-process", - "version": "4.1.0", + "version": "4.2.1", "source": { "type": "git", "url": "https://github.com/consolidation/site-process.git", - "reference": "ef57711d7049f7606ce936ded16ad93f1ad7f02c" + "reference": "ee3bf69001694b2117cc2f96c2ef70d8d45f1234" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-process/zipball/ef57711d7049f7606ce936ded16ad93f1ad7f02c", - "reference": "ef57711d7049f7606ce936ded16ad93f1ad7f02c", + "url": "https://api.github.com/repos/consolidation/site-process/zipball/ee3bf69001694b2117cc2f96c2ef70d8d45f1234", + "reference": "ee3bf69001694b2117cc2f96c2ef70d8d45f1234", "shasum": "" }, "require": { - "consolidation/config": "^1.2.1|^2", - "consolidation/site-alias": "^3", + "consolidation/config": "^1.2.1 || ^2", + "consolidation/site-alias": "^3 || ^4", "php": ">=7.1.3", - "symfony/console": "^2.8.52|^3|^4.4|^5", - "symfony/process": "^4.3.4" + "symfony/console": "^2.8.52 || ^3 || ^4.4 || ^5", + "symfony/process": "^4.3.4 || ^5" }, "require-dev": { - "phpunit/phpunit": "^7.5.20|^8.5.14", + "phpunit/phpunit": "^7.5.20 || ^8.5.14", "squizlabs/php_codesniffer": "^3", "yoast/phpunit-polyfills": "^0.2.0" }, @@ -1140,9 +1138,9 @@ "description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.", "support": { "issues": "https://github.com/consolidation/site-process/issues", - "source": "https://github.com/consolidation/site-process/tree/4.1.0" + "source": "https://github.com/consolidation/site-process/tree/4.2.1" }, - "time": "2021-02-21T02:53:33+00:00" + "time": "2022-10-18T13:19:35+00:00" }, { "name": "cweagans/composer-patches", @@ -2789,30 +2787,30 @@ }, { "name": "drupal/better_exposed_filters", - "version": "5.0.0", + "version": "6.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/better_exposed_filters.git", - "reference": "8.x-5.0" + "reference": "6.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.0.zip", - "reference": "8.x-5.0", - "shasum": "ef575591af202b5c6867841ce58e1f447455e502" + "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-6.0.2.zip", + "reference": "6.0.2", + "shasum": "e06e8f88fab14942e4d3f71faaa64a30f136792c" }, "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^9 || ^10", "drupal/jquery_ui": "^1.4", - "drupal/jquery_ui_datepicker": "^1.0", + "drupal/jquery_ui_datepicker": "^1.2", "drupal/jquery_ui_slider": "^1.1", "drupal/jquery_ui_touch_punch": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-5.0", - "datestamp": "1634748760", + "version": "6.0.2", + "datestamp": "1666017720", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2836,14 +2834,18 @@ "name": "Neslee Canil Pinto", "homepage": "https://www.drupal.org/u/neslee-canil-pinto" }, - { - "name": "jkopel", - "homepage": "https://www.drupal.org/user/66207" - }, { "name": "mikeker", "homepage": "https://www.drupal.org/user/192273" }, + { + "name": "Neslee Canil Pinto", + "homepage": "https://www.drupal.org/user/3580850" + }, + { + "name": "podarok", + "homepage": "https://www.drupal.org/user/116002" + }, { "name": "rlhawk", "homepage": "https://www.drupal.org/user/352283" @@ -4798,26 +4800,29 @@ }, { "name": "drupal/embed", - "version": "1.4.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/embed.git", - "reference": "8.x-1.4" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "09a2bda039bfbb3fff01c91964384bf3d924b8c5" + "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "b7ca4264be51038f947d26b6725fc0446b224f60" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^9.3 | ^10" + }, + "require-dev": { + "drupal/ckeditor": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1590176831", + "version": "8.x-1.7", + "datestamp": "1697642867", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4829,6 +4834,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "cs_shadow", + "homepage": "https://www.drupal.org/user/2828287" + }, { "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" @@ -4841,10 +4850,6 @@ "name": "Drupal Media Team", "homepage": "https://www.drupal.org/user/3260690" }, - { - "name": "cs_shadow", - "homepage": "https://www.drupal.org/user/2828287" - }, { "name": "phenaproxima", "homepage": "https://www.drupal.org/user/205645" @@ -4930,20 +4935,20 @@ }, { "name": "drupal/entity_browser", - "version": "2.6.0", + "version": "2.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_browser.git", - "reference": "8.x-2.6" + "reference": "8.x-2.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.6.zip", - "reference": "8.x-2.6", - "shasum": "95cad4ce9620ccb4f02afa0e8b8bbf7c73fc5aac" + "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.9.zip", + "reference": "8.x-2.9", + "shasum": "251afad80cde9fa547501a8d9de5d94b9f5bacff" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.2 || ^10" }, "require-dev": { "drupal/embed": "~1.0", @@ -4952,13 +4957,13 @@ "drupal/entityqueue": "1.x-dev", "drupal/inline_entity_form": "1.x-dev", "drupal/paragraphs": "1.x-dev", - "drupal/token": "~1.0" + "drupal/token": "1.x-dev" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.6", - "datestamp": "1624401306", + "version": "8.x-2.9", + "datestamp": "1674070933", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4989,10 +4994,6 @@ "name": "Drupal Media Team", "homepage": "https://www.drupal.org/user/3260690" }, - { - "name": "Primsi", - "homepage": "https://www.drupal.org/user/282629" - }, { "name": "marcingy", "homepage": "https://www.drupal.org/user/77320" @@ -5001,6 +5002,10 @@ "name": "oknate", "homepage": "https://www.drupal.org/user/471638" }, + { + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" + }, { "name": "samuel.mortenson", "homepage": "https://www.drupal.org/user/2582268" @@ -5020,34 +5025,31 @@ }, { "name": "drupal/entity_browser_enhanced", - "version": "1.0.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_browser_enhanced.git", - "reference": "8.x-1.0" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_browser_enhanced-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "c309e3c3eb65c358fafc577de68f3cbb8c118865" + "url": "https://ftp.drupal.org/files/projects/entity_browser_enhanced-2.0.0.zip", + "reference": "2.0.0", + "shasum": "2880829c847c1c4b06092ab5335adb6ea960317b" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^9 || ^10", "drupal/entity_browser": "~2.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1581940931", + "version": "2.0.0", + "datestamp": "1697211243", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "branch-alias": { - "dev-8.x-1.x": "8.1.x-dev" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -5061,7 +5063,7 @@ "role": "Maintainer" }, { - "name": "RajabNatshah", + "name": "Rajab Natshah", "homepage": "https://www.drupal.org/user/1414312" } ], @@ -5074,29 +5076,32 @@ }, { "name": "drupal/entity_clone", - "version": "1.0.0-beta6", + "version": "dev-2.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_clone.git", - "reference": "8.x-1.0-beta6" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_clone-8.x-1.0-beta6.zip", - "reference": "8.x-1.0-beta6", - "shasum": "35d04649b6fb349df761abab37506a94f172981f" + "reference": "5cbfafdbc860cbda7bef91c89628aefca25efe7b" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8.8 || ^9 || ^10" + }, + "require-dev": { + "drupal/entity_browser": "2.x-dev", + "drupal/entity_usage": "2.x-dev", + "drupal/paragraphs": "^1.0", + "drupal/search_api": "~1.0" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, "drupal": { - "version": "8.x-1.0-beta6", - "datestamp": "1617209997", + "version": "2.0.0-beta4+3-dev", + "datestamp": "1697545494", "security-coverage": { "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -5105,21 +5110,33 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "colan", + "homepage": "https://www.drupal.org/user/58704" + }, + { + "name": "joevagyok", + "homepage": "https://www.drupal.org/user/2876343" + }, { "name": "NickDickinsonWilde", "homepage": "https://www.drupal.org/user/3094661" }, { - "name": "colan", - "homepage": "https://www.drupal.org/user/58704" + "name": "Rajeshreeputra", + "homepage": "https://www.drupal.org/user/3418561" + }, + { + "name": "Upchuk", + "homepage": "https://www.drupal.org/user/1885838" }, { "name": "vpeltot", "homepage": "https://www.drupal.org/user/1361586" } ], - "description": "Add a clone action for all entities", - "homepage": "https://www.drupal.org/project/entity_clone", + "description": "Add a clone action for all entities.", + "homepage": "https://drupal.org/project/entity_clone", "support": { "source": "https://git.drupalcode.org/project/entity_clone" } @@ -5185,26 +5202,26 @@ }, { "name": "drupal/entity_type_clone", - "version": "1.7.0", + "version": "4.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_type_clone.git", - "reference": "8.x-1.7" + "reference": "4.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_type_clone-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "cad1536cbae4dd069bc78230fcd418ea07a6513c" + "url": "https://ftp.drupal.org/files/projects/entity_type_clone-4.0.3.zip", + "reference": "4.0.3", + "shasum": "684e81fcaa034bfb7a4ffdc3e81c040701fbd8b7" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.7", - "datestamp": "1621579347", + "version": "4.0.3", + "datestamp": "1693947342", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5225,7 +5242,7 @@ "homepage": "https://www.drupal.org/user/3568458" } ], - "description": "This module provide option to clone entity types.", + "description": "This module provide option to clone entity types and role.", "homepage": "https://www.drupal.org/project/entity_type_clone", "support": { "source": "https://git.drupalcode.org/project/entity_type_clone" @@ -5756,26 +5773,29 @@ }, { "name": "drupal/honeypot", - "version": "2.0.2", + "version": "2.1.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/honeypot.git", - "reference": "2.0.2" + "reference": "2.1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/honeypot-2.0.2.zip", - "reference": "2.0.2", - "shasum": "8a3e15509f649c39e88c4f22105f12fb6445fc62" + "url": "https://ftp.drupal.org/files/projects/honeypot-2.1.3.zip", + "reference": "2.1.3", + "shasum": "101105029a10a574ef6017824182500ab9905856" }, "require": { - "drupal/core": "^8.8.2 || ^9" + "drupal/core": "^9.2 || ^10" + }, + "require-dev": { + "drupal/rules": "^3.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1638391833", + "version": "2.1.3", + "datestamp": "1695604754", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5789,17 +5809,17 @@ "authors": [ { "name": "Jeff Geerling", - "homepage": "https://www.drupal.org/user/213194", + "homepage": "https://www.drupal.org/user/389011", "email": "geerlingguy@mac.com" }, + { + "name": "Manuel Garcia", + "homepage": "https://www.drupal.org/user/213194" + }, { "name": "TR", "homepage": "https://www.drupal.org/user/202830" }, - { - "name": "geerlingguy", - "homepage": "https://www.drupal.org/user/389011" - }, { "name": "vijaycs85", "homepage": "https://www.drupal.org/user/93488" @@ -5878,17 +5898,17 @@ }, { "name": "drupal/image_field_caption", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/image_field_caption.git", - "reference": "8.x-1.1" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/image_field_caption-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "d4a67a81d4cd4d4fde6f342325c79862a4305a0b" + "url": "https://ftp.drupal.org/files/projects/image_field_caption-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "ea4705e97d8b13257507f2013e16a7ba244a4298" }, "require": { "drupal/core": "^8 || ^9" @@ -5896,8 +5916,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1602264818", + "version": "8.x-1.2", + "datestamp": "1651684811", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5917,14 +5937,14 @@ "name": "hanoii", "homepage": "https://www.drupal.org/user/23157" }, - { - "name": "iStryker", - "homepage": "https://www.drupal.org/user/303676" - }, { "name": "ironsizide", "homepage": "https://www.drupal.org/user/787980" }, + { + "name": "iStryker", + "homepage": "https://www.drupal.org/user/303676" + }, { "name": "tyler.frankenstein", "homepage": "https://www.drupal.org/user/150680" @@ -6117,26 +6137,26 @@ }, { "name": "drupal/jquery_ui", - "version": "1.4.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jquery_ui.git", - "reference": "8.x-1.4" + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "64c19ecc8902e2b4b1ab0cc5f5fe28dbc83bfebe" + "url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "0ddccdcf35a066de1843e1d9670677ee1a2faac0" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1582149957", + "version": "8.x-1.6", + "datestamp": "1668521197", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6149,8 +6169,8 @@ ], "authors": [ { - "name": "RobLoach", - "homepage": "https://www.drupal.org/user/61114" + "name": "bnjmnm", + "homepage": "https://www.drupal.org/user/2369194" }, { "name": "jjeff", @@ -6176,6 +6196,18 @@ "name": "mikelutz", "homepage": "https://www.drupal.org/user/2972409" }, + { + "name": "nod_", + "homepage": "https://www.drupal.org/user/598310" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "RobLoach", + "homepage": "https://www.drupal.org/user/61114" + }, { "name": "sun", "homepage": "https://www.drupal.org/user/54136" @@ -6184,6 +6216,10 @@ "name": "webchick", "homepage": "https://www.drupal.org/user/24967" }, + { + "name": "Wim Leers", + "homepage": "https://www.drupal.org/user/99777" + }, { "name": "zrpnr", "homepage": "https://www.drupal.org/user/1448368" @@ -6252,27 +6288,27 @@ }, { "name": "drupal/jquery_ui_checkboxradio", - "version": "1.2.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jquery_ui_checkboxradio.git", - "reference": "8.x-1.2" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_checkboxradio-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "8edb088cb89f4a0f95aa9d43894bf506dc5f6fe1" + "url": "https://ftp.drupal.org/files/projects/jquery_ui_checkboxradio-2.0.0.zip", + "reference": "2.0.0", + "shasum": "81d474fbae63b0099c58be95de71e7f010568aa9" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/jquery_ui": "*" + "drupal/core": "^9.2 || ^10", + "drupal/jquery_ui": "^1.6" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1584106406", + "version": "2.0.0", + "datestamp": "1670871489", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6358,27 +6394,27 @@ }, { "name": "drupal/jquery_ui_datepicker", - "version": "1.2.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jquery_ui_datepicker.git", - "reference": "8.x-1.2" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_datepicker-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "19ffa245970ee4e9d908fa0c5d0761f567e487bb" + "url": "https://ftp.drupal.org/files/projects/jquery_ui_datepicker-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "6d0e9463006d94ba21ee7547dc92ade6c9f96c8e" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^8 || ^9 || ^10", "drupal/jquery_ui": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1642614454", + "version": "8.x-1.4", + "datestamp": "1665821291", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6395,10 +6431,6 @@ "homepage": "https://www.drupal.org/u/ivnish", "role": "Maintainer" }, - { - "name": "ivnish", - "homepage": "https://www.drupal.org/user/3547706" - }, { "name": "jrockowitz", "homepage": "https://www.drupal.org/user/371407" @@ -6407,6 +6439,14 @@ "name": "lauriii", "homepage": "https://www.drupal.org/user/1078742" }, + { + "name": "nod_", + "homepage": "https://www.drupal.org/user/598310" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, { "name": "zrpnr", "homepage": "https://www.drupal.org/user/1448368" @@ -6581,45 +6621,47 @@ }, { "name": "drupal/jquery_ui_touch_punch", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jquery_ui_touch_punch.git", - "reference": "1.0.0" + "reference": "1.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_touch_punch-1.0.0.zip", - "reference": "1.0.0", - "shasum": "8444a0ed897ba3d8e8876a9602ec8b3dca678cd1" + "url": "https://ftp.drupal.org/files/projects/jquery_ui_touch_punch-1.1.0.zip", + "reference": "1.1.0", + "shasum": "4b7e50a98246dfa6ef48e5b12c70277873902824" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/jquery_ui": "^1.0" - }, - "suggest": { - "furf/jquery-ui-touch-punch": "Required to use drupal/jquery_ui_touch_punch module." + "drupal/core": "^8 || ^9 || ^10", + "drupal/jquery_ui": "^1.0", + "politsin/jquery-ui-touch-punch": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.0", - "datestamp": "1591893292", + "version": "1.1.0", + "datestamp": "1662744607", "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { "name": "Naveen Valecha", "homepage": "https://drupal.org/u/naveenvalecha", "role": "Maintainer" + }, + { + "name": "naveenvalecha", + "homepage": "https://www.drupal.org/user/2665733" } ], "description": "Provides jQuery UI Touch Punch library.", @@ -6630,8 +6672,7 @@ ], "support": { "source": "https://www.drupal.org/project/jquery_ui_touch_punch", - "issues": "https://www.drupal.org/project/issues/jquery_ui_touch_punch", - "irc": "irc://irc.freenode.org/drupal-contribute" + "issues": "https://www.drupal.org/project/issues/jquery_ui_touch_punch" } }, { @@ -7109,26 +7150,26 @@ }, { "name": "drupal/mailsystem", - "version": "4.3.0", + "version": "4.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/mailsystem.git", - "reference": "8.x-4.3" + "reference": "8.x-4.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/mailsystem-8.x-4.3.zip", - "reference": "8.x-4.3", - "shasum": "1a74016e268ff207535be5d5e42ac8f72ac89050" + "url": "https://ftp.drupal.org/files/projects/mailsystem-8.x-4.4.zip", + "reference": "8.x-4.4", + "shasum": "49b2e9efd090cdb4a282c7638b1c76d6723c47b6" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.3", - "datestamp": "1586203024", + "version": "8.x-4.4", + "datestamp": "1657576306", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7137,7 +7178,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -7152,14 +7193,14 @@ "name": "Manuel Garcia", "homepage": "https://www.drupal.org/user/213194" }, - { - "name": "Nafes", - "homepage": "https://www.drupal.org/user/2489926" - }, { "name": "miro_dietiker", "homepage": "https://www.drupal.org/user/227761" }, + { + "name": "Nafes", + "homepage": "https://www.drupal.org/user/2489926" + }, { "name": "pillarsdotnet", "homepage": "https://www.drupal.org/user/36148" @@ -7214,20 +7255,20 @@ }, { "name": "drupal/matomo", - "version": "1.15.0", + "version": "1.22.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/matomo.git", - "reference": "8.x-1.15" + "reference": "8.x-1.22" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/matomo-8.x-1.15.zip", - "reference": "8.x-1.15", - "shasum": "d05a3ce413c6bb9b044e56098883e259bc1a7ef9" + "url": "https://ftp.drupal.org/files/projects/matomo-8.x-1.22.zip", + "reference": "8.x-1.22", + "shasum": "b41bb83d9c0c6f8c27f72f6b1b62f691dab65a5d" }, "require": { - "drupal/core": "^8.8.0 || ^9.0.0" + "drupal/core": "^9.0 || ^10" }, "conflict": { "drupal/csp": "<1.12" @@ -7240,8 +7281,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.15", - "datestamp": "1645376728", + "version": "8.x-1.22", + "datestamp": "1691004328", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8241,20 +8282,20 @@ }, { "name": "drupal/search_api", - "version": "1.23.0", + "version": "1.30.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api.git", - "reference": "8.x-1.23" + "reference": "8.x-1.30" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.23.zip", - "reference": "8.x-1.23", - "shasum": "7de5425bba5b8daa37e98d47b677459dfb1abbe7" + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.30.zip", + "reference": "8.x-1.30", + "shasum": "25bd2cfab6a6332c595fbc8be1c4cfff33a85ce8" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.3 || ^10.0" }, "conflict": { "drupal/search_api_solr": "2.* || 3.0 || 3.1" @@ -8272,8 +8313,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.23", - "datestamp": "1642935837", + "version": "8.x-1.30", + "datestamp": "1697366291", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8281,7 +8322,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9 || ^10" + "drush.services.yml": "^9 || ^10 || ^11" } } }, @@ -8415,26 +8456,31 @@ }, { "name": "drupal/smart_trim", - "version": "1.3.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/smart_trim.git", - "reference": "8.x-1.3" + "reference": "2.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/smart_trim-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "5894aa067fba19a3452ed8ce749f33bd9ae91907" + "url": "https://ftp.drupal.org/files/projects/smart_trim-2.1.0.zip", + "reference": "2.1.0", + "shasum": "874b4cbddc4833f1b9adc76a8398377903fd73ee" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10", + "drupal/token": "^1.0", + "php": ">=7.4.0" + }, + "require-dev": { + "drupal/token_filter": "^2.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1589766531", + "version": "2.1.0", + "datestamp": "1686152417", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8452,22 +8498,20 @@ "role": "Maintainer" }, { - "name": "newsignature", - "homepage": "https://www.drupal.org/user/765518" + "name": "AmyJune Hineline (volkswagenchick)", + "homepage": "https://www.drupal.org/u/volkswagenchick", + "role": "Maintainer" }, { - "name": "ultimike", - "homepage": "https://www.drupal.org/user/51132" - }, - { - "name": "volkswagenchick", - "homepage": "https://www.drupal.org/user/3332522" + "name": "Michael Anello (ultimike)", + "homepage": "https://www.drupal.org/u/ultimike", + "role": "Maintainer" } ], "description": "Provides a more robust alternative to 'summary or trimmed' textfield format.", "homepage": "https://drupal.org/project/smart_trim", "support": { - "source": "https://cgit.drupalcode.org/smart_trim", + "source": "https://git.drupalcode.org/project/smart_trim", "issues": "https://drupal.org/project/issues/smart_trim" } }, @@ -9079,32 +9123,33 @@ }, { "name": "drupal/views_bulk_operations", - "version": "4.0.1", + "version": "4.2.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/views_bulk_operations.git", - "reference": "4.0.1" + "reference": "4.2.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.0.1.zip", - "reference": "4.0.1", - "shasum": "dfcd54a002ae6c9b156702c03601fa89121c777f" + "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.2.5.zip", + "reference": "4.2.5", + "shasum": "220479c5187b1619d5703f64c6f8c272afecf897" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.4 || ^10", + "php": ">=7.4.0" }, "require-dev": { - "drush/drush": "^10" + "drush/drush": "^11" }, "suggest": { - "drush/drush": "^9 || ^10" + "drush/drush": "^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.1", - "datestamp": "1642845502", + "version": "4.2.5", + "datestamp": "1691066184", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9112,7 +9157,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9 || ^10" + "drush.services.yml": "^10 || ^11" } } }, @@ -9126,16 +9171,8 @@ "homepage": "https://www.drupal.org/u/graber" }, { - "name": "Jon Pugh", - "homepage": "https://www.drupal.org/user/17028" - }, - { - "name": "bojanz", - "homepage": "https://www.drupal.org/user/86106" - }, - { - "name": "infojunkie", - "homepage": "https://www.drupal.org/user/48424" + "name": "Graber", + "homepage": "https://www.drupal.org/user/1599440" }, { "name": "joelpittet", @@ -9208,27 +9245,27 @@ }, { "name": "drupal/views_ef_fieldset", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/views_ef_fieldset.git", - "reference": "8.x-1.5" + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_ef_fieldset-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "72ca0b63028d0fe65e13c8472546a8803aa0d079" + "url": "https://ftp.drupal.org/files/projects/views_ef_fieldset-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "d726d98c48fba1d18ce1b5831cb0d1d46a73d8c6" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^9 || ^10", "php": ">=7" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1604567512", + "version": "8.x-1.6", + "datestamp": "1690812509", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9259,12 +9296,16 @@ "authors": [ { "name": "Pol Dellaiera", - "homepage": "https://www.drupal.org/user/47194", + "homepage": "https://www.drupal.org/user/1632364", "email": "pol.dellaiera@protonmail.com" }, { - "name": "ciss", - "homepage": "https://www.drupal.org/user/1632364" + "name": "Eli-T", + "homepage": "https://www.drupal.org/user/516878" + }, + { + "name": "Pol", + "homepage": "https://www.drupal.org/user/47194" } ], "description": "Provide an option to render the 'exposed form widgets' in a fieldset.", @@ -11671,6 +11712,44 @@ ], "time": "2022-02-17T08:19:04+00:00" }, + { + "name": "politsin/jquery-ui-touch-punch", + "version": "1.0", + "source": { + "type": "git", + "url": "https://github.com/politsin/jquery-ui-touch-punch.git", + "reference": "2fe375e05821e267f0f3c0e063197f5c406896dd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/politsin/jquery-ui-touch-punch/zipball/2fe375e05821e267f0f3c0e063197f5c406896dd", + "reference": "2fe375e05821e267f0f3c0e063197f5c406896dd", + "shasum": "" + }, + "type": "drupal-library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dave Furfero", + "email": "furf@furf.com" + } + ], + "description": "Extension to jQuery UI for mobile touch event support.", + "homepage": "http://touchpunch.furf.com/", + "keywords": [ + "gestures", + "mobile", + "touch" + ], + "support": { + "issues": "https://github.com/politsin/jquery-ui-touch-punch/issues", + "source": "https://github.com/politsin/jquery-ui-touch-punch/tree/1.0" + }, + "time": "2020-12-15T10:26:18+00:00" + }, { "name": "psr/cache", "version": "1.0.1", @@ -12265,16 +12344,16 @@ }, { "name": "symfony/config", - "version": "v4.4.37", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "e8c2d2c951ddedecb6d28954d336cb7d2e852d0e" + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/e8c2d2c951ddedecb6d28954d336cb7d2e852d0e", - "reference": "e8c2d2c951ddedecb6d28954d336cb7d2e852d0e", + "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", "shasum": "" }, "require": { @@ -12323,7 +12402,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/v4.4.37" + "source": "https://github.com/symfony/config/tree/v4.4.44" }, "funding": [ { @@ -12339,7 +12418,7 @@ "type": "tidelift" } ], - "time": "2022-01-03T09:46:22+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/console", @@ -13026,16 +13105,16 @@ }, { "name": "symfony/filesystem", - "version": "v4.4.37", + "version": "v4.4.42", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "c59f37705c3e513ae55b2735f128f4ce363c82ec" + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/c59f37705c3e513ae55b2735f128f4ce363c82ec", - "reference": "c59f37705c3e513ae55b2735f128f4ce363c82ec", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5", "shasum": "" }, "require": { @@ -13069,7 +13148,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v4.4.37" + "source": "https://github.com/symfony/filesystem/tree/v4.4.42" }, "funding": [ { @@ -13085,20 +13164,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:41:36+00:00" + "time": "2022-05-20T08:49:14+00:00" }, { "name": "symfony/finder", - "version": "v4.4.37", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "b17d76d7ed179f017aad646e858c90a2771af15d" + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/b17d76d7ed179f017aad646e858c90a2771af15d", - "reference": "b17d76d7ed179f017aad646e858c90a2771af15d", + "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f", "shasum": "" }, "require": { @@ -13131,7 +13210,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v4.4.37" + "source": "https://github.com/symfony/finder/tree/v4.4.44" }, "funding": [ { @@ -13147,7 +13226,7 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:41:36+00:00" + "time": "2022-07-29T07:35:46+00:00" }, { "name": "symfony/http-client-contracts", @@ -14141,16 +14220,16 @@ }, { "name": "symfony/polyfill-php81", - "version": "v1.24.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f" + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", - "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", "shasum": "" }, "require": { @@ -14159,7 +14238,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -14200,7 +14279,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" }, "funding": [ { @@ -14216,7 +14295,7 @@ "type": "tidelift" } ], - "time": "2021-09-13T13:58:11+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/process", @@ -15248,21 +15327,21 @@ }, { "name": "webmozart/assert", - "version": "1.10.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "symfony/polyfill-ctype": "^1.8" + "ext-ctype": "*", + "php": "^7.2 || ^8.0" }, "conflict": { "phpstan/phpstan": "<0.12.20", @@ -15300,9 +15379,9 @@ ], "support": { "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.10.0" + "source": "https://github.com/webmozarts/assert/tree/1.11.0" }, - "time": "2021-03-09T10:59:23+00:00" + "time": "2022-06-03T18:03:27+00:00" }, { "name": "webmozart/path-util", @@ -15479,8 +15558,6 @@ "drupal/manage_display": 20, "drupal/page_manager": 20, "drupal/paragraphs": 20, - "drupal/autocomplete_deluxe": 5, - "drupal/better_exposed_filters": 10, "drupal/bulkdelete": 20, "drupal/cshs": 20, "drupal/config_ignore": 5, @@ -15492,8 +15569,7 @@ "drupal/domain_config": 20, "drupal/domain_site_settings": 20, "drupal/email_registration": 5, - "drupal/entity_browser_enhanced": 5, - "drupal/entity_clone": 15, + "drupal/entity_clone": 20, "drupal/field_group": 20, "drupal/filefield_sources": 20, "drupal/filter_perms": 20, diff --git a/web/profiles/d8-starterkit-profile b/web/profiles/d8-starterkit-profile index 6fb8027..56e96bd 160000 --- a/web/profiles/d8-starterkit-profile +++ b/web/profiles/d8-starterkit-profile @@ -1 +1 @@ -Subproject commit 6fb80278a224c3fe38d240c4237dc5f845bf0529 +Subproject commit 56e96bd26eda48f2a9fb66e604b619314752086b