Updating drupal core to 10.3

This commit is contained in:
Dan Chadwick 2024-08-18 19:59:16 -04:00
parent 10f3e81b55
commit fa8f67cb8c
2 changed files with 158 additions and 144 deletions

View File

@ -18,7 +18,7 @@
"composer/installers": "^2.0", "composer/installers": "^2.0",
"cweagans/composer-patches": "^1.7", "cweagans/composer-patches": "^1.7",
"drupal/admin_toolbar": "^3.4", "drupal/admin_toolbar": "^3.4",
"drupal/bootstrap5": "^3.0", "drupal/bootstrap5": "^4.0",
"drupal/config_split": "^2.0", "drupal/config_split": "^2.0",
"drupal/core-composer-scaffold": "^10.3", "drupal/core-composer-scaffold": "^10.3",
"drupal/core-project-message": "^10.3", "drupal/core-project-message": "^10.3",
@ -35,7 +35,7 @@
"drupal/openid_connect": "^3.0@alpha", "drupal/openid_connect": "^3.0@alpha",
"drupal/pathauto": "^1.12", "drupal/pathauto": "^1.12",
"drupal/smtp": "^1.4", "drupal/smtp": "^1.4",
"drupal/stage_file_proxy": "^2.1", "drupal/stage_file_proxy": "^3.1",
"drupal/views_bulk_operations": "^4.2", "drupal/views_bulk_operations": "^4.2",
"drupal/views_json_source": "^2.0", "drupal/views_json_source": "^2.0",
"drush/drush": "^12.4", "drush/drush": "^12.4",

298
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c93d00cbfeacbcdf0d1ba8694fac51c5", "content-hash": "52fa35692c8d7d783cdaf9704289d9a4",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@ -64,16 +64,16 @@
}, },
{ {
"name": "chi-teck/drupal-code-generator", "name": "chi-teck/drupal-code-generator",
"version": "3.5.0", "version": "3.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Chi-teck/drupal-code-generator.git", "url": "https://github.com/Chi-teck/drupal-code-generator.git",
"reference": "74c2dc687e124bfc4001e73e9346b33067e2ec2b" "reference": "2dbd8d231945681a398862a3282ade3cf0ea23ab"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/74c2dc687e124bfc4001e73e9346b33067e2ec2b", "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/2dbd8d231945681a398862a3282ade3cf0ea23ab",
"reference": "74c2dc687e124bfc4001e73e9346b33067e2ec2b", "reference": "2dbd8d231945681a398862a3282ade3cf0ea23ab",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -118,22 +118,22 @@
"description": "Drupal code generator", "description": "Drupal code generator",
"support": { "support": {
"issues": "https://github.com/Chi-teck/drupal-code-generator/issues", "issues": "https://github.com/Chi-teck/drupal-code-generator/issues",
"source": "https://github.com/Chi-teck/drupal-code-generator/tree/3.5.0" "source": "https://github.com/Chi-teck/drupal-code-generator/tree/3.6.1"
}, },
"time": "2024-04-11T11:23:44+00:00" "time": "2024-06-06T17:36:37+00:00"
}, },
{ {
"name": "composer/installers", "name": "composer/installers",
"version": "v2.2.0", "version": "v2.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/installers.git", "url": "https://github.com/composer/installers.git",
"reference": "c29dc4b93137acb82734f672c37e029dfbd95b35" "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/c29dc4b93137acb82734f672c37e029dfbd95b35", "url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
"reference": "c29dc4b93137acb82734f672c37e029dfbd95b35", "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -141,12 +141,12 @@
"php": "^7.2 || ^8.0" "php": "^7.2 || ^8.0"
}, },
"require-dev": { "require-dev": {
"composer/composer": "1.6.* || ^2.0", "composer/composer": "^1.10.27 || ^2.7",
"composer/semver": "^1 || ^3", "composer/semver": "^1.7.2 || ^3.4.0",
"phpstan/phpstan": "^0.12.55", "phpstan/phpstan": "^1.11",
"phpstan/phpstan-phpunit": "^0.12.16", "phpstan/phpstan-phpunit": "^1",
"symfony/phpunit-bridge": "^5.3", "symfony/phpunit-bridge": "^7.1.1",
"symfony/process": "^5" "symfony/process": "^5 || ^6 || ^7"
}, },
"type": "composer-plugin", "type": "composer-plugin",
"extra": { "extra": {
@ -203,6 +203,7 @@
"cockpit", "cockpit",
"codeigniter", "codeigniter",
"concrete5", "concrete5",
"concreteCMS",
"croogo", "croogo",
"dokuwiki", "dokuwiki",
"drupal", "drupal",
@ -249,7 +250,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/composer/installers/issues", "issues": "https://github.com/composer/installers/issues",
"source": "https://github.com/composer/installers/tree/v2.2.0" "source": "https://github.com/composer/installers/tree/v2.3.0"
}, },
"funding": [ "funding": [
{ {
@ -265,7 +266,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-08-20T06:45:11+00:00" "time": "2024-06-24T20:46:46+00:00"
}, },
{ {
"name": "composer/semver", "name": "composer/semver",
@ -914,16 +915,16 @@
}, },
{ {
"name": "dflydev/dot-access-data", "name": "dflydev/dot-access-data",
"version": "v3.0.2", "version": "v3.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dflydev/dflydev-dot-access-data.git", "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
"reference": "f41715465d65213d644d3141a6a93081be5d3549" "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549", "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
"reference": "f41715465d65213d644d3141a6a93081be5d3549", "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -983,9 +984,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2" "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
}, },
"time": "2022-10-27T11:44:00+00:00" "time": "2024-07-08T12:26:09+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
@ -1469,20 +1470,20 @@
}, },
{ {
"name": "drupal/admin_toolbar", "name": "drupal/admin_toolbar",
"version": "3.4.2", "version": "3.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/admin_toolbar.git", "url": "https://git.drupalcode.org/project/admin_toolbar.git",
"reference": "3.4.2" "reference": "3.5.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.4.2.zip", "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.5.0.zip",
"reference": "3.4.2", "reference": "3.5.0",
"shasum": "f5a008e5c73f5a11c6c8067c0ea6ebb76aa33854" "shasum": "099e8d4dc98e1d551b4f9cffdc39599eb8ad04e8"
}, },
"require": { "require": {
"drupal/core": "^9.2 || ^10" "drupal/core": "^9.5 || ^10 || ^11"
}, },
"require-dev": { "require-dev": {
"drupal/admin_toolbar_tools": "*" "drupal/admin_toolbar_tools": "*"
@ -1490,8 +1491,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "3.4.2", "version": "3.5.0",
"datestamp": "1696006195", "datestamp": "1722639094",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -1524,6 +1525,10 @@
"homepage": "https://www.drupal.org/u/matio89", "homepage": "https://www.drupal.org/u/matio89",
"role": "Maintainer" "role": "Maintainer"
}, },
{
"name": "japerry",
"homepage": "https://www.drupal.org/user/45640"
},
{ {
"name": "matio89", "name": "matio89",
"homepage": "https://www.drupal.org/user/2320090" "homepage": "https://www.drupal.org/user/2320090"
@ -1550,26 +1555,26 @@
}, },
{ {
"name": "drupal/bootstrap5", "name": "drupal/bootstrap5",
"version": "3.0.11", "version": "4.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/bootstrap5.git", "url": "https://git.drupalcode.org/project/bootstrap5.git",
"reference": "3.0.11" "reference": "4.0.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/bootstrap5-3.0.11.zip", "url": "https://ftp.drupal.org/files/projects/bootstrap5-4.0.3.zip",
"reference": "3.0.11", "reference": "4.0.3",
"shasum": "ea2ada76567d00cb84aa18904fd35e60dce716eb" "shasum": "3181f76d9f080396931cd5a5643ad710f7bfdad7"
}, },
"require": { "require": {
"drupal/core": "^9.4 || ^10" "drupal/core": "^10.1 || ^11.0"
}, },
"type": "drupal-theme", "type": "drupal-theme",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "3.0.11", "version": "4.0.3",
"datestamp": "1711069787", "datestamp": "1723049588",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -2018,26 +2023,26 @@
}, },
{ {
"name": "drupal/ctools", "name": "drupal/ctools",
"version": "4.0.4", "version": "4.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/ctools.git", "url": "https://git.drupalcode.org/project/ctools.git",
"reference": "4.0.4" "reference": "4.1.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/ctools-4.0.4.zip", "url": "https://ftp.drupal.org/files/projects/ctools-4.1.0.zip",
"reference": "4.0.4", "reference": "4.1.0",
"shasum": "4a2474eb2fd525b2add2db0e855c135ba7f0fb70" "shasum": "69f5889cf557df9e55519390e6a95cfa31b67874"
}, },
"require": { "require": {
"drupal/core": "^9.3 || ^10" "drupal/core": "^9.5 || ^10 || ^11"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "4.0.4", "version": "4.1.0",
"datestamp": "1684299878", "datestamp": "1718144949",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -2111,30 +2116,33 @@
}, },
{ {
"name": "drupal/devel", "name": "drupal/devel",
"version": "5.2.1", "version": "5.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/devel.git", "url": "https://git.drupalcode.org/project/devel.git",
"reference": "5.2.1" "reference": "5.3.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/devel-5.2.1.zip", "url": "https://ftp.drupal.org/files/projects/devel-5.3.1.zip",
"reference": "5.2.1", "reference": "5.3.1",
"shasum": "793861751e01092fe8bc7c0cd47589ebea2bb8df" "shasum": "6a5f13bdf93dc5f7f194b6af847589ae15e37b63"
}, },
"require": { "require": {
"doctrine/common": "^2.7 || ^3.4", "doctrine/common": "^2.7 || ^3.4",
"drupal/core": ">=10.0 <12.0.0-stable", "drupal/core": "^10.3 || ^11 || ^12",
"php": ">=8.1", "php": ">=8.1",
"symfony/var-dumper": "^4 || ^5 || ^6" "symfony/var-dumper": "^4 || ^5 || ^6 || ^7"
}, },
"conflict": { "conflict": {
"drupal/core": "<10.3",
"drush/drush": "<12.5.1", "drush/drush": "<12.5.1",
"kint-php/kint": "<3" "kint-php/kint": "<3"
}, },
"require-dev": { "require-dev": {
"drush/drush": "^12.5.1" "drush/drush": "^13",
"firephp/firephp-core": "^0.5.3",
"kint-php/kint": "^5.1"
}, },
"suggest": { "suggest": {
"kint-php/kint": "Kint provides an informative display of arrays/objects. Useful for debugging and developing." "kint-php/kint": "Kint provides an informative display of arrays/objects. Useful for debugging and developing."
@ -2142,8 +2150,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "5.2.1", "version": "5.3.1",
"datestamp": "1711328410", "datestamp": "1723258446",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -2194,7 +2202,7 @@
"extra": { "extra": {
"drupal": { "drupal": {
"version": "4.1.1", "version": "4.1.1",
"datestamp": "1682701896", "datestamp": "1722958666",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -2285,26 +2293,29 @@
}, },
{ {
"name": "drupal/field_group", "name": "drupal/field_group",
"version": "3.4.0", "version": "3.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/field_group.git", "url": "https://git.drupalcode.org/project/field_group.git",
"reference": "8.x-3.4" "reference": "8.x-3.6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.4.zip", "url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.6.zip",
"reference": "8.x-3.4", "reference": "8.x-3.6",
"shasum": "80b937e1a11f8b29c69d853fc4bf798c057c6f94" "shasum": "427c0a65dc1936e69e60c120776056cfe5b43e86"
}, },
"require": { "require": {
"drupal/core": "^9.2 || ^10" "drupal/core": "^9.2 || ^10 || ^11"
},
"require-dev": {
"drupal/jquery_ui_accordion": "*"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-3.4", "version": "8.x-3.6",
"datestamp": "1667241979", "datestamp": "1722672510",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -2471,21 +2482,20 @@
}, },
{ {
"name": "drupal/google_tag", "name": "drupal/google_tag",
"version": "2.0.4", "version": "2.0.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/google_tag.git", "url": "https://git.drupalcode.org/project/google_tag.git",
"reference": "2.0.4" "reference": "2.0.6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/google_tag-2.0.4.zip", "url": "https://ftp.drupal.org/files/projects/google_tag-2.0.6.zip",
"reference": "2.0.4", "reference": "2.0.6",
"shasum": "a56bcdb566bf1af54dc0c8871eb720ba54f1392e" "shasum": "c8f2895a81a7898ac909bdc693fcd25ffe6f62be"
}, },
"require": { "require": {
"drupal/core": "^9.5 || ^10", "drupal/core": "^9.5 || ^10 || ^11"
"php": "^7.4 || ^8"
}, },
"require-dev": { "require-dev": {
"drupal/commerce": "^2.0", "drupal/commerce": "^2.0",
@ -2499,8 +2509,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "2.0.4", "version": "2.0.6",
"datestamp": "1709073204", "datestamp": "1721948116",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -2536,7 +2546,7 @@
"homepage": "https://www.drupal.org/user/240748" "homepage": "https://www.drupal.org/user/240748"
} }
], ],
"description": "Sets up Google Tag", "description": "Provides support for Google Tag and Google Tag Manager in Drupal.",
"homepage": "https://www.drupal.org/project/google_tag", "homepage": "https://www.drupal.org/project/google_tag",
"support": { "support": {
"source": "https://git.drupalcode.org/project/google_tag" "source": "https://git.drupalcode.org/project/google_tag"
@ -2733,17 +2743,17 @@
}, },
{ {
"name": "drupal/migrate_plus", "name": "drupal/migrate_plus",
"version": "6.0.2", "version": "6.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/migrate_plus.git", "url": "https://git.drupalcode.org/project/migrate_plus.git",
"reference": "6.0.2" "reference": "6.0.4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/migrate_plus-6.0.2.zip", "url": "https://ftp.drupal.org/files/projects/migrate_plus-6.0.4.zip",
"reference": "6.0.2", "reference": "6.0.4",
"shasum": "4315bc293aa75ea9247582d5d1925b075865e467" "shasum": "0357c416d2a9fd3f4211dd13c6585ed8072fabe7"
}, },
"require": { "require": {
"drupal/core": ">=9.1", "drupal/core": ">=9.1",
@ -2760,8 +2770,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "6.0.2", "version": "6.0.4",
"datestamp": "1705424638", "datestamp": "1721745585",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -2936,31 +2946,34 @@
}, },
{ {
"name": "drupal/pathauto", "name": "drupal/pathauto",
"version": "1.12.0", "version": "1.13.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/pathauto.git", "url": "https://git.drupalcode.org/project/pathauto.git",
"reference": "8.x-1.12" "reference": "8.x-1.13"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.12.zip", "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.13.zip",
"reference": "8.x-1.12", "reference": "8.x-1.13",
"shasum": "b7b6432e315e38e59a7c6cc117134326c580de4c" "shasum": "e64b5a82cf1b8ab48bce400b21ae6fc99c8078fd"
}, },
"require": { "require": {
"drupal/core": "^9.3 || ^10", "drupal/core": "^9.4 || ^10 || ^11",
"drupal/ctools": "*", "drupal/ctools": "*",
"drupal/token": "*" "drupal/token": "*"
}, },
"require-dev": {
"drupal/forum": "*"
},
"suggest": { "suggest": {
"drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability." "drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability."
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.12", "version": "8.x-1.13",
"datestamp": "1712319355", "datestamp": "1722507672",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -3080,40 +3093,38 @@
}, },
{ {
"name": "drupal/stage_file_proxy", "name": "drupal/stage_file_proxy",
"version": "2.1.4", "version": "3.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/stage_file_proxy.git", "url": "https://git.drupalcode.org/project/stage_file_proxy.git",
"reference": "2.1.4" "reference": "3.1.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/stage_file_proxy-2.1.4.zip", "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-3.1.2.zip",
"reference": "2.1.4", "reference": "3.1.2",
"shasum": "85f8451f123fcfb1b272f5a0cc11e6bd1673476c" "shasum": "1aba8488efc193db71a991e8f8f76825af219079"
}, },
"require": { "require": {
"drupal/core": "^9 || ^10", "drupal/core": "^10.3 || ^11",
"php": ">=8" "php": ">=8.1"
},
"conflict": {
"drush/drush": "<12"
}, },
"require-dev": { "require-dev": {
"drupal/coder": "^8.3", "drupal/coder": "^8.3",
"drush/drush": "^11 || ^12" "drush/drush": ">=12"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "2.1.4", "version": "3.1.2",
"datestamp": "1706627704", "datestamp": "1724012934",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
} }
},
"drush": {
"services": {
"stage_file_proxy.drush.services.yml": "^11"
}
} }
}, },
"notification-url": "https://packages.drupal.org/8/downloads", "notification-url": "https://packages.drupal.org/8/downloads",
@ -3177,26 +3188,29 @@
}, },
{ {
"name": "drupal/token", "name": "drupal/token",
"version": "1.14.0", "version": "1.15.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/token.git", "url": "https://git.drupalcode.org/project/token.git",
"reference": "8.x-1.14" "reference": "8.x-1.15"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/token-8.x-1.14.zip", "url": "https://ftp.drupal.org/files/projects/token-8.x-1.15.zip",
"reference": "8.x-1.14", "reference": "8.x-1.15",
"shasum": "df3cae709fcc1a99ac1111ce67a0d6af56d287d7" "shasum": "5916fbccc86458a5f51e71f832ac70ff4c84ebdf"
}, },
"require": { "require": {
"drupal/core": "^9.2 || ^10" "drupal/core": "^9.2 || ^10 || ^11"
},
"require-dev": {
"drupal/book": "*"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.14", "version": "8.x-1.15",
"datestamp": "1713009399", "datestamp": "1722206211",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -3246,20 +3260,20 @@
}, },
{ {
"name": "drupal/views_bulk_operations", "name": "drupal/views_bulk_operations",
"version": "4.2.6", "version": "4.2.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/views_bulk_operations.git", "url": "https://git.drupalcode.org/project/views_bulk_operations.git",
"reference": "4.2.6" "reference": "4.2.7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.2.6.zip", "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.2.7.zip",
"reference": "4.2.6", "reference": "4.2.7",
"shasum": "20c6f77c0cebda75edfa570a8dc53fb133d6283a" "shasum": "25c9fa531ac49664a361fdd2202eec0a6e53bc61"
}, },
"require": { "require": {
"drupal/core": "^9.4 || ^10", "drupal/core": "^9.4 || ^10 || ^11",
"php": ">=7.4.0" "php": ">=7.4.0"
}, },
"require-dev": { "require-dev": {
@ -3271,8 +3285,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "4.2.6", "version": "4.2.7",
"datestamp": "1704281842", "datestamp": "1717665214",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -3366,16 +3380,16 @@
}, },
{ {
"name": "drush/drush", "name": "drush/drush",
"version": "12.5.2", "version": "12.5.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/drush-ops/drush.git", "url": "https://github.com/drush-ops/drush.git",
"reference": "4aebed85dc818ff762f2e24a85b023d2a52050df" "reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/drush-ops/drush/zipball/4aebed85dc818ff762f2e24a85b023d2a52050df", "url": "https://api.github.com/repos/drush-ops/drush/zipball/7fe0a492d5126c457c5fb184c4668a132b0aaac6",
"reference": "4aebed85dc818ff762f2e24a85b023d2a52050df", "reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3498,7 +3512,7 @@
"issues": "https://github.com/drush-ops/drush/issues", "issues": "https://github.com/drush-ops/drush/issues",
"security": "https://github.com/drush-ops/drush/security/advisories", "security": "https://github.com/drush-ops/drush/security/advisories",
"slack": "https://drupal.slack.com/messages/C62H9CWQM", "slack": "https://drupal.slack.com/messages/C62H9CWQM",
"source": "https://github.com/drush-ops/drush/tree/12.5.2" "source": "https://github.com/drush-ops/drush/tree/12.5.3"
}, },
"funding": [ "funding": [
{ {
@ -3506,7 +3520,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-05-02T17:20:48+00:00" "time": "2024-08-02T11:57:29+00:00"
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
@ -3629,16 +3643,16 @@
}, },
{ {
"name": "grasmash/yaml-cli", "name": "grasmash/yaml-cli",
"version": "3.2.0", "version": "3.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/grasmash/yaml-cli.git", "url": "https://github.com/grasmash/yaml-cli.git",
"reference": "a5af7c16a0b98fca7d06e85ba517d526e1ba21de" "reference": "09a8860566958a1576cc54bbe910a03477e54971"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/grasmash/yaml-cli/zipball/a5af7c16a0b98fca7d06e85ba517d526e1ba21de", "url": "https://api.github.com/repos/grasmash/yaml-cli/zipball/09a8860566958a1576cc54bbe910a03477e54971",
"reference": "a5af7c16a0b98fca7d06e85ba517d526e1ba21de", "reference": "09a8860566958a1576cc54bbe910a03477e54971",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3679,9 +3693,9 @@
"description": "A command line tool for reading and manipulating yaml files.", "description": "A command line tool for reading and manipulating yaml files.",
"support": { "support": {
"issues": "https://github.com/grasmash/yaml-cli/issues", "issues": "https://github.com/grasmash/yaml-cli/issues",
"source": "https://github.com/grasmash/yaml-cli/tree/3.2.0" "source": "https://github.com/grasmash/yaml-cli/tree/3.2.1"
}, },
"time": "2024-04-17T16:23:04+00:00" "time": "2024-04-23T02:10:57+00:00"
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
@ -5094,16 +5108,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.12.3", "version": "v0.12.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73" "reference": "2fd717afa05341b4f8152547f142cd2f130f6818"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/2fd717afa05341b4f8152547f142cd2f130f6818",
"reference": "b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73", "reference": "2fd717afa05341b4f8152547f142cd2f130f6818",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5167,9 +5181,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/bobthecow/psysh/issues", "issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.12.3" "source": "https://github.com/bobthecow/psysh/tree/v0.12.4"
}, },
"time": "2024-04-02T15:57:53+00:00" "time": "2024-06-10T01:18:23+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",