From d27dd688916b015b48bf3a8756eabae1531295ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 07:15:50 +0000 Subject: [PATCH] fix(deps): update dependency drush/drush to v13.6.2 --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index fd5463c..1a091ca 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "drupal/lagoon_logs": "3.0.1", "drupal/search_api": "1.38.0", "drupal/search_api_opensearch": "2.4.2", - "drush/drush": "13.6.1" + "drush/drush": "13.6.2" }, "conflict": { "drupal/drupal": "*" diff --git a/composer.lock b/composer.lock index f715a86..ddd4640 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": "609a30fe1352c775656c2134a636c5c5", + "content-hash": "e10154a3f4a95da04bb0ffb6ad7ea546", "packages": [ { "name": "amazeeio/drupal_integrations", @@ -1735,16 +1735,16 @@ }, { "name": "drush/drush", - "version": "13.6.1", + "version": "13.6.2", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "fde8e2593fe78824acf7305c8faf8ff6c3ac352c" + "reference": "635fce5f8223bae5c39495ee5709e993127ca413" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/fde8e2593fe78824acf7305c8faf8ff6c3ac352c", - "reference": "fde8e2593fe78824acf7305c8faf8ff6c3ac352c", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/635fce5f8223bae5c39495ee5709e993127ca413", + "reference": "635fce5f8223bae5c39495ee5709e993127ca413", "shasum": "" }, "require": { @@ -1780,7 +1780,7 @@ "require-dev": { "composer/installers": "^2", "cweagans/composer-patches": "~1.7.3", - "drupal/core-recommended": "^10.2.5 || 11.x-dev", + "drupal/core-recommended": "^10.3.0 || 11.x-dev", "drupal/semver_example": "2.3.0", "jetbrains/phpstorm-attributes": "^1.0", "mglaman/phpstan-drupal": "^1.2", @@ -1871,7 +1871,7 @@ "issues": "https://github.com/drush-ops/drush/issues", "security": "https://github.com/drush-ops/drush/security/advisories", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/13.6.1" + "source": "https://github.com/drush-ops/drush/tree/13.6.2" }, "funding": [ { @@ -1879,7 +1879,7 @@ "type": "github" } ], - "time": "2025-07-24T10:42:08+00:00" + "time": "2025-08-04T21:21:58+00:00" }, { "name": "egulias/email-validator",