From 709cf3deca20f8f1a38c78e3feafc486044c88ba Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Tue, 3 Dec 2024 12:23:27 -0800 Subject: [PATCH 1/2] Updated dependencies and config --- composer.json | 6 +- composer.lock | 808 +++++++++--------- .../search_api.index.default_index.yml | 3 +- ...te_cron.job.core_event_dispatcher_cron.yml | 2 +- ...imate_cron.job.fast_404_generator_cron.yml | 2 +- .../default/ultimate_cron.job.field_cron.yml | 2 +- .../default/ultimate_cron.job.file_cron.yml | 2 +- ...ltimate_cron.job.google_analytics_cron.yml | 2 +- .../ultimate_cron.job.honeypot_cron.yml | 2 +- ...ltimate_cron.job.hs_field_helpers_cron.yml | 2 +- ...ultimate_cron.job.hs_page_reports_cron.yml | 2 +- .../ultimate_cron.job.layout_builder_cron.yml | 2 +- .../default/ultimate_cron.job.node_cron.yml | 2 +- ...ate_cron.job.node_revision_delete_cron.yml | 2 +- .../ultimate_cron.job.redirect_404_cron.yml | 2 +- .../ultimate_cron.job.search_api_cron.yml | 2 +- ...ultimate_cron.job.stanford_fields_cron.yml | 2 +- .../default/ultimate_cron.job.system_cron.yml | 2 +- .../ultimate_cron.job.ultimate_cron_cron.yml | 2 +- .../ultimate_cron.job.webform_cron.yml | 2 +- .../ultimate_cron.job.xmlsitemap_cron.yml | 2 +- .../local/ultimate_cron.job.dblog_cron.yml | 2 +- .../local/ultimate_cron.job.update_cron.yml | 2 +- 23 files changed, 428 insertions(+), 429 deletions(-) diff --git a/composer.json b/composer.json index 576be2ab98..413ae77840 100644 --- a/composer.json +++ b/composer.json @@ -229,9 +229,6 @@ "extra": { "enable-patching": true, "patches": { - "drupal/autologout": { - "https://www.drupal.org/project/autologout/issues/3372010": "https://www.drupal.org/files/issues/2024-05-28/autologout_3372010-25.patch" - }, "drupal/conditional_fields": { "https://www.drupal.org/project/conditional_fields/issues/2902164": "https://www.drupal.org/files/issues/2023-09-28/2902164-149.patch" }, @@ -247,8 +244,7 @@ "Allow hs group blocks in layout_builder": "patches/layout_builder-allow-hs-blocks.patch", "Allow media items to be edited in a modal when using the field widget https://www.drupal.org/project/drupal/issues/2985168": "https://www.drupal.org/files/issues/2023-12-18/2985168-172.patch", "Cannot read properties of undefined (reading 'settings') with dialog.position.js https://www.drupal.org/project/drupal/issues/3356667": "patches/core/core-mr-8892.patch", - "https://www.drupal.org/project/drupal/issues/3207813: ModuleHandler skips all hook implementations when invoked before the module files have been loaded": "patches/core/core-mr-6976.patch", - "https://www.drupal.org/project/drupal/issues/3487031: Twig 13.4.2 performance degradation": "patches/core/core-mr-10177.patch" + "https://www.drupal.org/project/drupal/issues/3207813: ModuleHandler skips all hook implementations when invoked before the module files have been loaded": "patches/core/core-mr-6976.patch" }, "drupal/entity_reference_exposed_filters": { "https://www.drupal.org/project/entity_reference_exposed_filters/issues/3189025": "https://www.drupal.org/files/issues/2023-10-17/entity_reference_exposed_filters-empty_target-3189025-4.patch" diff --git a/composer.lock b/composer.lock index b7eeb4301e..d118ef0139 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": "1e65d1799c121c32646a68f2c2e68967", + "content-hash": "42e1a82f04179a3c432bdd32a1485df7", "packages": [ { "name": "acquia/blt", @@ -60,11 +60,11 @@ ], "type": "composer-plugin", "extra": { + "class": "Acquia\\Blt\\Composer\\Plugin", "branch-alias": { "10.x-dev": "10.0.x-dev", "dev-main": "13.x-dev" }, - "class": "Acquia\\Blt\\Composer\\Plugin", "phpcodesniffer-search-depth": "4" }, "autoload": { @@ -141,25 +141,24 @@ }, { "name": "acquia/drupal-environment-detector", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/acquia/drupal-environment-detector.git", - "reference": "396cc5ed5d7f9d40a8afbdc1800a189c15924450" + "reference": "4666ae67b422d209a8b11c9f886e3ef6d3f16778" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/acquia/drupal-environment-detector/zipball/396cc5ed5d7f9d40a8afbdc1800a189c15924450", - "reference": "396cc5ed5d7f9d40a8afbdc1800a189c15924450", + "url": "https://api.github.com/repos/acquia/drupal-environment-detector/zipball/4666ae67b422d209a8b11c9f886e3ef6d3f16778", + "reference": "4666ae67b422d209a8b11c9f886e3ef6d3f16778", "shasum": "" }, "conflict": { "acquia/blt": ">=12.0.0 <13.5.2" }, "require-dev": { - "acquia/coding-standards": "^1.0.0", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "phpunit/phpunit": "^9.1" + "acquia/coding-standards": "^3.0.1", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0" }, "type": "library", "extra": { @@ -188,9 +187,9 @@ "description": "Provides common methods for detecting the current Acquia environment", "support": { "issues": "https://github.com/acquia/drupal-environment-detector/issues", - "source": "https://github.com/acquia/drupal-environment-detector/tree/1.6.0" + "source": "https://github.com/acquia/drupal-environment-detector/tree/1.7.0" }, - "time": "2023-02-28T18:45:28+00:00" + "time": "2024-11-26T19:16:45+00:00" }, { "name": "asm89/stack-cors", @@ -2375,17 +2374,17 @@ }, { "name": "drupal/autologout", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/autologout.git", - "reference": "2.0.0" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/autologout-2.0.0.zip", - "reference": "2.0.0", - "shasum": "e9a1d4846cc323eef2eb54a0276023b1f0ff8bd2" + "url": "https://ftp.drupal.org/files/projects/autologout-2.0.1.zip", + "reference": "2.0.1", + "shasum": "61407ffa8b857b1e5d22d03ededac94b5119bd60" }, "require": { "drupal/core": "^9.2 || ^10 || ^11", @@ -2394,8 +2393,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1716413762", + "version": "2.0.1", + "datestamp": "1732235105", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2868,26 +2867,26 @@ }, { "name": "drupal/cancel_button", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/cancel_button.git", - "reference": "8.x-1.4" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/cancel_button-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "d1d932a4aff53938066f329a04fa3adb61367d0e" + "url": "https://ftp.drupal.org/files/projects/cancel_button-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "07ce620c57cdd16ac751f78d9c3397ea9350d1f8" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1676921894", + "version": "8.x-1.5", + "datestamp": "1732804482", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3930,16 +3929,16 @@ }, { "name": "drupal/core", - "version": "10.3.8", + "version": "10.3.10", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "4006024a8dd7c9976fad0a2af7c9034d120c8e44" + "reference": "3ebb71e9c4ef0c13f683353547551fca49f9a144" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/4006024a8dd7c9976fad0a2af7c9034d120c8e44", - "reference": "4006024a8dd7c9976fad0a2af7c9034d120c8e44", + "url": "https://api.github.com/repos/drupal/core/zipball/3ebb71e9c4ef0c13f683353547551fca49f9a144", + "reference": "3ebb71e9c4ef0c13f683353547551fca49f9a144", "shasum": "" }, "require": { @@ -4023,29 +4022,29 @@ "extra": { "drupal-scaffold": { "file-mapping": { - "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", - "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", - "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc", - "[web-root]/.eslintignore": "assets/scaffold/files/eslintignore", - "[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json", - "[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php", "[web-root]/.htaccess": "assets/scaffold/files/htaccess", - "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore", - "[web-root]/index.php": "assets/scaffold/files/index.php", - "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt", "[web-root]/README.md": "assets/scaffold/files/drupal.README.md", + "[web-root]/index.php": "assets/scaffold/files/index.php", + "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc", "[web-root]/robots.txt": "assets/scaffold/files/robots.txt", "[web-root]/update.php": "assets/scaffold/files/update.php", "[web-root]/web.config": "assets/scaffold/files/web.config", + "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt", + "[web-root]/.eslintignore": "assets/scaffold/files/eslintignore", + "[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json", + "[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php", "[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt", + "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", + "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore", + "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt", + "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", + "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt", + "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", + "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php", "[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml", "[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php", - "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php", "[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml", - "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php", - "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt", - "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", - "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt" + "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php" } } }, @@ -4088,13 +4087,13 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/10.3.8" + "source": "https://github.com/drupal/core/tree/10.3.10" }, - "time": "2024-11-12T09:52:10+00:00" + "time": "2024-11-22T12:51:33+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "10.3.8", + "version": "10.3.10", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", @@ -4138,22 +4137,22 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/10.3.8" + "source": "https://github.com/drupal/core-composer-scaffold/tree/10.3.10" }, "time": "2024-08-22T14:31:34+00:00" }, { "name": "drupal/core-recommended", - "version": "10.3.8", + "version": "10.3.10", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "d43bb57a01bfdd624c423ec4ba3e1c45b90be1fa" + "reference": "1d739e569c9324bcac1ecc7be600d414386a399b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/d43bb57a01bfdd624c423ec4ba3e1c45b90be1fa", - "reference": "d43bb57a01bfdd624c423ec4ba3e1c45b90be1fa", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/1d739e569c9324bcac1ecc7be600d414386a399b", + "reference": "1d739e569c9324bcac1ecc7be600d414386a399b", "shasum": "" }, "require": { @@ -4162,7 +4161,7 @@ "doctrine/annotations": "~1.14.3", "doctrine/deprecations": "~1.1.3", "doctrine/lexer": "~2.1.1", - "drupal/core": "10.3.8", + "drupal/core": "10.3.10", "egulias/email-validator": "~4.0.2", "guzzlehttp/guzzle": "~7.8.1", "guzzlehttp/promises": "~2.0.2", @@ -4223,9 +4222,9 @@ ], "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.", "support": { - "source": "https://github.com/drupal/core-recommended/tree/10.3.8" + "source": "https://github.com/drupal/core-recommended/tree/10.3.10" }, - "time": "2024-11-12T09:52:10+00:00" + "time": "2024-11-22T12:51:33+00:00" }, { "name": "drupal/crop", @@ -4286,27 +4285,27 @@ }, { "name": "drupal/cshs", - "version": "4.0.2", + "version": "4.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/cshs.git", - "reference": "4.0.2" + "reference": "4.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/cshs-4.0.2.zip", - "reference": "4.0.2", - "shasum": "dc936684e50770d1c4ca541eccffba7d348a4a1c" + "url": "https://ftp.drupal.org/files/projects/cshs-4.0.3.zip", + "reference": "4.0.3", + "shasum": "0e637ddae6b6217c6c7dca36c3fd232f25fb2495" }, "require": { - "drupal/core": "^9.2 || ^10", + "drupal/core": "^10.3 || ^11", "php": ">=8.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.2", - "datestamp": "1710037257", + "version": "4.0.3", + "datestamp": "1732597582", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5583,7 +5582,7 @@ ], "authors": [ { - "name": "Berdir", + "name": "berdir", "homepage": "https://www.drupal.org/user/214652" }, { @@ -5607,17 +5606,17 @@ }, { "name": "drupal/entity_usage", - "version": "2.0.0-beta14", + "version": "2.0.0-beta16", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_usage.git", - "reference": "8.x-2.0-beta14" + "reference": "8.x-2.0-beta16" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_usage-8.x-2.0-beta14.zip", - "reference": "8.x-2.0-beta14", - "shasum": "68124ea440273a8f4e40bc7d07421c8a230c287b" + "url": "https://ftp.drupal.org/files/projects/entity_usage-8.x-2.0-beta16.zip", + "reference": "8.x-2.0-beta16", + "shasum": "af6533149a0926d2d539f279e7e08073f8f08c55" }, "require": { "drupal/core": "^10.2 || ^11" @@ -5630,15 +5629,15 @@ "drupal/entity_browser_block": "~1.0", "drupal/entity_embed": "~1.0", "drupal/entity_reference_revisions": "~1.0", - "drupal/inline_entity_form": "^1.0@RC", + "drupal/inline_entity_form": "^1.0@RC || ^3.0@RC", "drupal/paragraphs": "~1.0", "drupal/webform": "^6.0.0-alpha4" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-beta14", - "datestamp": "1724498300", + "version": "8.x-2.0-beta16", + "datestamp": "1733149424", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -5656,7 +5655,7 @@ ], "authors": [ { - "name": "Lullabot", + "name": "lullabot", "homepage": "https://www.drupal.org/user/3815489" }, { @@ -5664,7 +5663,7 @@ "homepage": "https://www.drupal.org/user/1288796" }, { - "name": "seanB", + "name": "seanb", "homepage": "https://www.drupal.org/user/545912" } ], @@ -5912,9 +5911,9 @@ }, { "name": "drupal/fast404", - "version": "3.3.0", + "version": "3.4.0", "require": { - "drupal/core": "^8.8 || ^9 || ^10", + "drupal/core": "^10 || ^11", "drupal/fast_404": "^3" }, "require-dev": { @@ -5923,8 +5922,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-3.3", - "datestamp": "1717810095", + "version": "8.x-3.4", + "datestamp": "1732812487", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5949,7 +5948,7 @@ "homepage": "https://www.drupal.org/user/1321830" }, { - "name": "Kristen Pol", + "name": "kristen pol", "homepage": "https://www.drupal.org/user/8389" }, { @@ -5977,20 +5976,20 @@ }, { "name": "drupal/fast_404", - "version": "3.3.0", + "version": "3.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/fast_404.git", - "reference": "8.x-3.3" + "reference": "8.x-3.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/fast_404-8.x-3.3.zip", - "reference": "8.x-3.3", - "shasum": "6c946c79e662075b4af4153ddc9a6980a0fc49b2" + "url": "https://ftp.drupal.org/files/projects/fast_404-8.x-3.4.zip", + "reference": "8.x-3.4", + "shasum": "1dc31b942aa3f06cd269730522a29dee97b521f6" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10" + "drupal/core": "^10 || ^11" }, "require-dev": { "drupal/redirect": "^1.3.0" @@ -5998,8 +5997,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.3", - "datestamp": "1717810095", + "version": "8.x-3.4", + "datestamp": "1732812487", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6024,7 +6023,7 @@ "homepage": "https://www.drupal.org/user/1321830" }, { - "name": "Kristen Pol", + "name": "kristen pol", "homepage": "https://www.drupal.org/user/8389" }, { @@ -8813,17 +8812,17 @@ }, { "name": "drupal/migrate_file", - "version": "2.1.2", + "version": "2.1.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_file.git", - "reference": "2.1.2" + "reference": "2.1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_file-2.1.2.zip", - "reference": "2.1.2", - "shasum": "3febc85243c9a67991db102a10c6d81c0bea07c5" + "url": "https://ftp.drupal.org/files/projects/migrate_file-2.1.3.zip", + "reference": "2.1.3", + "shasum": "dfac2287ff5a183cde71e727425f21e530f7cf51" }, "require": { "drupal/core": "^9 | ^10" @@ -8831,8 +8830,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.2", - "datestamp": "1674948365", + "version": "2.1.3", + "datestamp": "1732319144", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8861,17 +8860,17 @@ }, { "name": "drupal/migrate_plus", - "version": "6.0.4", + "version": "6.0.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_plus.git", - "reference": "6.0.4" + "reference": "6.0.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_plus-6.0.4.zip", - "reference": "6.0.4", - "shasum": "0357c416d2a9fd3f4211dd13c6585ed8072fabe7" + "url": "https://ftp.drupal.org/files/projects/migrate_plus-6.0.5.zip", + "reference": "6.0.5", + "shasum": "441e91086feaca7a6f1acf1735023fff0dfc5e1e" }, "require": { "drupal/core": ">=9.1", @@ -8888,8 +8887,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.4", - "datestamp": "1721745585", + "version": "6.0.5", + "datestamp": "1732124623", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10215,6 +10214,10 @@ "name": "nerdstein", "homepage": "https://www.drupal.org/user/1557710" }, + { + "name": "ptmkenny", + "homepage": "https://www.drupal.org/user/97885" + }, { "name": "rlhawk", "homepage": "https://www.drupal.org/user/352283" @@ -10466,20 +10469,20 @@ }, { "name": "drupal/search_api", - "version": "1.35.0", + "version": "1.37.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api.git", - "reference": "8.x-1.35" + "reference": "8.x-1.37" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.35.zip", - "reference": "8.x-1.35", - "shasum": "d119726e870f793c6470d2a4fa9286662c5eb45d" + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.37.zip", + "reference": "8.x-1.37", + "shasum": "76d9b5850d7fce9df8fc6cf8c49450ab541f455d" }, "require": { - "drupal/core": "^10.1 || ^11" + "drupal/core": "^10.2 || ^11" }, "conflict": { "drupal/search_api_solr": "2.* || 3.0 || 3.1" @@ -10497,17 +10500,12 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.35", - "datestamp": "1718551025", + "version": "8.x-1.37", + "datestamp": "1732727356", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10 || ^11" - } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -11203,17 +11201,17 @@ }, { "name": "drupal/stage_file_proxy", - "version": "3.1.3", + "version": "3.1.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/stage_file_proxy.git", - "reference": "3.1.3" + "reference": "3.1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-3.1.3.zip", - "reference": "3.1.3", - "shasum": "33fe8bf9cf0978a9e370627302b80340c972abd5" + "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-3.1.4.zip", + "reference": "3.1.4", + "shasum": "57be6bfd1a429d41852e049e047b3ac0e277d277" }, "require": { "drupal/core": "^10.3 || ^11", @@ -11229,8 +11227,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.1.3", - "datestamp": "1728406824", + "version": "3.1.4", + "datestamp": "1733151924", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11660,34 +11658,34 @@ }, { "name": "drupal/ultimate_cron", - "version": "2.0.0-alpha8", + "version": "2.0.0-beta1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ultimate_cron.git", - "reference": "8.x-2.0-alpha8" + "reference": "8.x-2.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ultimate_cron-8.x-2.0-alpha8.zip", - "reference": "8.x-2.0-alpha8", - "shasum": "1774cdd8e65964069e993cb66f74a11fe7929d8c" + "url": "https://ftp.drupal.org/files/projects/ultimate_cron-8.x-2.0-beta1.zip", + "reference": "8.x-2.0-beta1", + "shasum": "f3408d1a2734f2a13b341f8aeb131eb5cbef3e90" }, "require": { - "drupal/core": "^9 || ^10 || ^11" + "drupal/core": "^9.3 || ^10.1 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-alpha8", - "datestamp": "1723755483", + "version": "8.x-2.0-beta1", + "datestamp": "1732830342", "security-coverage": { "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "message": "Beta releases are not covered by Drupal security advisories." } }, "drush": { "services": { - "drush.services.yml": "^9 || ^10 || ^11" + "drush.services.yml": "^10 || ^11 || ^12 || ^13" } } }, @@ -11713,7 +11711,7 @@ "homepage": "https://www.drupal.org/user/227761" }, { - "name": "Primsi", + "name": "primsi", "homepage": "https://www.drupal.org/user/282629" } ], @@ -11847,26 +11845,26 @@ }, { "name": "drupal/viewfield", - "version": "3.0.0-beta10", + "version": "3.0.0-beta11", "source": { "type": "git", "url": "https://git.drupalcode.org/project/viewfield.git", - "reference": "8.x-3.0-beta10" + "reference": "8.x-3.0-beta11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/viewfield-8.x-3.0-beta10.zip", - "reference": "8.x-3.0-beta10", - "shasum": "2f11e9978c63e721e6ef77933e9c4b4b7c0ca2dc" + "url": "https://ftp.drupal.org/files/projects/viewfield-8.x-3.0-beta11.zip", + "reference": "8.x-3.0-beta11", + "shasum": "8125567dda9122af6868bfbdf6ca0a933469cdde" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11" + "drupal/core": "^10.2 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.0-beta10", - "datestamp": "1720550053", + "version": "8.x-3.0-beta11", + "datestamp": "1732648835", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -12152,22 +12150,25 @@ }, { "name": "drupal/views_data_export", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/views_data_export.git", - "reference": "8.x-1.4" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_data_export-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "70dede9fdf50601232f068e67309d361341e88c5" + "url": "https://ftp.drupal.org/files/projects/views_data_export-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "2664bd52dd47b068dec60eecd3c6fc73f2d6c1b8" }, "require": { - "drupal/core": "^9 || ^10", + "drupal/core": "^9 || ^10 || ^11", "drupal/csv_serialization": "~1.4 || ~2.0 || ~3 || ~4" }, + "conflict": { + "phpoffice/phpspreadsheet": "<1.23.0" + }, "require-dev": { "drupal/search_api": "~1.12", "drupal/xls_serialization": "~1.0" @@ -12175,8 +12176,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1698948991", + "version": "8.x-1.5", + "datestamp": "1732280381", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12185,7 +12186,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -12456,20 +12457,20 @@ }, { "name": "drupal/webform", - "version": "6.2.7", + "version": "6.2.8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/webform.git", - "reference": "6.2.7" + "reference": "6.2.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform-6.2.7.zip", - "reference": "6.2.7", - "shasum": "7e0520773f2521d70837371b08e09a13704b4274" + "url": "https://ftp.drupal.org/files/projects/webform-6.2.8.zip", + "reference": "6.2.8", + "shasum": "5552f9a76b5a4e33beb3ea75664beb5d47c334cc" }, "require": { - "drupal/core": "^10.1", + "drupal/core": "^10.2", "php": ">=8.1" }, "require-dev": { @@ -12516,8 +12517,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.2.7", - "datestamp": "1721425228", + "version": "6.2.8", + "datestamp": "1732627900", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12626,7 +12627,7 @@ "homepage": "https://www.drupal.org/user/2628879" }, { - "name": "Dave Reid", + "name": "dave reid", "homepage": "https://www.drupal.org/user/53892" }, { @@ -12811,16 +12812,16 @@ }, { "name": "e0ipso/shaper", - "version": "1.2.4", + "version": "1.2.5", "source": { "type": "git", "url": "https://github.com/e0ipso/shaper.git", - "reference": "7d73018ec4fe8de9730dfe755067cc02460e1a38" + "reference": "78e5142a11323ae1359ef569f1c8064177c1fdd4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/e0ipso/shaper/zipball/7d73018ec4fe8de9730dfe755067cc02460e1a38", - "reference": "7d73018ec4fe8de9730dfe755067cc02460e1a38", + "url": "https://api.github.com/repos/e0ipso/shaper/zipball/78e5142a11323ae1359ef569f1c8064177c1fdd4", + "reference": "78e5142a11323ae1359ef569f1c8064177c1fdd4", "shasum": "" }, "require": { @@ -12851,9 +12852,9 @@ "description": "Lightweight library to handle in and out transformations in PHP.", "support": { "issues": "https://github.com/e0ipso/shaper/issues", - "source": "https://github.com/e0ipso/shaper/tree/1.2.4" + "source": "https://github.com/e0ipso/shaper/tree/1.2.5" }, - "time": "2021-05-19T09:42:57+00:00" + "time": "2024-12-03T05:49:15+00:00" }, { "name": "egulias/email-validator", @@ -13267,16 +13268,16 @@ }, { "name": "firebase/php-jwt", - "version": "v6.10.1", + "version": "v6.10.2", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "500501c2ce893c824c801da135d02661199f60c5" + "reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5", - "reference": "500501c2ce893c824c801da135d02661199f60c5", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/30c19ed0f3264cb660ea496895cfb6ef7ee3653b", + "reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b", "shasum": "" }, "require": { @@ -13324,22 +13325,22 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v6.10.1" + "source": "https://github.com/firebase/php-jwt/tree/v6.10.2" }, - "time": "2024-05-18T18:05:11+00:00" + "time": "2024-11-24T11:22:49+00:00" }, { "name": "grasmash/expander", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/grasmash/expander.git", - "reference": "bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82" + "reference": "eea11b9afb0c32483b18b9009f4ca07b770e39f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grasmash/expander/zipball/bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82", - "reference": "bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82", + "url": "https://api.github.com/repos/grasmash/expander/zipball/eea11b9afb0c32483b18b9009f4ca07b770e39f4", + "reference": "eea11b9afb0c32483b18b9009f4ca07b770e39f4", "shasum": "" }, "require": { @@ -13376,9 +13377,9 @@ "description": "Expands internal property references in PHP arrays file.", "support": { "issues": "https://github.com/grasmash/expander/issues", - "source": "https://github.com/grasmash/expander/tree/3.0.0" + "source": "https://github.com/grasmash/expander/tree/3.0.1" }, - "time": "2022-05-10T13:14:49+00:00" + "time": "2024-11-25T23:28:05+00:00" }, { "name": "grasmash/yaml-cli", @@ -14828,16 +14829,16 @@ }, { "name": "pear/pear-core-minimal", - "version": "v1.10.15", + "version": "v1.10.16", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "ce0adade8b97561656ace07cdaac4751c271ea8c" + "reference": "c0f51b45f50683bf5bbf558036854ebc9b54d033" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/ce0adade8b97561656ace07cdaac4751c271ea8c", - "reference": "ce0adade8b97561656ace07cdaac4751c271ea8c", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/c0f51b45f50683bf5bbf558036854ebc9b54d033", + "reference": "c0f51b45f50683bf5bbf558036854ebc9b54d033", "shasum": "" }, "require": { @@ -14873,7 +14874,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, - "time": "2024-03-16T18:41:45+00:00" + "time": "2024-11-24T22:27:58+00:00" }, { "name": "pear/pear_exception", @@ -15492,16 +15493,16 @@ }, { "name": "psy/psysh", - "version": "v0.12.4", + "version": "v0.12.5", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "2fd717afa05341b4f8152547f142cd2f130f6818" + "reference": "36a03ff27986682c22985e56aabaf840dd173cb5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/2fd717afa05341b4f8152547f142cd2f130f6818", - "reference": "2fd717afa05341b4f8152547f142cd2f130f6818", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/36a03ff27986682c22985e56aabaf840dd173cb5", + "reference": "36a03ff27986682c22985e56aabaf840dd173cb5", "shasum": "" }, "require": { @@ -15528,12 +15529,12 @@ ], "type": "library", "extra": { - "branch-alias": { - "dev-main": "0.12.x-dev" - }, "bamarni-bin": { "bin-links": false, "forward-command": false + }, + "branch-alias": { + "dev-main": "0.12.x-dev" } }, "autoload": { @@ -15565,9 +15566,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.12.4" + "source": "https://github.com/bobthecow/psysh/tree/v0.12.5" }, - "time": "2024-06-10T01:18:23+00:00" + "time": "2024-11-29T06:14:30+00:00" }, { "name": "ralouphie/getallheaders", @@ -15615,16 +15616,16 @@ }, { "name": "robrichards/xmlseclibs", - "version": "3.1.1", + "version": "3.1.3", "source": { "type": "git", "url": "https://github.com/robrichards/xmlseclibs.git", - "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df" + "reference": "2bdfd742624d739dfadbd415f00181b4a77aaf07" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df", - "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df", + "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/2bdfd742624d739dfadbd415f00181b4a77aaf07", + "reference": "2bdfd742624d739dfadbd415f00181b4a77aaf07", "shasum": "" }, "require": { @@ -15651,9 +15652,9 @@ ], "support": { "issues": "https://github.com/robrichards/xmlseclibs/issues", - "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1" + "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.3" }, - "time": "2020-09-05T13:00:25+00:00" + "time": "2024-11-20T21:13:56+00:00" }, { "name": "sainsburys/guzzle-oauth2-plugin", @@ -15986,16 +15987,16 @@ }, { "name": "su-sws/stanford_media", - "version": "11.1.2", + "version": "11.1.3", "source": { "type": "git", "url": "https://github.com/SU-SWS/stanford_media.git", - "reference": "c52f9e03bfa31dbebf1478f03603a5eb73702053" + "reference": "c73b3670e217e6f647bd87441343f16f3275c2cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SU-SWS/stanford_media/zipball/c52f9e03bfa31dbebf1478f03603a5eb73702053", - "reference": "c52f9e03bfa31dbebf1478f03603a5eb73702053", + "url": "https://api.github.com/repos/SU-SWS/stanford_media/zipball/c73b3670e217e6f647bd87441343f16f3275c2cb", + "reference": "c73b3670e217e6f647bd87441343f16f3275c2cb", "shasum": "" }, "require": { @@ -16014,12 +16015,12 @@ }, "type": "drupal-custom-module", "extra": { + "patches": [], "custom-installer": { "docroot/libraries/{$name}/": [ "enyo/dropzone" ] - }, - "patches": [] + } }, "autoload": { "psr-4": { @@ -16042,9 +16043,9 @@ "homepage": "https://github.com/SU-SWS/stanford_media", "support": { "issues": "https://github.com/SU-SWS/stanford_media/issues", - "source": "https://github.com/SU-SWS/stanford_media/tree/11.1.2" + "source": "https://github.com/SU-SWS/stanford_media/tree/11.1.3" }, - "time": "2024-10-29T16:48:32+00:00" + "time": "2024-12-02T23:13:58+00:00" }, { "name": "su-sws/stanford_migrate", @@ -16105,16 +16106,16 @@ }, { "name": "su-sws/stanford_samlauth", - "version": "1.0.10", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/SU-SWS/stanford_samlauth.git", - "reference": "a22df73231896876283b2f5d5b4e7f78dd422509" + "reference": "04965396e01e49bc9e4c08edc2e082de05159f92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SU-SWS/stanford_samlauth/zipball/a22df73231896876283b2f5d5b4e7f78dd422509", - "reference": "a22df73231896876283b2f5d5b4e7f78dd422509", + "url": "https://api.github.com/repos/SU-SWS/stanford_samlauth/zipball/04965396e01e49bc9e4c08edc2e082de05159f92", + "reference": "04965396e01e49bc9e4c08edc2e082de05159f92", "shasum": "" }, "require": { @@ -16131,9 +16132,9 @@ ], "support": { "issues": "https://github.com/SU-SWS/stanford_samlauth/issues", - "source": "https://github.com/SU-SWS/stanford_samlauth/tree/1.0.10" + "source": "https://github.com/SU-SWS/stanford_samlauth/tree/1.1.0" }, - "time": "2024-09-16T22:30:09+00:00" + "time": "2024-12-03T17:56:02+00:00" }, { "name": "symfony/config", @@ -16306,16 +16307,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v6.4.15", + "version": "v6.4.16", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "70ab1f65a4516ef741e519ea938e6aa465e6aa36" + "reference": "7a379d8871f6a36f01559c14e11141cc02eb8dc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/70ab1f65a4516ef741e519ea938e6aa465e6aa36", - "reference": "70ab1f65a4516ef741e519ea938e6aa465e6aa36", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7a379d8871f6a36f01559c14e11141cc02eb8dc8", + "reference": "7a379d8871f6a36f01559c14e11141cc02eb8dc8", "shasum": "" }, "require": { @@ -16367,7 +16368,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/v6.4.15" + "source": "https://github.com/symfony/dependency-injection/tree/v6.4.16" }, "funding": [ { @@ -16383,20 +16384,20 @@ "type": "tidelift" } ], - "time": "2024-11-09T06:56:25+00:00" + "time": "2024-11-25T14:52:46+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", "shasum": "" }, "require": { @@ -16434,7 +16435,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" }, "funding": [ { @@ -16450,7 +16451,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/error-handler", @@ -16609,16 +16610,16 @@ }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50" + "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50", - "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f", + "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f", "shasum": "" }, "require": { @@ -16665,7 +16666,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1" }, "funding": [ { @@ -16681,7 +16682,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/filesystem", @@ -16815,16 +16816,16 @@ }, { "name": "symfony/http-foundation", - "version": "v6.4.15", + "version": "v6.4.16", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6" + "reference": "431771b7a6f662f1575b3cfc8fd7617aa9864d57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6", - "reference": "9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/431771b7a6f662f1575b3cfc8fd7617aa9864d57", + "reference": "431771b7a6f662f1575b3cfc8fd7617aa9864d57", "shasum": "" }, "require": { @@ -16872,7 +16873,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.4.15" + "source": "https://github.com/symfony/http-foundation/tree/v6.4.16" }, "funding": [ { @@ -16888,20 +16889,20 @@ "type": "tidelift" } ], - "time": "2024-11-08T16:09:24+00:00" + "time": "2024-11-13T18:58:10+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.4.15", + "version": "v6.4.16", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "b002a5b3947653c5aee3adac2a024ea615fd3ff5" + "reference": "8838b5b21d807923b893ccbfc2cbeda0f1bc00f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b002a5b3947653c5aee3adac2a024ea615fd3ff5", - "reference": "b002a5b3947653c5aee3adac2a024ea615fd3ff5", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8838b5b21d807923b893ccbfc2cbeda0f1bc00f0", + "reference": "8838b5b21d807923b893ccbfc2cbeda0f1bc00f0", "shasum": "" }, "require": { @@ -16986,7 +16987,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/v6.4.15" + "source": "https://github.com/symfony/http-kernel/tree/v6.4.16" }, "funding": [ { @@ -17002,7 +17003,7 @@ "type": "tidelift" } ], - "time": "2024-11-13T13:57:37+00:00" + "time": "2024-11-27T12:49:36+00:00" }, { "name": "symfony/mailer", @@ -18095,16 +18096,16 @@ }, { "name": "symfony/routing", - "version": "v6.4.13", + "version": "v6.4.16", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "640a74250d13f9c30d5ca045b6aaaabcc8215278" + "reference": "91e02e606b4b705c2f4fb42f7e7708b7923a3220" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/640a74250d13f9c30d5ca045b6aaaabcc8215278", - "reference": "640a74250d13f9c30d5ca045b6aaaabcc8215278", + "url": "https://api.github.com/repos/symfony/routing/zipball/91e02e606b4b705c2f4fb42f7e7708b7923a3220", + "reference": "91e02e606b4b705c2f4fb42f7e7708b7923a3220", "shasum": "" }, "require": { @@ -18158,7 +18159,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.4.13" + "source": "https://github.com/symfony/routing/tree/v6.4.16" }, "funding": [ { @@ -18174,7 +18175,7 @@ "type": "tidelift" } ], - "time": "2024-10-01T08:30:56+00:00" + "time": "2024-11-13T15:31:34+00:00" }, { "name": "symfony/serializer", @@ -18276,16 +18277,16 @@ }, { "name": "symfony/service-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", "shasum": "" }, "require": { @@ -18339,7 +18340,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" }, "funding": [ { @@ -18355,7 +18356,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/string", @@ -18445,16 +18446,16 @@ }, { "name": "symfony/translation-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a" + "reference": "4667ff3bd513750603a09c8dedbea942487fb07c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", - "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c", + "reference": "4667ff3bd513750603a09c8dedbea942487fb07c", "shasum": "" }, "require": { @@ -18503,7 +18504,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1" }, "funding": [ { @@ -18519,20 +18520,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/twig-bridge", - "version": "v6.4.13", + "version": "v6.4.16", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "ec3511eef0576f378b2758da9e1c157086babd59" + "reference": "32ec012ed4f6426441a66014471bdb26674744be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/ec3511eef0576f378b2758da9e1c157086babd59", - "reference": "ec3511eef0576f378b2758da9e1c157086babd59", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/32ec012ed4f6426441a66014471bdb26674744be", + "reference": "32ec012ed4f6426441a66014471bdb26674744be", "shasum": "" }, "require": { @@ -18612,7 +18613,7 @@ "description": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/v6.4.13" + "source": "https://github.com/symfony/twig-bridge/tree/v6.4.16" }, "funding": [ { @@ -18628,20 +18629,20 @@ "type": "tidelift" } ], - "time": "2024-10-25T15:07:50+00:00" + "time": "2024-11-25T11:59:11+00:00" }, { "name": "symfony/validator", - "version": "v6.4.15", + "version": "v6.4.16", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "7541055cdaf54ff95f0735bf703d313374e8b20b" + "reference": "9b0d1988b56511706bc91d96ead39acd77aaf34d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/7541055cdaf54ff95f0735bf703d313374e8b20b", - "reference": "7541055cdaf54ff95f0735bf703d313374e8b20b", + "url": "https://api.github.com/repos/symfony/validator/zipball/9b0d1988b56511706bc91d96ead39acd77aaf34d", + "reference": "9b0d1988b56511706bc91d96ead39acd77aaf34d", "shasum": "" }, "require": { @@ -18709,7 +18710,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v6.4.15" + "source": "https://github.com/symfony/validator/tree/v6.4.16" }, "funding": [ { @@ -18725,7 +18726,7 @@ "type": "tidelift" } ], - "time": "2024-11-08T15:28:48+00:00" + "time": "2024-11-27T09:48:51+00:00" }, { "name": "symfony/var-dumper", @@ -19932,16 +19933,16 @@ }, { "name": "composer/ca-bundle", - "version": "1.5.3", + "version": "1.5.4", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "3b1fc3f0be055baa7c6258b1467849c3e8204eb2" + "reference": "bc0593537a463e55cadf45fd938d23b75095b7e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/3b1fc3f0be055baa7c6258b1467849c3e8204eb2", - "reference": "3b1fc3f0be055baa7c6258b1467849c3e8204eb2", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/bc0593537a463e55cadf45fd938d23b75095b7e1", + "reference": "bc0593537a463e55cadf45fd938d23b75095b7e1", "shasum": "" }, "require": { @@ -19988,7 +19989,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.5.3" + "source": "https://github.com/composer/ca-bundle/tree/1.5.4" }, "funding": [ { @@ -20004,20 +20005,20 @@ "type": "tidelift" } ], - "time": "2024-11-04T10:15:26+00:00" + "time": "2024-11-27T15:35:25+00:00" }, { "name": "composer/class-map-generator", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/composer/class-map-generator.git", - "reference": "98bbf6780e56e0fd2404fe4b82eb665a0f93b783" + "reference": "4b0a223cf5be7c9ee7e0ef1bc7db42b4a97c9915" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/class-map-generator/zipball/98bbf6780e56e0fd2404fe4b82eb665a0f93b783", - "reference": "98bbf6780e56e0fd2404fe4b82eb665a0f93b783", + "url": "https://api.github.com/repos/composer/class-map-generator/zipball/4b0a223cf5be7c9ee7e0ef1bc7db42b4a97c9915", + "reference": "4b0a223cf5be7c9ee7e0ef1bc7db42b4a97c9915", "shasum": "" }, "require": { @@ -20026,10 +20027,10 @@ "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7" }, "require-dev": { - "phpstan/phpstan": "^1.6", - "phpstan/phpstan-deprecation-rules": "^1", - "phpstan/phpstan-phpunit": "^1", - "phpstan/phpstan-strict-rules": "^1.1", + "phpstan/phpstan": "^1.12 || ^2", + "phpstan/phpstan-deprecation-rules": "^1 || ^2", + "phpstan/phpstan-phpunit": "^1 || ^2", + "phpstan/phpstan-strict-rules": "^1.1 || ^2", "phpunit/phpunit": "^8", "symfony/filesystem": "^5.4 || ^6" }, @@ -20061,7 +20062,7 @@ ], "support": { "issues": "https://github.com/composer/class-map-generator/issues", - "source": "https://github.com/composer/class-map-generator/tree/1.4.0" + "source": "https://github.com/composer/class-map-generator/tree/1.5.0" }, "funding": [ { @@ -20077,20 +20078,20 @@ "type": "tidelift" } ], - "time": "2024-10-03T18:14:00+00:00" + "time": "2024-11-25T16:11:06+00:00" }, { "name": "composer/composer", - "version": "2.8.2", + "version": "2.8.3", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "6e543d03187c882ea1c6ba43add2467754427803" + "reference": "2a7c71266b2545a3bed9f4860734081963f6e688" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/6e543d03187c882ea1c6ba43add2467754427803", - "reference": "6e543d03187c882ea1c6ba43add2467754427803", + "url": "https://api.github.com/repos/composer/composer/zipball/2a7c71266b2545a3bed9f4860734081963f6e688", + "reference": "2a7c71266b2545a3bed9f4860734081963f6e688", "shasum": "" }, "require": { @@ -20104,7 +20105,7 @@ "justinrainbow/json-schema": "^5.3", "php": "^7.2.5 || ^8.0", "psr/log": "^1.0 || ^2.0 || ^3.0", - "react/promise": "^3.2", + "react/promise": "^2.11 || ^3.2", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.2", "seld/signal-handler": "^2.0", @@ -20134,13 +20135,13 @@ ], "type": "library", "extra": { - "branch-alias": { - "dev-main": "2.8-dev" - }, "phpstan": { "includes": [ "phpstan/rules.neon" ] + }, + "branch-alias": { + "dev-main": "2.8-dev" } }, "autoload": { @@ -20175,7 +20176,7 @@ "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", "security": "https://github.com/composer/composer/security/policy", - "source": "https://github.com/composer/composer/tree/2.8.2" + "source": "https://github.com/composer/composer/tree/2.8.3" }, "funding": [ { @@ -20191,7 +20192,7 @@ "type": "tidelift" } ], - "time": "2024-10-29T15:12:11+00:00" + "time": "2024-11-17T12:13:04+00:00" }, { "name": "composer/metadata-minifier", @@ -20997,7 +20998,7 @@ }, { "name": "drupal/core-dev", - "version": "10.3.8", + "version": "10.3.10", "source": { "type": "git", "url": "https://github.com/drupal/core-dev.git", @@ -21047,7 +21048,7 @@ ], "description": "require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.", "support": { - "source": "https://github.com/drupal/core-dev/tree/10.3.8" + "source": "https://github.com/drupal/core-dev/tree/10.3.10" }, "time": "2024-07-04T10:19:29+00:00" }, @@ -21222,16 +21223,16 @@ }, { "name": "fakerphp/faker", - "version": "v1.24.0", + "version": "v1.24.1", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "a136842a532bac9ecd8a1c723852b09915d7db50" + "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/a136842a532bac9ecd8a1c723852b09915d7db50", - "reference": "a136842a532bac9ecd8a1c723852b09915d7db50", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5", + "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5", "shasum": "" }, "require": { @@ -21279,22 +21280,22 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.24.0" + "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1" }, - "time": "2024-11-07T15:11:20+00:00" + "time": "2024-11-21T13:46:39+00:00" }, { "name": "google/protobuf", - "version": "v4.28.3", + "version": "v4.29.0", "source": { "type": "git", "url": "https://github.com/protocolbuffers/protobuf-php.git", - "reference": "c5c311e0f3d89928251ac5a2f0e3db283612c100" + "reference": "0ef6b2eb74b782f3f9023276c324d22e440f7587" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/c5c311e0f3d89928251ac5a2f0e3db283612c100", - "reference": "c5c311e0f3d89928251ac5a2f0e3db283612c100", + "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/0ef6b2eb74b782f3f9023276c324d22e440f7587", + "reference": "0ef6b2eb74b782f3f9023276c324d22e440f7587", "shasum": "" }, "require": { @@ -21323,9 +21324,9 @@ "proto" ], "support": { - "source": "https://github.com/protocolbuffers/protobuf-php/tree/v4.28.3" + "source": "https://github.com/protocolbuffers/protobuf-php/tree/v4.29.0" }, - "time": "2024-10-22T22:27:17+00:00" + "time": "2024-11-27T18:37:40+00:00" }, { "name": "league/html-to-markdown", @@ -22542,21 +22543,21 @@ }, { "name": "php-http/guzzle7-adapter", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-http/guzzle7-adapter.git", - "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01" + "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01", - "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01", + "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/03a415fde709c2f25539790fecf4d9a31bc3d0eb", + "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.0", - "php": "^7.2 | ^8.0", + "php": "^7.3 | ^8.0", "php-http/httplug": "^2.0", "psr/http-client": "^1.0" }, @@ -22567,14 +22568,11 @@ }, "require-dev": { "php-http/client-integration-tests": "^3.0", + "php-http/message-factory": "^1.1", + "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^8.0|^9.3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.2.x-dev" - } - }, "autoload": { "psr-4": { "Http\\Adapter\\Guzzle7\\": "src/" @@ -22598,9 +22596,9 @@ ], "support": { "issues": "https://github.com/php-http/guzzle7-adapter/issues", - "source": "https://github.com/php-http/guzzle7-adapter/tree/1.0.0" + "source": "https://github.com/php-http/guzzle7-adapter/tree/1.1.0" }, - "time": "2021-03-09T07:35:15+00:00" + "time": "2024-11-26T11:14:36+00:00" }, { "name": "php-http/httplug", @@ -22713,16 +22711,16 @@ }, { "name": "php-webdriver/webdriver", - "version": "1.15.1", + "version": "1.15.2", "source": { "type": "git", "url": "https://github.com/php-webdriver/php-webdriver.git", - "reference": "cd52d9342c5aa738c2e75a67e47a1b6df97154e8" + "reference": "998e499b786805568deaf8cbf06f4044f05d91bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/cd52d9342c5aa738c2e75a67e47a1b6df97154e8", - "reference": "cd52d9342c5aa738c2e75a67e47a1b6df97154e8", + "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/998e499b786805568deaf8cbf06f4044f05d91bf", + "reference": "998e499b786805568deaf8cbf06f4044f05d91bf", "shasum": "" }, "require": { @@ -22744,7 +22742,7 @@ "php-parallel-lint/php-parallel-lint": "^1.2", "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "^3.5", - "symfony/var-dumper": "^5.0 || ^6.0" + "symfony/var-dumper": "^5.0 || ^6.0 || ^7.0" }, "suggest": { "ext-SimpleXML": "For Firefox profile creation" @@ -22773,9 +22771,9 @@ ], "support": { "issues": "https://github.com/php-webdriver/php-webdriver/issues", - "source": "https://github.com/php-webdriver/php-webdriver/tree/1.15.1" + "source": "https://github.com/php-webdriver/php-webdriver/tree/1.15.2" }, - "time": "2023-10-20T12:21:20+00:00" + "time": "2024-11-21T15:12:59+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -22954,26 +22952,27 @@ }, { "name": "phpspec/prophecy", - "version": "v1.19.0", + "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "67a759e7d8746d501c41536ba40cd9c0a07d6a87" + "reference": "a0165c648cab6a80311c74ffc708a07bb53ecc93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/67a759e7d8746d501c41536ba40cd9c0a07d6a87", - "reference": "67a759e7d8746d501c41536ba40cd9c0a07d6a87", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/a0165c648cab6a80311c74ffc708a07bb53ecc93", + "reference": "a0165c648cab6a80311c74ffc708a07bb53ecc93", "shasum": "" }, "require": { "doctrine/instantiator": "^1.2 || ^2.0", - "php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.*", + "php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*", "phpdocumentor/reflection-docblock": "^5.2", "sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0", "sebastian/recursion-context": "^3.0 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { + "friendsofphp/php-cs-fixer": "^3.40", "phpspec/phpspec": "^6.0 || ^7.0", "phpstan/phpstan": "^1.9", "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0" @@ -23017,22 +23016,22 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy/issues", - "source": "https://github.com/phpspec/prophecy/tree/v1.19.0" + "source": "https://github.com/phpspec/prophecy/tree/v1.20.0" }, - "time": "2024-02-29T11:52:51+00:00" + "time": "2024-11-19T13:12:41+00:00" }, { "name": "phpspec/prophecy-phpunit", - "version": "v2.2.0", + "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy-phpunit.git", - "reference": "16e1247e139434bce0bac09848bc5c8d882940fc" + "reference": "8819516c1b489ecee4c60db5f5432fac1ea8ac6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/16e1247e139434bce0bac09848bc5c8d882940fc", - "reference": "16e1247e139434bce0bac09848bc5c8d882940fc", + "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/8819516c1b489ecee4c60db5f5432fac1ea8ac6f", + "reference": "8819516c1b489ecee4c60db5f5432fac1ea8ac6f", "shasum": "" }, "require": { @@ -23040,6 +23039,9 @@ "phpspec/prophecy": "^1.18", "phpunit/phpunit": "^9.1 || ^10.1 || ^11.0" }, + "require-dev": { + "phpstan/phpstan": "^1.10" + }, "type": "library", "extra": { "branch-alias": { @@ -23069,9 +23071,9 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy-phpunit/issues", - "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.2.0" + "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.3.0" }, - "time": "2024-03-01T08:33:58+00:00" + "time": "2024-11-19T13:24:17+00:00" }, { "name": "phpstan/extension-installer", @@ -23170,16 +23172,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.10", + "version": "1.12.12", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "fc463b5d0fe906dcf19689be692c65c50406a071" + "reference": "b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fc463b5d0fe906dcf19689be692c65c50406a071", - "reference": "fc463b5d0fe906dcf19689be692c65c50406a071", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0", + "reference": "b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0", "shasum": "" }, "require": { @@ -23224,7 +23226,7 @@ "type": "github" } ], - "time": "2024-11-11T15:37:09+00:00" + "time": "2024-11-28T22:13:23+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -25077,12 +25079,12 @@ "source": { "type": "git", "url": "https://github.com/SU-SWS/blt-sws.git", - "reference": "083f9b8137c86315f0362443ad126833a1817602" + "reference": "33ba40603025eaef51bbb085b8051de3f53091a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SU-SWS/blt-sws/zipball/083f9b8137c86315f0362443ad126833a1817602", - "reference": "083f9b8137c86315f0362443ad126833a1817602", + "url": "https://api.github.com/repos/SU-SWS/blt-sws/zipball/33ba40603025eaef51bbb085b8051de3f53091a1", + "reference": "33ba40603025eaef51bbb085b8051de3f53091a1", "shasum": "" }, "require": { @@ -25113,7 +25115,7 @@ "issues": "https://github.com/SU-SWS/blt-sws/issues", "source": "https://github.com/SU-SWS/blt-sws/tree/main" }, - "time": "2024-10-17T00:11:29+00:00" + "time": "2024-11-27T18:31:45+00:00" }, { "name": "su-sws/drupal-dev", @@ -25281,31 +25283,32 @@ }, { "name": "symfony/cache", - "version": "v6.4.14", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "36fb8aa88833708e9f29014b6f15fac051a8b613" + "reference": "2c926bc348184b4b235f2200fcbe8fcf3c8c5b8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/36fb8aa88833708e9f29014b6f15fac051a8b613", - "reference": "36fb8aa88833708e9f29014b6f15fac051a8b613", + "url": "https://api.github.com/repos/symfony/cache/zipball/2c926bc348184b4b235f2200fcbe8fcf3c8c5b8a", + "reference": "2c926bc348184b4b235f2200fcbe8fcf3c8c5b8a", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "psr/cache": "^2.0|^3.0", "psr/log": "^1.1|^2|^3", "symfony/cache-contracts": "^2.5|^3", + "symfony/deprecation-contracts": "^2.5|^3.0", "symfony/service-contracts": "^2.5|^3", - "symfony/var-exporter": "^6.3.6|^7.0" + "symfony/var-exporter": "^6.4|^7.0" }, "conflict": { - "doctrine/dbal": "<2.13.1", - "symfony/dependency-injection": "<5.4", - "symfony/http-kernel": "<5.4", - "symfony/var-dumper": "<5.4" + "doctrine/dbal": "<3.6", + "symfony/dependency-injection": "<6.4", + "symfony/http-kernel": "<6.4", + "symfony/var-dumper": "<6.4" }, "provide": { "psr/cache-implementation": "2.0|3.0", @@ -25314,15 +25317,16 @@ }, "require-dev": { "cache/integration-tests": "dev-master", - "doctrine/dbal": "^2.13.1|^3|^4", + "doctrine/dbal": "^3.6|^4", "predis/predis": "^1.1|^2.0", "psr/simple-cache": "^1.0|^2.0|^3.0", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/filesystem": "^5.4|^6.0|^7.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0", - "symfony/messenger": "^5.4|^6.0|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0" + "symfony/clock": "^6.4|^7.0", + "symfony/config": "^6.4|^7.0", + "symfony/dependency-injection": "^6.4|^7.0", + "symfony/filesystem": "^6.4|^7.0", + "symfony/http-kernel": "^6.4|^7.0", + "symfony/messenger": "^6.4|^7.0", + "symfony/var-dumper": "^6.4|^7.0" }, "type": "library", "autoload": { @@ -25357,7 +25361,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v6.4.14" + "source": "https://github.com/symfony/cache/tree/v7.2.0" }, "funding": [ { @@ -25373,20 +25377,20 @@ "type": "tidelift" } ], - "time": "2024-11-05T15:34:40+00:00" + "time": "2024-11-25T15:21:05+00:00" }, { "name": "symfony/cache-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", - "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197" + "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/df6a1a44c890faded49a5fca33c2d5c5fd3c2197", - "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b", + "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b", "shasum": "" }, "require": { @@ -25433,7 +25437,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/cache-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/cache-contracts/tree/v3.5.1" }, "funding": [ { @@ -25449,7 +25453,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/css-selector", @@ -25518,16 +25522,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v6.4.13", + "version": "v6.4.16", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "ae074dffb018c37a57071990d16e6152728dd972" + "reference": "4304e6ad5c894a9c72831ad459f627bfd35d766d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ae074dffb018c37a57071990d16e6152728dd972", - "reference": "ae074dffb018c37a57071990d16e6152728dd972", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4304e6ad5c894a9c72831ad459f627bfd35d766d", + "reference": "4304e6ad5c894a9c72831ad459f627bfd35d766d", "shasum": "" }, "require": { @@ -25565,7 +25569,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v6.4.13" + "source": "https://github.com/symfony/dom-crawler/tree/v6.4.16" }, "funding": [ { @@ -25581,7 +25585,7 @@ "type": "tidelift" } ], - "time": "2024-10-25T15:07:50+00:00" + "time": "2024-11-13T15:06:22+00:00" }, { "name": "symfony/lock", @@ -25664,16 +25668,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v6.4.13", + "version": "v6.4.16", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "e6377bea5b114f70de6332fe935e160da5014ce8" + "reference": "cebafe2f1ad2d1e745c1015b7c2519592341e4e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e6377bea5b114f70de6332fe935e160da5014ce8", - "reference": "e6377bea5b114f70de6332fe935e160da5014ce8", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/cebafe2f1ad2d1e745c1015b7c2519592341e4e6", + "reference": "cebafe2f1ad2d1e745c1015b7c2519592341e4e6", "shasum": "" }, "require": { @@ -25693,8 +25697,8 @@ "type": "symfony-bridge", "extra": { "thanks": { - "name": "phpunit/phpunit", - "url": "https://github.com/sebastianbergmann/phpunit" + "url": "https://github.com/sebastianbergmann/phpunit", + "name": "phpunit/phpunit" } }, "autoload": { @@ -25726,7 +25730,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.13" + "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.16" }, "funding": [ { @@ -25742,7 +25746,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:18:03+00:00" + "time": "2024-11-13T15:06:22+00:00" }, { "name": "symfony/polyfill-php73", @@ -26000,24 +26004,24 @@ }, { "name": "typhonius/acquia-php-sdk-v2", - "version": "3.3.2", + "version": "3.4.2", "source": { "type": "git", "url": "https://github.com/typhonius/acquia-php-sdk-v2.git", - "reference": "c6c8370e84e11d1ee18d89a3b5a4d5a8ed0b4474" + "reference": "52dd11bb04ed1bdcbb4c7b2316d1f3f7a999da6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/typhonius/acquia-php-sdk-v2/zipball/c6c8370e84e11d1ee18d89a3b5a4d5a8ed0b4474", - "reference": "c6c8370e84e11d1ee18d89a3b5a4d5a8ed0b4474", + "url": "https://api.github.com/repos/typhonius/acquia-php-sdk-v2/zipball/52dd11bb04ed1bdcbb4c7b2316d1f3f7a999da6b", + "reference": "52dd11bb04ed1bdcbb4c7b2316d1f3f7a999da6b", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.2", "league/oauth2-client": "^2.4", "php": "^8.0 | ^8.1 | ^8.2", - "symfony/cache": "^5 | ^6", - "symfony/filesystem": "^5.4 | ^6" + "symfony/cache": "^5 | ^6 | ^7", + "symfony/filesystem": "^5.4 | ^6 | ^7" }, "require-dev": { "eloquent/phony": "dev-main as 5.0.2", @@ -26053,7 +26057,7 @@ "description": "A PHP SDK for Acquia CloudAPI v2", "support": { "issues": "https://github.com/typhonius/acquia-php-sdk-v2/issues", - "source": "https://github.com/typhonius/acquia-php-sdk-v2/tree/3.3.2" + "source": "https://github.com/typhonius/acquia-php-sdk-v2/tree/3.4.2" }, "funding": [ { @@ -26061,7 +26065,7 @@ "type": "github" } ], - "time": "2024-10-10T19:26:23+00:00" + "time": "2024-11-26T20:04:52+00:00" }, { "name": "webmozart/assert", @@ -26145,14 +26149,14 @@ "drupal/views_ical": 15, "drupal/webform": 10, "onlyextart/colorbox": 20, - "su-sws/stanford_basic": 20, - "su-sws/blt-sws": 20 + "su-sws/blt-sws": 20, + "su-sws/stanford_basic": 20 }, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=8.3" }, - "platform-dev": [], + "platform-dev": {}, "plugin-api-version": "2.6.0" } diff --git a/config/default/search_api.index.default_index.yml b/config/default/search_api.index.default_index.yml index 3638af9094..1a8ba85682 100644 --- a/config/default/search_api.index.default_index.yml +++ b/config/default/search_api.index.default_index.yml @@ -3,11 +3,10 @@ langcode: en status: true dependencies: config: - - search_api.server.default_server - core.entity_view_mode.node.search_index + - search_api.server.default_server module: - node - - search_api id: default_index name: 'Default content index' description: 'Default content index created by the Database Search Defaults module' diff --git a/config/default/ultimate_cron.job.core_event_dispatcher_cron.yml b/config/default/ultimate_cron.job.core_event_dispatcher_cron.yml index 424ce7100d..ff827f6b9f 100644 --- a/config/default/ultimate_cron.job.core_event_dispatcher_cron.yml +++ b/config/default/ultimate_cron.job.core_event_dispatcher_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: core_event_dispatcher_cron weight: 0 module: core_event_dispatcher -callback: core_event_dispatcher_cron +callback: 'core_event_dispatcher#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.fast_404_generator_cron.yml b/config/default/ultimate_cron.job.fast_404_generator_cron.yml index 93d2673fc8..71ee7d55b3 100644 --- a/config/default/ultimate_cron.job.fast_404_generator_cron.yml +++ b/config/default/ultimate_cron.job.fast_404_generator_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: fast_404_generator_cron weight: 0 module: fast_404_generator -callback: fast_404_generator_cron +callback: 'fast_404_generator#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.field_cron.yml b/config/default/ultimate_cron.job.field_cron.yml index 6525aeac2c..eb6c82cc8a 100644 --- a/config/default/ultimate_cron.job.field_cron.yml +++ b/config/default/ultimate_cron.job.field_cron.yml @@ -8,7 +8,7 @@ title: 'Purges deleted Field API data' id: field_cron weight: 0 module: field -callback: field_cron +callback: 'field#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.file_cron.yml b/config/default/ultimate_cron.job.file_cron.yml index a83d6f2f80..d2a1441ecb 100644 --- a/config/default/ultimate_cron.job.file_cron.yml +++ b/config/default/ultimate_cron.job.file_cron.yml @@ -8,7 +8,7 @@ title: 'Deletes temporary files' id: file_cron weight: 0 module: file -callback: file_cron +callback: 'file#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.google_analytics_cron.yml b/config/default/ultimate_cron.job.google_analytics_cron.yml index 09dbfda1d3..373074a419 100644 --- a/config/default/ultimate_cron.job.google_analytics_cron.yml +++ b/config/default/ultimate_cron.job.google_analytics_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: google_analytics_cron weight: 0 module: google_analytics -callback: google_analytics_cron +callback: 'google_analytics#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.honeypot_cron.yml b/config/default/ultimate_cron.job.honeypot_cron.yml index 135bd8300e..aa33d73b91 100644 --- a/config/default/ultimate_cron.job.honeypot_cron.yml +++ b/config/default/ultimate_cron.job.honeypot_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: honeypot_cron weight: 0 module: honeypot -callback: honeypot_cron +callback: 'honeypot#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.hs_field_helpers_cron.yml b/config/default/ultimate_cron.job.hs_field_helpers_cron.yml index ee83a9aa2f..d3af43f3a6 100644 --- a/config/default/ultimate_cron.job.hs_field_helpers_cron.yml +++ b/config/default/ultimate_cron.job.hs_field_helpers_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: hs_field_helpers_cron weight: 0 module: hs_field_helpers -callback: hs_field_helpers_cron +callback: 'hs_field_helpers#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.hs_page_reports_cron.yml b/config/default/ultimate_cron.job.hs_page_reports_cron.yml index 5be8a3c471..43dfb2f38c 100644 --- a/config/default/ultimate_cron.job.hs_page_reports_cron.yml +++ b/config/default/ultimate_cron.job.hs_page_reports_cron.yml @@ -8,7 +8,7 @@ title: 'HS Page Reports' id: hs_page_reports_cron weight: 0 module: hs_page_reports -callback: hs_page_reports_cron +callback: 'hs_page_reports#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.layout_builder_cron.yml b/config/default/ultimate_cron.job.layout_builder_cron.yml index 6cbbb34c94..7f2910268f 100644 --- a/config/default/ultimate_cron.job.layout_builder_cron.yml +++ b/config/default/ultimate_cron.job.layout_builder_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: layout_builder_cron weight: 0 module: layout_builder -callback: layout_builder_cron +callback: 'layout_builder#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.node_cron.yml b/config/default/ultimate_cron.job.node_cron.yml index b16e3400b8..fb833e0333 100644 --- a/config/default/ultimate_cron.job.node_cron.yml +++ b/config/default/ultimate_cron.job.node_cron.yml @@ -8,7 +8,7 @@ title: 'Mark old nodes as read' id: node_cron weight: 0 module: node -callback: node_cron +callback: 'node#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.node_revision_delete_cron.yml b/config/default/ultimate_cron.job.node_revision_delete_cron.yml index c1980282a7..156a014e66 100644 --- a/config/default/ultimate_cron.job.node_revision_delete_cron.yml +++ b/config/default/ultimate_cron.job.node_revision_delete_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: node_revision_delete_cron weight: 0 module: node_revision_delete -callback: node_revision_delete_cron +callback: 'node_revision_delete#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.redirect_404_cron.yml b/config/default/ultimate_cron.job.redirect_404_cron.yml index abfe87fedb..e082cf1cb6 100644 --- a/config/default/ultimate_cron.job.redirect_404_cron.yml +++ b/config/default/ultimate_cron.job.redirect_404_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: redirect_404_cron weight: 0 module: redirect_404 -callback: redirect_404_cron +callback: 'redirect_404#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.search_api_cron.yml b/config/default/ultimate_cron.job.search_api_cron.yml index fb724d2156..663afde697 100644 --- a/config/default/ultimate_cron.job.search_api_cron.yml +++ b/config/default/ultimate_cron.job.search_api_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: search_api_cron weight: 0 module: search_api -callback: search_api_cron +callback: 'search_api#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.stanford_fields_cron.yml b/config/default/ultimate_cron.job.stanford_fields_cron.yml index fc6c56f716..89fb65be32 100644 --- a/config/default/ultimate_cron.job.stanford_fields_cron.yml +++ b/config/default/ultimate_cron.job.stanford_fields_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: stanford_fields_cron weight: 0 module: stanford_fields -callback: stanford_fields_cron +callback: 'stanford_fields#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.system_cron.yml b/config/default/ultimate_cron.job.system_cron.yml index e5110f11cb..d86df925f1 100644 --- a/config/default/ultimate_cron.job.system_cron.yml +++ b/config/default/ultimate_cron.job.system_cron.yml @@ -8,7 +8,7 @@ title: 'Cleanup (caches, batch, flood, temp-files, etc.)' id: system_cron weight: 0 module: system -callback: system_cron +callback: 'system#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.ultimate_cron_cron.yml b/config/default/ultimate_cron.job.ultimate_cron_cron.yml index 131b3750d9..0f7a10a574 100644 --- a/config/default/ultimate_cron.job.ultimate_cron_cron.yml +++ b/config/default/ultimate_cron.job.ultimate_cron_cron.yml @@ -6,7 +6,7 @@ title: 'Runs internal cleanup operations' id: ultimate_cron_cron weight: 0 module: ultimate_cron -callback: ultimate_cron_cron +callback: 'ultimate_cron#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.webform_cron.yml b/config/default/ultimate_cron.job.webform_cron.yml index dfdd57de25..9c5c8945b7 100644 --- a/config/default/ultimate_cron.job.webform_cron.yml +++ b/config/default/ultimate_cron.job.webform_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: webform_cron weight: 0 module: webform -callback: webform_cron +callback: 'webform#cron' scheduler: id: simple launcher: diff --git a/config/default/ultimate_cron.job.xmlsitemap_cron.yml b/config/default/ultimate_cron.job.xmlsitemap_cron.yml index dc4b11c2f0..2ed8878b58 100644 --- a/config/default/ultimate_cron.job.xmlsitemap_cron.yml +++ b/config/default/ultimate_cron.job.xmlsitemap_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: xmlsitemap_cron weight: 0 module: xmlsitemap -callback: xmlsitemap_cron +callback: 'xmlsitemap#cron' scheduler: id: simple launcher: diff --git a/config/envs/local/ultimate_cron.job.dblog_cron.yml b/config/envs/local/ultimate_cron.job.dblog_cron.yml index a12fb37767..371a0998a4 100644 --- a/config/envs/local/ultimate_cron.job.dblog_cron.yml +++ b/config/envs/local/ultimate_cron.job.dblog_cron.yml @@ -8,7 +8,7 @@ title: 'Remove expired log messages and flood control events' id: dblog_cron weight: 0 module: dblog -callback: dblog_cron +callback: 'dblog#cron' scheduler: id: simple launcher: diff --git a/config/envs/local/ultimate_cron.job.update_cron.yml b/config/envs/local/ultimate_cron.job.update_cron.yml index b6544f8459..2236d3850c 100644 --- a/config/envs/local/ultimate_cron.job.update_cron.yml +++ b/config/envs/local/ultimate_cron.job.update_cron.yml @@ -8,7 +8,7 @@ title: 'Update indexes' id: update_cron weight: 0 module: update -callback: update_cron +callback: 'update#cron' scheduler: id: simple launcher: From 416ecc8ccfedb3e759e7c91e129a92b8acd7e363 Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Tue, 3 Dec 2024 12:58:40 -0800 Subject: [PATCH 2/2] HSD8-1696: config ignore single content sync settings node types --- config/default/config_ignore.settings.yml | 1 + .../su_humsci_profile/su_humsci_profile.install | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/config/default/config_ignore.settings.yml b/config/default/config_ignore.settings.yml index 57202edd5f..b422083e75 100644 --- a/config/default/config_ignore.settings.yml +++ b/config/default/config_ignore.settings.yml @@ -45,3 +45,4 @@ ignored_config_entities: - system.site - 'domain_registration.settings:pattern' - 'user.settings:register' + - 'single_content_sync.settings:allowed_entity_types.node' diff --git a/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.install b/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.install index a76200af0b..7fcd6db760 100644 --- a/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.install +++ b/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.install @@ -1026,3 +1026,14 @@ function su_humsci_profile_update_9714() { $role->save(); } } + +/** + * Update config ignore settings. + */ +function su_humsci_profile_update_9715() { + $config = \Drupal::configFactory()->getEditable('config_ignore.settings'); + $ignored_config_entities = $config->get('ignored_config_entities'); + $ignored_config_entities[] = 'single_content_sync.settings:allowed_entity_types.node'; + $config->set('ignored_config_entities', $ignored_config_entities); + $config->save(); +}